메소드 | 설명 | |
---|---|---|
TrackClickThrough ( string Term, string AutocompleteSection, HashArgs ExtraParams = null ) : bool |
Tracks the fact that someone clicked through a search result on the site.
|
|
TrackClickThroughAsync ( string Term, string AutocompleteSection, HashArgs ExtraParams = null ) : Task |
Tracks the fact that someone clicked through a search result on the site.
|
|
TrackConversion ( string Term, string AutocompleteSection, string ItemName = null, HashArgs ExtraParams = null ) : bool |
Tracks the fact that someone converted on your site. Can be for any definition of conversion, whether someone buys a product or signs up or does something important to your site.
|
|
TrackConversionAsync ( string Term, string AutocompleteSection, string ItemName = null, HashArgs ExtraParams = null ) : Task |
Tracks the fact that someone converted on your site. Can be for any definition of conversion, whether someone buys a product or signs up or does something important to your site.
|
|
TrackSearch ( string Term, HashArgs ExtraParams = null ) : bool |
Tracks the fact that someone searched on your site. There's no autocompleteSection parameter because if you're searching, you aren't using an autocomplete.
|
|
TrackSearchAsync ( string Term, HashArgs ExtraParams = null ) : Task |
Tracks the fact that someone searched on your site. There's no autocompleteSection parameter because if you're searching, you aren't using an autocomplete.
|
메소드 | 설명 | |
---|---|---|
CreateTrackingRequest ( APIRequestType APIPath, string Method, HashArgs ExtraArgs ) : |
||
Tracker ( |
public TrackClickThrough ( string Term, string AutocompleteSection, HashArgs ExtraParams = null ) : bool | ||
Term | string | |
AutocompleteSection | string | |
ExtraParams | HashArgs | Any extra parameters to be included in the body of the |
리턴 | bool |
public TrackClickThroughAsync ( string Term, string AutocompleteSection, HashArgs ExtraParams = null ) : Task |
||
Term | string | |
AutocompleteSection | string | |
ExtraParams | HashArgs | |
리턴 | Task |
public TrackConversion ( string Term, string AutocompleteSection, string ItemName = null, HashArgs ExtraParams = null ) : bool | ||
Term | string | |
AutocompleteSection | string | |
ItemName | string | |
ExtraParams | HashArgs | |
리턴 | bool |
public TrackConversionAsync ( string Term, string AutocompleteSection, string ItemName = null, HashArgs ExtraParams = null ) : Task |
||
Term | string | |
AutocompleteSection | string | |
ItemName | string | |
ExtraParams | HashArgs | |
리턴 | Task |
public TrackSearch ( string Term, HashArgs ExtraParams = null ) : bool | ||
Term | string | the term that someone searched. |
ExtraParams | HashArgs | |
리턴 | bool |
public TrackSearchAsync ( string Term, HashArgs ExtraParams = null ) : Task |
||
Term | string | the term that someone searched. |
ExtraParams | HashArgs | |
리턴 | Task |