firebase:: dynamic_links:: ITunesConnectAnalyticsParameters
#include <components.h>
iTunes Connect App 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 |
|
---|---|
ITunesConnectAnalyticsParameters()
Constructs an empty set of ITunes Connect Analytics parameters.
|
Public attributes |
|
---|---|
affiliate_token
|
const char *
The affiliate token used to create affiliate-coded links.
|
campaign_token
|
const char *
The campaign token that developers can add to any link in order to track sales from a specific marketing campaign.
|
provider_token
|
const char *
The provider token that enables analytics for Dynamic Links from within iTunes Connect.
|
Public attributes
affiliate_token
const char * firebase::dynamic_links::ITunesConnectAnalyticsParameters::affiliate_token
The affiliate token used to create affiliate-coded links.
campaign_token
const char * firebase::dynamic_links::ITunesConnectAnalyticsParameters::campaign_token
The campaign token that developers can add to any link in order to track sales from a specific marketing campaign.
provider_token
const char * firebase::dynamic_links::ITunesConnectAnalyticsParameters::provider_token
The provider token that enables analytics for Dynamic Links from within iTunes Connect.
Public functions
ITunesConnectAnalyticsParameters
firebase::dynamic_links::ITunesConnectAnalyticsParameters::ITunesConnectAnalyticsParameters()
Constructs an empty set of ITunes Connect Analytics parameters.