Get country's keyword metrics

GET {{baseUrl}}/ad_accounts/:ad_account_id/keywords/metrics?country_code=<string>&keywords=<string>

See keyword metrics for a specified country, aggregated across all of Pinterest. (Definitions are available from the Get delivery metrics definitions API endpoint).

Request Params

KeyDatatypeRequiredDescription
country_codestring(Required) Two letter country code (ISO 3166-1 alpha-2)
keywordsstring(Required) Comma-separated keywords

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;keyword&quot;:&quot;\u003cstring\u003e&quot;,&quot;metrics&quot;:{&quot;avg_cpc_in_micro_currency&quot;:&quot;\u003cnumber\u003e&quot;,&quot;keyword_query_volume&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;keyword&quot;:&quot;\u003cstring\u003e&quot;,&quot;metrics&quot;:{&quot;avg_cpc_in_micro_currency&quot;:&quot;\u003cnumber\u003e&quot;,&quot;keyword_query_volume&quot;:&quot;\u003cstring\u003e&quot;}}]}