[Pro] Adding email tracking code

Hi,

I have been asked by a client to add trackingcodes to every email addresses in their site. The site works well with Google Analytics.

I am toldhe code shall replace the “name” in the html code.

The code goes like this:

gaq.push([‘_trackEvent’, ‘epost’, ‘kontakt oss’, ‘Boss’]);

*Boss is the name of the email recipient.

Anybody here familiar with my problem ?
I am using freeway 6 pro.


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

I’ve never used this or heard of it before, but I bet it works like this:

Highlight your link and open the Hyperlink Editor (command-k or menu Edit >
Hyperlink…) Select the Extended… button and create a new attribute for your
anchor tag. Call it “onclick” then for the value insert your code like this:

javascript:_gaq.push(['_trackEvent', 'epost', 'kontakt oss', 'Boss']);

I can’t say this will work, but I think it should work. Don’t forget to
change your Boss variable.

Best of luck,


Ernie Simpson

On Fri, Nov 8, 2013 at 12:44 PM, Per-Arne Sollien email@hidden wrote:

Hi,

I have been asked by a client to add trackingcodes to every email
addresses in their site. The site works well with Google Analytics.

I am toldhe code shall replace the “name” in the html code.

The code goes like this:

gaq.push([‘_trackEvent’, ‘epost’, ‘kontakt oss’, ‘Boss’]);

*Boss is the name of the email recipient.

Anybody here familiar with my problem ?
I am using freeway 6 pro.


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

Thanks - I did try this with no luck - but I did not add “javascript:” That changes it I guess…


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