I’m trying to push ads to twitter partner network using the documentation here https://dev.twitter.com/ads/campaigns/twitter-audience-platform-for-map-campaigns . I don’t see anything specific about targeting for product_type = MEDIA ads other than that we need to include it, but my pushes are failing across the board for most targeting criteria.
{“errors”:[{“code”:“INVALID_TARGETING_TYPE”,“message”:“TargetingCriterion with targeting_type FOLLOWERS_OF cannot be combined with LineItem with placement_type MEDIA_CREATIVES_FOR_TPN”,“attribute”:“targeting_type”}],“request”:{“params”:{“locations”:“96683cc9126741d1”,“line_item_id”:“5xq6x”,“account_id”:“18ce548jwzt”,“followers_of_users”:“4341298889”,“wifi_only”:"",“gender”:“1”}}}
Is there a list of targeting types accepted for these ads that I’m missing in the api documentation?