HI,
Referencing this doc
https://dev.twitter.com/ads/reference/get/targeting_criteria/devices
example value for q was
samsung and apple.
But
twurl -H ads-api.twitter.com “/1/targeting_criteria/devices?q=apple” | jq .
“data_type”: “targeting_criterion”,
“data”: [],
“request”: {
“params”: {
“q”: “apple”
}
}
it seems like this endpoint only search in name key because when I search samsung, I get bunch of items with the “samsung” in their names.
If that’s the case, please remove apple in example.
if that’s not the case, can you change it to search manufacture and platform too?
Thanks