How to track single user behavior from a website - web-scraping

I need to Track single user behavior on my website, such as if the user Click on a button, his location, time spending in the product page ..., i use google analytics to track the Traffic but the problem is that i cant get every user and his behavior, it gives me just the total page view, total sessions...etc
Is there is another option or tools to do that ?

Related

Which users viewed a specific page in Google Analytics

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.

How To Include a cookie-id when tracking events

I am completely new to Google Tag Manager. I have gotten it installed on my site, and it is working to count the number of clicks on the register button.
However, what I really want to do is this:
A user lands on the page. I want to place a tracking cookie for the user, and then log the page view along with the tracking cookie ID.
The user then clicks the register button. I then want to track the click event along with the tracking cookie ID.
By including the tracking cookie information, I can then easily see that User A landing on the Page at 10:00, and then at 10:02 Clicked on the Register Button.
It gives a clear picture of what happened on the site. My goal is to drive people to the site through adwords, but I then need to see exactly what happened with these people and how long they were on the site.
Can I do this with GTM/Google Analytics? If so, how? If not, is there some other tool for this?
Take a look at the User Explorer report in Google Analytics.

how to do multiple tracking like a series of pages one after another?

So,
I have a blog with a "demo button" with leads the user to a sign up page.
On sign up page, the user fill the general entries. Then he is brought to a payment page to enter his card details. and then from there he is taken to a confirmation page.
Now, I want to track every page. Basically, whether any user coming from a blog becomes a user or atleast how far he goes before closing the tab
Use Enhanced E-Commerce Tracking.
The EEC in Google Analytics lets you assign step numbers to the various steps in a checkout. It then creates a custom funnel report (remember that EEC must be enabled and configured not just in your code, but also in your view settings) that show how many users completed the checkout and how many dropped of at each step.

Is it possible to programmatically retrieve link clicks from iislogs?

We have an app built by a vendor that gives our users the ability to see events and their dates.
A user can search for an event by searching by either specific date, date range, or by event name.
If found, the results are displayed as links and users can click these links to view details.
We are interested in capturing the number of clicks by visitors to the site.
Since the app is not built by us, we are unable to figure out a way to retrieve how many times a user or site visitor clicks on a particular link on a particular page.
We can, however, open an iislog in windows\system32 directory to grab information about click counts.
My question is whether there is a way to programmatically retrieve link click counts on a particular page from iislogs?
Thanks in advance.

tracking users with google analytics after they leave my domain to make a purchase and come back

I would like to track where users originally came from when they make a purchase on my site so I know which keywords are more profitable and which websites are best for advertising.
an example is a user is on my site with my google analytics tracking code which has details of where they came from, and then decides to upgrade. they leave my domain to go to my biller (2checkout) complete the purchase and return to my thank you page.
I have transaction code and analytics code on my thank you page and the transactions are showing up with the correct product/amounts in GA however there is no other data and in my reports the referring url is always my biller or a credit card companies authorisation page.
i can manually connect which customer is which by saving their referring data when they first come to the site and then matching it up after they make a sale, but I would like it to show up in my google adwords / analytics account where it is easier to manipulate the data and see trends.
if anyone can help me with this annoying issue I would be vbery greatful, but I fear I may end up living off reports I create and then matching them up with adwords manually :/
One thing you can do is have a click event trigger a custom variable. When the user clicks on whatever link that takes them to your biller, have the custom variable trigger with the information you want to carry over (like the current page URL, some campaign name, whatever). Specify the custom variable's scope as Session or Visit so that it get associated with the thank you page.
http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html
An alternative is to do campaign tracking:
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55540
That is more or less the same principle as the first suggestion, but with using specified URL parameters. Depending on how your pages are actually coded, you may need to push a virtual page view with the campaign code(s):
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55521

Resources