Google tracking

I have been asked to apply this to the mailto link on my site:

< space a href=”mailto stuff” onClick=”_gaq.push([‘_trackEvent’, ‘Email’, ‘Link’]);”> Email us

(I have inserted the word space at the start so the code displays in this list)

I have been told to "Replace mailto with the code I use to send the email.

Has anyone done this before? What code would I use?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

mailto:address(a)domain.com

The mailto: protocol tells the user’s default email application to create a new email with the specified email address in the “To” field.

Joe

On 20 Jan 2012, at 16:11, BigG wrote:

I have been asked to apply this to the mailto link on my site:

http://unbounce.com/social-media/measuring-social-media-roi-goal-conversions-with-google-analytics-5/

< space a href=”mailto stuff” onClick=”_gaq.push([‘_trackEvent’, ‘Email’, ‘Link’]);”> Email us

(I have inserted the word space at the start so the code displays in this list)

I have been told to "Replace mailto with the code I use to send the email.

Has anyone done this before? What code would I use?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hmm didn’t work:

http://www.newyoubootcamp.com/austria.html

http://www.newyoubootcamp.com/”mailto:email@hidden”

Obviously doing something wrong.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You’ve got curly quotes in there. Removing them should fix it.

Joe

On 20 Jan 2012, at 16:57, BigG wrote:

Hmm didn’t work:

http://www.newyoubootcamp.com/austria.html

http://www.newyoubootcamp.com/”mailto:email@hidden”

Obviously doing something wrong.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options