Packagecom.google.analytics.campaign
Classpublic class CampaignInfo

The CampaingInfo class.



Public Properties
 PropertyDefined by
  utmcn : String
[read-only] Indicates a new campaign.
CampaignInfo
  utmcr : String
[read-only] Indicates a repeated campaign.
CampaignInfo
Public Methods
 MethodDefined 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
Property detail
utmcnproperty
utmcn:String  [read-only]

Indicates a new campaign.

Implementation
    public function get utmcn():String
utmcrproperty 
utmcr:String  [read-only]

Indicates a repeated campaign.

Implementation
    public function get utmcr():String
Constructor detail
CampaignInfo()constructor
public function CampaignInfo(empty:Boolean = true, newCampaign:Boolean = false)

Creates a new CampaignInfo instance

Parameters
empty:Boolean (default = true) — Indicates there is no value in the gif request.
 
newCampaign:Boolean (default = false) — Indicates if the campaign is a new campaign.
Method detail
isEmpty()method
public function isEmpty():Boolean

Indicates if the campaing is empty.

Returns
Boolean
isNew()method 
public function isNew():Boolean

Indicates if the campaign is a new campaign.

Returns
Boolean
toURLString()method 
public function toURLString():String

Returns the url string of the campaign.

Returns
String — the url string of the campaign.
toVariables()method 
public function toVariables():Variables

Returns
Variables