您可通过此接口更新指定直播间中浮标广告的开启状态、广告链接等配置信息。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateFloatingAdvertisement | 接口名称。当前 API 的名称为 UpdateFloatingAdvertisement 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ActivityId | Long | 是 | 1798615803802 | 直播间 ID。您可以通过 ListActivityAPI 接口查询 ID。 |
IsEnable | Integer | 否 |
| 是否开启浮标广告。支持以下取值,默认取值为
|
ImageUrl | String | 否 |
| 浮标广告图片地址。需要包含 https 协议头。 说明 首次通过该接口更新浮标广告配置信息时,该参数必传。 |
HomeUrl | String | 否 | https://example.com | 浮标广告的跳转链接。需要包含 https 协议头。 |
IsCloseEnable | Integer | 否 |
| 观众是否可以关闭浮标广告。支持以下取值,默认取值为
|
EnableFloating | Boolean | 否 |
| 是否开启浮层展示。支持以下取值,默认取值为
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Status | Boolean |
| 是否更新成功。支持以下取值:
|
POST https://livesaas.volcengineapi.com/?Action=UpdateFloatingAdvertisement&Version=2023-08-01 { "ActivityId": 1798615803802, "ImageUrl": "https://p.example.org/6ed59yyum2-z75.png", "HomeUrl": "https://example.com", "IsCloseEnable": 1, "IsEnable": 1, "EnableFloating": true }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "UpdateFloatingAdvertisement", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1697446406 }, "Result": { "Status": true } }