Struct google_dfareporting2d4::RemarketingList [] [src]

pub struct RemarketingList {
    pub list_population_rule: Option<ListPopulationRule>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub description: Option<String>,
    pub list_size: Option<String>,
    pub life_span: Option<String>,
    pub advertiser_id: Option<String>,
    pub list_source: Option<String>,
    pub active: Option<bool>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub account_id: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Contains properties of a remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.

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

Rule used to populate the remarketing list with users.

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

Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.

Remarketing list description.

Number of users currently in the list. This is a read-only field.

Number of days that a user should remain in the remarketing list without an impression.

Dimension value for the advertiser ID that owns this remarketing list. This is a required field.

Product from which this remarketing list was originated.

Whether this remarketing list is active.

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

Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.

Remarketing list ID. This is a read-only, auto-generated field.

Name of the remarketing list. This is a required field. Must be no greater than 128 characters long.

Trait Implementations

impl Default for RemarketingList
[src]

[src]

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

impl Clone for RemarketingList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RemarketingList
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for RemarketingList
[src]

impl Resource for RemarketingList
[src]

impl ResponseResult for RemarketingList
[src]