Closed swingingtom closed 8 years ago
Force ssl solved my issue.
var config:Configuration = new Configuration();
config.forceSSL = true;
config.enableErrorChecking = true;
m_universalTracker = new WebTracker( UACode, config );
m_universalTracker.pageview( "does/it/work/question-mark" );
My guess is that HTML status codes for redirections (3XX) are not recognize as being valid after the redirection.
By the way, you did a nice work. Im pretty happy to use this library. Adios GATracker !
Im not able to track.
uanalytics.swc v0.8 from zip Using SWF in Browser.
I wasnt seeing any network call in the browser console. Then I activated the ErrorChecking.
Even when ForcePOST = true
Do I miss something ?