i have already created a creatives successfully, but i donot know how to select an app to promote.
Please see the Mobile App Promotion documentation but this is achieved 100% through making card and using that card in tweet with the appropriate line item objective
Example card: https://dev.twitter.com/ads/reference/post/accounts/%3Aaccount_id/cards/image_app_download
You can specify line_item_app to make sure the link is there but it only affects Ads UI or some Twitter Audience Platform / MoPub scenarios https://dev.twitter.com/ads/reference/post/accounts/account_id/line_item_apps
I have created Image_App_Download successfully,
if i click “Edit Campaign” via Ads UI, it shows:
do you mean “https://dev.twitter.com/ads/overview/mobile-app-promotion” about “Mobile App Promotion”.
it really works, just use line_item_apps:
twurl -H https://ads-api.twitter.com -d “app_store_identifier=com.ss.android.article.topbuzzvideo&os_type=ANDROID&line_item_id=7vkh5” /1/accounts/18ce54evwnn/line_item_apps | jq .
@JBabichJapan thxs