1

What I want to do is count the number of clicks on this type of an image tel link:

<a href="tel:123456789"> <img src="images/myimage.jpg" alt="myimage" /> </a>

But my target platform - old Nokia phone browsers, does not support javascript so I've to use server side technolgies, namely php.

I'm hoping to integrate this with Google Analytics but if this isn't possible, that's fine as long as I can count the click and make the call simultaneously.

jakedemus
  • 83
  • 2
  • 9
  • I speak under correction but I don't think you can do this without JS... – Manatok Jul 10 '12 at 14:09
  • I tried this [link](http://stackoverflow.com/questions/11293349/php-redirect-header-location-to-phone-number) initially but to no avail so I've sense changed my approach. – jakedemus Jul 10 '12 at 14:47

1 Answers1

0

The Google Analytics for Mobile Websites documentation describes how to use Google Analytics without JavaScript, on the server side.

Kenny Linsky
  • 1,726
  • 3
  • 17
  • 41