Struct google_analytics3::RemarketingAudience[][src]

pub struct RemarketingAudience {
    pub linked_ad_accounts: Option<Vec<LinkedForeignAccount>>,
    pub kind: Option<String>,
    pub audience_definition: Option<RemarketingAudienceAudienceDefinition>,
    pub description: Option<String>,
    pub created: Option<String>,
    pub updated: Option<String>,
    pub internal_web_property_id: Option<String>,
    pub linked_views: Option<Vec<String>>,
    pub state_based_audience_definition: Option<RemarketingAudienceStateBasedAudienceDefinition>,
    pub audience_type: Option<String>,
    pub web_property_id: Option<String>,
    pub account_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

JSON template for an Analytics remarketing audience.

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

The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.

Collection type.

The simple audience definition that will cause a user to be added to an audience.

The description of this remarketing audience.

Time this remarketing audience was created.

Time this remarketing audience was last modified.

Internal ID for the web property to which this remarketing audience belongs.

The views (profiles) that this remarketing audience is linked to.

A state based audience definition that will cause a user to be added or removed from an audience.

The type of audience, either SIMPLE or STATE_BASED.

Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.

Account ID to which this remarketing audience belongs.

Remarketing Audience ID.

The name of this remarketing audience.

Trait Implementations

impl Default for RemarketingAudience
[src]

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

impl Clone for RemarketingAudience
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RemarketingAudience
[src]

Formats the value using the given formatter. Read more

impl RequestValue for RemarketingAudience
[src]

impl ResponseResult for RemarketingAudience
[src]

Auto Trait Implementations