Skip to content

Commit ab291ed

Browse files
authored
Merge pull request #567 from segmentio/repo-sync
repo sync
2 parents 9deb967 + 667fb7a commit ab291ed

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/_data/landing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sections:
5757
section:
5858
- name: JavaScript
5959
path: /connections/sources/catalog/libraries/website/javascript/
60-
- name: HTTP Tracking API
61-
path: /connections/sources/catalog/libraries/server/http-api/
62-
- name: iOS
63-
path: /connections/sources/catalog/libraries/mobile/ios/
60+
- name: Swift
61+
path: /connections/sources/catalog/libraries/mobile/swift-ios/
62+
- name: All other Sources
63+
path: /connections/sources/catalog/

src/connections/destinations/catalog/google-ads-gtag/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ The [Google global site tag (gtag.js)](https://support.google.com/google-ads/ans
1212
> info ""
1313
> Only use this destination if your Google Ads account is using Gtag. If you're using Google Tag Manager, don't add the global site tag (gtag.js) in your GTM containers. You should also disable any [Google Ads (Classic)](/docs/connections/destinations/catalog/adwords/) destinations within the same source, since **Google Ads (Classic)** can't load at the same time as **Google Ads (Gtag)**.
1414
15+
> success ""
16+
> If you're sending [enhancement data to Google Ads](/docs/connections/destinations/catalog/actions-google-enhanced-conversions/) in parallel with Gtag, you must include the same Order ID (Transaction ID) on both sets of data. This is required to properly deduplicate conversions between Gtag conversions and enhanced conversions. To send Order ID (Transaction ID) to Gtag, include `order_id` as a property on your web events.
17+
1518
## Getting Started
1619

1720
You can use this destination to map your `.page()` calls to **Page Load Conversions** or `.track()` calls to **Click Conversions**. Currently this is only supported on the browser.

0 commit comments

Comments
 (0)