I have this problem and really don’t know how to solve this.
I’m having this newsletter using phplist system and I have to include some ads in emails. Now that’s all fine but my client wants to track the number of clicks on those ads using google analytics.
Is there any way to do that? Thanks in advance for any hints.
Definitely not inside the E-Mail: No sane E-Mail client supports Javascript.
You would have to link the ads to a URL on your server, register the hit there using GA’s
_trackPageview()(or maybe_trackEvent()), and redirect to the target ad.