Skip to content

Commit 1f3882c

Browse files
committed
Merge branch 'release/v1.6.1'
2 parents a507b14 + b30389e commit 1f3882c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

model/dsp/unit/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ type CreateRequest struct {
7777
// GroupID 程序化落地页ID
7878
// web_uri_type = 3 时表示程序化落地页ID,必须为数字,通过「/rest/openapi/gw/magicsite/v1/group/list」获取;
7979
GroupID uint64 `json:"group_id,omitempty"`
80-
// SchemaURL 调起链接
80+
// SchemaURI 调起链接
8181
// 提升应用活跃营销目标的调起链接;应用推广下在已经安装 app 的用户手机上可以拉起 app(需要运营加白),开屏广告如果营销目标是应用活跃,调起链接必须在品牌开屏白名单中;当 web_uri_type = 4 时,该字段必填,表示带归因参数的小程序启动页面链接,当campaign.type=5时,白名单用户可填。campaign.type=9 时,若该字段非空,使用该链接唤起应用,否者使用商品上的链接直达商品
82-
SchemaURL string `json:"schema_url,omitempty"`
82+
SchemaURI string `json:"schema_uri,omitempty"`
8383
// SchemaID 微信小程序ID
8484
// 收集营销线索下,web_uri_type = 4时生效,表示微信小程序ID
8585
SchemaID string `json:"schema_id,omitempty"`

model/dsp/unit/unit.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ type Unit struct {
8888
// PageGroupDetail 程序化落地页信息
8989
// 广告组ID绑定的程序化落地页组信息
9090
PageGroupDetail *PageGroupDetail `json:"page_group_detail,omitempty"`
91-
// SchemaURL 调起链接
91+
// SchemaURI 调起链接
9292
// 提升应用活跃营销目标的调起链接
93-
SchemaURL string `json:"schema_url,omitempty"`
93+
SchemaURI string `json:"schema_uri,omitempty"`
9494
// SchemaID 微信小程序外部调起链接
9595
// 目前只有收集营销线索计划下的联盟广告位该字段才有效
9696
SchemaID string `json:"schema_id,omitempty"`

model/dsp/unit/update.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ type UpdateRequest struct {
6565
// GroupID 程序化落地页ID
6666
// web_uri_type = 3 时表示程序化落地页ID,必须为数字,通过「/rest/openapi/gw/magicsite/v1/group/list」获取;
6767
GroupID uint64 `json:"group_id,omitempty"`
68-
// SchemaURL 调起链接
68+
// SchemaURI 调起链接
6969
// 提升应用活跃营销目标的调起链接;应用推广下在已经安装 app 的用户手机上可以拉起 app(需要运营加白),开屏广告如果营销目标是应用活跃,调起链接必须在品牌开屏白名单中;当 web_uri_type = 4 时,该字段必填,表示带归因参数的小程序启动页面链接,当campaign.type=5时,白名单用户可填。campaign.type=9 时,若该字段非空,使用该链接唤起应用,否者使用商品上的链接直达商品
70-
SchemaURL string `json:"schema_url,omitempty"`
70+
SchemaURI string `json:"schema_uri,omitempty"`
7171
// SchemaID 微信小程序ID
7272
// 收集营销线索下,web_uri_type = 4时生效,表示微信小程序ID
7373
SchemaID string `json:"schema_id,omitempty"`

0 commit comments

Comments
 (0)