Notes about these previously tested code scenarios:
1) when using gaq.push..._trackPageview to create a Goal that is an outbound click... ['_trackPageview', 'whatever goes in here should also be The Goal in GA.']);". It may be useful to Name the Goal similarly- maybe???


NOT IN SERVICE... Test One in "/funnel-2 (was a successful test named "Test Four" in /funnel):
Goal, NO FUNNEL
Follow the link to the test page. The link on that page tests whether, after clicking on the link while using "onClick="_gaq.push(['_trackPageview', '/downloads/pdf/action.pdf']);" in the link itself, with the asynchronous snippet in the head tag, will it create the GA Goal conversion '/downloads/pdf/action.pdf'
http://.oregonian.biz/funnel-2/asychnchronous-code-gaq.push..._trackPageview-GOAL-Test-One-No-Funnel.html
Results.........




*******
Test Two in /funnel-2 (was a successful test named "Test Five" in /funnel)
In Test Two I hope to create a Goal, with a TWO step funnel (landing-page.html-->product-page.html-->"/Outbound-Link-To-Paypal-Test") that leads to a Conversion with a "virtual page" as the Goal... the virtual page is an outbound link to PayPal.
Goal, WITH FUNNEL
...Follow the link to the test page. The link on that page tests whether, after clicking on the link while using "onClick="_gaq.push(['_trackPageview', '/Outbound-Link-To-Paypal']);" in the link itself, with the asynchronous snippet in the head tag, will it create the GA Goal conversion '/Outbound-Link-To-Paypal'.
http://oregonian.biz/funnel-2/asychnchronous-code-gaq.push..._trackPageview-GOAL-Test-Two-With-Funnel.html

Access Step One of the Funnel here: http://www.oregonian.biz/funnel-2/landing-page.html

Results:
This works!