Skip to content

Per-platform conversion delivery stats

projectId
required
string
startDate
string format: date
endDate
string format: date

{ stats }. Some keys are dynamic — stats is a MAP keyed by adPlatformConfig id (dynamic keys), NOT an array. Every ad-platform config of the project gets an entry, pre-seeded with zeros, so values are always fully populated (never partial/null). Returns {"stats": {}} when the project has no ad platform configs. successRate is an INTEGER percentage 0-100 (Math.round of successConversions/totalConversions*100), 0 when totalConversions === 0. totalPV counts visit_attribution rows; uniqueVisitors is the distinct visitorId count for those rows. totalClicks is the summed shortLinks.clickCount and is NOT date-filtered (startDate/endDate only filter visits and conversions). No credentials appear in this response.

Media typeapplication/json
object
stats
required

Keyed by ad platform config id (dynamic keys).

object
key
additional properties
object
totalClicks
required
integer
uniqueVisitors
required
integer
totalPV
required
integer
totalConversions
required
integer
successConversions
required
integer
successRate
required

Whole-number percentage 0-100.

integer