Sign in

Upload offline conversions

documented

Upload a list of offline conversions.

POST /users/{userID}/advertising/offlineConversionsAdvertisingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.toneden.io/api/v1/users/{{$user_id}}/advertising/offlineConversions" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"conversions": [{"external_id": "{{$external_id}}", "value": {{$value}}, "currency": "{{$currency}}", "timestamp": "{{$timestamp}}"}]}'