Tag Archive for 'google'

Flash + SEO… MS still behind!

Today Adobe announced that they have created a partnership with Google and Yahoo! to start indexing SWF files for their search engines! Its about time! Ok no hard feelings Adobe for the wait. Honestly we are really just starting to hit FULL stride with Flash content being the standard for nearly all rich web content. So its understandable that this ahs been on the back burners of most everyone. Keyword 'most'.

Where is Microsoft in this deal? They WANT to be the leader in search but they aren't following the trends of the world around them? HAHA. Well one maybe Adobe couldn't let them inside the player cause they would know to much. But also maybe MS is doing there normal nose in the air thinking they don't need anyone else.Who knows. All I know is that MS is never going to be anything again in the search game with deals like this going on.

Well great work Adobe, Google and Yahoo! we all love you for thinking about us and keeping your eye forward to a better web!

Check these links for more info on the announcement:
Adobe Press Release
Lee Brimelow on the announcement
Posts from Ryan Stewart: One and Two (more links here too)

Google Analytics + Flash = Easy Peasy…

You're clients will love it! And in the end you will know more about the sites you build and how to better drive traffic to certain areas! Win! Win!

googleanalytics.jpg

Ok so I have been using Google Analytics for quite sometime now and I must say i love it! So if you don't know by now Google provides FREE website statistics that go above and beyond any stat tracking systems I have seen to date. Well that is for something that is FREE. Anyway I want encourage all of you to get out there and start using Google Analytics for all your flash site going forward. Its really very simple to implement into your flash sites and even track individual events that occur in each of your sites. Please see analytics.google.com for more information on setting up your personal analytics with google and to get the Javascript needed for the code below to work. With that said let's get on to some actionscript!

googleAnalytics.as (right click - save as)

 
/// GOOGLE ANALYTICS SIMPLE TRACKING
/// Script by: corban baxter
 
import flash.external.ExternalInterface;
 
function gaTracking(page) {
	ExternalInterface.call("pageTracker._trackPageview", page);
}
 
//end

Code for simple call

 
gaTracking("/flash/home"); //sends event to google's analytics system

Now what you can understand from this is... You can call this function during ANY event function etc that you so desire. And any string combination that you want to pass to it is fair game. Use best practices when passing in the strings though so its easier for you and your clients to read when you all are reviewing the numbers. Ok so thats that! Cheers!

Wordpress Plugins for Google Analytics

Hey guys this is just a general post hoping some of you readers might have some input on implementing google analytics into wordpress.  Its more for fun than anything just to see where all you guys are coming from nationally and globally. I did a quick google search on the topic and came across semiologic's google analytics plugin. Have any of you guys used it or had experience with other ones? The semiologic one doesn't yet support the new google a.js analytics code from google. So I was just wondering have you guys found one you like well and that maybe works the new ga.js code? Thanks for the help!




Bad Behavior has blocked 126 access attempts in the last 7 days.