Per-platform conversion delivery stats
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”Responses
Section titled “Responses”{ 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.
object
Keyed by ad platform config id (dynamic keys).
object
object
Whole-number percentage 0-100.