接口简介
- 根据位置类型获取正常投放中的广告信息
- 目前暂时只支持首页轮播位置
接口请求说明
请求地址
https://站点接口域名/openapi/ad/view?type=10
请求方式
GET
请求参数
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 广告位置id,10:轮播广告 |
接口响应说明
响应示例
{
"code": 0,
"text": "",
"data": [
{
"ad_id": 12070,
"name": "首页轮播1",
"direct": "https://xxx.com/store-view/store/mygold",
"show_ad": 1,
"start_at": 1589447820,
"expire_at": 1740672000,
"position": 0,
"attach": [
{
"type": 0,
"url": "https://qiance.qianfanyun.com/FhGC3.png",
"width": 750,
"height": 315,
"origin_url": "https://qiance.qianfanyun.com/Fh-r1j7GVJGC3.png"
}
]
},
{
"ad_id": 12976,
"name": "首页轮播12",
"direct": "https://mp.weixin.qq.com/s?__biz=Mzg4NTY4MjQ3MQ==&mid=2247484944&idx=1&sn=eddc2eea0b69a274c76a33267&chksm=cfa47e58f8d3f74e59a6e96aaeefd84b06bb160d79ba5c8514c4a92c6cdf5499a12f73186251#rd",
"show_ad": 1,
"start_at": 1714579200,
"expire_at": 1735574400,
"position": 0,
"attach": [
{
"type": 0,
"url": "https://qiance.qianfanyun.com/bgZGH7YW4p0CAKL5kKT.jpg",
"width": 750,
"height": 423,
"origin_url": "https://qiance.qianfanyun.com/backend/202401311GH7YW4p0CAKL5kKT.jpg"
}
]
}
],
"time": 1734574378
}
参数说明
参数名 | 类型 | 说明 |
---|---|---|
ad_id | int | 广告id |
name | string | 广告名称 |
direct | string | 跳转提地址 |
show_ad | int | 是否显示广告标签0:不显示 1:显示 |
start_at | int | 开始时间 |
expire_at | int | 过期时间 |
position | int | 信息流类型的广告的固定位置 |
attach | array | 广告图片信息 |
文档更新时间: 2024-12-19 10:19 作者:孙兵