soumavachakraborty / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
0 stars 0 forks source link

Tracker getURL #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
we should add a method
----
getURL( url:String )
----
to the AnalyticsTracker interface

and connect it with the GoogleAnalyticsAPI
link() linkBypost() etc.

goal:
let the user call a URL easyly
but also track an exit link

Original issue reported on code.google.com by zwetan on 24 Nov 2008 at 7:25

GoogleCodeExporter commented 8 years ago
this should implement the undocumented function in ga.js
---
_getLinkerUrl( url:String );
---

this takes in a URL as a String and returns the url as a string with the proper
linker params. Demo here : http://www.neonreef.com/Adobe/linker.html

---
_link( url:String ); should call getURL using the method above
---

_linkByPost - adds the linker string to the URL of a HTML form. 
What is the use case in Flash...Is there an equivalent in AS3? 

Original comment by Nicksk...@gmail.com on 24 Nov 2008 at 8:28

GoogleCodeExporter commented 8 years ago
link, getLinkerUrl have been implemented :
http://code.google.com/p/gaforflash/source/detail?r=341

linkByPost...will not be implemented for AS3 mode. doesn't translate into
Flash...developers should use getLinkerUrl instead.

Original comment by Nicksk...@gmail.com on 20 Dec 2008 at 10:15