AppsFlyer Conversion Data for SDK attribution testing API

The Conversion Data for SDK attribution testing API from AppsFlyer — 1 operation(s) for conversion data for sdk attribution testing.

Operations 1

GET /{app-id} Get the conversion data #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/appsflyer-conversion-data-for-sdk-attribution-testing-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

appsflyer-conversion-data-for-sdk-attribution-testing-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: GCD API for SDK attribution testing Conversion Data for SDK attribution testing API
  version: '0.1'
servers:
- url: https://gcdsdk.appsflyer.com/install_data/v4.0/
tags:
- name: Conversion Data for SDK attribution testing
paths:
  /{app-id}:
    get:
      tags:
      - Conversion Data for SDK attribution testing
      summary: Get the conversion data
      operationId: gcd-get-data
      parameters:
      - name: app-id
        in: path
        description: The app ID
        schema:
          type: string
        required: true
        examples:
          iOS:
            value: id155071234
          Android:
            value: com.appsflyer.myapp
      - name: devkey
        in: query
        description: The Dev Key
        schema:
          type: string
        required: true
        example: ABCDEw4F78vGTeTuY12345
      - name: device_id
        in: query
        description: "The UID of this specific install. \n** Not to be confused with Advertiser ID**.\nInstrcutions to retrieve the UID:\n- [Android](https://dev.appsflyer.com/hc/docs/testing-android#inspect-conversion-data)\n- [iOS](https://dev.appsflyer.com/hc/docs/testing-ios#inspect-conversion-data) \n"
        schema:
          type: string
        required: true
        example: 1600009251234-1234567
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: object
                properties: {}
              examples:
                Organic:
                  value:
                    af_status: Organic
                    af_message: organic install
                    install_time: '2021-08-23 06:59:51.194'
                Non-Organic:
                  value:
                    is_universal_link: null
                    adgroup: null
                    match_type: id_matching
                    campaign: None
                    is_branded_link: null
                    media_source: liazkam
                    adset_id: null
                    campaign_id: null
                    esp_name: null
                    iscache: true
                    install_time: '2021-10-04 11:26:24.967'
                    adgroup_id: null
                    redirect_response_data: null
                    orig_cost: 0
                    click_time: '2021-10-04 11:25:15.477'
                    agency: null
                    cost_cents_USD: 0
                    is_retargeting: false
                    af_cpi: null
                    af_click_lookback: 7d
                    engmnt_source: null
                    af_siteid: null
                    idfa: BD3D610E-9128-4597-96FA-04E23D70D1ED
                    http_referrer: null
                    retargeting_conversion_type: none
                    is_incentivized: false
                    af_sub5: null
                    af_sub4: null
                    adset: null
                    af_sub1: null
                    af_sub3: null
                    af_sub2: null
                    af_status: Non-organic
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error_reason:
                    type: string
                    description: Error reason
                  status_code:
                    type: integer
                    description: Error number
              examples:
                Not-Found:
                  value:
                    error_reason: Attribution data for this AppsFlyer ID is not available
                    status_code: 404