@Adawliahksa: Where are you getting that targeting value? Please provide the request and response, like what’s shown below.
$ twurl -H ads-api.twitter.com "/1/targeting_criteria/locations?location_type=CITY&q=san francisco" | jq
{
"data_type": "targeting_criterion",
"data": [
{
"name": "San Francisco-Oakland-San Jose CA, CA, USA",
"country_code": "US",
"location_type": "CITY",
"targeting_value": "5122804691e5fecc",
"targeting_type": "LOCATION"
},
...,
{
"name": "San Francisco, PH",
"country_code": "PH",
"location_type": "CITY",
"targeting_value": "00965a033c8a7119",
"targeting_type": "LOCATION"
}
],
"request": {
"params": {
"location_type": "CITY",
"q": "san francisco"
}
},
"next_cursor": null
}