Packagecom.google.analytics.core
Classpublic class Organic

The Organic class.



Public Properties
 PropertyDefined by
  count : int
[read-only] Indicates the count value.
Organic
  ignoredKeywordsCount : int
[read-only]
Organic
  ignoredReferralsCount : int
[read-only]
Organic
  sources : Array
[read-only] Indicates the Array collection of all sources.
Organic
  throwErrors : Boolean = false
[static]
Organic
Public Methods
 MethodDefined by
  
Creates a new Organic instance.
Organic
  
addIgnoredKeyword(keyword:String):void
Organic
  
addIgnoredReferral(referrer:String):void
Organic
  
addSource(engine:String, keyword:String):void
Adds a source in the organic.
Organic
  
clear():void
Clear all the engines / ignored referrals / ignored keywords.
Organic
  
clearEngines():void
Clear the orgnaic engines.
Organic
  
Clear the ignored keywords.
Organic
  
Clear the ignored referrals.
Organic
  
getKeywordValue(or:OrganicReferrer, path:String):String
Returns the keyword value of the organic referrer.
Organic
  
getKeywordValueFromPath(keyword:String, path:String):String
[static] Returns a keyword value from the specified path.
Organic
  
Returns the OrganicReferrer by name.
Organic
  
isIgnoredKeyword(keyword:String):Boolean
Indicates if the passed keyword is in the list of ignored keywords.
Organic
  
isIgnoredReferral(referrer:String):Boolean
Indicates if the passed referrer is in the list of ignored referrals.
Organic
  
match(name:String):Boolean
Match the specified value.
Organic
Property detail
countproperty
count:int  [read-only]

Indicates the count value.

Implementation
    public function get count():int
ignoredKeywordsCountproperty 
ignoredKeywordsCount:int  [read-only]Implementation
    public function get ignoredKeywordsCount():int
ignoredReferralsCountproperty 
ignoredReferralsCount:int  [read-only]Implementation
    public function get ignoredReferralsCount():int
sourcesproperty 
sources:Array  [read-only]

Indicates the Array collection of all sources.

Implementation
    public function get sources():Array
throwErrorsproperty 
public static var throwErrors:Boolean = false
Constructor detail
Organic()constructor
public function Organic()

Creates a new Organic instance.

Method detail
addIgnoredKeyword()method
public function addIgnoredKeyword(keyword:String):voidParameters
keyword:String
addIgnoredReferral()method 
public function addIgnoredReferral(referrer:String):voidParameters
referrer:String
addSource()method 
public function addSource(engine:String, keyword:String):void

Adds a source in the organic.

Parameters
engine:String
 
keyword:String
clear()method 
public function clear():void

Clear all the engines / ignored referrals / ignored keywords.

clearEngines()method 
public function clearEngines():void

Clear the orgnaic engines.

clearIgnoredKeywords()method 
public function clearIgnoredKeywords():void

Clear the ignored keywords.

clearIgnoredReferrals()method 
public function clearIgnoredReferrals():void

Clear the ignored referrals.

getKeywordValue()method 
public function getKeywordValue(or:OrganicReferrer, path:String):String

Returns the keyword value of the organic referrer.

Parameters
or:OrganicReferrer
 
path:String

Returns
String — the keyword value of the organic referrer.
getKeywordValueFromPath()method 
public static function getKeywordValueFromPath(keyword:String, path:String):String

Returns a keyword value from the specified path.

Parameters
keyword:String
 
path:String

Returns
String — a keyword value from the specified path.
getReferrerByName()method 
public function getReferrerByName(name:String):OrganicReferrer

Returns the OrganicReferrer by name.

Parameters
name:String

Returns
OrganicReferrer — the OrganicReferrer by name.
isIgnoredKeyword()method 
public function isIgnoredKeyword(keyword:String):Boolean

Indicates if the passed keyword is in the list of ignored keywords.

Parameters
keyword:String

Returns
Boolean
isIgnoredReferral()method 
public function isIgnoredReferral(referrer:String):Boolean

Indicates if the passed referrer is in the list of ignored referrals.

Parameters
referrer:String

Returns
Boolean
match()method 
public function match(name:String):Boolean

Match the specified value.

Parameters
name:String

Returns
Boolean