Datadial Blog
Affiliate window have released data that shows the huge lead that iPads have gained over other mobile devices when it comes to acquisitions.
The data cover 81.9m visits to merchants and 1.57m sales. Admittedly most of affiliate traffic is usually acquisition traffic but the results are also borne out by other data from other suppliers.

Fashion sites showed the highest conversion rates showing double the percentage of total sales of other sectors. This is not true for other devices.
Ipad users are converting at a higher rate than desktop users despite a poorer user experience in some cases. Why might this be so?
According to Affiliate Window’s Matt Swan:
iPad users typically have higher amounts of disposable income, know what they want to purchase and are using their iPad’s to transact. We typically see that a lot of desktop traffic is where consumers are in the research phase. This traffic is not necessarily going to convert and is why we are seeing lower conversion rates through desktops.
In addition, the way in which people are using Ipads and tablets may also impact this. People use their iPads at home, perhaps browsing while in bed on a Sunday morning, or on the sofa while watching TV. In short, it’s more of a lean-back experience. The fact that jumping between websites on an iPad is also slightly more painful on an Ipad may diminish the desire to price compare in great detail, particularly if price is not the largest decision factor.
Only 16% of companies are conducting any kind of usability testing on tablets, but these stats show that retailers (ad fashion brands especially) need to take notice of the iPad.
Google AdWords: Updated Focus on Quality Score »
Adam
October 27th, 2011.
Filed under Industry News,Online Marketing,Pay Per Click
Earlier this month Google announced changes to the importance Google AdWords places on Quality Score, which is likely to affect a number of advertisers. Based on tests carried out in Brazil, Spanish-speaking Latin America, Spain and Portugal, Google’s Adam Juda announced that the update will be rolled out globally over the coming weeks.
The update places more importance on the relevancy of a landing page when calculating Quality Score- a component in the formula which determines where your ad displays in search results and your cost per click when competing with other advertisers. Essentially- it’s now more important than ever to ensure that landing pages used for PPC are as relevant and optimised as possible- rewarded by higher positions with lower cost-per-click costs.
In an interview with Search Engine Land’s contributor Pamela Parker, Google’s Director of Product Management- Jonathan Alferness suggests that the current user experience for AdWords users could be improved:
What we’ve seen is that there are ads available in the auction that are as good a quality as the top ads. But the landing pages — the merchant sites, the advertiser landing pages — are of much higher quality than the ads that we see at the top of our auction… This means the user experience isn’t what it could be…
In the end, we believe that this will result in better quality experience for the users.
How will this change affect you?
With added emphasis on landing page Quality Score, it’s important to be aware of this change and now is the time to assess your current landing pages. We can expect to see an initial change within AdWords as this change initially rolls out to the rest of the world:
As the changes roll out, some campaigns will see variation in keyword Quality Scores and typical ad position. Within a couple weeks, things should stabilize and we expect most campaigns will not see a significant change in overall performance.
Past this, sites with lower quality landing pages may expect to see lower quality score values, lower ad positions, and possibly higher cost-per-click prices when competing against advertisers with better quality landing pages.
Paid Ads Get 37% Improved CTR on Tablet vs. PC »
Adam
October 17th, 2011.
Filed under Industry News,Pay Per Click
Findings from Marin Software’s Paid Search Quarterly Benchmarking Report, suggest that if you use one of the new tablets, as opposed to a PC, it’s possible to increase the click through rate on paid ads by more than a third. The research was based on a mapping of how much was spent on paid search by almost a thousand agencies and advertisers across the world, giving a total for all of £1.3 billion.
More than 90% of the annual cost of spending on paid search came from PCs, tablet users spent only 2% and the other 5% cam from smartphone users. The trend tracking was undertaken in the third quarter. According to the report the CTR or click through rate for the ads on tablets was much higher than on PCs. However, when it came to the advertiser’s average CPC or post per click the rate on tablets was 29% less than on smartphones and PCs. The volume of clicks for advertisers with Bing and Yahoo was up 43%, yet there was a drop of 10% in CPC.
The growing use of tablets could mean a shift in advertisers’ strategies for paid search ads, according to Ed Stevenson, the Managing Director of EMEA and APAC for Martin Software He further added may change their strategies for advertising and spending to cope with the shift in browsing habits to things like the iPad. More importantly, advertisers may need to work on device specific programs to improve results. Coincidentally this report was released at the same time as the quarterly report from Google, stating that in the three months finishing the end of September, earnings rose to £6.16bn ($9.72bn), a rise of 33%.
Why your website isn’t as fast as it should be… »
Martina
August 24th, 2011.
Filed under Datadial,Hosting,Inspiration,Internet,SEO,Software,Usability,Web Technology
Imagine…
…a wheelbarrow in an open field that you drag along every day filling it with this and that – each thing you add to it has some significance and some use.
Now imagine you never empty the wheelbarrow. Each day, not only do the things you found the week before now lie at the bottom covered by the newest additions, but the device also becomes increasingly heavy to pull until eventually, it becomes almost impossible.
Now think of the wheelbarrow as your website, and think of its contents as the factors affecting its speed – Let’s explore these factors…
Bad HTML:
- Empty spaces between code (This only adds to processing time)
- Missing tags (Causing internal errors & bugs in the site)
- Bulky HTML (such as using unnecessary tags where something more CSS compatible would work better e.g. using the tag “font-size” rather than just “small”)
- Background colour being the same as text colour (making all text unreadable)
- Hyperlinks that fail (Devaluing your site in terms of credibility, and possibly increasing bounce rates)
- Missing images
An overload of HTTP requests:
Whenever your web browser fetches a file from a web server, for example when it loads a picture, it does this by using HTTP which stands for “HyperText Transfer Protocol”.
HTTP is an action whereby you’re computer requests for a particular file. One example is a request for ‘home.html‘ (the homepage of a particular website). The web server then sends a response to the computer that says something like: “Here’s the file you asked for” which is followed by the actual file itself.
Understandably, if your server is receiving a very high volume of requests for a range of different things, such as pictures, graphics, photographs, music players and video rendering, it can take its toll and end up really slowing your website down.
JavaScript/Flash overuse:
JavaScript helps make things look nice. Lines of code enable things such as widgets, adverts, and analytics services to work successfully. The issue is that both kinds of software can be “heavyweight”. JavaScript performs ‘sequentially’ rather than ‘concurrently’ – this means that nothing else loads before JavaScript loads. Of course, this becomes an issue when you have tonnes of JavaScript code, each one longer than the last, preventing anything else from happening.
Too many cookies:
HTTP Cookies are used mainly for personalization and authentication purposes. A series of saved information is exchanged between the web server and the browser in order to remember things about how you are using the internet. For example if you are shopping online and exit the website returning at a later date, a cookie will enable the site to remember what you had in your shopping cart so you don’t have to spend time finding the same items again.
However, because saved information is being kept on the server, a build up of this can add to the process time on a website. In some cases, hackers even use cookies as an opportunity to track browsing activity; this is called spyware…so beware!
Bad hosting:
Web hosting is the business of providing storage space and access for websites. Bad web hosting happens when said storage space is overloaded with many websites, yours is added to the list and so runs slow. Other issues caused by a bad web host include:
- Search engines being unable to crawl your site resulting in a fall in Search Rank
- Your website being “down” (not working, sending out 404-errors)
- Not being able to contact your web host to fix the issue (since the service is so bad the system has probably crashed)
Excess of external media:
Embedded YouTube videos, actually embedded anything that is coming from another website can potentially slow yours down. When you embed something from another site, you are relying on that sites web server, that sites speed, and that sites ability to ensure the embedded item is working properly there, so that it works properly on yours site. Often, even when it works just fine, it might add an extra few seconds to a certain page loading…a few seconds a potential customer may be unwilling to wait!
Spam:
Spam is so much more than just a bunch of annoying emails. It slows down the Internet and it increases consumer fees.
The internet is a network where spamming effects everyone that uses it. To push spam around the internet relies on a process; it begins with global networks that pass the spam along to their destination, and ends with the message being received by the recipient.
Simultaneously, time, money and resources are used trying to catch and prevent spammers from infiltrating mail servers resulting in higher costs to the consumer because providers are forced to add more security to their servers and hire more staff to manage and prevent the problem.
Be sure to spam proof all web forms by adding “captchas” or similar.
Favicon neglect:
A ‘favicon’ is an image (as shown above) that stays in the root of your server. It’s definitely needed because even if you don’t care about them, the browser still requests one. If there isn’t one, it will respond with a 404 error (meaning not found). Any error message, such as a 404 or 301, is an extra message sent that adds time to the processing of a site.
This image or lack thereof, interferes with the processing sequence by requesting extra components in the load, and since the favicon is the first thing that is downloaded before these extra components, if there isn’t one, the first thing downloaded will be an error.
Too many advertisements:
Any time a site uses advertisements, you are adding to other processes a site goes through in order to function correctly. Programmes like Google Adsense and Microsoft adcenter are external, and reputable, however it is logical to practice the same rules as with external media; everything in moderation – besides, sites with too many ads look un”site”ly!
If any of these apply to you, take active steps to protect your website against sloth! Speed be with you!






























