攬客(Acquisition) - For⼯工程師+⾏行銷
Configuring Default Cookie Settings!
ga('create', 'UA-XXXX-Y', {
'cookieName': 'new_cookie_name',
'cookieDomain': 'mynew.domain.com',
'cookieExpires': 60 * 60 * 24 * 28 // Time in seconds.
});
🔗 : https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced
Ignoring Referrals(新版不⽤用打Code)!
1. Navigate to a property. If you're not in the settings
screen, click Admin.
2. Click Tracking Info then Referral Exclusion List.
3. Enter the Domain.
4. Click Apply to save.
24.
攬客(Acquisition) - For⼯工程師+⾏行銷
Configuring Default Cookie Settings(EC 很需要)!
ga('create', 'UA-XXXX-Y', {
'cookieName': 'new_cookie_name',
'cookieDomain': 'mynew.domain.com',
'cookieExpires': 60 * 60 * 24 * 28 // Time in seconds.
});
🔗 : https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced
Ignoring Referrals(把⾃自⼰己排除)!
1. Navigate to a property. If you're not in the settings
screen, click Admin.
2. Click Tracking Info then Referral Exclusion List.
3. Enter the Domain.
4. Click Apply to save.