Struct google_dfareporting2d3::TargetableRemarketingList [] [src]

pub struct TargetableRemarketingList {
    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 targetable 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 is a read-only view of a remarketing list to be used to faciliate targeting ads to specific lists. Remarketing lists that are owned by your advertisers and those that are shared to your advertisers or account are accessible via this resource. To manage remarketing lists that are owned by your advertisers, use the RemarketingLists 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

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

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

Targetable 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 targetable remarketing list without an impression.

Dimension value for the advertiser ID that owns this targetable remarketing list.

Product from which this targetable remarketing list was originated.

Whether this targetable remarketing list is active.

Dimension value for the ID of the advertiser.

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

Targetable remarketing list ID.

Name of the targetable remarketing list. Is no greater than 128 characters long.

Trait Implementations

impl Default for TargetableRemarketingList
[src]

[src]

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

impl Clone for TargetableRemarketingList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TargetableRemarketingList
[src]

[src]

Formats the value using the given formatter.

impl Resource for TargetableRemarketingList
[src]

impl ResponseResult for TargetableRemarketingList
[src]