| Property | Defined by | ||
|---|---|---|---|
| utmcn : String [read-only]
Indicates a new campaign.
| CampaignInfo | ||
| utmcr : String [read-only]
Indicates a repeated campaign.
| CampaignInfo | ||
| Method | Defined by | ||
|---|---|---|---|
|
CampaignInfo(empty:Boolean = true, newCampaign:Boolean = false)
Creates a new CampaignInfo instance
| CampaignInfo | ||
|
isEmpty():Boolean
Indicates if the campaing is empty.
| CampaignInfo | ||
|
isNew():Boolean
Indicates if the campaign is a new campaign.
| CampaignInfo | ||
|
toURLString():String
Returns the url string of the campaign.
| CampaignInfo | ||
| CampaignInfo | |||
| utmcn | property |
utmcn:String [read-only]Indicates a new campaign.
Implementation public function get utmcn():String
| utmcr | property |
utmcr:String [read-only]Indicates a repeated campaign.
Implementation public function get utmcr():String
| CampaignInfo | () | constructor |
public function CampaignInfo(empty:Boolean = true, newCampaign:Boolean = false)Creates a new CampaignInfo instance
Parametersempty:Boolean (default = true) — Indicates there is no value in the gif request.
|
|
newCampaign:Boolean (default = false) — Indicates if the campaign is a new campaign.
|
| isEmpty | () | method |
public function isEmpty():BooleanIndicates if the campaing is empty.
ReturnsBoolean |
| isNew | () | method |
public function isNew():BooleanIndicates if the campaign is a new campaign.
ReturnsBoolean |
| toURLString | () | method |
public function toURLString():StringReturns the url string of the campaign.
ReturnsString — the url string of the campaign.
|
| toVariables | () | method |