Struct google_doubleclicksearch2::Conversion[][src]

pub struct Conversion {
    pub custom_dimension: Option<Vec<CustomDimension>>,
    pub ad_group_id: Option<String>,
    pub ds_conversion_id: Option<String>,
    pub campaign_id: Option<String>,
    pub revenue_micros: Option<String>,
    pub advertiser_id: Option<String>,
    pub count_millis: Option<String>,
    pub conversion_timestamp: Option<String>,
    pub click_id: Option<String>,
    pub attribution_model: Option<String>,
    pub currency_code: Option<String>,
    pub product_country: Option<i64>,
    pub state: Option<String>,
    pub device_type: Option<String>,
    pub ad_id: Option<String>,
    pub conversion_id: Option<String>,
    pub conversion_modified_timestamp: Option<String>,
    pub channel: Option<String>,
    pub product_id: Option<String>,
    pub segmentation_id: Option<String>,
    pub agency_id: Option<String>,
    pub store_id: Option<String>,
    pub quantity_millis: Option<String>,
    pub criterion_id: Option<String>,
    pub floodlight_order_id: Option<String>,
    pub segmentation_type: Option<String>,
    pub custom_metric: Option<Vec<CustomMetric>>,
    pub product_group_id: Option<String>,
    pub type_: Option<String>,
    pub segmentation_name: Option<String>,
    pub inventory_account_id: Option<String>,
    pub engine_account_id: Option<String>,
    pub product_language: Option<String>,
}

A conversion containing data relevant to DoubleClick Search.

This type is not used in any activity, and only used as part of another schema.

Fields

Custom dimensions for the conversion, which can be used to filter data in a report.

DS ad group ID.

ID that DoubleClick Search generates for each conversion.

DS campaign ID.

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.

DS advertiser ID.

Available to advertisers only after contacting DoubleClick Search customer support.

The time at which the conversion took place, in epoch millis UTC.

DS click ID for the conversion.

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.

The country registered for the Merchant Center feed that contains the product. Use an ISO 3166 code to specify a country.

The state of the conversion, that is, either ACTIVE or REMOVED. Note: state DELETED is deprecated.

The type of device on which the conversion occurred.

DS ad ID.

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.

Sales channel for the product. Acceptable values are:

  • "local": a physical store
  • "online": an online store

The product ID (SKU).

The numeric segmentation identifier (for example, DoubleClick Search Floodlight activity ID).

DS agency ID.

The ID of the local store for which the product was advertised. Applicable only when the channel is "local".

The quantity of this conversion, in millis.

DS criterion (keyword) ID.

The Floodlight order ID provided by the advertiser for the conversion.

The segmentation type of this conversion (for example, FLOODLIGHT).

Custom metrics for the conversion.

DS product group ID.

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).

The friendly segmentation identifier (for example, DoubleClick Search Floodlight activity name).

ID that DS generates and uses to uniquely identify the inventory account that contains the product.

DS engine account ID.

The language registered for the Merchant Center feed that contains the product. Use an ISO 639 code to specify a language.

Trait Implementations

impl Default for Conversion
[src]

Returns the "default value" for a type. Read more

impl Clone for Conversion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Conversion
[src]

Formats the value using the given formatter. Read more

impl Part for Conversion
[src]

Auto Trait Implementations

impl Send for Conversion

impl Sync for Conversion