firebase::dynamic_links::GoogleAnalyticsParameters

#include <components.h>

Google Analytics Parameters.

Summary

Note that the strings used by the struct are not copied, as so must either be statically allocated, or must persist in memory until the DynamicLinkComponents that uses them goes out of scope.

Constructors and Destructors

GoogleAnalyticsParameters()
Constructs an empty set of Google Analytics parameters.

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.

Public attributes

Public functions