接口说明:获取客户标签,根据客户Id获取该客户下所打的标签
限制说明:允许五秒请求十次,否则返回:操作频繁,请稍后重试
https://open.rabbitpre.com/api/audience/user/tag/batchlist
参数 | 必选 | 类型 | 说明 |
audienceUserIdList | true | list<Long> | 客户Id集合(每次最大支持 20 个客户Id) |
换行和缩进只是为了更好的展示:
https://open.rabbitpre.com/api/audience/user/tag/batchlist
参数 | 类型 | 说明 |
orgId | string | 兔展企业Id |
audienceUserId | long | 客户Id |
tagList | list | 标签列表 |
tagId | long | 标签Id |
execCount | integer | 执行次数 |
tagTime | long | 打标签时间,时间戳 |
tagName | string | 标签名称 |
tagType | string | 标签类型 |
tagValueList | list | 标签值列表 |
tagValueId | long | 标签值Id |
tagValue | string | 标签值名称 |
markCount | integer | 标签值权重 |