File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
# it from the `overrides-list.yml` too.
3
3
items :
4
4
- slug : criteo-app-web-events
5
- connection_modes :
5
+ id : 5787cc5180412f644ff14d7e
6
6
connection_modes :
7
7
device :
8
8
web : true
13
13
mobile : true
14
14
server : false
15
15
- slug : doubleclick-floodlight
16
+ id : 57ab9dfc80412f644ff2004c
16
17
connection_modes :
17
18
device :
18
19
web : true
23
24
mobile : true
24
25
server : true
25
26
- slug : intercom
27
+ id : 54521fd725e721e32a72eec6
26
28
connection_modes :
27
29
device :
28
30
web : true
33
35
mobile : true
34
36
server : true
35
37
- slug : hubspot
38
+ id : 54521fd725e721e32a72eec1
36
39
display_name : HubSpot
37
40
previous_names :
38
41
- HubSpot
53
56
cmode_type : mixed
54
57
case : ' 6'
55
58
- slug : iterable
59
+ id : 54521fd925e721e32a72eecc
56
60
display_name : Iterable
57
61
components :
58
62
- type : WEB
@@ -71,9 +75,11 @@ items:
71
75
cmode_type : mixed
72
76
case : ' 5'
73
77
- slug : google-ads-gtag
78
+ id : 5a03bfe73156760001ab34ec
74
79
previous_names :
75
80
- Google AdWords New
76
81
- slug : klaviyo
82
+ id : 54521fd825e721e32a72eec8
77
83
display_name : Klaviyo
78
84
previous_names :
79
85
- Klaviyo
@@ -96,9 +102,12 @@ items:
96
102
cmode_type : mixed
97
103
case : ' 10'
98
104
- slug : friendbuy
99
- display_name : Friendbuy
105
+ id : 59ce9468cf711e00014a9c12
106
+ display_name : Friendbuy (Legacy)
107
+ name : Friendbuy (Legacy)
100
108
previous_names :
101
109
- FriendBuy
110
+ - Friendbuy (Legacy)
102
111
components :
103
112
- code : https://github.com/segment-integrations/analytics.js-integration-friendbuy
104
113
type : browser
@@ -143,6 +152,7 @@ items:
143
152
required : false
144
153
label : Page Widgets
145
154
- slug : google-ads-classic
155
+ id : 54521fd525e721e32a72ee92
146
156
display_name : Google Ads (Classic)
147
157
name : Google Ads (Classic)
148
158
hidden : false
Original file line number Diff line number Diff line change 1
1
<!-- in the file we're pulling from the API, "name" corresponds with the path to the yml blob for a specific destination.-->
2
2
{% assign thisDestination = page.id %}
3
3
4
- {% assign overrideInfo = site.data.catalog.overrides.items % | where: "slug ", thisDestination | first %}
4
+ {% assign overrideInfo = site.data.catalog.overrides.items % | where: "id ", thisDestination | first %}
5
5
6
6
{% assign destinationInfo = site.data.catalog.destinations.items | where: "id", thisDestination | first %}
7
7
You can’t perform that action at this time.
0 commit comments