Skip to content

Commit 40c4e5d

Browse files
author
markzegarelli
authored
Merge pull request #2006 from segmentio/DOC-336_override-ga-classic-cmode
Fix GA (Classic) connection modes
2 parents bffad29 + 973b489 commit 40c4e5d

File tree

3 files changed

+201
-79
lines changed

3 files changed

+201
-79
lines changed

src/_data/catalog/overrides-list.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ items:
44
- google-ads-gtag
55
- klaviyo
66
- friendbuy
7+
- google-ads-classic
8+

src/_data/catalog/overrides.yml

+132-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,135 @@ items:
106106
defaultValue: []
107107
description: Map your page calls to specific FriendBuy Widgets.
108108
required: false
109-
label: Page Widgets
109+
label: Page Widgets
110+
- slug: google-ads-classic
111+
display_name: Google Ads (Classic)
112+
name: Google Ads (Classic)
113+
hidden: false
114+
url: connections/destinations/catalog/google-ads-classic
115+
previous_names:
116+
- AdWords
117+
- Google Ads (Classic)
118+
website: https://adwords.google.com
119+
status: PUBLIC
120+
categories:
121+
- Advertising
122+
logo:
123+
url: https://cdn.filepicker.io/api/file/O54PEswFQAC7ZZDLSBZ5
124+
mark:
125+
url: https://cdn.filepicker.io/api/file/R5kQQ2DMR0CuNdDbzPvr
126+
methods:
127+
track: true
128+
identify: false
129+
group: false
130+
alias: false
131+
page: true
132+
platforms:
133+
browser: true
134+
mobile: true
135+
server: true
136+
components:
137+
- code: https://github.com/segment-integrations/analytics.js-integration-adwords
138+
type: browser
139+
- code: >-
140+
https://github.com/segmentio/integrations/tree/master/integrations/google-adwords
141+
type: server
142+
browserUnbundlingSupported: false
143+
browserUnbundlingPublic: true
144+
replay: false
145+
connection_modes:
146+
device:
147+
web: true
148+
mobile: false
149+
server: false
150+
cloud:
151+
web: false
152+
mobile: true
153+
server: false
154+
summary: >-
155+
accepts data in cloud-mode from all mobile sources, and can accept data in
156+
device-mode from Analytics.js sources.
157+
cmode_type: mixed
158+
case: '9'
159+
settings:
160+
- name: conversionId
161+
type: string
162+
defaultValue: ''
163+
description: >-
164+
Your AdWords conversion identifier. It looks like `983265867`. You can opt
165+
to override this on a per-event basis but at the very least this
166+
conversion ID will serve as the ID used in page calls.
167+
required: true
168+
label: Conversion ID
169+
- name: correctLat
170+
type: boolean
171+
defaultValue: true
172+
description: >-
173+
Enable this to set Limit Ad Tracking to `true` when
174+
context.device.adTrackingEnabled is `false`.
175+
required: true
176+
label: Correct LAT Behavior
177+
- name: eventMappings
178+
type: mixed
179+
defaultValue: []
180+
description: AdWords behavior for each of your Segment Events is defined here.
181+
required: true
182+
label: Event Mappings
183+
- name: linkId
184+
type: string
185+
defaultValue: ''
186+
description: >-
187+
The AdWords Link Id associated with Segment. The process for obtaining
188+
this can be found
189+
[here](https://support.google.com/adwords/answer/7365001). To create this
190+
Link Id, you must input Segment's Provider Id: **7552494388**
191+
192+
193+
**Important:** this setting is required only if you are using the new
194+
AdWords for mobile implementations.
195+
required: true
196+
label: Link Id
197+
- name: pageRemarketing
198+
type: boolean
199+
defaultValue: false
200+
description: Enable this to send a remarketing tag with your page calls
201+
required: true
202+
label: Page Remarketing
203+
- name: trackAttributionData
204+
type: boolean
205+
defaultValue: false
206+
description: >-
207+
If this setting is enabled, Segment will send successfully attributed
208+
`Application Installed` events from AdWords as `Install Attributed` events
209+
back into this source. These events will contain data about the AdWords
210+
campaign that lead to the conversion. You can learn more about these
211+
events [here](https://segment.com/docs/spec/mobile/#install-attributed).
212+
213+
214+
**Important:** this feature is only available if you are using the new
215+
AdWords version.
216+
required: true
217+
label: Track Attribution Data
218+
- name: version
219+
type: select
220+
defaultValue: ''
221+
description: >-
222+
The current version of your AdWords account. If you have migrated your
223+
AdWords account to the **new** AdWords interface at any point, you are
224+
using version 2. Otherwise, please select version 1.
225+
required: true
226+
label: Version
227+
- name: zeroedAttribution
228+
type: boolean
229+
defaultValue: false
230+
description: >-
231+
With the update to use analytics-ios v4.x SDK if adTrackingEnabled is set
232+
to false, the advertisingId key will be deleted from the event. These
233+
events will fail when sent to Google Adwords. To prevent these event
234+
failures in this scenario enable this setting to set the IDFA to be zero'd
235+
out (ie. '00000000-0000-0000-0000-000000000000') when sent to Google
236+
Adwords.
237+
required: false
238+
label: >-
239+
Fallback to Zeroed IDFA when advertisingId key not present (Server-Side
240+
Only)

0 commit comments

Comments
 (0)