- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
12-21-2017 09:11 PM
12-22-2017 03:41 AM
12-24-2017 06:44 PM
01-02-2018 02:24 AM
01-02-2018 10:48 AM
Hi @dac-cho,
Simple answer:
Use All Page Hits (set) or pageview for session-level scoped dimensions.
Long answer:
The scope of dimensions is configured in the Admin area of your Google Analytics account. Hit-level and scope-level dimensions can be sent from the page using the same code or method. Read more about session-level scope and custom dimensions.
The options in the Event Type drop-down menu correspond to the following Google Analytics usage:
ga('set', 'dimension5', 'custom data');
References: Google Analytics Dev Guide: Custom Dimensions and Metricsga('send', 'pageview', {
'dimension5': 'custom data'
});
ga('send', 'event', 'category', 'action', {
'dimension5': 'custom data'
});
Copyright All Rights Reserved © 2008-2023