Public attributes | |
---|---|
campaign | const char * The campaign name; The individual campaign name, slogan, promo code, etc. |
content | const char * The campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL. |
medium | const char * The campaign medium; used to identify a medium such as email or cost-per-click (cpc). |
source | const char * The campaign source; used to identify a search engine, newsletter, or other source. |
term | const char * The campaign term; used with paid search to supply the keywords for ads. |
constchar*firebase::dynamic_links::GoogleAnalyticsParameters::campaign
The campaign name; The individual campaign name, slogan, promo code, etc.
for a product.
constchar*firebase::dynamic_links::GoogleAnalyticsParameters::content
The campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.
constchar*firebase::dynamic_links::GoogleAnalyticsParameters::medium
The campaign medium; used to identify a medium such as email or cost-per-click (cpc).
constchar*firebase::dynamic_links::GoogleAnalyticsParameters::source
The campaign source; used to identify a search engine, newsletter, or other source.
constchar*firebase::dynamic_links::GoogleAnalyticsParameters::term
The campaign term; used with paid search to supply the keywords for ads.
firebase::dynamic_links::GoogleAnalyticsParameters::GoogleAnalyticsParameters()
Constructs an empty set of Google Analytics parameters.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.