At a glance: View your current SKAdNetwork (SKAN) conversion value (CV) schema as configured in AppsFlyer Conversion Studio.
SKAN conversion value schema API
API basics
Overview |
View your current SKAdNetwork (SKAN) conversion value (CV) schema as configured in AppsFlyer Conversion Studio. Note:
|
Path |
|
Path parameters (mandatory) |
|
HTTP method | GET |
Response content type | text/plain |
Authorization |
|
Rate limitation |
|
Date of last configuration change |
|
Request example (cURL)
curl --request \
GET 'https://hq1.appsflyer.com/api/skan-pull-cs-api/v1/conversion-studio-schema/app/<app_id>' \
--header 'Authorization: Bearer <V2_AUTH_TOKEN_HERE (700+ characters string)>'
Report name
The API returns a CSV file with the following naming scheme:
For decode mode: conversion_value_mapping_<date of last schema configuration change>
For all other modes: conversion_schema_report_custom_encode
Traits and limitations
Trait | Remarks |
---|---|
Ad network access | If you are an analytics partner, ask the advertiser to grant you permission. |
Agency access | Not available |
Account user access | The authorization token is available to an admin user in the dashboard. |
HTTP response codes and troubleshooting
HTTP | Response |
Remarks |
---|---|---|
200 | OK |
Valid data returned (CSV) |
400 | Bad request |
Invalid request |
401 | Unauthorized |
Authorization token is missing or invalid Make sure you use the token correctly |
401 | Too many requests |
Exceeded rate limitation |
403 | No permission | You don't have permission to access this report. If you are an analytics partner ask the advertiser to give you permission. |
404 | Not found |
|