Setup Google Analytics Goals with user session properties - google-analytics

I’m trying to set up some dashboard to track the page views of my customers and identify how many of them visit the website logged in, how many visit the website and have a plan subscribed (SaaS company) and how many visit a specific page and have a plan subscribed.
Is there a way to implement this in Google Analytics?

If you send these informations to Google Analytics (i.e. an event when user is logged) you can create segments and get them number.
You can find here how to build a new segment: https://support.google.com/analytics/answer/3124493?hl=en

Related

How can I display Google Analytics using the API in my website

I have a website where buyers and sellers are logging in using their unique id. They will be visiting various product pages once logged in. Using Google Analytics API, I would like to display the details of each buyer or seller, with the time they spent in a product page, the pages they visited, etc., in my website backend.
However I am not able to get the UserID, which is important to display the user name and other information, using the google API code.
The same details are visible when I download the data as an excel sheet from google analytics dashboard.
Is there any restriction in APIs that the UserID will be not passed?
How we can achieve this otherwise?

Can I trigger google analytics events for a user from different environments?

We are trying to have a full view of user journeys through the web application we are developing. In the middle of the journey, there's no problem because it's more or less a traditional web application, but the beginnings and the end are not usual.
The journey begins with us sending email to the customers (don't worry, it's not spam). Is it possible to send events to Google Analytics about email being sent? I can include the UserID in those events. If I then implement user id in my web application, would I be able to correlate emails send to website visits?
At the other end of the journey, the conversions don't happen by the user that's being coverted but by a manager manually marking the user as converted in a sort-of admin-side to the web application. Can I then again inject the event that the user was converted with the appropriate UserID? Will Google Analytics then be able to map the whole journey? Do I need anything else?
The goal is for those events to end up mapped in the charts that look like this:
You'll need to do what you're asking in a CRM.
That said, I think what you CAN do is use campaign tracking and track the links in the email sent to the users. This way you'd know if they've acted on the emails or not.
Then you'd be able to track them on your site when they interact with the email. If there are CTAs on your site for the users to contact a manager to be converted, then you can track those as events, then set up goals around these events to see conversions.

Tracking individual user activity using Google Analytics and then showing suggestions

Let's say I have a restaurant-review website where users can post reviews about the restaurants they visit.Can I use google analytics to track the information that each user searches/accesses on my website and then show him information related to it? Also, I'd like to know if someone visits my website and browses through some reviews without logging-in and then logs in, can I track the review pages he browsed before and then show them to him as his recent views when he is logged-in using GA? If not, I'd like to know how I can achieve this.
You can track an anonymous user activity and then map them when the user loges in. To do that in the application level you need to have an activity table with the application and track the user activity. Once the user loges in you just need to update the identifier of the activity table with the user Id.
Details can be fond on this post.
Here is how to do it with Google analytics:
You might need to setup the analytics properly. Not sure about mapping the two user (anonymous and post login) data.

Google Analytics - Tracking Impressions using a User ID

Can I use a User ID to collect information per User ID regarding impressions of display ads in referral sites? Can I have information telling me that a certain User ID was exposed to a particular Display Ad in a specific site identified by its name and path?
Google Analytics does not report impressions at all (it reports clicks), unless your ads are displayed via some linked Google product (Adwords/Doubleclick).
Tying user ids to ad impressions would allow you to profile users and track their way as they travel through the internet. This would blatantly illegal in many legislations. It would also be rather challenging technology-wise, since there is no easy way to tie an ad impression to an existing client id.
So in short, no.

Track number of user redirected via google ads

Is there any way to check an user is redirected to my site via Google Ads?
I want to track number of user who are redirected via Google Ads and their activities.
I have Google Analytics, Adword added already to my website.
I can track users on my site via Google Analytics only.
You can link your AdWords account to your Analytics account. Once you have done this, you will be able to see how many users came via AdWords in the "AdWords" section of the Acquisition area of Analytics. You'll see which campaigns & ads the users clicked, what key words they used and so on. You can then do all the usual GA filtering and grouping with that data that you usually can with normal visit info.
Hope that helps.

Resources