Builder for Google Analytics parameters.
|
DynamicLink.GoogleAnalyticsParameters.Builder()
Create Google Analytics parameters builder.
|
|
|
DynamicLink.GoogleAnalyticsParameters.Builder(String source,
String
medium, String campaign)
Create Google Analytics parameters builder.
|
Create Google Analytics parameters builder.
Create Google Analytics parameters builder.
| source | The campaign source; used to identify a search engine, newsletter, or other source. |
|---|---|
| medium | The campaign medium; used to identify a medium such as email or cost-per-click (cpc). |
| campaign | The campaign name; The individual campaign name, slogan, promo code, etc. for a product. |
Build GoogleAnalyticsParameters for use with
setGoogleAnalyticsParameters(GoogleAnalyticsParameters).
Sets the campaign name.
| campaign | The campaign name; The individual campaign name, slogan, promo code, etc. for a product. |
|---|
Sets the campaign content.
| content | The campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL. |
|---|
Sets the campaign medium.
| medium | The campaign medium; used to identify a medium such as email or cost-per-click (cpc). |
|---|
Sets the campaign source.
| source | The campaign source; used to identify a search engine, newsletter, or other source. |
|---|
Sets the campaign term.
| term | The campaign term; used with paid search to supply the keywords for ads. |
|---|