Conversion, cost, and stats update endpoints.
Add new or update existing conversions
Add new or update existing conversions
query Parameters
apiKeyAn authorized api key
Add new or update existing conversions › Request Body
postbackCallsCall the traffic source postbacks of the sources that generated theses conversions. If set to 'none', then the postbacks are not called for any of the specified hits. If set to 'onlyOnce', then the postbacks are only called for the hits that never called them before. If set to 'all', the postbacks are called for all the specified hits, even if they were already called in the past for some/all hits.
notificationWhenCompleteAdd new or update existing conversions › Responses
Background job created successfully
successjobIdsOpaque string identifiers for the background jobs created
queuedAtISO 8601 timestamp when the jobs were queued
Get the number of visits that would be deleted with the specified settings
Get the number of visits that would be deleted with the specified settings
query Parameters
apiKeyAn authorized api key
Get the number of visits that would be deleted with the specified settings › Request Body
'start' is included while 'end' is excluded. Typically, the test is start <= time < end
When a TimeZone object is provided as an input to an API function, then either offset or name is required. If both are given, then 'name' takes precedence. When a TimeZone object is sent back from an API function, both 'offset' and 'name' are filled.
restrictToFunnelIdrestrictToTrafficSourceIdrestrictToVisitorIdMap of tracking field name to value (or list of values). All conditions are AND-ed; multiple values per field are OR-ed.
Get the number of visits that would be deleted with the specified settings › Responses
The number of would-be impacted visits
valueReset specific hits
Reset specific hits
query Parameters
apiKeyAn authorized api key
Reset specific hits › Request Body
'start' is included while 'end' is excluded. Typically, the test is start <= time < end
When a TimeZone object is provided as an input to an API function, then either offset or name is required. If both are given, then 'name' takes precedence. When a TimeZone object is sent back from an API function, both 'offset' and 'name' are filled.
restrictToFunnelIdrestrictToTrafficSourceIdrestrictToVisitorIdMap of tracking field name to value (or list of values). All conditions are AND-ed; multiple values per field are OR-ed.
Reset specific hits › Responses
Background job created successfully
Update the cost of a traffic segment
Update the cost of a traffic segment
query Parameters
apiKeyAn authorized api key
Update the cost of a traffic segment › Request Body
idTrafficSource64 bits integer id of the traffic source
'start' is included while 'end' is excluded. Typically, the test is start <= time < end
When a TimeZone object is provided as an input to an API function, then either offset or name is required. If both are given, then 'name' takes precedence. When a TimeZone object is sent back from an API function, both 'offset' and 'name' are filled.
idFunnelOptional funnel ID to narrow scope. If omitted, cost update applies to all funnels for the traffic source.
notificationWhenCompleteUpdate the cost of a traffic segment › Responses
Background job created successfully
successjobIdsOpaque string identifiers for the background jobs created
queuedAtISO 8601 timestamp when the jobs were queued

