Skip to content

Commit 063e93e

Browse files
markzegarelliforstisabellakdaswanirchinn1
authored
Facebook Conversions API, Google Enhanced Conversions, and Google Analytics 4 destinations (#2278)
* this should be visible * Update GEC doc to match new UI experience (#2269) * Update GEC doc to match new UI experience * Update src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md Co-authored-by: markzegarelli <[email protected]> * fix slug, pull data [netlify-build] * fix typo Co-authored-by: markzegarelli <[email protected]> * GA4 destination doc updates (#2273) * GA4 destination doc updates Updates to GA4 docs ahead of Public Beta on 12/14: * Unhide GA4 doc * Add GA4 doc to "strat: google" * Remove private beta instructions * Add more details to the docs * fix hyperlink * fix typo * Add GA4 to strat * add mappings from api Co-authored-by: markzegarelli <[email protected]> * Update GA4 links in GA UA docs (#2272) * Hide or delete GA4-plans doc (#2270) * Hide or delete GA4-plans doc We would like to delete this doc if possible. Otherwise, I have hidden it here because we do not need it anymore as it is outdated and we have a new destination doc for GA4. * unpublish this Co-authored-by: markzegarelli <[email protected]> * catalog [netlify-build] * automate available actions table * fix side nav * fix side nav * google strat * unhide tiktok conversions * catalog update * Apply suggestions from code review Co-authored-by: rchinn-segment <[email protected]> Co-authored-by: forstisabella <[email protected]> Co-authored-by: kdaswani <[email protected]> Co-authored-by: rchinn-segment <[email protected]>
1 parent fa7f41b commit 063e93e

File tree

15 files changed

+4620
-691
lines changed

15 files changed

+4620
-691
lines changed

scripts/catalog_papi.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,14 @@ const updateDestinations = async () => {
272272

273273

274274
destinations.forEach(destination => {
275+
276+
// We need to be able to keep the system slug in some cases.
277+
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api']
275278
let slug = slugify(destination.name)
279+
if (slugOverrides.includes(destination.slug)) {
280+
slug = destination.slug
281+
}
282+
276283

277284
// Flip the slug of Actions destinations
278285
const actionsDests = [

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-11-30
2+
# destination categories last updated 2021-12-14
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)