Struct google_dfareporting3d2::TargetingTemplate[][src]

pub struct TargetingTemplate {
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub day_part_targeting: Option<DayPartTargeting>,
    pub key_value_targeting_expression: Option<KeyValueTargetingExpression>,
    pub list_targeting_expression: Option<ListTargetingExpression>,
    pub language_targeting: Option<LanguageTargeting>,
    pub advertiser_id: Option<String>,
    pub geo_targeting: Option<GeoTargeting>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub technology_targeting: Option<TechnologyTargeting>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#targetingTemplate".

Subaccount ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.

Name of this targeting template. This field is required. It must be less than 256 characters long and unique within an advertiser.

Time and day targeting criteria.

Key-value targeting criteria.

Remarketing list targeting criteria.

Language targeting criteria.

Advertiser ID of this targeting template. This is a required field on insert and is read-only after insert.

Geographical targeting criteria.

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

Technology platform targeting criteria.

ID of this targeting template. This is a read-only, auto-generated field.

Account ID of this targeting template. This field, if left unset, will be auto-generated on insert and is read-only after insert.

Trait Implementations

impl Default for TargetingTemplate
[src]

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

impl Clone for TargetingTemplate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetingTemplate
[src]

Formats the value using the given formatter. Read more

impl RequestValue for TargetingTemplate
[src]

impl Resource for TargetingTemplate
[src]

impl ResponseResult for TargetingTemplate
[src]

Auto Trait Implementations