Test Three in \funnel-3-event-tests - test initiated Wednesday Dec 8, 2010 at 7:00am

This tests whether I can create Events in GA for two different image downloads on the same page. I have added the opt_value (an integer) as well. The opt_value does NOT have single quotes.

This page's code HAS ADDITIONAL code snippet in the head tags. The head code snippet is taken from... http://oregonian.biz/funnel/asychnchronous-code-gaq.push..._trackPageview-with-funnel.html That page successfully registered/yielded Goal Conversions. Back to /index.html

...Here's the original code from Google.
['_trackEvent', 'category', 'action', 'opt_label', opt_value]

...Here's my modification/config to the first link below... ['_trackEvent', 'images', 'download', 'iflower.jpg', 1]

...Here's my modification/config to the second link below... ['_trackEvent', 'images', 'download', 'Bonney_Meadows_Mt_Hood_L3-small.JPG', 2]

Image One in the test:
click me to download http://www.oregonian.biz/images/EyeFetchSubmissions/iflower.jpg
Results:
It frikken werks!


Image Two in the test:
click me to download http://www.oregonian.biz/images/EyeFetchSubmissions/Bonney_Meadows_Mt_Hood_L3-small.JPG
Results:
It frikken werks!


OneGuySEO