/ Published in: ActionScript 3
URL: http://code.google.com/p/gaforflash/
Install the component (swc files) to: /Applications/Adobe Flash CS4/Common/Configuration/google
Open flash and drag the Google AnalyticsLibrary component into your library
Expand |
Embed | Plain Text
import com.google.analytics.AnalyticsTracker; import com.google.analytics.GATracker; private var tracker:AnalyticsTracker; tracker = new GATracker (this, "UA-16421501-1", "AS3", false ); tracker.trackPageview ( "/section/home");
You need to login to post a comment.
