• 电话
    198-9888-5878

vivo广告推广平台:服务端API接口文档《NO.9》

7.标签组合管理

7.1新增标签组合接口

接口说明

为应用方增加标签组合。 一个标签组合由多个标签组成。

访问方式

URL

编码方式

协议

method

Content-Type

/tagSegment/add

Utf-8

https

POST

application/json

Curl e.g.:

curl -X POST -H 'authToken:${your_auth_token}' -H 'Content-Type:application/json' -d '${your_request_body}'https://host:port/tagSegment/add

Request bodye.g.:

{

"name": "segment1",

"expression":{

"notTags":["shenzhen"],

"andTags":[],

"orTags":[]

}

}

Response body e.g.:

http status 200:

{

"result": 0,

"desc": "成功",

}

业务异常:

{

"result": xxx,

"desc": "xxx"

}

http status 500:

Internet server error!

接口定义

输入参数:

属性名字

类型

是否必填Y/N

描述

name

string

Y

标签组合名称

expression

JSON Object

Y

标签组合表达式:包含三种JSON数组:notTags表示非操作、andTags表示与操作,orTags表示或操作,例如:"tagExpression":{

"notTags":["琴","棋","书","画"],

"andTags":["深圳","广东"],

"orTags":["本科生","研究生"]

}

可以表示为,不会琴、棋、书、画的广东省深圳市的本科生或研究生的所有用户。

当然这些标签需要先在平台或者接口创建后再使用。

输出参数:

属性名字

类型

描述

result

int

接口调用是否成功的状态码 0成功,非0失败

desc

string

文字描述接口调用情况

7.2更新单个标签组合接口

接口说明

更新一个标签组合的信息

访问方式

URL

编码方式

协议

method

Content-Type

/tagSegment/update

Utf-8

https

POST

application/json

Curl e.g.:

curl -X POST -H 'authToken:${your_auth_token}' -H 'Content-Type:application/json' -d '${your_request_body}' https://host:port/tagSegment/update

Request bodye.g.:

{

"oldName":"segment1",

"newName":"segment2",

"expression": {

"orTags": ["shenzhen"],

"andTags": [],

"notTags": []

}

}

Response body e.g.:

http status 200:

{

"result": 0,

"desc": "成功"

}

业务异常:

{

"result": xxx,

"desc": "xxx"

}

http status 500:

Internet server error!

接口定义

输入参数:

属性名字

类型

是否必填Y/N

描述

oldName

string

Y

旧标签组合名称

newName

string

Y

新标签组合名称

expression

JSON Object

N

新标签组合表达式:包含三种JSON数组:notTags表示非操作、andTags表示与操作,orTags表示或操作,例如:"tagExpression":{

"notTags":["琴","棋","书","画"],

"andTags":["深圳","广东"],

"orTags":["本科生","研究生"]

}

可以表示为,不会琴、棋、书、画的广东省深圳市的本科生或研究生的所有用户。

当然这些标签需要先在平台或者接口创建后再使用。

输出参数:

属性名字

类型

描述

result

int

接口调用是否成功的状态码 0成功,非0失败

desc

string

文字描述接口调用情况


如何实现品牌在vivo广告的营销变现?这是很多广告主想要咨询的问题,借助vivo平台的人群流量,广告主可实现vivo广告的点击,转化这一过程,实现营销闭环,现在沃木网络可以帮助广告主实现vivo信息流代运营等等广告服务,现在开户的费用比较低,5000元即可投放,欢迎广告前来咨询!

有任何OPPO或vivo的广告需求,欢迎与我们取得联系。

欢迎扫码添加以下微信,或者拨打电话198-9888-5878(微信同号)咨询

微信公众号

vivo广告推广平台:服务端API接口文档《NO.6》
« 上一篇 2023-08-23 09:16
vivo广告推广平台:服务端API接口文档《NO.12》
下一篇 » 2023-08-23 09:16