Skip to content

Commit

Permalink
增加自动获取openid,自动获取首次和最近一次来源
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyonggen committed Jun 19, 2018
1 parent b802f29 commit e398780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions sensorsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,6 @@ function appLaunch(para) {
prop.$url_path = para.path;
}
// 暂时只解析传统网页渠道的query

para.query = {}
para.query.q = 'xxs?utm_source=3&sd=2';
if (para && _.isObject(para.query) && para.query.q) {
var utms = _.getUtm(para.query.q,'$','$latest_');
_.extend(prop, utms.pre1);
Expand Down
Loading

0 comments on commit e398780

Please sign in to comment.