Stef Merlijn
asked on
Downloadlink clicked tracking
Hi,
I would like to track the number of time a customer is downloading my application from the website.
Currently they just click on a link and the download starts, but this isn't pickedup by google analytics.
What would be a good approach to make tracking possible?
I thought of adding a page like:
Can anybody supply me with some simple example on how to set this up correctly?
I prefer code in HTML and/or PHP.
I would like to track the number of time a customer is downloading my application from the website.
Currently they just click on a link and the download starts, but this isn't pickedup by google analytics.
What would be a good approach to make tracking possible?
I thought of adding a page like:
"Thank you for downloading"
"If your download doesn't start automatically please click this link"
Can anybody supply me with some simple example on how to set this up correctly?
I prefer code in HTML and/or PHP.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Isn't there a solution possible without using a DB?
Just plain HTML so Google analytics can pick it up?
Just plain HTML so Google analytics can pick it up?
It is possible via GA however the better option is php google doesn't reveal the ip address with the php and db you can tracl that
ASKER
I don't realy need to IP.
I just want to know how many times the downloadlink is clicked.
I just want to know how many times the downloadlink is clicked.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Yes, but that doesn't show this for downloadlinks.
ASKER
Is there anybody who can show me a simple example in HTML/PHP without database?
One page where the download is started (link is clicked)
Second page "Thank you for downloading...etc." (see my initial question.
On the second page Google Analytics can be integrated.
One page where the download is started (link is clicked)
Second page "Thank you for downloading...etc." (see my initial question.
On the second page Google Analytics can be integrated.
ASKER
Thank you all
If you have PHP script , you can track it easily .