Hi, Create Image App Download Cards, The following problems arise:
<BadRequest object at 0x23935d7fb88 code=400 details=[{‘code’: ‘MISSING_PARAMETER’, ‘message’: ‘Please provide at least one of the app ids.’, ‘parameter’: ‘’}]>

1 Like

Could you provide the API request that returns this error. It’s likely the request is missing either the ios_app_store_identifier or android_app_store_identifier

lt’s my parameter, I had provide a googlepaly_app_id, But it still report this error.

{

"card_type":"IMAGE_APP_DOWNLOAD",

"name":"APP Card",

"media_key":"3_1364856762994626566",

"country_code":"HK",

"app_cta":"INSTALL",

"googlepaly_app_id":"com.activision.callofduty.shooter"

}

The following error occurred when I use twitter-python-ads-sdk created the card.

It looks like one of the parameters is misnamed. The variable googlepaly_app_id should get updated to googleplay_app_id. Let me know if that helps fix this issue.