Hi, I have an issue with the dimensios and metrics of Google Analytics fired with Tealium. The site is developed with angularJS and the content is loaded via AJAX, when the content is loaded is called the function utag.view. When I set a custom dimension or custom metric, they remain set in the ga object although they should not. As an example, if I configure the tracking to set the navigation levels then I have: Step 1. Open the page mysite.com/lv1/lv2/lv3 dimension1 = lv1 dimension2 = lv2 dimension3 = lv3 Step 2. Open page mysite.com/home dimension1 = home dimension2 = lv2 dimension3 = lv3 In the step 2 the dimension2 and dimension3 should not be set, because the page contains the level "home" only, but they remain set from the previous utag.view on step1. How can I clear the dimensions/metrics of GA and reset the dimension/metrics with the datalayer's values for each call utag.view? Best Regards Francesco
... View more