[][src]Struct google_dfareporting3d2::TargetableRemarketingList

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

kind: Option<String>

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

subaccount_id: Option<String>

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

description: Option<String>

Targetable remarketing list description.

list_size: Option<String>

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

life_span: Option<String>

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

advertiser_id: Option<String>

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

list_source: Option<String>

Product from which this targetable remarketing list was originated.

active: Option<bool>

Whether this targetable remarketing list is active.

advertiser_id_dimension_value: Option<DimensionValue>

Dimension value for the ID of the advertiser.

account_id: Option<String>

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

id: Option<String>

Targetable remarketing list ID.

name: Option<String>

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

Trait Implementations

impl Resource for TargetableRemarketingList[src]

impl ResponseResult for TargetableRemarketingList[src]

impl Default for TargetableRemarketingList[src]

impl Clone for TargetableRemarketingList[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for TargetableRemarketingList[src]

impl Serialize for TargetableRemarketingList[src]

impl<'de> Deserialize<'de> for TargetableRemarketingList[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]