Download OpenAPI specification:Download
API fournissant les indicateurs de performance (KPI) pour les partenaires.
Retourne le funnel, l'engagement, l'évolution et la distribution géo pour un établissement spécifique.
| organizationId required | string |
| establishmentId required | string |
| publicationId | string |
| period required | string |
{- "partnerSummary": {
- "organizationId": "string",
- "establishmentId": "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
}
]
}
}
}