Struct google_analytics3::EntityAdWordsLink[][src]

pub struct EntityAdWordsLink {
    pub kind: Option<String>,
    pub name: Option<String>,
    pub ad_words_accounts: Option<Vec<AdWordsAccount>>,
    pub profile_ids: Option<Vec<String>>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub entity: Option<EntityAdWordsLinkEntity>,
}

JSON template for Analytics Entity AdWords Link.

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

Resource type for entity AdWords link.

Name of the link. This field is required when creating an AdWords link.

A list of AdWords client accounts. These cannot be MCC accounts. This field is required when creating an AdWords link. It cannot be empty.

IDs of linked Views (Profiles) represented as strings.

Entity AdWords link ID

URL link for this Google Analytics - Google AdWords link.

Web property being linked.

Trait Implementations

impl Default for EntityAdWordsLink
[src]

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

impl Clone for EntityAdWordsLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntityAdWordsLink
[src]

Formats the value using the given formatter. Read more

impl RequestValue for EntityAdWordsLink
[src]

impl ResponseResult for EntityAdWordsLink
[src]

Auto Trait Implementations