App referral traffic to your web site and how to track it

Measuring referrals from mobile and tablet apps to web sites is extremely difficult – actually, its practically impossible. Over the past few years you will have seen traffic from direct/typed/bookmarked sources increase steadily as app usage has increased. Unfortunately this is not because your web site has become a destination for your chosen content, but instead its because your analytics platforms are unable to attribute traffic to apps.

I am specifically finding traffic from social media apps, so Facebook and Twitter, the hardest to track down. There are techniques that I discuss below that can help you to track content that you post yourself, but unfortunately this doesn’t help with organic sharing.

While Facebook Insights for domains does give you some level of overall referrer information, it does not breakdown the traffic between desktop and mobile.

This post explains why your analytics package is currently unable to track this traffic and tries to find some solutions to help you to make sense of it all.

So how do analytics platforms track referrals?

Most analytics packages use header information contained in your user’s web browser to determine which site the user had been to previously to visiting your web site. This header information only appears if a user clicks on a link to your site. For example, if I am on web site A, click on a link to web site B, then the header information would show that the referrer was web site A.

Just so we are clear, if I am on web site C, then type web site D’s domain name into my web browser, then there would be no referrer and the traffic source would be Direct.

No referrer in the header

This latter example explains why measuring app traffic is extremely difficult; an app is not a web site, it is not viewed in a web browser and they do not contain header information when linking out to a web site.

There are two different techniques that apps can use to open up web content:

  1. Open the content in a native mobile or tablet browser – such as Safari, Chrome, Android Browser, Opera etc
  2. Open the content in an in-app version of the native browser

In both cases, because the app is opening up a new instance of a web browser, whether its the native browser app or the in-app version of the browser app, there is no referrer in the headers. So when your analytics package is seeing the user visiting your web site, it is seeing that there is no referral and  it will deem the traffic to have no source and therefore assign that referral as direct.

So how can we track app referral traffic?

There are a couple of things that we can do as content creators to get around this:

Google’s UTM Tracking: https://support.google.com/analytics/answer/1033867?hl=en

If you use Google Analytics, you can use the built in UTM tracker to track links that you post to other web sites or platforms. Quite a few URL shortening services and sharing plaforms such as Buffer, Bit.ly and Owl.ly allow you to add these dynamically so you don’t need to keep adding the tracking manually.

When a user visits your site using a UTM tracked link, this will override what is contained in the web browser’s header and attribute the source of the traffic to relevant keyword that you add to the tracking. You need to be very careful here as I have seen instances where these have been setup incorrectly and links posted to Facebook with Twitter as the source have been shared which makes the data inconsistent and unreliable.

One thing to note on this, is to only use this method for external, inbound site links. You should not use these links on internal links as they automatically start a new site visit – meaning that you will see a spike in visits whenever someone clicks on your tracked links.

Using a similar service for other analytics platforms:

Many other analytics platforms have a similar method for campaign tracking. While these have been primarily used for more traditional marketing campaign tracking, there is no reason why you cannot do use this same method for the sharing of content.

Limitations

This would only work for content that you share yourself. There is no way to enforce this for any organic shares – so when a user copies and pastes a url from your web sites into a social status update for example.

Also, as you cannot post content to a specific device or platform, you cannot differentiate easily between a social media’s desktop, mobile web or mobile app experience. So while you may get closer to tracking Facebook traffic, you will still not know the make up of desktop, mobile web or mobile app referrals.

 

Interesting piece on personal data held by Facebook

Interesting piece on personal data held by Facebook

Facebook Registration – Breaking down the registration barriers

Recently Facebook announced a new social plugin called Registration. Registration allows web sites to integrate a sign up form via an iframe or fbml that is hosted by Facebook.

I am working on a project that requires registration and we have decided to try this out so a lot of what you see in this post is first-hand experience of how it works.

This form can be customised to include bespoke fields that you may want to collect. By default it does not ask for a password for example, but that is easily added. Similarly, if you wanted to add in check boxes, free text boxes, options etc they are all simple additions.

Check out the Custom Fields example on the Facebook Registration page. When a user arrives at the registration form and are logged into Facebook, any compatible fields are pre-filled in therefore reducing the need to fill out copious amounts of data about themselves. This will help to reduce the barrier to entry for many users who are often put off by registration forms.

If a user doesn’t want to pre-populate the form with their Facebook data, they can remove this from the form by clicking on the [x] next to their name and photo on the form.

So what happens to the user’s data?

If a user is logged into Facebook and is filling out the form, any extra data that is compatible with Facebook is added to their Facebook profile. In the Custom Fields example on the Facebook Registration page, if you click on the text box for Current Location, a pre-ticked check box appears which says ‘Save this to my Facebook Profile’.

As a site owner, you can disable this for any custom fields that you add to the form by adding in the no-submit function to the integration.

If a user does not have a Facebook account, they are not automatically signed up.

Submitting the form

When a user submits the form, you can do some form validation before Facebook processed the form and returns the user data to you as json – a lightweight text-based open standard designed for human-readable data interchange (Wikipedia). The registration plugin can also do this over SSL which we would recommend as best practice for security reasons.

There are some issues currently with the validation – namely that if a form fails validation it can sometimes not run the validation a second time. I’m sure that there are ways around this – by doing your checks server side – which we are still investigating.

Once you have the data returned to you as json, the website needs to process that data and store it.

Key feature

You may think that the pre-filling of personal data would be the killer app for this product. Whilst it is a pretty important feature, my personal favourite feature is it shows any of your friends that have already registered on the site – giving users social proof that the site is worth registering for and that they are not doing this blindly. Giving further incentive to users to register.

The end?

Nope! Once you have the data stored in your database the web site still needs to handle things like logging in, profile pages,editing of profiles, forgot passwords etc.

Final thoughts

The Facebook Registration plugin is definitely a step in the right direction for Facebook. For them, it allows further integration of their platform into external websites as well as gathering further incremental information about their users.

For the websites, it takes out a big chunk of development that would be required to create a new registration system. It also reduces barriers to entry by having the form pre-filled in most cases so therefore converting non-registered users to registered users should be easier.

It will be interesting to see where Facebook goes with this. Whether they will extend the Facebook Connect product to help with editing locally stored profile information and profile pages.

I do think that this is one of the bets plugins that Facebook has released and its still early days.

I’ll post updates as and when I have them.

Social CRM – an introduction

One thing that I have started to become obsessed about is Social CRM.  Social CRM is essentially CRM but social! I know that sounds obvious and is not that insightful but if you think about it, it makes a lot of sense.

Customer Relationship Management has traditionally been a one way conversation – from the business to the customer. When a customer triggers a certain action, an email, text message or letter gets sent with a call to action to try to get the user to do something that data from a profiling system thinks that they would be likely to do.

Social CRM, at least my understanding of this, takes place in social networks and is comprises of two way communication – generally one to one or in the case of Facebook pages one to those who have liked your page.

This could be an automated thing, a manual thing or a mixture of the two.

I will let you in on a few top level thoughts that I have floating around in my head that I will delve in to more detail on in future posts.

The Like button

You will have seen from one of my previous posts, Closing the Viral Loop, that by giving the user a reason to click the like button would increase the number of likes a piece of content may have.

Conversion

By focusing on what users are doing and what they are saying or liking on your site, you can start to tailor messages to them. If a user likes Kings of Leon on a music site, tell them when tickets go on sale or if you have a special offer on a t-shirt or poster.

Feedback

Using Social media to ask users for feedback on new features or to test new pieces of functionality can really help you to get quick feedback – both good and bad – and can respond quickly to new suggestions.

Super users

I believe that one of the biggest things that can make a difference online is finding those users that will go the extra mile for you. Take my previous post about the Marmite XO campaign run by We Are Social where they used Social Media to find the biggest fans of Marmite to spread the word on a new product that they wanted to launch.

As I mentioned earlier, these are loose ideas that I have running through my head and I needed to get them down on a post. If you have any ideas of your own or what to discuss any thing then please do leave a comment below.

I will be delving deeper into these concepts and exploring them to see what we can achieve using social media to drive the monetisation of users online.

Closing the Viral Loop – Beyond the Facebook Like Button

Most web pages that you visit nowadays contain a version of the Facebook Like Button.

Most web site owners assume that users know exactly what the like button is for, but what is it for? What exactly can be done with it?

In its most basic form, when a user likes a piece of content it appears on their Facebook Wall for all of their friends to see.

I suppose that the hope of web site owners is that the user’s friends will see this and then send users back to this piece of content. This concept is known as ‘Social Proof’ – where you are more likely to do something if one of your friends deems it ok to do so.

See http://en.wikipedia.org/wiki/Social_proof for more information on this.

So I can see why those who like to show off what they like to their friends would want to do this, but what about those users who are more passive in their consumption of media.

There is a rule that states that, with social media, 90% of passively consume media, 9% interact with content and 1% create the content. If we use YouTube as an example, that means that 90% of users watch videos, 9% comment on those videos and 1% actually upload the content.

If this is the case for the like button, only 9% or 10% of users actually use the like button. How do we engage with that 90% of passive internet users?

My suggestion would be looking to close the viral loop.

Closing the Viral Loop

I believe that users would be more likely to click the Facebook Like button if they knew what was going to happen and that they were going to get something in return from it.

Web site owners are asking users to be active on their pages, to help promote that content to users without asking for anything in return. This is a very lazy way to try to grow traffic.

What steps could be used to make the clicking of the Like button more attractive to users?

Firstly, box out the like button and tell them what it will do. ‘Do you like this story? if so, click the like button.’

If users are liking your site versus a piece of content and if they click like, they will receive updates straight to their Facebook news feed – tell them!  This would appeal to their passive consumption.

‘By clicking the like button, you will receive content updates to your Facebook wall so you don’t need to keep checking back on our site.’

The Open Graph – closing the viral loop

This is where the most interesting bit comes into play.

If a site has been more sophisticated with their integration and also integrated the Open Graph at the article level, users could actually be liking a product, an actor, a musician etc.

If this is the case, then I believe that closing the viral loop becomes extremely important.

If a user is on a music news web site, such as www.nme.com, and they are on the Black Eyed Peas artist page – http://www.nme.com/artists/the-black-eyed-peas – and they click like, they should receive updates from NME every time that there is new content posted up about the Black Eyed Peas.

At the moment, there is no incentive to Like the Black Eyed Peas – not unless the user is just that passionate about the band.

There is also no call to action. Just a plain old tiny Like button.

If the like button had a call to action and had its content feed for Black Eyed Peas set up correctly, it would be much more appealing for users to click.

‘Click like to get updates from NME every time we post new content on the Black Eyed Peas’

This would be the same on all sites across the Internet and I would argue that this would result in many more users engaging with the Like button.