Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
This API can be called to query the Venus landing page.
Asia, Africa, and Latin America: https://ads-dra.cloud.huawei.com/ads/v1/promotion/venus_list/query
Russia: https://ads-drru.cloud.huawei.ru/ads/v1/promotion/venus_list/query
Europe: https://ads-dre.cloud.huawei.com/ads/v1/promotion/venus_list/query
Parameter | Type | Mandatory (M)/Optional (O) | Description |
advertiser_id | string | O | Advertiser ID. This parameter is mandatory if your HUAWEI ID is associated with a manager account or multiple advertiser accounts. |
filtering | Struct1 | O | Filter criteria. If this parameter is not passed or is left empty, no criterion is required. |
Parameters of filtering(Struct1)
Parameter | Type | Mandatory (M)/Optional (O) | Description |
country_code | string | O | Codes of countries/regions supported in a shopping ad task. This parameter is required when landing_page_style is set to VENUS_STYLE_DYNAMIC. |
landing_page_style | string | O | |
landing_page_type | string | O |
GET /ads/v1/promotion/venus_list/query HTTP/1.1
Accept:application/json
Content-Type:application/json
Authorization:Bearer DAEAALpy3envCfdLiOZRerq2oopxMPmzJmgZOVXs1o27CRO8kHr5z2nyH6bXPxvZIadBeVYgOo1qg3rkXNVd13f9kqn%252F65sm%252Bev7G8h1VT9l3rDMl00q
- {
- "filtering": {
- "country_code": "",
- "landing_page_style": "VENUS_STYLE_DYNAMIC",
- "landing_page_type": "LANDING_PAGE_TYPE_WEB"
- }
- }
Parameter | Type | Description |
code | string | Result code. 200: successful; others: failed. |
message | string | Result code description. |
data | Struct1 | Response data. |
Parameters of data(Struct1)
Parameter | Type | Description |
landing_page_id | string | Venus landing page ID. |
landing_page_name | string | Venus landing page name. |
landing_page_url | string | Landing page URL. |
landing_page_style | string | |
landing_page_type | string | |
create_time | string | Time when the landing page is created. |
update_time | string | Time when the landing page is last updated. |
HTTPS/1.1 200 OK