Struct google_firebasedynamiclinks1::GooglePlayAnalytics [] [src]

pub struct GooglePlayAnalytics {
    pub utm_medium: Option<String>,
    pub utm_content: Option<String>,
    pub utm_source: Option<String>,
    pub gclid: Option<String>,
    pub utm_campaign: Option<String>,
    pub utm_term: Option<String>,
}

Parameters for Google Play Campaign Measurements. Learn more

This type is not used in any activity, and only used as part of another schema.

Fields

Campaign medium; used to identify a medium such as email or cost-per-click.

Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.

Campaign source; used to identify a search engine, newsletter, or other source.

AdWords autotagging parameter; used to measure Google AdWords ads. This value is generated dynamically and should never be modified.

Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.

Campaign term; used with paid search to supply the keywords for ads.

Trait Implementations

impl Default for GooglePlayAnalytics
[src]

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

impl Clone for GooglePlayAnalytics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePlayAnalytics
[src]

Formats the value using the given formatter.

impl Part for GooglePlayAnalytics
[src]