is it possible to display page variables in google analytics user flow?
in product page, products are displayed based on PID variable.
I want to know which products are displayed by user ?
Related
I know you can't use the GA User ID as a Dimension, but I'm wondering if there's a report to find out which users viewed a specific page in GA. In other words, given a specific page path, which users viewed that page within a specific time range?
You can find navigation of each Analytics user in the User Explorer report.
However, you can't get what you say unless you pass the clientId (GA User ID) in a custom dimension with user scope.
Is it possible to load Google Analytics dynamically by passing the tracking ID through the dataLayer? I have tried to push() the tracking ID and read out the variable in GTM but analytics doesn't seem to fire.
I have an ecommerce site and want to load the sellers tracking ID on different product pages. Ideally the seller would load their tracking ID via a dashboard instead of me having to add it manually to GTM.
Some pages e.g the cart complete page could have multiple analytics loaded as the customer may have purchased products with different sellers.
Any thoughts or pointers?
Is it possible to use events and destinations when setting up goals in google analytics, for example can I track this funnel:
User Lands on on catalog page
User clicks learn more and goes to product description page
User clicks add to cart
User clicks checkout
OR
User Lands on catalog page
User Clicks add to cart
User clicks check out
So I can see if the user adds the item straight to the cart or clicks to learn more before adding to cart
So this means I am tracking the users destination flows but also how what they are clicking to get there, are they adding straight to cart from catalog page or clicking learn more then adding to cart.
You cannot mix events and destinations in a Google Analytics funnel.
Workaround is to record virtual pageviews whenever the user clicks on the page. Then the whole conversions funnel data is available to you in Google Analytics using destinations.
Checkout the pageview documentation for more info.
I want to create a google analytics report breakdown that will show a breakdown of the number of users for each landing page. I tried to set sessions as a metric and landing page plus country as the dimensions in the drilldown.
but the report lists 1 column for the landing page and another for the number of sessions.
to see the countries for a specific landing page i have to click on the landing page link.
how can i view the entire dimension drill-down tree on the same page?
We would like to track each individual user (logged in user) activity in the site.
Here is the list of activities :
1) Page View
2) Button click
3) Search keywords
etc.
Is there any way we can achieve this by Flurry or Google analytic or any other analytic.
With Universal Analytics, you can enable the new User ID feature which tracks logged in users as a custom dimension. You can view various reports against that custom dimension. There's more info here: https://support.google.com/analytics/answer/3123663.