https://ad.weixin.qq.com/guide/22
需要有赞小程序提供click id
在小程序页面注册时监听onLoad方法,通过options参数获取打开当前页面所调用的 query 参数,可参考官方文档示例test.js Page({data: { text: "This is page data." },onLoad: function(options) {// url参数中可以获取到gdt_vid、weixinadinfo参数值 let gdt_vid = options.gdt_vidlet weixinadinfo = options.weixinadinfo// 获取广告idlet aid = 0if(weixinadinfo){let weixinadinfoArr = weixinadinfo.split(‘.’)aid = weixinadinfoArr[0] }console.log(‘来源广告的广告id是:’ + aid) }... })‘’‘
|
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|