Conversion
import type { Conversion } from "https://googleapis.deno.dev/v1/doubleclicksearch:v2.ts";
A conversion containing data relevant to DoubleClick Search. Common DS3 API conversion fields: Id Range [1 - 2800]. Next Id to use: 33
§Properties
Represents consent for core platform services (CPS) preferences in settings. No default value. Acceptable values are: GRANTED: The desired consent status is to grant. Read the CPS preferences from GTE settings. DENIED: The desired consent status is to deny; CPS list is empty.
Available to advertisers only after contacting DoubleClick Search customer support.
Sales channel for the product. Acceptable values are: - "local
": a
physical store - "online
": an online store
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.
The time at which the conversion was last modified, in epoch millis UTC.
Available to advertisers only after contacting DoubleClick Search customer support.
The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format.
Custom dimensions for the conversion, which can be used to filter data in a report.
Custom metrics for the conversion.
The Floodlight order ID provided by the advertiser for the conversion.
ID that DS generates and uses to uniquely identify the inventory account that contains the product.
The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.
The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.
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.
The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).
The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).
The state of the conversion, that is, either ACTIVE
or REMOVED
. Note:
state DELETED is deprecated.
The ID of the local store for which the product was advertised. Applicable
only when the channel is "local
".
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
).