File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ type CreateRequest struct {
77
77
// GroupID 程序化落地页ID
78
78
// web_uri_type = 3 时表示程序化落地页ID,必须为数字,通过「/rest/openapi/gw/magicsite/v1/group/list」获取;
79
79
GroupID uint64 `json:"group_id,omitempty"`
80
- // SchemaURL 调起链接
80
+ // SchemaURI 调起链接
81
81
// 提升应用活跃营销目标的调起链接;应用推广下在已经安装 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"`
83
83
// SchemaID 微信小程序ID
84
84
// 收集营销线索下,web_uri_type = 4时生效,表示微信小程序ID
85
85
SchemaID string `json:"schema_id,omitempty"`
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ type Unit struct {
88
88
// PageGroupDetail 程序化落地页信息
89
89
// 广告组ID绑定的程序化落地页组信息
90
90
PageGroupDetail * PageGroupDetail `json:"page_group_detail,omitempty"`
91
- // SchemaURL 调起链接
91
+ // SchemaURI 调起链接
92
92
// 提升应用活跃营销目标的调起链接
93
- SchemaURL string `json:"schema_url ,omitempty"`
93
+ SchemaURI string `json:"schema_uri ,omitempty"`
94
94
// SchemaID 微信小程序外部调起链接
95
95
// 目前只有收集营销线索计划下的联盟广告位该字段才有效
96
96
SchemaID string `json:"schema_id,omitempty"`
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ type UpdateRequest struct {
65
65
// GroupID 程序化落地页ID
66
66
// web_uri_type = 3 时表示程序化落地页ID,必须为数字,通过「/rest/openapi/gw/magicsite/v1/group/list」获取;
67
67
GroupID uint64 `json:"group_id,omitempty"`
68
- // SchemaURL 调起链接
68
+ // SchemaURI 调起链接
69
69
// 提升应用活跃营销目标的调起链接;应用推广下在已经安装 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"`
71
71
// SchemaID 微信小程序ID
72
72
// 收集营销线索下,web_uri_type = 4时生效,表示微信小程序ID
73
73
SchemaID string `json:"schema_id,omitempty"`
You can’t perform that action at this time.
0 commit comments