drflash / gaforflash

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

When openeing a link from gmail gives Error #1009: Cannot access a property or method of a null object reference. #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to http://www.transparent.com/wotd/today/french.htm
2. Click  on "Get it in your email" button
3. When you receive an email, click on the link. 
3, Link opens. Click on "Other Forms" button.
On click trackEvent is called, but tracker gives following error:
ypeError: 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/trackEvent()
    at com.google.analytics::GATracker/trackEvent()
    at Widget/onOtherFormButtonClick()

What is the expected output? What do you see instead?
for expected output open the link in another window. It works as axpected.

What version of the product are you using? On what operating system?
gaflash 1

Please provide any additional information below.

Original issue reported on code.google.com by nkhojay...@gmail.com on 17 Feb 2009 at 8:07

GoogleCodeExporter commented 9 years ago
- not enought info (you don't provide the generated email, adding our emails to 
your
mailling list to get this email is NOT an option)
- see issue 27
- there is no "gaflash 1", it's either gaforflash v1.0 or gaforflash v1.0.1
- the error is thrown by "Widget/onOtherFormButtonClick()", where is the AS3 
code ?

suggestions:
- check if you are linking to an html page or a swf file
- be sure to have the display object fully initialized (eg. added to the 
display list)

Original comment by zwetan on 18 Feb 2009 at 6:45