You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/destination-actions/src/destinations/google-enhanced-conversions/__tests__/uploadClickConversion.test.ts
Copy file name to clipboardExpand all lines: packages/destination-actions/src/destinations/google-enhanced-conversions/__tests__/uploadClickConversion2.test.ts
Copy file name to clipboardExpand all lines: packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion/generated-types.ts
"A base64url-encoded JSON string containing session attributes collected from the user's browser. This provides additional attribution context if gclid, gbraid, or user identifiers are missing.",
70
+
"A base64url-encoded JSON string containing session attributes collected from the user's browser. Provides additional attribution context if gclid, gbraid, or user identifiers are missing.",
"An alternative to the 'Session Attributes (Encoded)' field which can be used for Offline Conversions. If both 'Session Attributes (Encoded)' and 'Session Attributes (Key Value Pairs)' are provided, the encoded field takes precedence.",
80
+
type: 'object',
81
+
additionalProperties: false,
82
+
defaultObjectUI: 'keyvalue',
83
+
properties: {
84
+
gad_source: {
85
+
label: 'GAD Source',
86
+
description:
87
+
"An aggregate parameter served in the URL to identify the source of traffic originating from ads. See [Google's docs](https://support.google.com/google-ads/answer/16193746?sjid=2692215861659291994)",
88
+
type: 'string'
89
+
},
90
+
gad_campaignid: {
91
+
label: 'GAD Campaign ID',
92
+
description:
93
+
"The ID of the specific ad campaign that drove the ad click. See [Google's docs](https://support.google.com/google-ads/answer/16193746?sjid=2692215861659291994)",
94
+
type: 'string'
95
+
},
96
+
landing_page_url: {
97
+
label: 'Landing Page URL',
98
+
description:
99
+
'The full URL of the landing page on your website. This indicates the specific page the user first arrived on.',
100
+
type: 'string'
101
+
},
102
+
session_start_time_usec: {
103
+
label: 'Session Start Time',
104
+
description:
105
+
"The timestamp of when the user's session began on your website. This helps track the duration of user visits. The format should be a full ISO 8601 string containing microseconds.",
106
+
type: 'string',
107
+
format: 'date-time'
108
+
},
109
+
landing_page_referrer: {
110
+
label: 'Landing Page Referrer',
111
+
description:
112
+
"The URL of the webpage that linked the user to your website. This helps understand the traffic sources leading to your site. See [Google's docs](https://support.google.com/google-ads/answer/2382957?sjid=658827203196258052)",
113
+
type: 'string'
114
+
},
115
+
landing_page_user_agent: {
116
+
label: 'Landing Page User Agent',
117
+
description:
118
+
"A string that identifies the user's browser and operating system. This information can be useful for understanding the technical environment of your users.",
Copy file name to clipboardExpand all lines: packages/destination-actions/src/destinations/google-enhanced-conversions/uploadClickConversion2/generated-types.ts
0 commit comments