Browsing articles in "Google Analytics"

URLRewriter Submit Button Error | Intelligencia

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Today I was using Intelligencia URLRewriter to use Search Engine Friendly URL’s to improve my site’s SEO.

The Problem?

All was working fine until I inserted a button in the page. When I clicked the button, the URL address showed the original URL and stopped working… the button didn’t even do the postback.

The Solution… Continue reading »

Project NINE | Start Registering

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Start Registering your interest for this New Web Design Concept: “Great Web Design for a Small Price”!

How Do I Register?

You can go to our website nine.com.mt and insert your email address…

or you can also visit our facebook page from here and click Like.

More Information will be available very soon :)

Thanks!

 

Google Event Tracking Failing

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

Google Analytics Event Tracking

We’ve been using Google Analytics events tracking starting from this year and they are very useful. This week we noticed that website events weren’t being tracked, and haven’t been from the beginning of May.

After checking, everytime we tried to call the pageTracker._trackEvent method, it always returned fail. After searching and testing a bit, we noticed that apparently google made some changes to the trackEvent method.

Where before they allowed the optional_value (the last parameter if the method) to be a string or a number, now it is allowed to be a number only… thus the correct params would be:

pageTracker._trackEvent(‘my_category’, ‘my_action’, ‘my_optional_label’, 14);

Hope this helped some people ;) It helped me :)

Reference: click here