Hey @DevtracoLimited
It looks like I was mistaken. We do support targeting Ads in Ghana:
twurl_ads -X GET "/2/targeting_criteria/locations?country_code=GH" | jq .
{
"data": [
{
"name": "Ghana",
"country_code": "GH",
"location_type": "COUNTRIES",
"targeting_value": "c08f5915ceeeb806",
"targeting_type": "LOCATION"
}
],
"request": {
"params": {
"country_code": "GH"
}
},
"next_cursor": null
}
You should be able to use the API to create campaigns targeting this location.