Technology and life
Posts tagged YWA
Tracking iPhone apps using YWA
Mar 19th
If you use Yahoo! Web Analytics as your primary tracking tool on your website and got an iPhone app the best thing is to get the trackingdata from the app into your YWA account. There is a easy way to do this using the image url from the trackingcode, but keep in mind that the app need to be connected to the internet in order to send the trackingdata to YWA.
Michiel van Gaalen @ SallyKnows has written a simple manual on how to track conversions in an iPhone app using YWA. If you would like more detailed statistics about your users and the usage of the app I would recommend using Flurry together with the YWA tracking.
Track your WordPress blog with YWA
Mar 14th
Would you like having advanced real-time tracking of your WordPress blog? With the Yahoo! Web Analytics WordPress Plugin made by Rudi Shumpert you will get exactly that without having to know any coding. All you need is an Yahoo! Web Analytics account and a blog running on the WordPress engine.
It only takes about 3 minutes to install and setup the plugin, and it does’nt require any coding skills at all. You get full overview over your visitors and whats going on on your blog, you even get to see if the users are logged in or not, and everything is real-time. However you will need to go thru a YWA consultant (such as Astrups.com that I work for) to get an Yahoo! Web Analytics account.
Tracking Flash ActionScript3 with YWA
Mar 13th
At Astrups.com we use Yahoo! Web Analytics as our main tracking tool, and lately we have come across some problems using the trackingcode given in the YWA documentation for tracking inside flash objects. The problem was that the code in the documentation was designed for ActionScript2. Thanks to Fred @ Eyego we got to solve this issue using this codes:
At the top of the ActionScript you need to put this code(In a as class it have to be inside the classdefinition, if it is a timeline script it will need to be on the top of every script that uses the tracking, it is not enough to just put it on the root):
If the page is using the YWA v5 tracking codes you may now add this code inside the ActionScript to track elements: