mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-17 21:56:26 +08:00
style: format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"campaign_id": 12345,
|
||||
"adgroup_name": "朋友圈广告组测试",
|
||||
"site_set": [ "SITE_SET_WECHAT" ],
|
||||
"site_set": ["SITE_SET_WECHAT"],
|
||||
"product_type": "PRODUCT_TYPE_LINK_WECHAT",
|
||||
"begin_date": "2017-06-25",
|
||||
"end_date": "2017-07-01",
|
||||
@@ -10,13 +10,13 @@
|
||||
"billing_event": "BILLINGEVENT_IMPRESSION",
|
||||
"daily_budget": 1000000,
|
||||
"targeting": {
|
||||
"gender": [ "MALE" ],
|
||||
"age": [ "18~30" ],
|
||||
"gender": ["MALE"],
|
||||
"age": ["18~30"],
|
||||
"geo_location": {
|
||||
"regions": [ 110000, 310000 ],
|
||||
"location_types": [ "LIVE_IN" ]
|
||||
"regions": [110000, 310000],
|
||||
"location_types": ["LIVE_IN"]
|
||||
}
|
||||
},
|
||||
"time_series": "010100100110100010101010010101010101010100101010101010010101010101001010101010100101010101010111110010101001010110110100110001011001010100101010101010110011001010101010100101100101101110101010101010100110100110010100110101110111101110110110110110110110101101101101110110011101011101101011101101101101001010110111010111011010110110111011",
|
||||
"configured_status": "AD_STATUS_NORMAL"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"data": {
|
||||
"adgroup_id": 123456
|
||||
"adgroup_id": 123456
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"adgroup_id": 12345
|
||||
}
|
||||
"adgroup_id": 12345
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{}
|
||||
{}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"campaign_id": 23456,
|
||||
"adgroup_id": 123456,
|
||||
"adgroup_name": "朋友圈广告组测试1",
|
||||
"site_set": [ "SITE_SET_WECHAT" ],
|
||||
"site_set": ["SITE_SET_WECHAT"],
|
||||
"optimization_goal": "OPTIMIZATIONGOAL_IMPRESSION",
|
||||
"billing_event": "BILLINGEVENT_IMPRESSION",
|
||||
"bid_amount": 20000,
|
||||
@@ -16,11 +16,11 @@
|
||||
"product_refs_id": "",
|
||||
"targeting": {
|
||||
"geo_location": {
|
||||
"regions": [ 110000, 310000 ],
|
||||
"location_types": [ "LIVE_IN" ]
|
||||
"regions": [110000, 310000],
|
||||
"location_types": ["LIVE_IN"]
|
||||
},
|
||||
"age": [ "20~30" ],
|
||||
"gender": [ "FEMALE" ]
|
||||
"age": ["20~30"],
|
||||
"gender": ["FEMALE"]
|
||||
},
|
||||
"begin_date": "2017-06-11",
|
||||
"end_date": "2017-06-13",
|
||||
@@ -39,4 +39,4 @@
|
||||
"page": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"adgroup_id": 12345,
|
||||
"adgroup_name": "朋友圈广告组测试1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user