I am seeing similarly strange behavior for a line item app that I created and linked to the following line item. This line item is both ACTIVE and not paused.
{"request":{"params":{"line_item_id":"<line_item_id>","account_id":"<account_id>","with_deleted":true}},"data_type":"line_item","data":{"bid_type":"MAX","advertiser_user_id":<the_user_id>,"name":"test line item","placements":["ALL_ON_TWITTER"],"start_time":null,"bid_amount_local_micro":100000,"automatically_select_bid":false,"advertiser_domain":null,"target_cpa_local_micro":null,"primary_web_event_tag":null,"charge_by":"APP_CLICK","product_type":"PROMOTED_TWEETS","end_time":null,"bid_unit":"APP_CLICK","total_budget_amount_local_micro":null,"objective":"APP_INSTALLS","id":"<id>","entity_status":"ACTIVE","paused":false,"account_id":"<account_id>","optimization":"DEFAULT","categories":[],"currency":"USD","created_at":"2016-11-01T22:17:31Z","tracking_tags":[],"updated_at":"2016-11-01T22:44:43Z","include_sentiment":"POSITIVE_ONLY","campaign_id":"<campaign_id>","creative_source":"MANUAL","deleted":false}}
I can create a line item app, and get HTTP 201 as a response along with its ID. However, after its created, I can’t GET that app line item by line item id, or by line item app id. I also can’t DELETE it by line item app id.
excerpted data from the response to the CREATE line_item_app attempt
// Response Code = 201 (from CREATE line_item_app)
// {"date_type":"line_item_apps","data":{"line_item_id":"<line_item_id>","app_store_identifier":"566316743",
// "id":"<line item app id>","created_at":"2016-11-02T22:18:27Z","updated_at":"2016-11-02T22:18:27Z","os_type":"iOS","deleted":false}}
excerpted data from the response GET request by line item ID:
// Response Code = 200
//
// {"request":{"params":{"with_deleted":true,"line_item_id":"<line item id>","account_id":"<account id>"}},
// "data":[],"data_type":"line_item_apps","total_count":0,"next_cursor":null}
excerpted data from the response GET request by line item app ID
// Response Code = 200
// {"request":{"params":{"with_deleted":true,"account_id":"<account id>"}},"data":[],"data_type":"line_item_apps","total_count":0,"next_cursor":null}
@juanshishido ~ I can give you the IDs of all the entities involved privately via email if you like.