Hello!
We have a problem when creating APP_INSTALLS campaign using AdsAPI.
We have created campaign and when we won’t to create line_item with one of the new bid options (OAB and CPI) we get error “The account does not have the feature OPTIMIZED_WEBSITE_CONVERSIONS”.
In documentation (https://dev.twitter.com/ads/reference/get/accounts/%3Aaccount_id/features) this feature key is restricted to WEBSITE_CLICKS objective. So why this error?
This are account features:
“data”: [
“AGE_TARGETING”,
“BRAND_TPN”,
“CPI_CHARGING”,
“ENGAGER_RETARGETING”,
“EVENT_TARGETING”,
“INSTALLED_APP_CATEGORY_TARGETING”,
“MOBILE_CONVERSION_TRANSACTION_VALUE”,
“OPTIMIZED_ACTION_BIDDING”,
“VIDEO_APP_DOWNLOAD_CARD”
]
TWURL calls:
twurl -X POST -H ads-api.twitter.com “/0/accounts/18ce545gvch/line_items?name=install-clicks&campaign_id=4j93i&bid_amount_local_micro=10000&bid_type=MAX&product_type=PROMOTED_TWEETS&placements=ALL_ON_TWITTER&objective=APP_INSTALLS&bid_unit=APP_INSTALL&charge_by=APP_CLICK”
twurl -X POST -H ads-api.twitter.com “/0/accounts/18ce545gvch/line_items?name=install-clicks&campaign_id=4j93i&bid_amount_local_micro=10000&bid_type=MAX&product_type=PROMOTED_TWEETS&placements=ALL_ON_TWITTER&objective=APP_INSTALLS&bid_unit=APP_INSTALL&charge_by=APP_INSTALL”