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_v4.conversions.html
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,21 @@ <h3>Method Details</h3>
122
122
"quantity": "A String", # The quantity of the conversion.
123
123
"timestampMicros": "A String", # The timestamp of conversion, in Unix epoch micros. This is a required field.
124
124
"treatmentForUnderage": True or False, # Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).
125
+
"userIdentifiers": [ # The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.
126
+
{ # User identifying information. Exactly one type of identifier must be specified.
127
+
"addressInfo": { # Identify a user by name and address. # Address information.
128
+
"city": "A String", # City of the address.
129
+
"countryCode": "A String", # 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
130
+
"hashedFirstName": "A String", # First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
131
+
"hashedLastName": "A String", # Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
132
+
"hashedStreetAddress": "A String", # The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
133
+
"postalCode": "A String", # Postal code of the user's address.
134
+
"state": "A String", # State code of the address.
135
+
},
136
+
"hashedEmail": "A String", # Hashed email address using SHA-256 hash function after normalization.
137
+
"hashedPhoneNumber": "A String", # Hashed phone number using SHA-256 hash function after normalization (E164 standard).
138
+
},
139
+
],
125
140
"value": 3.14, # The value of the conversion.
126
141
},
127
142
],
@@ -174,6 +189,21 @@ <h3>Method Details</h3>
174
189
"quantity": "A String", # The quantity of the conversion.
175
190
"timestampMicros": "A String", # The timestamp of conversion, in Unix epoch micros. This is a required field.
176
191
"treatmentForUnderage": True or False, # Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).
192
+
"userIdentifiers": [ # The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.
193
+
{ # User identifying information. Exactly one type of identifier must be specified.
194
+
"addressInfo": { # Identify a user by name and address. # Address information.
195
+
"city": "A String", # City of the address.
196
+
"countryCode": "A String", # 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
197
+
"hashedFirstName": "A String", # First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
198
+
"hashedLastName": "A String", # Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
199
+
"hashedStreetAddress": "A String", # The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
200
+
"postalCode": "A String", # Postal code of the user's address.
201
+
"state": "A String", # State code of the address.
202
+
},
203
+
"hashedEmail": "A String", # Hashed email address using SHA-256 hash function after normalization.
204
+
"hashedPhoneNumber": "A String", # Hashed phone number using SHA-256 hash function after normalization (E164 standard).
205
+
},
206
+
],
177
207
"value": 3.14, # The value of the conversion.
178
208
},
179
209
"errors": [ # A list of errors related to this conversion.
@@ -227,6 +257,21 @@ <h3>Method Details</h3>
227
257
"quantity": "A String", # The quantity of the conversion.
228
258
"timestampMicros": "A String", # The timestamp of conversion, in Unix epoch micros. This is a required field.
229
259
"treatmentForUnderage": True or False, # Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).
260
+
"userIdentifiers": [ # The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.
261
+
{ # User identifying information. Exactly one type of identifier must be specified.
262
+
"addressInfo": { # Identify a user by name and address. # Address information.
263
+
"city": "A String", # City of the address.
264
+
"countryCode": "A String", # 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
265
+
"hashedFirstName": "A String", # First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
266
+
"hashedLastName": "A String", # Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
267
+
"hashedStreetAddress": "A String", # The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
268
+
"postalCode": "A String", # Postal code of the user's address.
269
+
"state": "A String", # State code of the address.
270
+
},
271
+
"hashedEmail": "A String", # Hashed email address using SHA-256 hash function after normalization.
272
+
"hashedPhoneNumber": "A String", # Hashed phone number using SHA-256 hash function after normalization (E164 standard).
273
+
},
274
+
],
230
275
"value": 3.14, # The value of the conversion.
231
276
},
232
277
],
@@ -279,6 +324,21 @@ <h3>Method Details</h3>
279
324
"quantity": "A String", # The quantity of the conversion.
280
325
"timestampMicros": "A String", # The timestamp of conversion, in Unix epoch micros. This is a required field.
281
326
"treatmentForUnderage": True or False, # Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).
327
+
"userIdentifiers": [ # The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.
328
+
{ # User identifying information. Exactly one type of identifier must be specified.
329
+
"addressInfo": { # Identify a user by name and address. # Address information.
330
+
"city": "A String", # City of the address.
331
+
"countryCode": "A String", # 2-letter country code in ISO-3166-1 alpha-2 of the user's address.
332
+
"hashedFirstName": "A String", # First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
333
+
"hashedLastName": "A String", # Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
334
+
"hashedStreetAddress": "A String", # The street address of the user hashed using SHA-256 hash function after normalization (lower case only).
335
+
"postalCode": "A String", # Postal code of the user's address.
336
+
"state": "A String", # State code of the address.
337
+
},
338
+
"hashedEmail": "A String", # Hashed email address using SHA-256 hash function after normalization.
339
+
"hashedPhoneNumber": "A String", # Hashed phone number using SHA-256 hash function after normalization (E164 standard).
340
+
},
341
+
],
282
342
"value": 3.14, # The value of the conversion.
283
343
},
284
344
"errors": [ # A list of errors related to this conversion.
"description": "Whether this particular request may come from a user under the age of 16 (may differ by country), under compliance with the European Union's General Data Protection Regulation (GDPR).",
12143
12143
"type": "boolean"
12144
12144
},
12145
+
"userIdentifiers": {
12146
+
"description": "The user identifiers to enhance the conversion. The maximum number of user identifiers for each conversion is 5.",
12147
+
"items": {
12148
+
"$ref": "UserIdentifier"
12149
+
},
12150
+
"type": "array"
12151
+
},
12145
12152
"value": {
12146
12153
"description": "The value of the conversion.",
12147
12154
"format": "double",
@@ -17233,6 +17240,41 @@
17233
17240
},
17234
17241
"type": "object"
17235
17242
},
17243
+
"OfflineUserAddressInfo": {
17244
+
"description": "Identify a user by name and address.",
17245
+
"id": "OfflineUserAddressInfo",
17246
+
"properties": {
17247
+
"city": {
17248
+
"description": "City of the address.",
17249
+
"type": "string"
17250
+
},
17251
+
"countryCode": {
17252
+
"description": "2-letter country code in ISO-3166-1 alpha-2 of the user's address.",
17253
+
"type": "string"
17254
+
},
17255
+
"hashedFirstName": {
17256
+
"description": "First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).",
17257
+
"type": "string"
17258
+
},
17259
+
"hashedLastName": {
17260
+
"description": "Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).",
17261
+
"type": "string"
17262
+
},
17263
+
"hashedStreetAddress": {
17264
+
"description": "The street address of the user hashed using SHA-256 hash function after normalization (lower case only).",
17265
+
"type": "string"
17266
+
},
17267
+
"postalCode": {
17268
+
"description": "Postal code of the user's address.",
17269
+
"type": "string"
17270
+
},
17271
+
"state": {
17272
+
"description": "State code of the address.",
17273
+
"type": "string"
17274
+
}
17275
+
},
17276
+
"type": "object"
17277
+
},
17236
17278
"OffsetPosition": {
17237
17279
"description": "Offset Position.",
17238
17280
"id": "OffsetPosition",
@@ -21113,6 +21155,25 @@
21113
21155
},
21114
21156
"type": "object"
21115
21157
},
21158
+
"UserIdentifier": {
21159
+
"description": "User identifying information. Exactly one type of identifier must be specified.",
21160
+
"id": "UserIdentifier",
21161
+
"properties": {
21162
+
"addressInfo": {
21163
+
"$ref": "OfflineUserAddressInfo",
21164
+
"description": "Address information."
21165
+
},
21166
+
"hashedEmail": {
21167
+
"description": "Hashed email address using SHA-256 hash function after normalization.",
21168
+
"type": "string"
21169
+
},
21170
+
"hashedPhoneNumber": {
21171
+
"description": "Hashed phone number using SHA-256 hash function after normalization (E164 standard).",
21172
+
"type": "string"
21173
+
}
21174
+
},
21175
+
"type": "object"
21176
+
},
21116
21177
"UserProfile": {
21117
21178
"description": "A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account. The profile_id needs to be specified in other API requests. ",
0 commit comments