Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huzhiming
5 years ago
Commit
a0c9654cb98fb4368dc5ad0dd635f56f3853ac84
1 parent
c799a5b7
feat(oCPC搜索推广): 推广链接转化数据发送给百度服务器,埋点:OCPC推广链接打开并完成注册进行数据上报
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common.js
public/js/common.js
View file @
a0c9654
...
...
@@ -139,7 +139,7 @@ function getShoppingKey() {
* 详情见文档:[http://ocpc.baidu.com/developer/d/guide/?iurl=api%2Fapi-doc%2Fapi-interface%2F]
*/
if
(
location
.
href
.
includes
(
'bd_vid='
))
{
setCookie
(
'bd_vid_path'
,
location
.
href
,
{
path
:
'/'
});
setCookie
(
'bd_vid_path'
,
location
.
href
,
{
path
:
'/'
,
domain
:
'.yohobuy.com'
,
expires
:
90
});
}
}());
...
...
Please
register
or
login
to post a comment