@chris_august7: Just created an Awareness campaign via the Twitter Ads UI:
However, I see the correct placements on the line item:
$ twurl -H ads-api.twitter.com "/1/accounts/18ce54d4x5t/line_items/7kjnp"
{
"request": {
"params": {
"line_item_id": "7kjnp",
"account_id": "18ce54d4x5t"
}
},
"data_type": "line_item",
"data": {
"bid_type": "TARGET",
"advertiser_user_id": 756201191646691300,
"name": "Untitled",
"placements": [
"TWITTER_PROFILE",
"TWITTER_TIMELINE"
],
"start_time": null,
"bid_amount_local_micro": 1000000,
"automatically_select_bid": false,
"advertiser_domain": null,
"target_cpa_local_micro": null,
"primary_web_event_tag": null,
"charge_by": "IMPRESSION",
"product_type": "PROMOTED_TWEETS",
"end_time": null,
"bid_unit": "VIEW",
"total_budget_amount_local_micro": null,
"objective": "AWARENESS",
"id": "7kjnp",
"entity_status": "ACTIVE",
"paused": false,
"account_id": "18ce54d4x5t",
"optimization": "DEFAULT",
"categories": [],
"currency": "USD",
"created_at": "2017-01-28T05:44:28Z",
"tracking_tags": [],
"updated_at": "2017-01-28T05:44:28Z",
"include_sentiment": "POSITIVE_ONLY",
"campaign_id": "7c2m0",
"creative_source": "MANUAL",
"deleted": false
}
}
And the campaign information:
$ twurl -H ads-api.twitter.com "/1/accounts/18ce54d4x5t/campaigns/7c2m0" | jq
{
"request": {
"params": {
"campaign_id": "7c2m0",
"account_id": "18ce54d4x5t"
}
},
"data_type": "campaign",
"data": {
"name": "test-awareness-placement",
"start_time": "2017-01-28T05:44:00Z",
"reasons_not_servable": [
"PAUSED_BY_ADVERTISER"
],
"servable": false,
"daily_budget_amount_local_micro": 1000000,
"end_time": null,
"funding_instrument_id": "lygyi",
"duration_in_days": null,
"standard_delivery": true,
"total_budget_amount_local_micro": 2000000,
"id": "7c2m0",
"entity_status": "PAUSED",
"paused": true,
"account_id": "18ce54d4x5t",
"frequency_cap": null,
"currency": "USD",
"created_at": "2017-01-28T05:44:28Z",
"updated_at": "2017-01-28T05:44:39Z",
"deleted": false
}
}
Could you share the line item ID of the campaign in question so we can look into it further?