test(wxads): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-12 18:17:44 +08:00
parent 8d2e06347d
commit 902b022dc0
71 changed files with 640 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"campaign_id": 12345,
"adgroup_name": "朋友圈广告组测试",
"site_set": [ "SITE_SET_WECHAT" ],
"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": {
"gender": [ "MALE" ],
"age": [ "18~30" ],
"geo_location": {
"regions": [ 110000, 310000 ],
"location_types": [ "LIVE_IN" ]
}
},
"time_series": "010100100110100010101010010101010101010100101010101010010101010101001010101010100101010101010111110010101001010110110100110001011001010100101010101010110011001010101010100101100101101110101010101010100110100110010100110101110111101110110110110110110110101101101101110110011101011101101011101101101101001010110111010111011010110110111011",
"configured_status": "AD_STATUS_NORMAL"
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"adgroup_id": 123456
}
}

View File

@@ -0,0 +1,3 @@
{
"adgroup_id": 12345
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}

View File

@@ -0,0 +1,42 @@
{
"errcode": 0,
"errmsg": "",
"data": {
"list": [
{
"campaign_id": 23456,
"adgroup_id": 123456,
"adgroup_name": "朋友圈广告组测试1",
"site_set": [ "SITE_SET_WECHAT" ],
"optimization_goal": "OPTIMIZATIONGOAL_IMPRESSION",
"billing_event": "BILLINGEVENT_IMPRESSION",
"bid_amount": 20000,
"daily_budget": 1000000,
"product_type": "PRODUCT_TYPE_LINK_WECHAT",
"product_refs_id": "",
"targeting": {
"geo_location": {
"regions": [ 110000, 310000 ],
"location_types": [ "LIVE_IN" ]
},
"age": [ "20~30" ],
"gender": [ "FEMALE" ]
},
"begin_date": "2017-06-11",
"end_date": "2017-06-13",
"time_series": "111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000111111111111111111111111111111111111000000000000",
"configured_status": "AD_STATUS_NORMAL",
"system_status": "AD_STATUS_NORMAL",
"reject_message": "",
"created_time": 1013554516,
"last_modified_time": 103435226
}
],
"page_info": {
"total_number": 1,
"total_page": 1,
"page_size": 10,
"page": 1
}
}
}

View File

@@ -0,0 +1,4 @@
{
"adgroup_id": 12345,
"adgroup_name": "朋友圈广告组测试1"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": ""
}