Tagged Questions
-1
votes
1answer
86 views
Android app statisticks [closed]
About 20 hours ago, I published my first android application on Google market. Everything works fine, but I would like to find out If i done something wrong. I can't see statistics for this app: ...
1
vote
3answers
311 views
Google Tag Manager and Magento shop
I try to connect Google Tag Manager with Magento. On google site I find a couple of Data Layer Variable Names.
<script>
dataLayer = [{
'pageCategory': 'signup',
'visitorType': ...
0
votes
0answers
105 views
What is the best way to store users data? [closed]
What is the best way to store users data in your database?
How the database should look like?
For example:
I want to store users IP address, user agent information, date of visit, refferer and so on, ...
3
votes
1answer
172 views
Google analytics results differ between iframe and parent
We are having trouble with analytics results not matching up between the parent page and iframe child. We're aware that tracking shouldn't be about solid numbers, but our differences are too big to ...
0
votes
2answers
462 views
Does an url shortener like bit.ly or goo.gl hide the source where this shortened url is placed?
I mean, when I place a shortened link in my online portfolio to a site which I built, will my client be able to see that I linked to him from my portfolio site? (via his stats or analytics). He saw my ...
0
votes
0answers
67 views
Track user logins, free-api?
I have a small application and I would like to just track whenever a user logins into the application. Is there a free application available I can host on my server that has some sort of web-based API ...
1
vote
1answer
476 views
Is it possible to use the Google Analytics API to provide stats for customer's page views?
Let's say I run a site where customers are willing to pay for a page that shows some sort of cool info about them. The whole site is tracked using Google Analytics.
To provide stat tracking for the ...
4
votes
2answers
892 views
Track incoming Referring site via link in PDF file?
I have recently placed an ad in a weekly publication that sends out a PDF file. My ad is directly linked so that the reader can click on it and go to my website. The PDF file is hosted on a ...
1
vote
1answer
95 views
how to track sells you make by visitors reffered by another website?
In my future website, i'll have parteners and i want them to receive a certain percentage of money according to how much the visitors they sent me bought items.
So this is a simple question :
How to ...
3
votes
1answer
354 views
what is the best way to track unique visitors?
hello
what i want is to make user counter as true as possible.
exluding bots, and clever users as much as possible.
as 4 what i know, it can be done in several ways:
ip (trouble with dinamic ones ...
2
votes
2answers
1k views
What are the best cursor (mouse) tracking applications for web sites?
What are the best cursor (mouse) tracking Javascript applications for web sites? To be stored in a database...
2
votes
7answers
2k views
Best way to keep track of current online users
I have a requirement that my site always display the number of users currently online. For example, "35741 Users Currently Online". This is not based on a log in, simply how many users are currently ...
1
vote
2answers
79 views
How to manage a pageview DB
I am interested in tracking my users' pageviews on my site. Being that traffic is expanding very quickly, I am worried about robots, etc, and I also want to be able to use tracked data live to alter ...
2
votes
2answers
1k views
Monitor clicks/goals Google Analytics with iframes?
We've got a site that shows some content in iframes loaded from another domains. What I'd like to do is setup some Goals to track if this stuff is clicked, is this possible to track these clicks?
I ...
3
votes
3answers
753 views
redirect user, then log his visit using php and mysql
I have a PHP redirect page to track clicks on links. Basically it does:
- get url from $_GET
- connect to database
- create row for url, or update with 1 hit if it exists
- redirect browser to ...
1
vote
2answers
825 views
Using google analytics to track multiple companies in a single website
I've been tasked with implementing Google Analytics inside our (ASP.NET) application. Here is the scenario:
A single web-site on one domain
Multiple companies all use this single website
Statistics ...
