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
"channel": "A String", # Sales channel for the product. Acceptable values are: - "`local`": a physical store - "`online`": an online store
131
+
"clickId": "A String", # DS click ID for the conversion.
132
+
"conversionId": "A String", # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser's Floodlight instructions.
133
+
"conversionModifiedTimestamp": "A String", # The time at which the conversion was last modified, in epoch millis UTC.
134
+
"conversionTimestamp": "A String", # The time at which the conversion took place, in epoch millis UTC.
135
+
"countMillis": "A String", # Available to advertisers only after contacting DoubleClick Search customer support.
"currencyCode": "A String", # The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format.
138
+
"customDimension": [ # Custom dimensions for the conversion, which can be used to filter data in a report.
"floodlightOrderId": "A String", # The Floodlight order ID provided by the advertiser for the conversion.
155
+
"inventoryAccountId": "A String", # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
156
+
"productCountry": "A String", # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
157
+
"productGroupId": "A String", # DS product group ID.
158
+
"productId": "A String", # The product ID (SKU).
159
+
"productLanguage": "A String", # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
160
+
"quantityMillis": "A String", # The quantity of this conversion, in millis.
161
+
"revenueMicros": "A String", # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of "10" enter "10000000" (10 million) in your request.
162
+
"segmentationId": "A String", # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
163
+
"segmentationName": "A String", # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
164
+
"segmentationType": "A String", # The segmentation type of this conversion (for example, `FLOODLIGHT`).
165
+
"state": "A String", # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
166
+
"storeId": "A String", # The ID of the local store for which the product was advertised. Applicable only when the channel is "`local`".
167
+
"type": "A String", # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
168
+
},
169
+
],
170
+
"kind": "A String", # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
"channel": "A String", # Sales channel for the product. Acceptable values are: - "`local`": a physical store - "`online`": an online store
214
+
"clickId": "A String", # DS click ID for the conversion.
215
+
"conversionId": "A String", # For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser's Floodlight instructions.
216
+
"conversionModifiedTimestamp": "A String", # The time at which the conversion was last modified, in epoch millis UTC.
217
+
"conversionTimestamp": "A String", # The time at which the conversion took place, in epoch millis UTC.
218
+
"countMillis": "A String", # Available to advertisers only after contacting DoubleClick Search customer support.
"currencyCode": "A String", # The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format.
221
+
"customDimension": [ # Custom dimensions for the conversion, which can be used to filter data in a report.
"floodlightOrderId": "A String", # The Floodlight order ID provided by the advertiser for the conversion.
238
+
"inventoryAccountId": "A String", # ID that DS generates and uses to uniquely identify the inventory account that contains the product.
239
+
"productCountry": "A String", # The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
240
+
"productGroupId": "A String", # DS product group ID.
241
+
"productId": "A String", # The product ID (SKU).
242
+
"productLanguage": "A String", # The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
243
+
"quantityMillis": "A String", # The quantity of this conversion, in millis.
244
+
"revenueMicros": "A String", # The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of "10" enter "10000000" (10 million) in your request.
245
+
"segmentationId": "A String", # The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
246
+
"segmentationName": "A String", # The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
247
+
"segmentationType": "A String", # The segmentation type of this conversion (for example, `FLOODLIGHT`).
248
+
"state": "A String", # The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated.
249
+
"storeId": "A String", # The ID of the local store for which the product was advertised. Applicable only when the channel is "`local`".
250
+
"type": "A String", # The type of the conversion, that is, either `ACTION` or `TRANSACTION`. An `ACTION` conversion is an action by the user that has no monetarily quantifiable value, while a `TRANSACTION` conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (`ACTION`) versus ecommerce purchases (`TRANSACTION`).
251
+
},
252
+
],
253
+
"kind": "A String", # Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.
0 commit comments