Struct google_dfareporting3d2::EventTag[][src]

pub struct EventTag {
    pub status: Option<String>,
    pub site_ids: Option<Vec<String>>,
    pub campaign_id: Option<String>,
    pub campaign_id_dimension_value: Option<DimensionValue>,
    pub enabled_by_default: Option<bool>,
    pub advertiser_id: Option<String>,
    pub site_filter_type: Option<String>,
    pub type_: Option<String>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub url: Option<String>,
    pub ssl_compliant: Option<bool>,
    pub exclude_from_adx_requests: Option<bool>,
    pub url_escape_levels: Option<i32>,
}

Contains properties of an event tag.

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

Status of this event tag. Must be ENABLED for this event tag to fire. This is a required field.

Filter list of site IDs associated with this event tag. The siteFilterType determines whether this is a whitelist or blacklist filter.

Campaign ID of this event tag. This field or the advertiserId field is required on insertion.

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

Whether this event tag should be automatically enabled for all of the advertiser's campaigns and ads.

Advertiser ID of this event tag. This field or the campaignId field is required on insertion.

Site filter type for this event tag. If no type is specified then the event tag will be applied to all sites.

Event tag type. Can be used to specify whether to use a third-party pixel, a third-party JavaScript URL, or a third-party click-through URL for either impression or click tracking. This is a required field.

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

ID of this event tag. This is a read-only, auto-generated field.

Account ID of this event tag. This is a read-only field that can be left blank.

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

Subaccount ID of this event tag. This is a read-only field that can be left blank.

Name of this event tag. This is a required field and must be less than 256 characters long.

Payload URL for this event tag. The URL on a click-through event tag should have a landing page URL appended to the end of it. This field is required on insertion.

Whether this tag is SSL-compliant or not. This is a read-only field.

Whether to remove this event tag from ads that are trafficked through Display & Video 360 to Ad Exchange. This may be useful if the event tag uses a pixel that is unapproved for Ad Exchange bids on one or more networks, such as the Google Display Network.

Number of times the landing page URL should be URL-escaped before being appended to the click-through event tag URL. Only applies to click-through event tags as specified by the event tag type.

Trait Implementations

impl Default for EventTag
[src]

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

impl Clone for EventTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventTag
[src]

Formats the value using the given formatter. Read more

impl RequestValue for EventTag
[src]

impl Resource for EventTag
[src]

impl ResponseResult for EventTag
[src]

Auto Trait Implementations

impl Send for EventTag

impl Sync for EventTag