补充APP端开屏广告字段,优化格式 (#490)

This commit is contained in:
7rikka
2022-09-20 14:25:31 +08:00
committed by GitHub
parent 3fb8733e80
commit 6b2a3f6d5f

View File

@@ -1,7 +1,7 @@
# APP端开屏图片 # APP端开屏图片
- [获取APP端开屏图片列表](#获取APP端开屏图片列表) - [获取APP端开屏图片列表](#获取APP端开屏图片列表)
- [获取其他的 ~~广告~~ 图片](#app-端的-广告-一些图片) - [获取APP端开屏幕广告信息](#获取APP端开屏幕广告信息)
--- ---
@@ -16,7 +16,7 @@
**url参数** **url参数**
| 参数名 | 类型 | 内容 | 必要性 | 备注 | | 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ------ | ---- | ---------- | ----------- | ---- | |--------|-----|-------|---------|-----|
| appkey | str | APP密钥 | APP方式必要 | | | appkey | str | APP密钥 | APP方式必要 | |
| ts | num | 当前时间戳 | APP方式必要 | | | ts | num | 当前时间戳 | APP方式必要 | |
| sign | str | APP签名 | APP方式必要 | | | sign | str | APP签名 | APP方式必要 | |
@@ -26,7 +26,7 @@
根对象: 根对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| ------- | ---- | -------- | ---------------------------------------------------- | |---------|-----|------|---------------------------------------|
| code | num | 返回值 | 0成功<br />-3API校验密匙错误<br />-400请求错误 | | code | num | 返回值 | 0成功<br />-3API校验密匙错误<br />-400请求错误 |
| message | str | 错误信息 | 默认为0 | | message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | | | ttl | num | 1 | |
@@ -35,7 +35,7 @@
`data`对象: `data`对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| ------------- | ----- | ------------ | ------------ | |---------------|-------|--------|--------|
| pull_interval | num | 1800 | 作用尚不明确 | | pull_interval | num | 1800 | 作用尚不明确 |
| forcibly | bool | false | 作用尚不明确 | | forcibly | bool | false | 作用尚不明确 |
| rule | str | order | 作用尚不明确 | | rule | str | order | 作用尚不明确 |
@@ -45,7 +45,7 @@
`data`中的`list`数组: `data`中的`list`数组:
| 项 | 类型 | 内容 | 备注 | | 项 | 类型 | 内容 | 备注 |
| ---- | ---- | ------------- | ---- | |-----|-----|-----------|-----|
| 0 | obj | 开屏图片1 | | | 0 | obj | 开屏图片1 | |
| n | obj | 开屏图片(n+1) | | | n | obj | 开屏图片(n+1) | |
| …… | obj | …… | …… | | …… | obj | …… | …… |
@@ -53,7 +53,7 @@
`list`数组中的对象: `list`数组中的对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| -------- | ---- | --------------------- | ---- | |----------|-----|---------------------|-----|
| id | num | 开屏图片id | | | id | num | 开屏图片id | |
| thumb | str | 开屏图片url | | | thumb | str | 开屏图片url | |
| logo_url | str | “bilibili”logo图片url | | | logo_url | str | “bilibili”logo图片url | |
@@ -61,13 +61,13 @@
`data`中的`show`数组: `data`中的`show`数组:
| 项 | 类型 | 内容 | 备注 | | 项 | 类型 | 内容 | 备注 |
| ---- | ---- | ---------- | ---- | |-----|-----|-------|-----|
| 0 | obj | 套了个娃? | | | 0 | obj | 套了个娃? | |
`show`数组中的对象: `show`数组中的对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| ----------- | ---- | ---------- | ------------ | |-------------|-----|--------|--------|
| id | num | 开屏图片id | | | id | num | 开屏图片id | |
| begin_time | num | 起始时间? | 时间戳 | | begin_time | num | 起始时间? | 时间戳 |
| end_time | num | 结束时间? | 时间戳 | | end_time | num | 结束时间? | 时间戳 |
@@ -85,6 +85,7 @@ curl -G 'http://app.bilibili.com/x/v2/splash/brand/list' \
<details> <details>
<summary>查看响应示例:</summary> <summary>查看响应示例:</summary>
```json ```json
{ {
"code": 0, "code": 0,
@@ -141,14 +142,14 @@ curl -G 'http://app.bilibili.com/x/v2/splash/brand/list' \
![]( http://i0.hdslb.com/bfs/archive/fe737da5cdedf9dad038e5fd30e957be8a063bc2.png ) ![]( http://i0.hdslb.com/bfs/archive/fe737da5cdedf9dad038e5fd30e957be8a063bc2.png )
## APP 端的 ~~广告~~ 一些图片 ## 获取APP端开屏幕广告信息
> https://app.bilibili.com/x/v2/splash/list > http://app.bilibili.com/x/v2/splash/list
*请求方式: GET* *请求方式: GET*
| 参数名 | 类型 | 内容 | 必要性 | 备注 | | 参数名 | 类型 | 内容 | 必要性 | 备注 |
| - | - | - | - | - | |----------|-----|-----------------------|-----|-----|
| build | int | 客户端内部版本号 | 必要 | | | build | int | 客户端内部版本号 | 必要 | |
| mobi_app | str | android, iphone, ipad | 必要 | | | mobi_app | str | android, iphone, ipad | 必要 | |
| platform | str | android, ios | 必要 | | | platform | str | android, ios | 必要 | |
@@ -156,103 +157,198 @@ curl -G 'http://app.bilibili.com/x/v2/splash/brand/list' \
| width | int | 屏幕宽度 | 必要 | | | width | int | 屏幕宽度 | 必要 | |
| birth | str | 生日日期(四位数,例 0101) | 必要 | | | birth | str | 生日日期(四位数,例 0101) | 必要 | |
**json 回复** **json回复**
根对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| ------- | ---- | -------- | ---------------------------------------------------- | |---------|-----|------|---------------------------------------|
| code | num | 返回值 | 0成功<br />-3API校验密匙错误<br />-400请求错误 | | code | num | 返回值 | 0成功<br />-3API校验密匙错误<br />-400请求错误 |
| message | str | 错误信息 | 默认为0 | | message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | | | ttl | num | 1 | |
| data | obj | 信息本体 | | | data | obj | 信息本体 | |
`data` 字段 `data`对象
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| - | - | - | - | |-------------------|--------|---------------------|---------|
| splash_request_id | str | 不知道 | | | splash_request_id | 当前请求id | 长度为33, 前13位是当前秒级时间戳 | |
| max_time | int | 最长显示时间? | | | max_time | int | 最长显示时间? | |
| min_interval | int | 最少显示时间? | 千分之一秒单位 | | min_interval | int | 最少显示时间? | 千分之一秒单位 |
| pull_interval | int | 显示时间? | | | pull_interval | int | 显示时间? | |
| keep_ids | int | 显示时间? | |
| list | list | 广告 list | | | list | list | 广告 list | |
`list` 中的对象 ~~(不得不说 bilibili 的广告准备真精良)~~ `list`数组中的对象:
| 字段 | 类型 | 内容 | 备注 | | 字段 | 类型 | 内容 | 备注 |
| - | - | - | - | |----------------------------|-------|---------------|--------|
| id | int | 不知道 | | | id | int | 广告id | |
| type | int | 不知道 | | | type | int | 1 | |
| card_type | int | 不知道 | | | card_type | int | 39 | |
| duration | int | 持续时间? | | | duration | int | 持续时间? | |
| begin_time | int | 开始时间? | 时间戳 | | begin_time | int | 开始展示时间 | 秒级时间戳 |
| end_time | int | 停止时间? | 时间戳 | | end_time | int | 停止展示时间 | 毫秒级时间戳 |
| thumb | url | 广告图片 | [举个例子](#example) | | thumb | url | 广告图片 | |
| hash | str | 不知道 | | | hash | str | 作用尚不明确 | |
| logo_url | str | 不知道 | 空的 | | logo_url | str | 空值 | |
| logo_hash | str | 不知道 | 也是空的 | | logo_hash | str | 空值 | |
| skip | int | 是否跳转? | | | skip | int | 是否跳转? | |
| uri | url | 跳转的 url | | | uri | str | 跳转的url | |
| url_title | str | 标题? | | | video_url | str | 视频url | |
| source | int | 不知道 | | | video_hash | str | 视频hash | |
| cm_mark | int | 不知道 | | | video_width | num | 视频宽度 | |
| ad_cb | str | 不知道 | | | video_height | num | 视频高度 | |
| resource_id | int | 不知道 | | | uri_title | str | 空值 | |
| request_id | str | 不知道 | | | source | int | 929 | |
| client_ip | ip_v4 | 客户端的 IP| | | cm_mark | int | 1 | |
| is_ad | bool | 不知道 | | | ad_cb | str | 作用尚不明确 | |
| is_ad_loc | bool | 不知道 | | | resource_id | int | 926 | |
| schema_callup_white_list | list | 跳转的 APP 的白名单 | | | request_id | str | 作用尚不明确 | |
| extra | dict | 显示信息? | | | client_ip | str | 客户端IP | |
| is_ad | bool | 作用尚不明确 | |
| is_ad_loc | bool | 作用尚不明确 | |
| schema_title | str | 滑动进入第三方应用 | |
| schema_callup_white_list | array | 跳转的 APP 的白名单 | |
| extra | obj | 显示信息? | |
| enable_pre_download | bool | 是否可以当场下载 APP? | | | enable_pre_download | bool | 是否可以当场下载 APP? | |
| enable_background_download | bool | 是否可以静默下载 APP? | | | enable_background_download | bool | 是否可以静默下载 APP? | |
| interact_type | int | 是否可以跳转(互动) | | | interact_type | int | 是否可以跳转(互动) | |
| interact_url | url | 跳转(互动) url | | | interact_url | str | 跳转(互动) url | |
| interact_distance | int | 暂不明确 | | | interact_distance | int | 作用尚不明确 | |
| guide_button_list | list | 所有的按钮 | | | guide_button_list | array | 所有的按钮 | |
| mark_with_skip_style | num | 作用尚不明确 | |
| skip_button_height | num | 作用尚不明确 | |
`extra`对象:
| 字段 | 类型 | 内容 | 备注 |
|----------------------------|-------|-----|-----|
| use_ad_web_v2 | bool | | |
| show_urls | array | | |
| click_urls | array | | |
| show_1s_urls | array | | |
| download_whitelist | array | | |
| open_whitelist | array | | |
| card | obj | | |
| report_time | num | | |
| sales_type | num | | |
| special_industry | bool | | |
| preload_landingpage | num | | |
| share_info | obj | | |
| upzone_entrance_type | num | | |
| upzone_entrance_report_id | num | | |
| topview_pic_url | str | | |
| topview_video_url | str | | |
| click_area | num | | |
| shop_id | num | | |
| up_mid | num | | |
| track_id | str | | |
| enable_store_direct_launch | int | | |
| enable_double_jump | bool | | |
| store_callup_card | bool | | |
| enable_h5_alert | bool | | |
| special_industry_style | num | | |
| macro_replace_priority | num | | |
| feedback_panel_style | num | | |
| ad_content_type | num | | |
| enable_h5_pre_load | num | | |
| hot_activity_id | num | | |
| product_id | num | | |
| landingpage_download_style | num | | |
`guide_button_list` 中的对象:
| 字段 | 类型 | 内容 | 备注 |
|------------------------------|-------|-----|-------|
| id | int | | |
| x | int | | |
| y | int | | |
| bg_color | str | | |
| bg_color_night | str | | |
| text_color | str | | |
| text_color_night | str | | |
| guide_instructions | str | | |
| guide_instructions_new | str | 空值 | |
| width | str | | |
| jump_url | str | | |
| schema_package_name | str | | |
| schema_title | str | | |
| schema_title_new | str | 空值 | |
| height | str | | |
| slide_threshold_value | str | | |
| slide_border_color | str | | |
| guide_image_url | str | | |
| guide_image_md5 | str | | |
| interact_style | str | | |
| jump_image_url | str | | |
| jump_image_md5 | str | | |
| schema_image_url | str | | |
| schema_image_md5 | str | | |
| click_expand_ratio | str | | |
| logo_image_url | str | | |
| logo_image_md5 | str | | |
| related_ids | array | 空 | |
| schema_list | array | 空 | |
| font_ratio | num | | |
| seq | num | | |
| degrade_type | num | | |
| twist_angle | num | | |
| twist_speed | num | | |
| secondary_guide_instructions | str | | |
| secondary_font_ratio | num | | |
| secondary_text_color | str | | |
| secondary_text_color_night | str | | |
| activity_time | num | | 秒级时间戳 |
| time_show_type | num | | |
**示例:** **示例:**
```shell ```shell
curl -G 'http://app.bilibili.com/x/v2/splash/list' \ curl -L -X GET 'http://app.bilibili.com/x/v2/splash/list?build=999999999&mobi_app=android&platform=android&height=1920&width=1080&birth=0101'
--data-urlencode="build=999999999" \
--data-urlencode="mobi_app=android" \
--data-urlencode="platform=android" \
--data-urlencode="height=1920" \
--data-urlencode="width=1080" \
--data-urlencode="birth=0101"
``` ```
<details>
<summary>点我发现 bilibili 广告的新大陆:</summary>
``` python <details>
# Python 格式的 dict, 将就看一下,提取了 data <summary>查看响应示例:</summary>
# 已缩减,一共有二十万行,全是广告,醉了
dct = { ```json
{
"code": 0,
"message": "0",
"ttl": 1,
"data": {
"max_time": 4, "max_time": 4,
"min_interval": 14400, "min_interval": 14400,
"pull_interval": 900, "pull_interval": 900,
"keep_ids": null,
"list": [ "list": [
{ {
"id": 7473, "id": 9460,
"type": 1, "type": 1,
"card_type": 15, "card_type": 39,
"duration": 3, "duration": 5,
"begin_time": 1653580800, "begin_time": 1663689600,
"end_time": 1653667199, "end_time": 1663775999,
"thumb": "https: //i0.hdslb.com/bfs/sycp/creative_img/202205/7743233596d9c4addf44289df7f32e3a.jpg", "thumb": "https://i0.hdslb.com/bfs/sycp/creative_img/202208/cb001c291c6011940e29531dcce6b1e8.webp",
"hash": "58d1ffad328fc0dff3653ca4a8d81b9e", "hash": "712d3df973f99fdcd30c2419d19630dc",
"logo_url": "", "logo_url": "",
"logo_hash": "", "logo_hash": "",
"skip": 1, "skip": 1,
"uri": "https://gxb.mmstat.com/gxb.gif?t=https%3A%2F%2Fequity.tmall.com%2Ftm%3FagentId%3D1598070%26bc_fl_src%3Dtmall_market_llb_1_1762697%26llbPlatform%3D_pube%26llbOsd%3D1%26mm_unid%3D1_11094511_560501015e6d5757020607530b6f5353086656040b075e&v=644035c3dbd3&di=__IDFA__&dim=__IMEI__&oaid=__OAID__&bc_fl_src=tmall_market_llb_1_1762697&llbPlatform=_pubu&llbOsd=1&agentId=1598070", "uri": "https://market.m.taobao.com/app/mwdk-industry/mwdk-shopping-base/pages/peppa.html?disableNav=YES&merchantCode=HM&pageId=105240&path=%2Fact%2Frax%2Fmanual1455861656935693595&renderChannelCode=HM&siteCode=HM_8_7dd8299642994fa196f9a9aae4fd4391_3&spma=a225z&usePayment=alipayMiniApp&utm_campaign=dwlx&utm_source=1234&targetShopId=199273419",
"video_url": "http://upos-sz-static.bilivideo.com/ssaxcode/89/jl/n220831a21uql976d44zun4y0ykmjl89-1-SPLASH.mp4",
"video_hash": "ae10333c160452cc2755d079db10b597",
"video_width": 1080,
"video_height": 1920,
"uri_title": "", "uri_title": "",
"source": 929, "source": 929,
"cm_mark": 1, "cm_mark": 1,
"ad_cb": "CM7OARCXzxIYsTogADCo1R04oQdCHzE2NTM2NjE0NjA1NjlxMTcyYTI3YTBhMTcycTE1MzdI2dCdr5AwUgnoi4/lt57luIJo////////////AXD///////////8BgAFLiAHOzgGyASCNv/lsldJA9UcshRdPX0KJuJjnmZZA0Hypp8HytKuiT/ACl88S2AOxOg==", "ad_cb": "COfrARC7jxUY9EkgADDWwCE4oQdCIDE2NjM2NDY2MzY1ODhxMTcyYTI2YTE5MmE5NnE1NDE0SKy0xMi1MFIG5aSp5rSlaP///////////wFw////////////AYABS4gB5+sBsgEg8mQFw0bBxGOGYE8OBhMOd3DE8OGFZXhookrFX4s3UrrwAruPFdgD9Ek=",
"resource_id": 926, "resource_id": 926,
"request_id": "1653661460569q172a27a0a172q1537", "request_id": "1663646636588q172a26a192a96q5414",
"client_ip": "153.34.54.14", "client_ip": "117.14.146.37",
"is_ad": True, "is_ad": true,
"is_ad_loc": True, "is_ad_loc": true,
"schema_title": "滑动进入第三方应用",
"schema_callup_white_list": [ "schema_callup_white_list": [
"tmall", "tmall",
"taobao", "taobao",
@@ -262,6 +358,7 @@ dct = {
"tbopen", "tbopen",
"eleme", "eleme",
"qqmusic", "qqmusic",
"pddopen",
"upwallet", "upwallet",
"yocial://plaza/?tab=0", "yocial://plaza/?tab=0",
"hiapplink", "hiapplink",
@@ -279,14 +376,17 @@ dct = {
"duappmoblink", "duappmoblink",
"cmblife", "cmblife",
"imeituan", "imeituan",
"vmall",
"music",
"pinduoduo"
], ],
"extra": { "extra": {
"use_ad_web_v2": True, "use_ad_web_v2": true,
"show_urls": [ "show_urls": [
"https://g.cn.miaozhen.com/x/k=2295590&p=89WTd&dx=__IPDX__&rt=2&pro=s&ns=__IP__&ni=__IESID__&v=__LOC__&xa=__ADPLATFORM__&tr=__REQUESTID__&vg=__AUTOPLAY__&nh=__AUTOREFRESH__&mo=__OS__&m0=__OPENUDID__&m0a=__DUID__&m1=__ANDROIDID1__&m1a=__ANDROIDID__&m2=__IMEI__&m4=__AAID__&m5=__IDFA__&m6=__MAC1__&m6a=__MAC__&m11=__OAID__&m14=__CAID__&m5a=__IDFV__&mn=__ANAME__&m5b=__IDFA1__&m11a=__OAID1__&m14a=__CAID1__&o=" "https://g.cn.miaozhen.com/x/k=2315612&p=8EUuC&dx=__IPDX__&rt=2&pro=s&ns=__IP__&ni=__IESID__&v=__LOC__&xa=__ADPLATFORM__&tr=__REQUESTID__&vg=__AUTOPLAY__&nh=__AUTOREFRESH__&mo=__OS__&m0=__OPENUDID__&m0a=__DUID__&m1=__ANDROIDID1__&m1a=__ANDROIDID__&m2=__IMEI__&m4=__AAID__&m5=__IDFA__&m6=__MAC1__&m6a=__MAC__&m11=__OAID__&m14=__CAID__&m5a=__IDFV__&mn=__ANAME__&m5b=__IDFA1__&m11a=__OAID1__&m14a=__CAID1__&o="
], ],
"click_urls": [ "click_urls": [
"https://e.cn.miaozhen.com/r/k=2295590&p=89WTd&dx=__IPDX__&rt=2&pro=s&ns=__IP__&ni=__IESID__&v=__LOC__&xa=__ADPLATFORM__&tr=__REQUESTID__&mo=__OS__&m0=__OPENUDID__&m0a=__DUID__&m1=__ANDROIDID1__&m1a=__ANDROIDID__&m2=__IMEI__&m4=__AAID__&m5=__IDFA__&m6=__MAC1__&m6a=__MAC__&m11=__OAID__&m14=__CAID__&m5a=__IDFV__&mn=__ANAME__&m5b=__IDFA1__&m11a=__OAID1__&m14a=__CAID1__&o=" "https://e.cn.miaozhen.com/r/k=2315612&p=8EUuC&dx=__IPDX__&rt=2&pro=s&ns=__IP__&ni=__IESID__&v=__LOC__&xa=__ADPLATFORM__&tr=__REQUESTID__&mo=__OS__&m0=__OPENUDID__&m0a=__DUID__&m1=__ANDROIDID1__&m1a=__ANDROIDID__&m2=__IMEI__&m4=__AAID__&m5=__IDFA__&m6=__MAC1__&m6a=__MAC__&m11=__OAID__&m14=__CAID__&m5a=__IDFV__&mn=__ANAME__&m5b=__IDFA1__&m11a=__OAID1__&m14a=__CAID1__&o="
], ],
"show_1s_urls": [], "show_1s_urls": [],
"download_whitelist": [], "download_whitelist": [],
@@ -299,6 +399,7 @@ dct = {
"tbopen", "tbopen",
"eleme", "eleme",
"qqmusic", "qqmusic",
"pddopen",
"upwallet", "upwallet",
"yocial://plaza/?tab=0", "yocial://plaza/?tab=0",
"hiapplink", "hiapplink",
@@ -316,25 +417,28 @@ dct = {
"duappmoblink", "duappmoblink",
"cmblife", "cmblife",
"imeituan", "imeituan",
"vmall",
"music",
"pinduoduo"
], ],
"card": { "card": {
"card_type": 0, "card_type": 0,
"extreme_team_status": False, "extreme_team_status": false,
"support_transition": False, "support_transition": false,
"under_player_interaction_style": 0, "under_player_interaction_style": 0,
"grade_denominator": 0, "grade_denominator": 0,
"star_level": 0, "star_level": 0,
"live_booking_population_threshold": 0, "live_booking_population_threshold": 0,
"ori_mark_hidden": 0, "ori_mark_hidden": 0,
"use_multi_cover": False, "use_multi_cover": false,
"fold_time": 0, "fold_time": 0,
"live_room_popularity": 0, "live_room_popularity": 0,
"live_tag_show": False, "live_tag_show": false,
"grade_level": 0, "grade_level": 0
}, },
"report_time": 0, "report_time": 0,
"sales_type": 75, "sales_type": 75,
"special_industry": False, "special_industry": false,
"preload_landingpage": 0, "preload_landingpage": 0,
"share_info": {}, "share_info": {},
"upzone_entrance_type": 0, "upzone_entrance_type": 0,
@@ -344,52 +448,51 @@ dct = {
"click_area": 0, "click_area": 0,
"shop_id": 0, "shop_id": 0,
"up_mid": 0, "up_mid": 0,
"track_id": "pbaes.usQXCK8mtPyInZ6TlgUE3WT5gMWLU89o3guKCQbmTkJSyJh5c3PfqzA9mo2h6vrYahFNbyuORlKEijmroC2-pw==", "track_id": "pbaes.Y5ATuPVlG6ysPF6cvl6W8B-BYexhSJzrKH3NYfC3KIHDb9W5cxPA4_FTEPWYDED5DjfRwb3tcrLppYAqQ87SSg==",
"enable_store_direct_launch": 0, "enable_store_direct_launch": 0,
"enable_double_jump": False, "enable_double_jump": false,
"store_callup_card": False, "store_callup_card": false,
"enable_h5_alert": False, "enable_h5_alert": false,
"special_industry_style": 0, "special_industry_style": 0,
"macro_replace_priority": 1, "macro_replace_priority": 1,
"feedback_panel_style": 0, "feedback_panel_style": 0,
"ad_content_type": 0, "ad_content_type": 0,
"enable_h5_pre_load": 0, "enable_h5_pre_load": 0,
"hot_activity_id": 0,
"product_id": 0, "product_id": 0,
"landingpage_download_style": 2, "landingpage_download_style": 2
}, },
"enable_pre_download": True, "enable_pre_download": true,
"enable_background_download": True, "enable_background_download": true,
"interact_type": 1, "interact_type": 1,
"interact_url": "https://gxb.mmstat.com/gxb.gif?t=https%3A%2F%2Fequity.tmall.com%2Ftm%3FagentId%3D1598070%26bc_fl_src%3Dtmall_market_llb_1_1762697%26llbPlatform%3D_pube%26llbOsd%3D1%26mm_unid%3D1_11094511_560501015e6d5757020607530b6f5353086656040b075e&v=644035c3dbd3&di=__IDFA__&dim=__IMEI__&oaid=__OAID__&bc_fl_src=tmall_market_llb_1_1762697&llbPlatform=_pubu&llbOsd=1&agentId=1598070", "interact_url": "https://market.m.taobao.com/app/mwdk-industry/mwdk-shopping-base/pages/peppa.html?disableNav=YES&merchantCode=HM&pageId=105240&path=%2Fact%2Frax%2Fmanual1455861656935693595&renderChannelCode=HM&siteCode=HM_8_7dd8299642994fa196f9a9aae4fd4391_3&spma=a225z&usePayment=alipayMiniApp&utm_campaign=dwlx&utm_source=1234&targetShopId=199273419",
"interact_distance": 60, "interact_distance": 60,
"guide_button_list": [ "guide_button_list": [
{ {
"id": 24800, "id": 49037,
"x": 50, "x": 50,
"y": 75, "y": 78,
"bg_color": "#80000000", "bg_color": "#80000000",
"bg_color_night": "#80000000", "bg_color_night": "#80000000",
"text_color": "#FFFFFFFF", "text_color": "#FFFFFFFF",
"text_color_night": "#FFFFFFFF", "text_color_night": "#FFFFFFFF",
"guide_instructions": "滑动畅享索尼醇音", "guide_instructions": "点击进入活动页",
"guide_instructions_new": "", "guide_instructions_new": "",
"width": 70, "width": 70,
"jump_url": "https://gxb.mmstat.com/gxb.gif?t=https%3A%2F%2Fequity.tmall.com%2Ftm%3FagentId%3D1598070%26bc_fl_src%3Dtmall_market_llb_1_1762697%26llbPlatform%3D_pube%26llbOsd%3D1%26mm_unid%3D1_11094511_560501015e6d5757020607530b6f5353086656040b075e&v=644035c3dbd3&di=__IDFA__&dim=__IMEI__&oaid=__OAID__&bc_fl_src=tmall_market_llb_1_1762697&llbPlatform=_pubu&llbOsd=1&agentId=1598070", "jump_url": "https://market.m.taobao.com/app/mwdk-industry/mwdk-shopping-base/pages/peppa.html?disableNav=YES&merchantCode=HM&pageId=105240&path=%2Fact%2Frax%2Fmanual1455861656935693595&renderChannelCode=HM&siteCode=HM_8_7dd8299642994fa196f9a9aae4fd4391_3&spma=a225z&usePayment=alipayMiniApp&utm_campaign=dwlx&utm_source=1234&targetShopId=199273419",
"schema": "",
"schema_package_name": "", "schema_package_name": "",
"schema_title": "", "schema_title": "",
"schema_title_new": "", "schema_title_new": "",
"universal_app": "",
"height": 7, "height": 7,
"slide_threshold_value": 5, "slide_threshold_value": 5,
"slide_border_color": "#40FFFFFF", "slide_border_color": "#40FFFFFF",
"guide_image_url": "", "guide_image_url": "",
"guide_image_md5": "", "guide_image_md5": "",
"interact_style": 6, "interact_style": 6,
"jump_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202110/d721c5b34b582d0a88ac602eda0aa6e0.json", "jump_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202208/f61a66cf54bc71d9bd1b81bde79c0140.json",
"jump_image_md5": "", "jump_image_md5": "26d8b4b516f83a3f9b15fef643464cc6",
"schema_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202110/d721c5b34b582d0a88ac602eda0aa6e0.json", "schema_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202208/f61a66cf54bc71d9bd1b81bde79c0140.json",
"schema_image_md5": "", "schema_image_md5": "26d8b4b516f83a3f9b15fef643464cc6",
"click_expand_ratio": 100, "click_expand_ratio": 100,
"logo_image_url": "https://i0.hdslb.com/bfs/sycp/mgk/img/202106/17006d50ec506813727b1cb5c6fc58b1.png", "logo_image_url": "https://i0.hdslb.com/bfs/sycp/mgk/img/202106/17006d50ec506813727b1cb5c6fc58b1.png",
"logo_image_md5": "86bc1b68ce4708d918cd4e01a975ca17", "logo_image_md5": "86bc1b68ce4708d918cd4e01a975ca17",
@@ -398,72 +501,66 @@ dct = {
"font_ratio": 0.23, "font_ratio": 0.23,
"seq": 0, "seq": 0,
"degrade_type": 1, "degrade_type": 1,
"twist_angle": 0.0, "twist_angle": 0,
"twist_speed": 0.0, "twist_speed": -1,
"secondary_guide_instructions": "", "secondary_guide_instructions": "",
"secondary_font_ratio": 0, "secondary_font_ratio": 0,
"secondary_text_color": "", "secondary_text_color": "",
"secondary_text_color_night": "", "secondary_text_color_night": "",
"activity_time": 1662532059,
"time_show_type": 0
}, },
{ {
"id": 24803, "id": 49040,
"x": 50, "x": 50,
"y": 80, "y": 83,
"bg_color": "#80000000", "bg_color": "#80000000",
"bg_color_night": "#80000000", "bg_color_night": "#80000000",
"text_color": "#FFFFFFFF", "text_color": "#FFFFFFFF",
"text_color_night": "#FFFFFFFF", "text_color_night": "#FFFFFFFF",
"guide_instructions": "滑动畅享索尼醇音", "guide_instructions": "即可前往 开吃新品",
"guide_instructions_new": "", "guide_instructions_new": "",
"width": 64, "width": 64,
"jump_url": "https://gxb.mmstat.com/gxb.gif?t=https%3A%2F%2Fequity.tmall.com%2Ftm%3FagentId%3D1598070%26bc_fl_src%3Dtmall_market_llb_1_1762697%26llbPlatform%3D_pube%26llbOsd%3D1%26mm_unid%3D1_11094511_560501015e6d5757020607530b6f5353086656040b075e&v=644035c3dbd3&di=__IDFA__&dim=__IMEI__&oaid=__OAID__&bc_fl_src=tmall_market_llb_1_1762697&llbPlatform=_pubu&llbOsd=1&agentId=1598070", "jump_url": "https://market.m.taobao.com/app/mwdk-industry/mwdk-shopping-base/pages/peppa.html?disableNav=YES&merchantCode=HM&pageId=105240&path=%2Fact%2Frax%2Fmanual1455861656935693595&renderChannelCode=HM&siteCode=HM_8_7dd8299642994fa196f9a9aae4fd4391_3&spma=a225z&usePayment=alipayMiniApp&utm_campaign=dwlx&utm_source=1234&targetShopId=199273419",
"schema": "",
"schema_package_name": "", "schema_package_name": "",
"schema_title": "点击进入第三方应用", "schema_title": "滑动进入第三方应用",
"schema_title_new": "", "schema_title_new": "",
"universal_app": "",
"height": 3, "height": 3,
"slide_threshold_value": 5, "slide_threshold_value": 5,
"slide_border_color": "#40FFFFFF", "slide_border_color": "#40FFFFFF",
"guide_image_url": "", "guide_image_url": "",
"guide_image_md5": "", "guide_image_md5": "",
"interact_style": 3, "interact_style": 3,
"jump_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202110/d721c5b34b582d0a88ac602eda0aa6e0.json", "jump_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202208/f61a66cf54bc71d9bd1b81bde79c0140.json",
"jump_image_md5": "", "jump_image_md5": "26d8b4b516f83a3f9b15fef643464cc6",
"schema_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202110/d721c5b34b582d0a88ac602eda0aa6e0.json", "schema_image_url": "https://i0.hdslb.com/bfs/sycp/creative_img/202208/f61a66cf54bc71d9bd1b81bde79c0140.json",
"schema_image_md5": "", "schema_image_md5": "26d8b4b516f83a3f9b15fef643464cc6",
"click_expand_ratio": 100, "click_expand_ratio": 100,
"logo_image_url": "https://i0.hdslb.com/bfs/sycp/mgk/img/202106/17006d50ec506813727b1cb5c6fc58b1.png", "logo_image_url": "https://i0.hdslb.com/bfs/sycp/mgk/img/202106/17006d50ec506813727b1cb5c6fc58b1.png",
"logo_image_md5": "86bc1b68ce4708d918cd4e01a975ca17", "logo_image_md5": "86bc1b68ce4708d918cd4e01a975ca17",
"related_ids": [24800], "related_ids": [
49037
],
"schema_list": [], "schema_list": [],
"font_ratio": 0.23, "font_ratio": 0.23,
"seq": 99, "seq": 99,
"degrade_type": 1, "degrade_type": 0,
"twist_angle": 0.0, "twist_angle": 0,
"twist_speed": 0.0, "twist_speed": -1,
"secondary_guide_instructions": "", "secondary_guide_instructions": "",
"secondary_font_ratio": 0, "secondary_font_ratio": 0,
"secondary_text_color": "", "secondary_text_color": "",
"secondary_text_color_night": "", "secondary_text_color_night": "",
}, "activity_time": 1662532059,
], "time_show_type": 0
} }
# ... a lot of
], ],
"splash_request_id": "1653661460572q172a27a3a3q2165", "mark_with_skip_style": 0,
"skip_button_height": 0.0557
}
],
"splash_request_id": "1663646636605q172a24a57a232q5796"
}
} }
``` ```
</details> </details>
<span id="example">
<details>
<summary>
一张广告图片(慎点)
</summary>
![](https://i0.hdslb.com/bfs/sycp/creative_img/202205/7743233596d9c4addf44289df7f32e3a.jpg)
</details>
</span>