My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 16, 2009
    issue 62 (Custom Variable support?) reported by jonathan.hart   -   Hi guys, will there be support for Custom Variables in an upcoming version of the component? Jonathan Hart current.com
    Hi guys, will there be support for Custom Variables in an upcoming version of the component? Jonathan Hart current.com
  • Dec 11, 2009
    issue 61 (Does Gaforflash work with Actionscript 2) changed by zwetan   -   gaforflash is only for AS3, it will not work with AS2.
    Status: Invalid
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
    gaforflash is only for AS3, it will not work with AS2.
    Status: Invalid
    Labels: Type-Enhancement Priority-Low Type-Defect Priority-Medium
  • Dec 09, 2009
    issue 61 (Does Gaforflash work with Actionscript 2) reported by dlen...@joycemeyer.org   -   I am trying to set up Gaforflash in my video player but it is coded in ActionScript2 and not 3. When I change it to ActionsScript3 it breaks the controls. But the GaforFlash component disappears when the video is in AS2 so I can't use it. Does anyone know a good way of using GaforFlash in AS2? Thank you! David
    I am trying to set up Gaforflash in my video player but it is coded in ActionScript2 and not 3. When I change it to ActionsScript3 it breaks the controls. But the GaforFlash component disappears when the video is in AS2 so I can't use it. Does anyone know a good way of using GaforFlash in AS2? Thank you! David
  • Dec 08, 2009
    issue 45 (Flash content with gaforflash on igoogle page throws excepti...) commented on by steve.flashmonkey   -   Thanks for the solution to this bug - I think the SWC should be updated as it's very frustrating bug and had me scratching my head for a few hours!
    Thanks for the solution to this bug - I think the SWC should be updated as it's very frustrating bug and had me scratching my head for a few hours!

Earlier this year

  • Nov 20, 2009
    issue 60 (GATracker class does assign the debug property if provided) reported by jvcleave   -   What steps will reproduce the problem? 1. create DebugConfiguration instance and pass it into the GATracker constructor var debugConfiguration:DebugConfiguration = new DebugConfiguration(); var tracker:GATracker = new GATracker(this, "U-Whatever", TrackerMode.AS3, true, null, debugConfiguration); What is the expected output? What do you see instead? GATracker class does not have an else statement to assign the debug property if provided if( !debug ) { this.debug = new DebugConfiguration(); } should be if( !debug ) { this.debug = new DebugConfiguration(); }else { this.debug = debug; }
    What steps will reproduce the problem? 1. create DebugConfiguration instance and pass it into the GATracker constructor var debugConfiguration:DebugConfiguration = new DebugConfiguration(); var tracker:GATracker = new GATracker(this, "U-Whatever", TrackerMode.AS3, true, null, debugConfiguration); What is the expected output? What do you see instead? GATracker class does not have an else statement to assign the debug property if provided if( !debug ) { this.debug = new DebugConfiguration(); } should be if( !debug ) { this.debug = new DebugConfiguration(); }else { this.debug = debug; }
  • Nov 19, 2009
    VisualDebug (All you need to know to configure the debugging.) Wiki page commented on by alexis.hanicotte   -   How to start with a minimized debug console: You have to specify this before instantiating the GATracker. {{{ var debug: DebugConfiguration = new DebugConfiguration(); debug.minimizedOnStart = true; tracker = new GATracker(stage, "UA-12345-6", "AS3", true, null, debug); }}} (Note: does not work with <1.0.1.319)
    How to start with a minimized debug console: You have to specify this before instantiating the GATracker. {{{ var debug: DebugConfiguration = new DebugConfiguration(); debug.minimizedOnStart = true; tracker = new GATracker(stage, "UA-12345-6", "AS3", true, null, debug); }}} (Note: does not work with <1.0.1.319)
  • Nov 18, 2009
    issue 56 (AIR Unique visitors) commented on by nbi...@gmail.com   -   If a user opens the AIR app, and triggers a page view, then the user closes and re- opens the AIR app, and triggers the same page view, that user is counted as a unique visitor both times.
    If a user opens the AIR app, and triggers a page view, then the user closes and re- opens the AIR app, and triggers the same page view, that user is counted as a unique visitor both times.
  • Nov 18, 2009
    issue 56 (AIR Unique visitors) commented on by zwetan   -   gaforflash in AIR can work but has not been fully tested, it is planed for v1.2 can you gives more details ? an AIR app (even if not completely supported) should always reuse the same "cookie" and so preserve the visitor ID from one session to another by session I mean, for the time the AIR app is open if your issue is a reset of the visitor ID each time the AIR app open, it is something to look into
    gaforflash in AIR can work but has not been fully tested, it is planed for v1.2 can you gives more details ? an AIR app (even if not completely supported) should always reuse the same "cookie" and so preserve the visitor ID from one session to another by session I mean, for the time the AIR app is open if your issue is a reset of the visitor ID each time the AIR app open, it is something to look into
  • Nov 18, 2009
    issue 59 (refactor HTML DOM info gathering) reported by zwetan   -   replace the basic js proxy by a more advanced one ;)
    replace the basic js proxy by a more advanced one ;)
  • Nov 18, 2009
    issue 58 (new URL detection system) reported by zwetan   -   inject what have been learned from [project X] in short: 1. use JS proxy to get the URL 2. if not found/avail. fall back on loaderinfo.url 3. if not found/avail. fall back on LocalConnection domain
    inject what have been learned from [project X] in short: 1. use JS proxy to get the URL 2. if not found/avail. fall back on loaderinfo.url 3. if not found/avail. fall back on LocalConnection domain
  • Nov 18, 2009
    issue 16 (URL parsing) Labels changed by zwetan   -   replace/refactor any URI manipulation with core.uri from maashaack
    Labels: Priority-High Priority-Low
    replace/refactor any URI manipulation with core.uri from maashaack
    Labels: Priority-High Priority-Low
  • Nov 18, 2009
    issue 57 (isolate the debug) reported by zwetan   -   make an external debug.swf that we inject at runtime for debugging if needed goal: * optimize the ga code * earn 10KB in footprint
    make an external debug.swf that we inject at runtime for debugging if needed goal: * optimize the ga code * earn 10KB in footprint
  • Nov 18, 2009
    issue 32 (using an MXP to install the components) changed by zwetan   -   need to package 2 different MXP, one for CS3 and one for CS4 the MXP creation can be integrated in the Ant build, but only with Extension Manager 2.0+
    Status: Accepted
    Labels: Milestone-Release1.1
    need to package 2 different MXP, one for CS3 and one for CS4 the MXP creation can be integrated in the Ant build, but only with Extension Manager 2.0+
    Status: Accepted
    Labels: Milestone-Release1.1
  • Nov 18, 2009
    issue 54 (Allow informations like "Referrer" to be changed by the deve...) Labels changed by zwetan   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Nov 18, 2009
    issue 54 (Allow informations like "Referrer" to be changed by the deve...) changed by zwetan   -  
    Status: Accepted
    Labels: Milestone-Release1.1
    Status: Accepted
    Labels: Milestone-Release1.1
  • Nov 18, 2009
    issue 47 (AS3 mode trows error while having Referer url complicated) changed by zwetan   -  
    Status: Accepted
    Labels: Milestone-Release1.1
    Status: Accepted
    Labels: Milestone-Release1.1
  • Nov 18, 2009
    issue 49 (GIFRequest never cleans up _requests) Labels changed by zwetan   -  
    Labels: Milestone-Release1.1
    Labels: Milestone-Release1.1
  • Nov 18, 2009
    issue 48 ('&' in page title is not URL encoded) changed by zwetan   -  
    Status: Accepted
    Labels: Milestone-Release1.1
    Status: Accepted
    Labels: Milestone-Release1.1
  • Nov 17, 2009
    issue 48 ('&' in page title is not URL encoded) commented on by miroslav.milic   -   This is also true for # sign in page title. Everything after # will be discarded along with account number and event will not show in analytics at all.
    This is also true for # sign in page title. Everything after # will be discarded along with account number and event will not show in analytics at all.
  • Nov 16, 2009
    issue 56 (AIR Unique visitors) reported by nbi...@gmail.com   -   In AIR, all visitors page views show as unique. Is there a trick to get the cookies working in an AIR app?
    In AIR, all visitors page views show as unique. Is there a trick to get the cookies working in an AIR app?
  • Nov 10, 2009
    VisualDebug (All you need to know to configure the debugging.) Wiki page commented on by alexis.hanicotte   -   So we need to find by ourselves how to do things and then explain here? How to set the key that will show/hide the debug pop-up: {{{ //AS3 var tracker:AnalyticsTracker; tracker = new GATracker(stage, "UA-12345-6", "AS3", true); //debug mode on tracker.debug.showHideKey = 112; // F1 key }}}
    So we need to find by ourselves how to do things and then explain here? How to set the key that will show/hide the debug pop-up: {{{ //AS3 var tracker:AnalyticsTracker; tracker = new GATracker(stage, "UA-12345-6", "AS3", true); //debug mode on tracker.debug.showHideKey = 112; // F1 key }}}
  • Nov 10, 2009
    VisualDebug (All you need to know to configure the debugging.) Wiki page commented on by alexis.hanicotte   -   So we need to find by ourselves how to do things and then explain here? How to set the key that will show/hide the debug pop-up: //AS3 var tracker:AnalyticsTracker; tracker = new GATracker(stage, "UA-12345-6", "AS3", true); //debug mode on tracker.debug.showHideKey = 112; // F1 key
    So we need to find by ourselves how to do things and then explain here? How to set the key that will show/hide the debug pop-up: //AS3 var tracker:AnalyticsTracker; tracker = new GATracker(stage, "UA-12345-6", "AS3", true); //debug mode on tracker.debug.showHideKey = 112; // F1 key
  • Oct 28, 2009
    EventTrackingRequest (How To Get Event Tracking reporting enabled in your account) Wiki page commented on by pradeepbpillai   -   is the flash event tracking still in beta?
    is the flash event tracking still in beta?
  • Oct 23, 2009
    issue 45 (Flash content with gaforflash on igoogle page throws excepti...) commented on by flaboy.com   -   I made such a small change in the source in _addIfNotEmpty as cemontes described above (Comment 1 by cemontes, May 19, 2009) and now problem dissapeared.
    I made such a small change in the source in _addIfNotEmpty as cemontes described above (Comment 1 by cemontes, May 19, 2009) and now problem dissapeared.
  • Oct 21, 2009
    issue 45 (Flash content with gaforflash on igoogle page throws excepti...) commented on by flaboy.com   -   The same problem to me: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics.campaign::CampaignTracker/_addIfNotEmpty() at com.google.analytics.campaign::CampaignTracker/toTrackerString() at com.google.analytics.campaign::CampaignManager/getCampaignInformation() at com.google.analytics.v4::Tracker/_initData() at com.google.analytics.v4::Tracker() at com.google.analytics::GATracker/_trackerFactory() at com.google.analytics::GATracker/_factory() at com.google.analytics::GATracker() at com.dfc.roar.model::AnalyticsProxy()
    The same problem to me: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics.campaign::CampaignTracker/_addIfNotEmpty() at com.google.analytics.campaign::CampaignTracker/toTrackerString() at com.google.analytics.campaign::CampaignManager/getCampaignInformation() at com.google.analytics.v4::Tracker/_initData() at com.google.analytics.v4::Tracker() at com.google.analytics::GATracker/_trackerFactory() at com.google.analytics::GATracker/_factory() at com.google.analytics::GATracker() at com.dfc.roar.model::AnalyticsProxy()
  • Oct 16, 2009
    Examples (Examples.) Wiki page commented on by clementschwach   -   rggre
    rggre
  • Oct 12, 2009
    Examples_helloworld (hello world.) Wiki page commented on by ieaiaio   -   rofl
    rofl
  • Oct 12, 2009
    Examples (Examples.) Wiki page commented on by ieaiaio   -   rofl
    rofl
  • Oct 12, 2009
    VisualDebug (All you need to know to configure the debugging.) Wiki page commented on by ieaiaio   -   lol
    lol
  • Oct 09, 2009
    Contributors (HOWTO contribute.) Wiki page commented on by cartenoire.analytics   -   Hi, We are developing a flash game that will be intergrated into Facebook but also live on its own site. Do you know how easy it would be to track the game even though its hosted in 2 different places and is played in Facebook. This is my first game project so would really appreciate any help anyone can offer. Thanks Vicki (vicki@work-club.com)
    Hi, We are developing a flash game that will be intergrated into Facebook but also live on its own site. Do you know how easy it would be to track the game even though its hosted in 2 different places and is played in Facebook. This is my first game project so would really appreciate any help anyone can offer. Thanks Vicki (vicki@work-club.com)
  • Oct 07, 2009
    issue 55 (cannot set a nonnull DebugConfiguration) Status changed by zwetan   -   the GATracker is a factory that build automatically when you instanciate it to have a custom debug etc. do this: //block the auto build GATracker.autobuild = false; var d:DebugConfiguration =new DebugConfiguration(); var t:GATracker = new GATracker(this, "UA-99999999-1","AS3", false, null, d); //customize t.config.serverMode = ServerOperationMode.both; //then build GATracker(tracker).build(); see a complete example here http://code.google.com/p/gaforflash/source/browse/trunk/src/GA_AS3.as
    Status: WontFix
    the GATracker is a factory that build automatically when you instanciate it to have a custom debug etc. do this: //block the auto build GATracker.autobuild = false; var d:DebugConfiguration =new DebugConfiguration(); var t:GATracker = new GATracker(this, "UA-99999999-1","AS3", false, null, d); //customize t.config.serverMode = ServerOperationMode.both; //then build GATracker(tracker).build(); see a complete example here http://code.google.com/p/gaforflash/source/browse/trunk/src/GA_AS3.as
    Status: WontFix
  • Oct 05, 2009
    issue 55 (cannot set a nonnull DebugConfiguration) reported by dan...@sibblingz.com   -   this code: var d:DebugConfiguration =new DebugConfiguration(); var t:GATracker = new GATracker(this, "UA-99999999-1","AS3", false, null, d); What is the expected output? What do you see instead? throws this error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics::GATracker/_trackerFactory()[/buRRRn/projects/GAforFlash/GA_AS3/build/ tmp/com/google/analytics/GATracker.as:180] at com.google.analytics::GATracker/_factory()[/buRRRn/projects/GAforFlash/GA_AS3/build/tmp/co m/google/analytics/GATracker.as:156] at com.google.analytics::GATracker()[/buRRRn/projects/GAforFlash/GA_AS3/build/tmp/com/googl e/analytics/GATracker.as:124] What version of the product are you using? On what operating system? v1.0.1.319 on mac os x Please provide any additional information below. I took a look in the latest svn. Looks like the bug is in the constructor for GATracker.as, it should say else { this.debug = debug; } but it doesnt do that anywhere, so debug is null if you try to set it to something. Would be happy to submit a patch.
    this code: var d:DebugConfiguration =new DebugConfiguration(); var t:GATracker = new GATracker(this, "UA-99999999-1","AS3", false, null, d); What is the expected output? What do you see instead? throws this error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics::GATracker/_trackerFactory()[/buRRRn/projects/GAforFlash/GA_AS3/build/ tmp/com/google/analytics/GATracker.as:180] at com.google.analytics::GATracker/_factory()[/buRRRn/projects/GAforFlash/GA_AS3/build/tmp/co m/google/analytics/GATracker.as:156] at com.google.analytics::GATracker()[/buRRRn/projects/GAforFlash/GA_AS3/build/tmp/com/googl e/analytics/GATracker.as:124] What version of the product are you using? On what operating system? v1.0.1.319 on mac os x Please provide any additional information below. I took a look in the latest svn. Looks like the bug is in the constructor for GATracker.as, it should say else { this.debug = debug; } but it doesnt do that anywhere, so debug is null if you try to set it to something. Would be happy to submit a patch.
  • Sep 25, 2009
    issue 45 (Flash content with gaforflash on igoogle page throws excepti...) commented on by malandro   -   Same problem when going to the site from gmail.
    Same problem when going to the site from gmail.
  • Sep 19, 2009
    Examples_contribute (Send us your examples.) Wiki page commented on by yLebid   -   Smooth integration Google Analytics in flex project http://blog.enginer.org.ua/2009/09/smooth-adding-google-analitics-in-flex.html
    Smooth integration Google Analytics in flex project http://blog.enginer.org.ua/2009/09/smooth-adding-google-analitics-in-flex.html
  • Sep 15, 2009
    issue 45 (Flash content with gaforflash on igoogle page throws excepti...) commented on by twistimage   -   I am having exactly the same problem but if the user clicks on a link in an email read from GMail. The same link from anywere else work except from Gmail. Here is the error(same as above): TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics.campaign::CampaignTracker/_addIfNotEmpty() at com.google.analytics.campaign::CampaignTracker/toTrackerString() at com.google.analytics.campaign::CampaignManager/getCampaignInformation() at com.google.analytics.v4::Tracker/_initData() at com.google.analytics.v4::Tracker() at com.google.analytics::GATracker/_trackerFactory() at com.google.analytics::GATracker/_factory() at com.google.analytics::GATracker() at com.dfc.roar.model::AnalyticsProxy()
    I am having exactly the same problem but if the user clicks on a link in an email read from GMail. The same link from anywere else work except from Gmail. Here is the error(same as above): TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.google.analytics.campaign::CampaignTracker/_addIfNotEmpty() at com.google.analytics.campaign::CampaignTracker/toTrackerString() at com.google.analytics.campaign::CampaignManager/getCampaignInformation() at com.google.analytics.v4::Tracker/_initData() at com.google.analytics.v4::Tracker() at com.google.analytics::GATracker/_trackerFactory() at com.google.analytics::GATracker/_factory() at com.google.analytics::GATracker() at com.dfc.roar.model::AnalyticsProxy()
  • Sep 15, 2009
    issue 54 (Allow informations like "Referrer" to be changed by the deve...) reported by martin.h...@hobnox.com   -   We set up apache in order to pass-in the referrer to the swf as query to the .swf. This allows us to give other statistic tools the possibility to track the referrer more properly. The only problem we had was that the GA tracker doesn't allow that from all that I could find out. The property for the referrer was specifically taken from the HTMLDom which doesn't work if there is no JavascriptProxy allowed to work.
    We set up apache in order to pass-in the referrer to the swf as query to the .swf. This allows us to give other statistic tools the possibility to track the referrer more properly. The only problem we had was that the GA tracker doesn't allow that from all that I could find out. The property for the referrer was specifically taken from the HTMLDom which doesn't work if there is no JavascriptProxy allowed to work.
  • Sep 11, 2009
    Code101 (Get the code.) Wiki page commented on by clarissa...@yahoo.com   -   gaforflash.googlecode.com/svn/trunk gaforflash-trunk-read-only
    gaforflash.googlecode.com/svn/trunk gaforflash-trunk-read-only
  • Aug 25, 2009
    VisualDebug (All you need to know to configure the debugging.) Wiki page commented on by rmirabelle   -   lovely - I take it that means I need to know nothing?
    lovely - I take it that means I need to know nothing?
  • Aug 17, 2009
    issue 53 (tracker = new GATracker( this, "window.PageTracker", "Bridge...) reported by graeme.harker   -   What steps will reproduce the problem? 1. On this page http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html It says.... "The Google Analytics Tracking Code object already exists on your page with its own name, such as pageTracker. In this case, you provide the full DOM reference to the tracking object. For example, if your object is called pageTracker, you would reference that object in your code as window.PageTracker. For example, the following code snippet illustrates how this would be configured using the Adobe Flex environment with ActionScript 3:" "tracker = new GATracker( this, "window.PageTracker", "Bridge", false );" I think the standard Analtyics JavaScript code declares a var called pageTracker not PageTracker. What is the expected output? What do you see instead? As a result you example code throws and "JS object not found" exception.
    What steps will reproduce the problem? 1. On this page http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html It says.... "The Google Analytics Tracking Code object already exists on your page with its own name, such as pageTracker. In this case, you provide the full DOM reference to the tracking object. For example, if your object is called pageTracker, you would reference that object in your code as window.PageTracker. For example, the following code snippet illustrates how this would be configured using the Adobe Flex environment with ActionScript 3:" "tracker = new GATracker( this, "window.PageTracker", "Bridge", false );" I think the standard Analtyics JavaScript code declares a var called pageTracker not PageTracker. What is the expected output? What do you see instead? As a result you example code throws and "JS object not found" exception.
  • Aug 17, 2009
    Examples_helloworld (hello world.) Wiki page commented on by eternalsyndrome   -   Really? I thought it was rubbish myself.
    Really? I thought it was rubbish myself.
  • Aug 16, 2009
    EventTrackingRequest (How To Get Event Tracking reporting enabled in your account) Wiki page commented on by eternalsyndrome   -   Ouch, 4 weeks?! Anyone know of any alternatives while we wait?
    Ouch, 4 weeks?! Anyone know of any alternatives while we wait?
  • Jul 30, 2009
    GoogleAnalyticsAPI (Analytics AS3 API.) Wiki page commented on by eduardocereto   -   createEventTracker do exist in ga.js but it's not documented and considered deprecated. as well as trackEvent without category.
    createEventTracker do exist in ga.js but it's not documented and considered deprecated. as well as trackEvent without category.
  • Jul 30, 2009
    GoogleAnalyticsAPI (Analytics AS3 API.) Wiki page commented on by eduardocereto   -   createEventTracker do exist in ga.js but it's not documented and considered deprecated. trackEvent is not deprecated in ga.js
    createEventTracker do exist in ga.js but it's not documented and considered deprecated. trackEvent is not deprecated in ga.js
  • Jul 28, 2009
    Examples_FLVPlayback_EventTracking (FLVPlayback Event Tracking.) Wiki page commented on by jeffsdsu   -   hello
    hello
  • Jul 20, 2009
    EventTrackingRequest (How To Get Event Tracking reporting enabled in your account) Wiki page commented on by Btg.biztech   -   I have requested access for my account (btg.biztech) to enable event tracking for more than 4 weeks but it still is not activated. Let me know how long it will take to activate it.
    I have requested access for my account (btg.biztech) to enable event tracking for more than 4 weeks but it still is not activated. Let me know how long it will take to activate it.
  • Jul 16, 2009
    Tools (Get the tools.) Wiki page commented on by siddiq   -   Get the tools from here: http://code.google.com/p/gaforflash/downloads/list
  • Jul 16, 2009
    EventTrackingRequest (How To Get Event Tracking reporting enabled in your account) Wiki page commented on by siddiq   -   @paulpencola your link is also broken
    @paulpencola your link is also broken
  • Jul 16, 2009
    GettingStarted (What do you need to start using Google Analytics Tracking Fo...) Wiki page commented on by siddiq   -   Can someone add more details to it. e.g. Who would use "analytics_flash.swc" and who would use "analytics.swc" ?
    Can someone add more details to it. e.g. Who would use "analytics_flash.swc" and who would use "analytics.swc" ?