Hi,
What is the API end point for Twitter Audience Platform Ad placement.

Can you please suggest what is the API end point to manage Full, Full landscape, Banner ,…
options through API calls.
Thanks in advance.
Thanks,
Sandeep.S
I had passed placement values as below:
"placements": [
"ALL_ON_TWITTER",
"PUBLISHER_NETWORK",
"TAP_FULL",
"TAP_FULL_LANDSCAPE",
"TAP_BANNER"
],
which returns response as : “message”:“Cannot create line item(s) with read-only placement(s): TAP_FULL, TAP_FULL_LANDSCAPE, TAP_BANNER”
Can any once please help me can we manage those placements options through API end point.
Thanks in advance.
Thanks,
Sandeep.S
@sandeepsaripali: Please take a look at our reference documentation. It states that the possible placement values are: ALL_ON_TWITTER , PUBLISHER_NETWORK , TWITTER_PROFILE , TWITTER_SEARCH , and TWITTER_TIMELINE.
For the Twitter Audience Platform, the Ads API does not support writing those granular placements. Instead, you specify PUBLISHER_NETWORK, which covers full, full landscape, banner, etc.
@juanshishido Thanks for the reply.