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 22# it from the `overrides-list.yml` too.
33items :
44- slug : criteo-app-web-events
5- connection_modes :
5+ id : 5787cc5180412f644ff14d7e
66 connection_modes :
77 device :
88 web : true
1313 mobile : true
1414 server : false
1515- slug : doubleclick-floodlight
16+ id : 57ab9dfc80412f644ff2004c
1617 connection_modes :
1718 device :
1819 web : true
2324 mobile : true
2425 server : true
2526- slug : intercom
27+ id : 54521fd725e721e32a72eec6
2628 connection_modes :
2729 device :
2830 web : true
3335 mobile : true
3436 server : true
3537- slug : hubspot
38+ id : 54521fd725e721e32a72eec1
3639 display_name : HubSpot
3740 previous_names :
3841 - HubSpot
5356 cmode_type : mixed
5457 case : ' 6'
5558- slug : iterable
59+ id : 54521fd925e721e32a72eecc
5660 display_name : Iterable
5761 components :
5862 - type : WEB
@@ -71,9 +75,11 @@ items:
7175 cmode_type : mixed
7276 case : ' 5'
7377- slug : google-ads-gtag
78+ id : 5a03bfe73156760001ab34ec
7479 previous_names :
7580 - Google AdWords New
7681- slug : klaviyo
82+ id : 54521fd825e721e32a72eec8
7783 display_name : Klaviyo
7884 previous_names :
7985 - Klaviyo
@@ -96,9 +102,12 @@ items:
96102 cmode_type : mixed
97103 case : ' 10'
98104- slug : friendbuy
99- display_name : Friendbuy
105+ id : 59ce9468cf711e00014a9c12
106+ display_name : Friendbuy (Legacy)
107+ name : Friendbuy (Legacy)
100108 previous_names :
101109 - FriendBuy
110+ - Friendbuy (Legacy)
102111 components :
103112 - code : https://github.com/segment-integrations/analytics.js-integration-friendbuy
104113 type : browser
@@ -143,6 +152,7 @@ items:
143152 required : false
144153 label : Page Widgets
145154- slug : google-ads-classic
155+ id : 54521fd525e721e32a72ee92
146156 display_name : Google Ads (Classic)
147157 name : Google Ads (Classic)
148158 hidden : false
Original file line number Diff line number Diff line change 11<!-- in the file we're pulling from the API, "name" corresponds with the path to the yml blob for a specific destination.-->
22{% assign thisDestination = page.id %}
33
4- {% assign overrideInfo = site.data.catalog.overrides.items % | where: "slug ", thisDestination | first %}
4+ {% assign overrideInfo = site.data.catalog.overrides.items % | where: "id ", thisDestination | first %}
55
66{% assign destinationInfo = site.data.catalog.destinations.items | where: "id", thisDestination | first %}
77
You can’t perform that action at this time.
0 commit comments