Search code examples
facebookfacebook-graph-apifacebook-ads-apifacebook-marketing-api

Facebook Targeting Search empty city list


There's no city return from search targeting cites.

Empty data


Solution

  • The location_types is basically a string that contain a valid Json Array, so try this:

    'location_types': '["city"]'
    

    instead of:

    'location_types': ['city']
    

    Hope this help