feat(oCPC搜索推广): 推广链接转化数据发送给百度服务器,埋点:OCPC推广链接打开并完成注册进行数据上报
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -139,7 +139,7 @@ function getShoppingKey() { | @@ -139,7 +139,7 @@ function getShoppingKey() { | ||
139 | * 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F] | 139 | * 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F] |
140 | */ | 140 | */ |
141 | if (location.href.includes('bd_vid=')) { | 141 | if (location.href.includes('bd_vid=')) { |
142 | - setCookie('bd_vid_path', location.href, { path: '/' }); | 142 | + setCookie('bd_vid_path', location.href, { path: '/', domain: '.yohobuy.com', expires: 90 }); |
143 | } | 143 | } |
144 | }()); | 144 | }()); |
145 | 145 |
-
Please register or login to post a comment