public class GoogleAnalyticsSetting
extends java.lang.Object
| Constructor and Description |
|---|
GoogleAnalyticsSetting() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCampaignContent()
Get the content Used to differentiate your campaign
from advertisements.
|
java.lang.String |
getCampaignMedium()
Get the name of the marketing medium.
|
java.lang.String |
getCampaignName()
Get the name of the campaign.
|
java.lang.String |
getCampaignSource()
Get the name of the referrer source.
|
java.lang.String |
getCampaignTerm()
Get the term used to identify any paid keywords.
|
boolean |
getEnable()
Get whether or not this setting is enabled.
|
void |
setCampaignContent(java.lang.String campaignContent)
Set the content Used to differentiate your campaign
from advertisements.
|
void |
setCampaignMedium(java.lang.String campaignMedium)
Set the name of the marketing medium.
|
void |
setCampaignName(java.lang.String campaignName)
Set the name of the campaign.
|
void |
setCampaignSource(java.lang.String campaignSource)
Set the name of the referrer source.
|
void |
setCampaignTerm(java.lang.String campaignTerm)
Set the term used to identify any paid keywords.
|
void |
setEnable(boolean enable)
Set whether or not this setting is enabled.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable - true if enabled, false otherwise.public java.lang.String getCampaignSource()
public void setCampaignSource(java.lang.String campaignSource)
campaignSource - the referrer source.public java.lang.String getCampaignTerm()
public void setCampaignTerm(java.lang.String campaignTerm)
campaignTerm - the term.public java.lang.String getCampaignContent()
public void setCampaignContent(java.lang.String campaignContent)
campaignContent - the content.public java.lang.String getCampaignName()
public void setCampaignName(java.lang.String campaignName)
campaignName - the name.public java.lang.String getCampaignMedium()
public void setCampaignMedium(java.lang.String campaignMedium)
campaignMedium - the medium name.