Struct google_tagmanager1::Container [] [src]

pub struct Container {
    pub time_zone_id: Option<String>,
    pub enabled_built_in_variable: Option<Vec<String>>,
    pub time_zone_country_id: Option<i64>,
    pub public_id: Option<String>,
    pub container_id: Option<String>,
    pub domain_name: Option<Vec<String>>,
    pub notes: Option<String>,
    pub name: Option<String>,
    pub usage_context: Option<Vec<String>>,
    pub fingerprint: Option<String>,
    pub account_id: Option<String>,
}

Represents a Google Tag Manager Container.

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

Container Time Zone ID.

List of enabled built-in variables. Valid values include: pageUrl, pageHostname, pagePath, referrer, event, clickElement, clickClasses, clickId, clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget, formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment, oldHistoryFragment, newHistoryState, oldHistoryState, historySource, containerVersion, debugMode, randomNumber, containerId.

Container Country ID.

Container Public ID.

The Container ID uniquely identifies the GTM Container.

Optional list of domain names associated with the Container.

Container Notes.

Container display name.

List of Usage Contexts for the Container. Valid values include: web, android, ios.

The fingerprint of the GTM Container as computed at storage time. This value is recomputed whenever the account is modified.

GTM Account ID.

Trait Implementations

impl Default for Container
[src]

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

impl Clone for Container
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Container
[src]

Formats the value using the given formatter.

impl RequestValue for Container
[src]

impl ResponseResult for Container
[src]