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: docs/dyn/dfareporting_v3_3.conversions.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ <h3>Method Details</h3>
101
101
{ # A custom floodlight variable.
102
102
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".
103
103
"type": "A String", # The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.
104
-
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 50 characters.
104
+
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 100 characters.
105
105
},
106
106
],
107
107
"encryptedUserId": "A String", # The alphanumeric encrypted user ID. When set, encryptionInfo should also be specified. This field is mutually exclusive with encryptedUserIdCandidates[], matchId, mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid is a required field.
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151
151
{ # A custom floodlight variable.
152
152
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".
153
153
"type": "A String", # The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.
154
-
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 50 characters.
154
+
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 100 characters.
155
155
},
156
156
],
157
157
"encryptedUserId": "A String", # The alphanumeric encrypted user ID. When set, encryptionInfo should also be specified. This field is mutually exclusive with encryptedUserIdCandidates[], matchId, mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid is a required field.
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202
202
{ # A custom floodlight variable.
203
203
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".
204
204
"type": "A String", # The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.
205
-
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 50 characters.
205
+
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 100 characters.
206
206
},
207
207
],
208
208
"encryptedUserId": "A String", # The alphanumeric encrypted user ID. When set, encryptionInfo should also be specified. This field is mutually exclusive with encryptedUserIdCandidates[], matchId, mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid is a required field.
@@ -252,7 +252,7 @@ <h3>Method Details</h3>
252
252
{ # A custom floodlight variable.
253
253
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".
254
254
"type": "A String", # The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.
255
-
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 50 characters.
255
+
"value": "A String", # The value of the custom floodlight variable. The length of string must not exceed 100 characters.
256
256
},
257
257
],
258
258
"encryptedUserId": "A String", # The alphanumeric encrypted user ID. When set, encryptionInfo should also be specified. This field is mutually exclusive with encryptedUserIdCandidates[], matchId, mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or matchId or mobileDeviceId or gclid is a required field.
Copy file name to clipboardExpand all lines: docs/dyn/dfareporting_v3_3.reports.compatibleFields.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -318,8 +318,8 @@ <h3>Method Details</h3>
318
318
},
319
319
],
320
320
"reportProperties": { # The properties of the report.
321
-
"clicksLookbackWindow": 42, # DFA checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
322
-
"impressionsLookbackWindow": 42, # DFA checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
321
+
"clicksLookbackWindow": 42, # CM360 checks to see if a click interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
322
+
"impressionsLookbackWindow": 42, # CM360 checks to see if an impression interaction occurred within the specified period of time before a conversion. By default the value is pulled from Floodlight or you can manually enter a custom value. Valid values: 1-90.
323
323
"includeAttributedIPConversions": True or False, # Deprecated: has no effect.
324
324
"includeUnattributedCookieConversions": True or False, # Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
325
325
"includeUnattributedIPConversions": True or False, # Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
0 commit comments