| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Organic()
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 | ||
|
clearIgnoredKeywords():void
Clear the ignored keywords.
| Organic | ||
|
clearIgnoredReferrals():void
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 | ||
|
getReferrerByName(name:String):OrganicReferrer
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 | ||
| count | property |
count:int [read-only]Indicates the count value.
Implementation public function get count():int
| ignoredKeywordsCount | property |
ignoredKeywordsCount:int [read-only]Implementation
public function get ignoredKeywordsCount():int
| ignoredReferralsCount | property |
ignoredReferralsCount:int [read-only]Implementation
public function get ignoredReferralsCount():int
| sources | property |
sources:Array [read-only]Indicates the Array collection of all sources.
Implementation public function get sources():Array
| throwErrors | property |
public static var throwErrors:Boolean = false
| Organic | () | constructor |
public function Organic()Creates a new Organic instance.
| 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):voidAdds a source in the organic.
Parametersengine:String |
|
keyword:String |
| clear | () | method |
public function clear():voidClear all the engines / ignored referrals / ignored keywords.
| clearEngines | () | method |
public function clearEngines():voidClear the orgnaic engines.
| clearIgnoredKeywords | () | method |
public function clearIgnoredKeywords():voidClear the ignored keywords.
| clearIgnoredReferrals | () | method |
public function clearIgnoredReferrals():voidClear the ignored referrals.
| getKeywordValue | () | method |
public function getKeywordValue(or:OrganicReferrer, path:String):StringReturns the keyword value of the organic referrer.
Parametersor:OrganicReferrer |
|
path:String |
String — the keyword value of the organic referrer.
|
| getKeywordValueFromPath | () | method |
public static function getKeywordValueFromPath(keyword:String, path:String):StringReturns a keyword value from the specified path.
Parameterskeyword:String |
|
path:String |
String — a keyword value from the specified path.
|
| getReferrerByName | () | method |
public function getReferrerByName(name:String):OrganicReferrerReturns the OrganicReferrer by name.
Parametersname:String |
OrganicReferrer —
the OrganicReferrer by name.
|
| isIgnoredKeyword | () | method |
public function isIgnoredKeyword(keyword:String):BooleanIndicates if the passed keyword is in the list of ignored keywords.
Parameterskeyword:String |
Boolean |
| isIgnoredReferral | () | method |
public function isIgnoredReferral(referrer:String):BooleanIndicates if the passed referrer is in the list of ignored referrals.
Parametersreferrer:String |
Boolean |
| match | () | method |
public function match(name:String):BooleanMatch the specified value.
Parametersname:String |
Boolean |