FunnelFlux Reporting API
string · enumNullableDecimalbooleanboolean
string[] · requiredstring[] · requiredstring · date-time · requiredstring · date-time · required
string · date-time · requiredstring · date-time · requiredstring[]string[]string[]string[]string[]string[]integer · int64 · required
string · date-time · requiredstring · date-time · requiredstring[]string[]string[]string[]string[]string[]
Submit a conversion update
PUT
https://api.funnelflux.pro/v1
/reporting/update/conversions/
Add new or update existing conversions
Submit a conversion update › Request Body
ConvertedHit[] · required
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.
Enum values:
none
onlyOnce
all
Default: none
overridePayoutDefault: null
disablePostbacksDefault: false
forcePostbacksDefault: false
Submit a conversion update › Responses
Update queued for processing
No data returned
Submit a cost update
PUT
https://api.funnelflux.pro/v1
/reporting/update/cost/
Update the cost of specific traffic segments
Submit a cost update › Request Body
funnelIDsDefault: []
trafficSourceIDsDefault: []
timeStarttimeEndCostSegment[] · required
Submit a cost update › Responses
Update queued for processing
No data returned
Validate a data reset
POST
https://api.funnelflux.pro/v1
/reporting/update/reset/
Get the number of hits that would be deleted with the specified settings
Validate a data reset › Request Body
timeStarttimeEndrestrictToCampaignIDsDefault: []
restrictToFunnelIDsDefault: []
restrictToTrafficSourceIDsDefault: []
restrictToCountryCodesDefault: []
restrictToVisitorIDsDefault: []
restrictToIPsDefault: []
object
Validate a data reset › Responses
The number of would-be impacted hits
valuePerform a data reset
DELETE
https://api.funnelflux.pro/v1
/reporting/update/reset/
Reset stats of specific traffic segments
Perform a data reset › Request Body
timeStarttimeEndrestrictToCampaignIDsDefault: []
restrictToFunnelIDsDefault: []
restrictToTrafficSourceIDsDefault: []
restrictToCountryCodesDefault: []
restrictToVisitorIDsDefault: []
restrictToIPsDefault: []
object
Perform a data reset › Responses
Reset queued for processing
No data returned