v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

Keywords Share Of Voice

Get the applications that bid on a given keyword and their dates of occurrence.

get/keywords/apps/bids.json

Query parameters

keywordsstring required

Comma separated list of keywords (e.g. music,podcasts,songs). Max 5 keywords are allowed.

countrystring

Two letter <a href="https://apptweak.readme.io/reference/country-codes">country code</a>. <br/><b>Default:</b> us

languagestring

Two letter <a href="https://developers.apptweak.com/reference/languages" target="_blank">language code</a>. <br/><b>Default:</b> AppTweak <a href="https://developers.apptweak.com/reference/languages-overview#default-language" target="_blank">default language</a> of the country.

device'iphone' | 'ipad' | 'android'

Choose a device from iphone, ipad or android. <br/><b>Default:</b> iphone

start_datestring date

Start date of the period in format YYYY-MM-DD<br/><b>Default:</b> 30 days ago

end_datestring date

End date of the period in format YYYY-MM-DD<br/><b>Default:</b> yesterday

Response

200

OR

Example response

{
  "result": {
    "tiktok": {
      "bids": [
        {
          "app_id": "587366035",
          "date_occurrences": [
            "2022-05-18 07:41:42 +0000"
          ],
          "percent_sov": 42.10526315789473
        }
      ]
    }
  },
  "metadata": {
    "request": {
      "path": "/api/public/store/keywords/apps/bids.json",
      "params": {
        "device": "iphone",
        "country": "us",
        "language": "us",
        "start_date": "2022-05-15",
        "end_date": "2022-06-15",
        "keywords": [
          "tiktok"
        ]
      },
      "cost": 411,
      "max_credit_cost": 411,
      "status": 200
    }
  }
}