new BuildManager(parent)
| Name | Type | Description |
|---|---|---|
parent |
object | Instance of the Tag used |
Methods
-
send(customParams, filters, callback, forcedDomain, withOptions)
-
Send at least one hit, more if it's too long (multihits).
Name Type Description customParamsobject Object which contains some hit parameters that you would like to send specifically (they are given priority over the current buffer) filtersArray List of buffer filters callbackfunction Callback to execute forcedDomainString Force the domain of the base URL withOptionsboolean true if custom params contain options -
sendUrl(hit, callback)
-
Send single hit from complete url.
An event will be sent ATInternet.Tracker.TriggersManager :
- "Tracker:Hit:Sent:Ok" with hit data if succeed
- "Tracker:Hit:Sent:Error" with error data otherwiseName Type Description hitstring Url to send callbackfunction Callback to execute
