File tree Expand file tree Collapse file tree 5 files changed +51
-21
lines changed
connections/destinations/catalog Expand file tree Collapse file tree 5 files changed +51
-21
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: integration
3
+ ---
4
+ < div class ="markdown ">
5
+
6
+ {% assign newContent = '' %}
7
+ {% assign sections = content | split:'</ h2 > ' %}
8
+
9
+
10
+ {% unless page.hide-dossier == true or page.name != "index.md" %}
11
+ {% capture destination-dossier %}{% include content/destination-dossier.html %}{% endcapture %}
12
+
13
+ {% for section in sections %}
14
+ {% if forloop.index == 1 %}
15
+ {{newContent | append: section}}
16
+ {{newContent | append: '</ h2 > <!--insert--> '}}
17
+ {{destination-dossier | markdownify}}
18
+
19
+ {% else %}
20
+ {{newContent | append: section}}
21
+ {{newContent | append: '</ h2 > <!--insert--> '}}
22
+ {% endif %}
23
+ {% endfor %}
24
+
25
+ {% endunless %}
26
+
27
+
28
+
29
+ </ div >
Original file line number Diff line number Diff line change 2
2
layout: integration
3
3
---
4
4
< div class ="markdown ">
5
+ {% assign newContent = '' %}
6
+ {% assign sections = content | split:'</ h2 > ' %}
7
+
8
+
9
+ {% if page.hide-dossier != true or page.name == "index.md" %}
10
+ {% capture destination-dossier %}{% include content/destination-dossier.html %}{% endcapture %}
11
+
12
+ {% for section in sections %}
13
+ {% if forloop.index == 1 %}
14
+ {{newContent | append: section}}
15
+ {{newContent | append: '</ h2 > <!--insert--> '}}
16
+ {{destination-dossier | markdownify}}
5
17
6
- {% unless page.hide-dossier == true or page.name != "index.md" %}
7
- {% capture destination-dossier %}{% include content/destination-dossier.html %}{% endcapture %}
8
- {{ destination-dossier | markdownify }}
9
- {% endunless %}
18
+ {% else %}
19
+ {{newContent | append: section}}
20
+ {{newContent | append: '</ h2 > <!--insert--> '}}
21
+ {% endif %}
22
+ {% endfor %}
23
+
24
+
25
+ {% else %}
10
26
11
27
{{ content }}
12
-
28
+ {% endif %}
13
29
{% unless page.hide-boilerplate == true %}
14
30
{% capture destination-footer %}{% include content/destination-footer.md %}{% endcapture %}
15
31
{{ destination-footer | markdownify }}
Original file line number Diff line number Diff line change 14
14
15
15
16
16
.quick-info {
17
- float : right ;
18
17
border : 1px solid #eee ;
19
18
border-radius : 5px ;
20
- max-width : 245px ;
21
19
padding : 10px ;
22
- margin : 0px 0px 15px 15px ;
23
- background-color : #FAFBFF ;
24
20
z-index : 1000 ;
25
21
26
22
@include breakpoint (small down ) {
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Algolia Insights Destination
3
3
rewrite : true
4
+ layout : dest-test
4
5
beta : true
5
6
redirect_from : ' /connections/destinations/catalog/algolia/'
6
7
---
@@ -18,8 +19,6 @@ This destination is maintained by [Algolia](https://www.algolia.com/). For any i
18
19
19
20
## Getting Started
20
21
21
- {% include content/connection-modes.md %}
22
-
23
22
1 . From the Segment web app, click ** Catalog** .
24
23
2 . Search for "Algolia" in the Catalog, select it, and choose which of your sources to connect the destination to.
25
24
3 . Enter the "App ID" & "API Key" into your Segment Settings UI which you can find from your [ Algolia Dashboard] ( https://www.algolia.com/apps/ ) , under API Keys menu.
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ endpoint from Segment's support team._
60
60
authentication key again and paste it into your UBX settings in the Segment
61
61
UI.
62
62
63
- You can read more about defining and activating applications in UBX [ here in
64
- their
65
- documentation] ( https://www.ibm.com/support/knowledgecenter/en/SS9JVY/UBX/Endpoints_ubx/Registering_endpoints_as_applications.html ) .
66
63
67
64
## General Tracking Advice
68
65
@@ -466,12 +463,6 @@ options:
466
463
channels are ` email ` and ` sms ` , and the only two acceptable subscription
467
464
options are ` opt-in ` and ` opt-out ` .
468
465
469
- For more information, refer to IBM UBX's documentation on ` subchannel `
470
- [ here] ( https://www.ibm.com/support/knowledgecenter/SS9JVY/UBX/Event_taxonomy_ubx/Best_practice_event_attributes.html )
471
- (* Best practice event attributes* article) and on ` channel `
472
- [ here] ( https://www.ibm.com/support/knowledgecenter/SS9JVY/UBX/Events_ubx/Event_publication.html ) .
473
- Note that recommended values for these fields is often determined by the
474
- downstream tools connected to UBX (e.g. Watson Customer Engagement tools).
475
466
476
467
## Troubleshooting
477
468
@@ -497,4 +488,3 @@ Segment's integration with UBX supports the following UBX abandonment events:
497
488
- ibmcartAbandonment
498
489
- ibmcartAbandonmentItem
499
490
500
- You can find more information about these events in [ UBX's Event Taxonomy] ( https://ubx-pilot.ibmmarketingcloud.com/#/taxonomy ) .
You can’t perform that action at this time.
0 commit comments