Struct google_dfareporting3d4::api::EventTag[][src]

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

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

account_id: Option<String>

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

advertiser_id: Option<String>

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

advertiser_id_dimension_value: Option<DimensionValue>

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

campaign_id: Option<String>

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

campaign_id_dimension_value: Option<DimensionValue>

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

enabled_by_default: Option<bool>

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

exclude_from_adx_requests: Option<bool>

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.

id: Option<String>

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

kind: Option<String>

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

name: Option<String>

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

site_filter_type: Option<String>

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

site_ids: Option<Vec<String>>

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

ssl_compliant: Option<bool>

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

status: Option<String>

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

subaccount_id: Option<String>

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

type_: Option<String>

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.

url: Option<String>

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.

url_escape_levels: Option<i32>

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.