Download OpenAPI specification:
API providing performance indicators (KPIs) for partners.
Returns the funnel, engagement, evolution and geo distribution for a specific establishment.
| publicationId | string |
| period | string Default: "last_30_days" |
| establishmentIds | Array of strings >= 0 items |
{- "establishmentIds": [
- "string"
]
}{- "establishmentIds": [
- "string"
], - "tripPreference": "string",
- "publicationId": "string",
- "period": "string",
- "generatedAt": "2019-08-24T14:15:22Z",
- "stats": {
- "funnel": [
- {
- "step": "Impressions",
- "value": 12500
}
], - "engagement": {
- "bounceRate": 18.5,
- "avgTimeSpent": 45,
- "favoritesCount": 124,
- "reviewReadRate": 78
}, - "evolution": [
- {
- "date": "2025-08",
- "visibility": 0,
- "marketing": 0,
- "conversion": 0
}
], - "geoDistribution": [
- {
- "country": "FR",
- "count": 0,
- "percentage": 52
}
]
}
}