As placement field is required field for creating Ad Groups (Line items) and it’s not clear which valid values are required for placement field.
I’ve followed this endpoint to fetch valid combination and they worked fine but when I tried creating Ad Group using Twitter Ads UI it is working for every combination which is even not mentioned in line-item-placements endpoint.
For example when I tried the following values for placements:
“TAP_BANNER, TAP_FULL, TWITTER_PROFILE, TWITTER_SEARCH”
it worked fine on twitter ads platform but when I hit this using API I got an error. The error I got is:
Error: LineItem PromotedProductType REAL_TIME_BIDDING is not compatible with placements
Does anyone help me explaining how these combinations are working? And why I’m getting above error and what does it mean?