Archive for the ‘marketing’ Category

We never told you… Testing Facebook ads

Wednesday, September 27th, 2017

I’m currently trying to promote my new mobile augmented-reality-game. Which is a lot harder than I expected it to be. So I tried to advertise it. I published a post on Facebook with an animated GIF which reached 41 persons. Not much.

We never told you (Augmented reality)
We never told you: Youtube ⋅ iOS ⋅ Android

Then I invested $10 and tried promoting this post to people with interests that I selected. The results a pretty difficult to interpret. Facebook spreads the statistics over several places (in tiny windows) and basically avoids all industry standard terms. Instead they use terms that I can’t find definitions for. So I ‘reached’ 2.164 persons, but only 1.087 saw the video?

And some things don’t match at all. The average playing time was 4 seconds. With 1087 videos played, the total time should be around 72 minutes. But Facebook says it’s 171 minutes.

A lot of open questions. But what about the actual results? If you convert them to industry-standards, my results are:

  • CPM: 4,69$ / 9,20$ (persons/video plays)
  • CPC: 1,25$
  • CPA: -                  (meaning: no sales)

Not very good. Maybe this works better for other products or maybe I did something wrong, but I don’t think that I’ll continue this experiment… 😉

iTunes Connect age rating summary

Monday, May 21st, 2012

What items causes which rating with apple? Well, here’s a summary. Please contact me if I missed anything… 😉

Using yoursite.com/nice_links for promotions

Monday, March 29th, 2010

When doing a promotion or sending links by e-mail, it’s nicer to have short, speaking links like yoursite.com/discount instead of the normal link monsters. You might implement this on your server as folder name (polluting your folder structure) or use the htaccess file (where a mistake can kill the entire server).

But I suggest a simpler solution: Use a 404 error page script.

Most hosting companies allow you to specify a custom 404 (“not found”) error page. This page can also be a script. And the script can check if the requested URL is your promotion code and then redirect to your real page.

This can also keep you from typing (or writing on paper) long product URLs. I have set up shortcuts for all my products. If I want someone to have the link of the 1-Click Duplicate Delete for Outlook page, I can simply write this link:
easy2sync.com/1cddo
Instead of:
http://www.easy2sync.com/en/produkte/1-Click-Duplicate-Delete-Outlook.php
(Which is so long that some mail clients print into 2 lines, effectively breaking it.)

Here’s the PHP script for that:

<?php
if (getenv("REQUEST_URI")=='/1cddo')
{
 header ('Location: http://www.easy2sync.com/en/produkte/...
 exit;
}
?>
<html><head><title>Error!....

Strange AdWords status problems

Thursday, January 14th, 2010

Okay, so I finally found a way of contacting AdWords. I had problems with two new ads. One has been under review for more than a week, another was approved, but had zero impressions.

For both cases, I got a meaningless standard text, explaining their policy.  And both times the ad suddenly worked. So, something was definitely broken and is now fixed, but Google doesn’t even bother to say so…

Awkward help from GoogleAdwords

Monday, January 11th, 2010

Google’s always amazing when it comes to finding the right pages. I wanted to contact then, so I searched the official German Adwords Help for “Kontakt”.

Places 8+9 were:

If you don’t speak German: unmöglich=impossible. You get the rest, I think…

So, the AdWords help was helpful for me, too. I gave up contacting them. Less money for Google…

A website navigation mistake

Wednesday, October 21st, 2009

I’m currently thinking about buying a new computer and came across Dell’s website. Here’s the menu that they presented to me to choose from:

Don’t know about you, but I was completely lost here. Would I want a Studio or and XPS computer? No idea. Probably the folks at Dell know their products too well and sometimes forget how it must look like for their (first-time) customers.

I left Dell’s website (without bothering to ‘learn’ what they mean) and revisited my own site to see if I did it any better. And was surprised to see that I made the same mistake  (a bit) with the product names.

Some of my product names (like 1-Click Duplicate Delete for Outlook) are pretty clear. Others (like ReplyButler) can leave you guessing. A customer might be interested in it, but only if I make it easy for him to understand what the product is for.

So here’s the way I found to make it clearer:

It’s still very brief, but at least tells you enough about it to decide whether you might be interested or not.

Affiliate Fraud! – Is it?

Tuesday, November 4th, 2008

I was recently contacted by fellow software developer Michael Bauer, who called my attention to a certain website. That site is an affiliate of mine and I thought that it was my best affiliate.

A deeper look however showed that the website placed the usual affiliate cookie not just on the pages displaying my software, but on all. Each and every page that I visited (it’s a big site), had the cookie-setting-code. And not just for me, but for a number of other software vendors, too. The cookies expire in half a year.

In other words: Every person that visits any page of that website, would bring the website owner a provision if the visitor should decide to buy any software from any of the listed vendors within the next 6 month.

Previously I had thought, because of the sales, that this was my best affiliate. Now however, I have my doubts how many sales he *really* generated and for how many he just got the money.

Is this okay?

I don’t think so. Is this a violation of the terms or even illegal behavior? Well, so far Share-it (who handles the affiliate system) says that this okay and that I’m free to terminate my cooperation with the affiliate.

I’m no expert (even though I’m probably involuntarily on the road to become one, sigh) on this topics but on this seems similar to Cookie-Stuffing, so I won’t give up so easily on this and post updates on this.

But untill then, if you have an affiliate program, you should check your affiliates’ websites, especially those that you think are your best ones.

New blog, new log, new look

Tuesday, August 19th, 2008

The default wordpress theme really is boring. So I’m using my Faro Rasca theme for a start. It’s a photo from a lighthouse on Teneriffe, Spain.