We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aae08 commit 260bd6fCopy full SHA for 260bd6f
src/sdk.js
@@ -1475,6 +1475,7 @@ saEvent.send = function(p, callback) {
1475
// setOnceProfile 如果是新用户,且允许设置profile
1476
if (is_first_visitor && !para.not_set_profile) {
1477
sd.setOnceProfile(_.extend({
1478
+ // 暂时隐藏,等extractor都部署上去 $first_landing_page: _.info.pageProp.url.slice(0, sd.para.max_referrer_string_length),
1479
$first_visit_time: new Date(),
1480
$first_referrer: (document.referrer).slice(0, sd.para.max_referrer_string_length),
1481
$first_browser_language: navigator.language,
0 commit comments