DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Ads.UnitTests/ModelSamples/AdGroups/AdGroupsAddRequest.json

23 lines
988 B
JSON
Raw Normal View History

2021-06-12 18:17:44 +08:00
{
"campaign_id": 12345,
"adgroup_name": "朋友圈广告组测试",
2022-05-06 20:29:27 +08:00
"site_set": ["SITE_SET_WECHAT"],
2021-06-12 18:17:44 +08:00
"product_type": "PRODUCT_TYPE_LINK_WECHAT",
"begin_date": "2017-06-25",
"end_date": "2017-07-01",
"bid_amount": 20000,
"optimization_goal": "OPTIMIZATIONGOAL_IMPRESSION",
"billing_event": "BILLINGEVENT_IMPRESSION",
"daily_budget": 1000000,
"targeting": {
2022-05-06 20:29:27 +08:00
"gender": ["MALE"],
"age": ["18~30"],
2021-06-12 18:17:44 +08:00
"geo_location": {
2022-05-06 20:29:27 +08:00
"regions": [110000, 310000],
"location_types": ["LIVE_IN"]
2021-06-12 18:17:44 +08:00
}
},
"time_series": "010100100110100010101010010101010101010100101010101010010101010101001010101010100101010101010111110010101001010110110100110001011001010100101010101010110011001010101010100101100101101110101010101010100110100110010100110101110111101110110110110110110110101101101101110110011101011101101011101101101101001010110111010111011010110110111011",
"configured_status": "AD_STATUS_NORMAL"
2022-05-06 20:29:27 +08:00
}