java.lang.Object | |
↳ | com.google.firebase.dynamiclinks.DynamicLink.GoogleAnalyticsParameters.Builder |
Builder for Google Analytics parameters.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create Google Analytics parameters builder.
| |||||||||||
Create Google Analytics parameters builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build Bundle for use with
setGoogleAnalyticsParameters(GoogleAnalyticsParameters) . | |||||||||||
Sets the campaign name.
| |||||||||||
Sets the campaign content.
| |||||||||||
Sets the campaign medium.
| |||||||||||
Sets the campaign source.
| |||||||||||
Sets the campaign term.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create Google Analytics parameters builder.
Create Google Analytics parameters builder.
Parameters | |
---|---|
source |
String :
The campaign source; used to identify a search engine, newsletter, or other
source. |
medium |
String :
The campaign medium; used to identify a medium such as email or
cost-per-click (cpc). |
campaign |
String :
The campaign name; The individual campaign name, slogan, promo code, etc.
for a product.
|
Build Bundle for use with setGoogleAnalyticsParameters(GoogleAnalyticsParameters)
.
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters |
Sets the campaign name.
Parameters | |
---|---|
campaign |
String :
The campaign name; The individual campaign name, slogan, promo code, etc.
for a product.
|
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters.Builder |
Sets the campaign content.
Parameters | |
---|---|
content |
String :
The campaign content; used for A/B testing and content-targeted ads to
differentiate ads or links that point to the same URL.
|
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters.Builder |
Sets the campaign medium.
Parameters | |
---|---|
medium |
String :
The campaign medium; used to identify a medium such as email or
cost-per-click (cpc).
|
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters.Builder |
Sets the campaign source.
Parameters | |
---|---|
source |
String :
The campaign source; used to identify a search engine, newsletter, or other
source.
|
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters.Builder |
Sets the campaign term.
Parameters | |
---|---|
term |
String :
The campaign term; used with paid search to supply the keywords for ads.
|
Returns | |
---|---|
DynamicLink.GoogleAnalyticsParameters.Builder |