Hello,
We try to edit budget or bid value on line items, but the value is not updated… Do you know why? Someone else has the same error?
Here one of our calls:
Input
{
“url”: “https://ads-api.twitter.com/0/accounts/18ce53yj8jp/line_items/2dztk”,
“method”: “PUT”,
“parameters”: {
"bid_amount_local_micro": 1100000
}
}
Output
{
“data_type”: “line_item”,
“data”: {
“placement_type”: “PROMOTED_TWEETS”,
“placements”: [],
"bid_amount_local_micro": 1200000,
“automatically_select_bid”: false,
“advertiser_domain”: null,
“primary_web_event_tag”: null,
“product_type”: “PROMOTED_TWEETS”,
“bid_unit”: “APP_INSTALL”,
“objective”: “APP_INSTALLS”,
“id”: “2dztk”,
“paused”: false,
“account_id”: “18ce53yj8jp”,
“optimization”: “DEFAULT”,
“categories”: [],
“currency”: “EUR”,
“created_at”: “2015-04-24T08:42:41Z”,
“updated_at”: “2015-04-24T08:42:45Z”,
“include_sentiment”: “POSITIVE_ONLY”,
“campaign_id”: “2do3m”,
“deleted”: false
},
“request”: {
“params”: {
“line_item_id”: “2dztk”,
“account_id”: “18ce53yj8jp”
}
}
}