v1
latestOpenAPI 3.1.02026-07-24450694.7 KBKeywords Share Of Voice
Get the applications that bid on a given keyword and their dates of occurrence.
Query parameters
Comma separated list of keywords (e.g. music,podcasts,songs). Max 5 keywords are allowed.
Two letter <a href="https://apptweak.readme.io/reference/country-codes">country code</a>. <br/><b>Default:</b> us
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.
Choose a device from iphone, ipad or android. <br/><b>Default:</b> iphone
Start date of the period in format YYYY-MM-DD<br/><b>Default:</b> 30 days ago
End date of the period in format YYYY-MM-DD<br/><b>Default:</b> yesterday
Response
200
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
}
}
}