msot_events
Send Measurement Source Of Truth (MSOT) attributed conversion events
This feature is currently in beta and not available to all apps. If you are interested in joining the beta, reach out to your Pinterest account manager.
Advertisers or their measurement partners can send attributed MSOT conversion events to Pinterest based on their ad_account_id. The request body should be a JSON object.
- These events will not be used in Reporting.
post/ad_accounts/{ad_account_id}/msot/events
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Request body
Example request
{
"action_timestamps": [
1451410040
],
"attribution_score": 0.5,
"event_id": "eventId0001",
"event_timestamp": 1451431341,
"total_event_touchpoints": 2,
"total_events": 2,
"value": 123.45
}Response
The request has succeeded.