Skip to content

Commit fb9d9a3

Browse files
authored
Merge pull request #264 from segmentio/repo-sync
repo sync
2 parents f9b26af + 3a25d69 commit fb9d9a3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/_data/catalog/overrides.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# it from the `overrides-list.yml` too.
33
items:
44
- slug: criteo-app-web-events
5-
connection_modes:
5+
id: 5787cc5180412f644ff14d7e
66
connection_modes:
77
device:
88
web: true
@@ -13,6 +13,7 @@ items:
1313
mobile: true
1414
server: false
1515
- slug: doubleclick-floodlight
16+
id: 57ab9dfc80412f644ff2004c
1617
connection_modes:
1718
device:
1819
web: true
@@ -23,6 +24,7 @@ items:
2324
mobile: true
2425
server: true
2526
- slug: intercom
27+
id: 54521fd725e721e32a72eec6
2628
connection_modes:
2729
device:
2830
web: true
@@ -33,6 +35,7 @@ items:
3335
mobile: true
3436
server: true
3537
- slug: hubspot
38+
id: 54521fd725e721e32a72eec1
3639
display_name: HubSpot
3740
previous_names:
3841
- HubSpot
@@ -53,6 +56,7 @@ items:
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

src/_includes/content/destination-dossier.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)