File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -286,4 +286,12 @@ const (
286
286
AD_CONVERT_TYPE_IPU_QUALIFY AdConvertType = "AD_CONVERT_TYPE_IPU_QUALIFY"
287
287
// AD_CONVERT_TYPE_ANCHOR_CLICK 直播支付ROI
288
288
AD_CONVERT_TYPE_ANCHOR_CLICK AdConvertType = "AD_CONVERT_TYPE_ANCHOR_CLICK"
289
+ // AD_CONVERT_TYPE_WECHAT_WECOM_ADD 添加企业微信
290
+ AD_CONVERT_TYPE_WECHAT_WECOM_ADD AdConvertType = "AD_CONVERT_TYPE_WECHAT_WECOM_ADD"
291
+ // AD_CONVERT_TYPE_WECHAT_FIRST_MSG 微信_用户首次消息
292
+ AD_CONVERT_TYPE_WECHAT_FIRST_MSG AdConvertType = "AD_CONVERT_TYPE_WECHAT_FIRST_MSG"
293
+ // AD_CONVERT_TYPE_RETENTION_DAYS 留存天数
294
+ AD_CONVERT_TYPE_RETENTION_DAYS AdConvertType = "AD_CONVERT_TYPE_RETENTION_DAYS"
295
+ // AD_CONVERT_TYPE_INTELLIGENT_SERVICE_OPEN 微信_用户首次消息
296
+ AD_CONVERT_TYPE_INTELLIGENT_SERVICE_OPEN AdConvertType = "AD_CONVERT_TYPE_INTELLIGENT_SERVICE_OPEN"
289
297
)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ type Project struct {
84
84
// QuickAppId 快应用资产id ,从【查询快应用信息】接口获取,仅支持已通过审核的快应用资产
85
85
QuickAppId uint64 `json:"quick_app_id,omitempty"`
86
86
// MicroAppInstanceID 字节小程序/小游戏资产id
87
- MicroAppInstanceID string `json:"micro_app_instance_id,omitempty"`
87
+ MicroAppInstanceID uint64 `json:"micro_app_instance_id,omitempty"`
88
88
// LaunchType 调起方式, landing_type = APP 且子目标为LAUNCH有效
89
89
// 允许值: DIRECT_OPEN 直接调起(默认值)、EXTERNAL_OPEN 落地页调起
90
90
LaunchType enum.LaunchType `json:"launch_type,omitempty"`
You can’t perform that action at this time.
0 commit comments