获取模板预览接口
全部接口
V1.1
loading
V1.1
loading
所属权限 | Ads Management |
请求地址 | programmed/get |
请求方法 | post |
全局参数
全局参数是指每一个接口都需要使用到的参数。详情参考,代码案例参考。
参数名称 | 参数类型 |
---|---|
access_token | 授权令牌,完成 OAuth 2.0 授权后获得,参考授权认证章节 |
timestamp |
当前的时间戳,单位为秒,允许客户端请求最大时间误差为 300 秒。 MarketingAPI 所使用的时间戳,若无特殊说明,均为秒级时间戳 MarketingAPI 所使用的时区为 GMT+8,例如当时间戳为 1494840119 时,表示 2017-05-15 17:21:59 |
nonce | 随机字串标识,不超过 32 个字符,由调用方自行生成,需保证全局唯一性 |
fields | get 接口增加 fields 字段,用于指定返回参数的字段列表,为选填字段。fields 取值范围为 get 接口返回的 list 中的字段。如不填写,则根据默认值进行返回 |
请求参数
标有*的参数为必填项
名称 | 类型 | 描述 |
---|---|---|
account_id*
|
integer | 广告主帐号 id |
material_derive_id*
|
integer | 预览 id |
使用说明
- 使用该接口获取预览信息,会依据目前服务器繁忙程度,对接口调用进行限流,当超过限制访问频率后,提交任务会返回失败。
请求示例
curl 'https://api.e.qq.com/v1.1/programmed/get?access_token=<ACCESS_TOKEN>×tamp=<TIMESTAMP>&nonce=<NONCE>' \
-d 'account_id=<ACCOUNT_ID>' \
-d 'material_derive_id=2479'
应答字段
名称 | 类型 | 描述 |
---|---|---|
account_id
|
integer | 广告主帐号 id |
material_derive_id
|
integer | 预览 id |
ad_metadata
|
struct | 广告元数据 |
product_infos
|
struct[] | 商品标签信息列表,数组长度为[0,100] |
catalog_id
|
integer | 商品库 id |
product_outer_id
|
string | 商品 id |
site_sets
|
enum[] | 投放版位集合,当前单版位或者 SITE_SET_TENCENT_NEWS+SITE_SET_TENCENT_VIDEO+SITE_SET_MOBILE_UNION+SITE_SET_MOBILE_INNER+SITE_SET_KANDIAN+SITE_SET_QQ_MUSIC_GAME 的组合,[枚举详情] |
automatic_site_enabled
|
boolean | 是否开启自动版位 |
promoted_object_type
|
enum | 推广目标类型,[枚举详情] |
bid_mode
|
enum | 出价方式,[枚举详情] |
material_groups
|
struct[] | 素材组信息列表,数组长度为[0,100] |
material_group_id
|
integer | 素材组 id |
ratio
|
string | 素材比例 |
material_type
|
enum | 素材类型,视频或图片,[枚举详情] |
materials
|
struct[] | 素材信息列表,数组长度为[0,100] |
type
|
enum | 素材类型,视频或图片,[枚举详情] |
media_id
|
string | 素材 id |
material_name
|
string | 素材名称 |
origin_media_id
|
string | 原始素材 id |
url
|
string | 使用素材 url |
original_creative_templates
|
struct[] | 原创意形式及规格列表,数组长度为[0,100] |
ratio_width
|
integer | 视频比例:宽 |
ratio_height
|
integer | 视频比例:高 |
min_width
|
integer | 视频最小宽度 |
min_height
|
integer | 视频最小高度 |
file_size_kblimit
|
integer | 视频大小最大限制 |
min_duration
|
float | 最小时长 |
max_duration
|
float | 最大时长 |
creative_template_ids
|
array | 创意形式 id 列表,数组长度为[0,100] |
media_type
|
string | 媒体类型 |
min_occurs
|
integer | 当前最小创意形式的素材个数标识 |
max_occurs
|
integer | 当前最大创意形式的素材个数标识 |
target_creative_templates
|
struct[] | 素材对应的目标创意形式及规格列表,数组长度为[0,100] |
ratio_width
|
integer | 视频比例:宽 |
ratio_height
|
integer | 视频比例:高 |
min_width
|
integer | 视频最小宽度 |
min_height
|
integer | 视频最小高度 |
file_size_kblimit
|
integer | 视频大小最大限制 |
min_duration
|
float | 最小时长 |
max_duration
|
float | 最大时长 |
creative_template_ids
|
array | 创意形式 id 列表,数组长度为[0,100] |
media_type
|
string | 媒体类型 |
min_occurs
|
integer | 当前最小创意形式的素材个数标识 |
max_occurs
|
integer | 当前最大创意形式的素材个数标识 |
previews
|
struct[] | 预览数据列表,数组长度为[0,100] |
material_derive_preview_id
|
integer | 素材预览 id |
template_id
|
integer | 模板 id |
template_preview_url
|
string | 模板预览 URL |
template_name
|
string | 模板名称 |
dimension
|
struct | 创意形式 |
ratio_width
|
integer | 视频比例:宽 |
ratio_height
|
integer | 视频比例:高 |
min_width
|
integer | 视频最小宽度 |
min_height
|
integer | 视频最小高度 |
file_size_kblimit
|
integer | 视频大小最大限制 |
min_duration
|
float | 最小时长 |
max_duration
|
float | 最大时长 |
creative_template_ids
|
array | 创意形式 id 列表,数组长度为[0,100] |
media_type
|
string | 媒体类型 |
min_occurs
|
integer | 当前最小创意形式的素材个数标识 |
max_occurs
|
integer | 当前最大创意形式的素材个数标识 |
recommend_templates
|
struct[] | 系统推荐模板列表,数组长度为[0,100] |
dimension
|
struct | 创意形式 |
ratio_width
|
integer | 视频比例:宽 |
ratio_height
|
integer | 视频比例:高 |
min_width
|
integer | 视频最小宽度 |
min_height
|
integer | 视频最小高度 |
file_size_kblimit
|
integer | 视频大小最大限制 |
min_duration
|
float | 最小时长 |
max_duration
|
float | 最大时长 |
creative_template_ids
|
array | 创意形式 id 列表,数组长度为[0,100] |
media_type
|
string | 媒体类型 |
min_occurs
|
integer | 当前最小创意形式的素材个数标识 |
max_occurs
|
integer | 当前最大创意形式的素材个数标识 |
recommend_template_ids
|
array | 系统推荐模板 id 列表,数组长度为[0,100] |
应答示例
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"account_id": "<ACCOUNT_ID>",
"material_derive_id": 2479,
"ad_metadata": {
"product_infos": null,
"site_sets": [
"SITE_SET_TENCENT_NEWS",
"SITE_SET_TENCENT_VIDEO"
],
"automatic_site_enabled": false,
"promoted_object_type": "PROMOTED_OBJECT_TYPE_LEAD_AD",
"bid_mode": "BID_MODE_OCPM"
},
"material_groups": [
{
"material_group_id": 11698,
"ratio": "1:1",
"material_type": "IMAGE",
"materials": [
{
"type": "IMAGE",
"media_id": "3172332054",
"material_name": null
}
],
"original_creative_templates": [
{
"ratio_width": 1,
"ratio_height": 1,
"min_width": 800,
"min_height": 800,
"file_size_kblimit": 300,
"min_duration": 0,
"max_duration": 0,
"creative_template_ids": [
311
],
"media_type": "image",
"min_occurs": 1,
"max_occurs": 1
}
],
"target_creative_templates": [
{
"ratio_width": 16,
"ratio_height": 9,
"min_width": 1280,
"min_height": 720,
"file_size_kblimit": 140,
"min_duration": 0,
"max_duration": 0,
"creative_template_ids": [
711
],
"media_type": "image",
"min_occurs": 1,
"max_occurs": 3
}
],
"previews": [
{
"material_derive_preview_id": 4332,
"template_id": 11425495,
"template_preview_url": "https://adsmind.gdtimg.com",
"template_name": "yuymotest20220310 大创意横图",
"dimension": {
"ratio_width": 16,
"ratio_height": 9,
"min_width": 1280,
"min_height": 720,
"file_size_kblimit": 102400,
"min_duration": 5,
"max_duration": 30,
"creative_template_ids": [
720,
722
],
"media_type": "video",
"min_occurs": 1,
"max_occurs": 3
}
}
],
"recommend_templates": [
{
"dimension": {
"ratio_width": 9,
"ratio_height": 16,
"min_width": 720,
"min_height": 1280,
"file_size_kblimit": 102400,
"min_duration": 5,
"max_duration": 30,
"creative_template_ids": [
721
],
"media_type": "video",
"min_occurs": 1,
"max_occurs": 3
},
"recommend_template_ids": [
100230581,
11425978,
11424909
]
}
]
}
]
}
}
可视化调试工具
问题仍未解决?
请前往腾讯广告反馈中心在线提交问题,我们的人工客服将为你服务