Showing posts with label Analytics. Show all posts
Showing posts with label Analytics. Show all posts

Thursday 26 February 2015

Track Visits to Unused Domains on Google Analytics

Every now and then I come up with a new idea of a website and brainstorm to find a good brand (domain) name for it that is not already taken. Then I buy it, get busy, and did not have the time after that to do it.

But anyways, what if I want to know how many type-in traffic I am receiving to all these domains?

Of course I could create a Google Analytics account and embed its tracking code and keep an eye on the traffic. However, that does not seem convenient if you do not have much traffic that worth monitoring them in a separate account. Or, if you have hundreds of these parked domains, and it would take forever to create (and keep an eye on) separate Google Accounts.

Creating a Google Analytics account for a parked domain is also impossible if there is no page at all, and the domain is 301 redirected from the DNS to another site.

So, I believe the easiest and fastest way to track all parked domains is to use DNS redirections and UTM tracking.

Here is how to do it: (This method requires that you redirect unused domains to tracked domain(s))

  1. Identify the destination page (It could be a used site that you want to redirect type-in traffic to it, or a sandbox site that you will use as a pool to collect all parked domains traffic stats. 
  2. Go to Google Campaign URL Builder (https://support.google.com/analytics/answer/1033867?rd=2
  3. In the ‘website URL’ field put the URL of the destination domain (not the parked domain) 
  4. Fill in the ‘campaign source’, ‘campaign medium’, and ‘campaign name’ fields with whatever labels you prefer. I used ‘redirection’, ‘301’, and ‘forwarded_parked_domains’. 
  5. After you click submit you should see a URL like that: http://www.sandbox.com/?utm_source=redirection&utm_medium=301&utm_campaign=forwarded_parked_domains

Now, copy the generated URL and paste it in your DNS section of Domain forward.

Here is how I did it on Godaddy: https://support.godaddy.com/help/article/422/manually-forwarding-or-masking-your-domain-name

If you use otehr DNS provider, google “Domain forward + your DNS provider’ and you will find the how-to

P.S. Another way is to open your .htaccess file and paste the following 2 lines:

RewriteEngine On
RewriteRule ^$ http://www.sandbox.com/?utm_source=redirection&utm_medium=301&utm_campaign=forwarded_parked_domains [R=301,L]


Of course you will use your own campaign URL


To retrieve the stats on Google Analytics:


You can find the results under Acquisition > Campaigns (as illustrated below)








Saturday 7 February 2015

What is The Future of Web Analytics?

Wondering what's the future of web Analytics? 

Always asking why a visitor to my website clicked on this link? or why  stayed that long on this specific page? or abandoned the shopping cart at that specific stage?

Maybe the answers to all these questions can be found in that new little device, that will add a totally new dimension to the Analytics equation... Emotions!!!

PND is developing PND Wearable - a "personal neuro device" that gathers information on the wearer's moods, emotions and health. This new device will be attached to Google Glass (The inevitable wearable in the near future). The device itself has many functions (What I like most is using one's brain signals to control a mobile game with hands free). But in the future's future when everybody will be wearing this little device to track their emotions, and when they browse any webpage with their Google Glass, the Neuro Device will send their neuro signals to it and eventually to Google Analytics.

Not Just Online, But Offline too!!

Let's say a person goes to Walmart and geolocation recognizes this, with geolocation features, that person could receive ads to his Glass about new Walmart promos, when clicked the visitors data (and his emotion) will be stored and analyzed. 

Friday 6 February 2015

Google Analytics Adds Basic Cohort Analysis (Beta)

In statistical analysis, a cohort is a group of people or subjects who all share some time-bound event, characteristic, or experience. For example, shoppers who visit an ecommerce site for the first time on January 30, 2015 could be said to be a cohort since they have a shared characteristic — they visited for the first time — and the experience was during the same time period, Friday, January 30. Cohort analysis is, perhaps, most useful when two or more cohorts are compared. This comparison lets marketers and analysts see the relationship between the two cohorts over time.


The Analytics’ cohort report can be configured around cohort type, cohort size, metric, and date range.

  • Cohort type. At the time of writing, the only available cohort type was acquisition date, thus one could look at how folks who visited the site on a particular date behaved over time.
  • Cohort size. This report attribute may be set to day, week, or month. In the email example above, each cohort was defined by folks who registered in January. It may be the case that if Google added additional cohort types, it would also expand the list of available cohort sizes to include other sorts of dimensions.
  • Metric. This is simply the thing one wants to measure. Presently, metrics include conversions per user, page views per user, sessions per user, user retention, goal completion, conversion, and more.
  • Date range. The relative date range for the data to be displayed.


The cohort analysis can also be run across segments. As an example, one could look at the average session duration for visitors on mobile devices versus visitors using desktop computers. Or cohorts could be based on new visitor acquisitions the week before Christmas 2014, the week including Christmas, and the week after.



This example shows session duration for three cohorts.

Doing this analysis, we might learn that visitors using desktop computers generally spend more time on site than do visitors on mobile devices and that this effect is even more extreme during the week before Christmas.



Friday 9 January 2015

How to Make The Analytics ROBOT to send virtual traffic To Any Site or Track Visits to Your Physical Rooms!!!

Ever wondered how traffic bots work? How come you put any URL in this simple app and you receive thousands and thousands of hits (seen on Analytics) with any parameters or metrics you like.
You can identify which pages receive the traffic, session duration, used device, screen res., even IP, medium, source, etc. So you can actually see in your traffic reports on GA that you've received your traffic from CNN, NY Times, Yahoo, or even Google.

The way such traffic bots work is very simple and straightforward and can used to trigger traffic signals from almost anything.

Here is the HOW it Works:

It sends a 'get request' through the Measurement HTTP Protocol using to GA servers on its URL:

For Example:

http://www.google-analytics.com/collect
?v=1
&tid=UA-xxxxxxxx-x
&cid=123456789
&t=pageview
&dp=/anysubpage





All what you have to do is to put this in the address bar of your browser and press Enter:

http://www.google-analytics.com/collect?v=1&tid=UA-XXXX-Y&cid=555&sr=800x600&t=pageview&dh=mydemo.com&dp=/home&dt=homepage

You can find all the Parameters here: 
https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters 


Now you understood the logic, you can run this request through a very simple app that changes the CID and sends the request automatically via a list of proxies, or instead you can build this small device and... 






YOU CAN TRACK YOUR HOME VISITS WITH GOOGLE ANALYTICS and see how many rooms are visited the most!!



Full details are here: http://nicomiceli.com/tracking-your-home-with-google-analytics/


Resources:

  1. https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide
  2. https://developers.google.com/analytics/devguides/collection/protocol/v1/reference
  3. https://developers.google.com/analytics/devguides/collection/analyticsjs/
  4. http://www.optimizesmart.com/understanding-universal-analytics-measurement-protocol/
  5. http://www.koozai.com/blog/analytics/google-analytics-and-cookies/
  6. http://www.koozai.com/blog/analytics/universal-analytics-and-cookies/

Friday 3 October 2014

20 Reasons why Localization is Important to Website Conversion

Thanks to the global reach of the internet, website localization is one of the best things you can do to increase website conversions. By creating a culture- and language-specific version of your website for each demographic market you target, you become a truly international business. All businesses, even small online retailers, can benefit from localization. In fact, you can’t afford not to have localized websites, and here are 20 reasons why.

1. It offers global expansion and increased reach.

Although English is still the predominant language online, other languages, most notably Chinese, Spanish, French, and Arabic, are quickly closing the distance. Offering web content in additional languages and cultures helps you increase your reach and become a respected international business.

2. Localization helps you appeal to multicultural audiences.

Translation helps international visitors find and buy from you, but it doesn’t consider cultural differences and sometimes doesn’t convey your message or brand very well. Localization includes both cultural and linguistic concerns, helping you reach audiences in different cultures much better.

3. It increases web traffic.

Search engines rank websites with localized versions or pages higher than non-localized websites and return your website as a result more often. On top of that, local sites are more likely to link to you when you provide information in the local language. Increasing traffic is one of the three most important things you can do to boost revenue, and more traffic means more sales.

4. You get more traffic from regional and language-specific search engines.

These smaller search engines have much less competition because they’re small and most businesses don’t have localized websites to appear in results. This means it’s much easier for your localized websites to rank higher than your English website. The higher you rank and the more often your website appears in search results, the more traffic and sales you get.

5. Localization increases brand recognition.

When you translate your website into the language and culture of your target market, you show that you respect and value your audience. They in turn are more aware of your business than your English-only competitors because they see your website more often and more easily understand your message.

6. Localization increases website stickiness and sales.

Having a strong localization plan boosts your presence and sales in a targeted area, such as localizing in French and German to increase sales in Europe. Multiple studies have found that when users are presented with a website in their native language, they stay on the site twice as long and are four times more likely to make a purchase from it.

7. It increases overall ROI.

Increased traffic, conversions, and brand awareness also leads to increased trust, credibility, customer loyalty, and satisfaction, in turn leading to more conversions. Localization is also scalable for both your audience and your budget, delivering huge benefits for only a marginal additional cost.

8. Localization maintains low printing and content distribution costs.

Localizing your website increases reach without raising these costs a few ways. First, you can reuse much of the same content across multiple languages; second, translating your website into a new language and culture is scalable; finally, having a web presence costs the same no matter what language or culture. Having a localized website may also eliminate the need for direct mail such as catalogs and brochures in various languages.

9. It is a cost-effective virtual branch office or satellite location.

Instead of building a brick-and-mortar store or renting an office in an international location, your localized websites become those virtual stores by offering information, products, contacts, and everything else you can deliver digitally.

10. Localization lowers customer support costs.

By answering questions and providing information in a target market’s native language and culture, you give customers what they need online in the best format for them, which reduces the need for multilingual phone and chat support.

11. It allows you to target minorities in your own area.

Many countries have large subgroups with their own languages, cultures, and skyrocketing purchasing power, such as the Latino market in the USA. Creating localized websites for these groups helps you solidify your presence and boost sales in your own area.

12. Localization maintains brand image and voice across cultures.

The problem with straight translation is that it doesn’t consider cultural differences and doesn’t always maintain your branding message. Localization is better than translation because it considers communication, sales incentive, design, layout, and programming specific to each culture and area, so you don’t lose the integrity of your brand across languages.

13. You become a local business.

Localizing your website turns you into a local business, which boosts conversions because many people want to buy locally, you get more traffic from local keywords, and you have an easier time building brand awareness.

14. Localization makes your local marketing stronger.

When you have a website specific to a certain area’s language and culture, your local internet marketing efforts (including search engine optimization, directory listings, and social media) benefit from having a local resource to point visitors to.

15. It makes you more trustworthy and credible.

By using the area’s local slang, idioms, metaphors, and figures of speech, you can communicate with your target customers more easily and directly, reducing confusion and boosting your own reputation.

16. Localization appeals to more customers.

Most web users don’t buy products online in a language other than their own. By offering them that option, you attract more prospects and close more sales.

17. It means fewer abandoned carts.

Programming can be as much a barrier as language or culture. Localization includes proper programming to prevent backend problems such as forms that make it difficult to input personal and payment info. Fewer problems means more closed sales and higher average order value.

18. Localization makes payment easier.

When you enable local credit cards, shipping and tax codes, and buying practices, your localized websites attract customers that would shop elsewhere otherwise, boosting your ROI, conversions, and revenue.

19. It increases local sales.

Offering products, support, FAQs, and other information in your customers’ native languages makes them more likely to buy from you because they have all the information they need in a format they understand to make an informed purchase.

20. Localization increases revenue.

Most consumers care more about language than price. So even if they know they can find a product cheaper somewhere else, they are more likely to buy from you at full price if you have a localized website for them.



Friday 26 September 2014

How to know where your visitors go when they leave your website?

How can I see which specific pages/URLs people visit after leaving my site? In other words, I can see the percentage of people that EXIT on a certain page, but I want to be able to see which links on an exit page they follow (i.e. what percent of the visitors to a certain page of our site click on each outbound link on our page)? Or are they just leaving our site without necessarily visiting an outside site we've linked to?

Short Answer: You add this code to your link so it looks like:

<a href="http://www.example.com/" onClick="javascript: pageTracker._trackPageview('/example');">Co name or link info</a>

Will show up in Google Analytics as a page view.

Detailed Answer: (From Google Support) 


You can customize your Google Analytics tracking code to find out when users click outbound links, or links that take users to a website other than your own.
This article gives you an example of how to set up outbound link tracking. This is a two-step process, and you need to follow both steps complete the process.
You must have Google Analytics account and the web tracking code set up before you can track outbound links. You should have a basic knowledge of HTML and JavaScript or work with a developer to complete the set up.

Step 1: Set up an Event to track outbound links

Event tracking is a way you can track user interactions that aren’t automatically collected by the Google Analytics tracking code snippet, including clicks to outbound links. Learn more about Event tracking.
You can copy and paste the example below into your own pages to set up Event tracking for outbound links. We recommend you put this script in your page headers, but not within the basic Google Analytics tracking code snippet.
When you set up an Event, you must define values for the Event components. The Event components define how the data appears in your reports. In this example, the CategoryAction, and Label are defined (in bold). You can use these values, or change them and define your own values. Learn more about Event components or refer to our Developer Guides for more technical information on the Event tracking.
The changes you need to make to your web pages depend on which tracking code you’re using. See if you have Classic Analytics (ga.js) or Universal Analytics (analytics.js).
This example uses Event tracking for Universal Analytics. If you’re using Classic Analytics, refer to our Developer Guides for more information on how to track outbound links with Events using the ga.js JavaScript library.
<script>
/**
* Function that tracks a click on an outbound link in Google Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label.
*/
var trackOutboundLink = function(url) {
   ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
     function () {
     document.location = url;
     }
   });
}
</script>

Step 2: Add the onclick attribute to your outbound links

After you have Event tracking set up (Step 1), you must also add (or modify) the onclick attribute to your links. This is how data from a specific link gets sent to Google Analytics.
Use this example as a model for your own links:
<a href="http://www.example.com" onclick=”trackOutboundLink(‘http://www.example.com’); return false;">Check out example.com</a>

Additional resources (for developers)

This example includes the hitCallback field, which tells Google Analytics when the user interaction is complete., and uses the trackOutboundLink() as the JavaScript function. This makes sure that you collect the interaction data before the user leaves your site.
For more information on how this works, refer to the hitCallback reference in our Developer Guides.

This tutorial describes how to track outgoing links using the NEW Google Universal Analytics.js code, commonly called Analytics.js or UA. If you are using the OLD ga.js code click here.
This guide describes how to track outgoing links using Google Universal Analytics or commonly known as Analytics.js - the NEW (since late 2013) tracking that Google provides it's webmasters.
If the tracking code you use on your website starts with
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function()
... then you are using the NEW Analytics.js code and you can continue reading below.
If however your tracking code starts with
var _gaq=_gaq||[];
... then you are using the OLD Google Analytics code, and you should refer to the other guide: Track outbound links with Google Analytics (ga.js)
Since Google introduced the Asynchronous Tracking method, one of the most common questions is: "how do I track outgoing links"? The solution is quite simple, one has to track outgoing links as events (found in Google Analytics under Behavior - Events). The problem however is that it does not always work for everyone, the reason being that events are only recorded once a link is clicked. If that link takes you away from a page (such as an outgoing link in the same window), that tracking event often does not have time to register with the analytics server before the new page starts to load and the tracking request cancelled.
In order to ensure that tracking is done properly, we either have to ensure that the target window is a new window (eg: _blank), or delay the opening of the link by about half a second, giving your browser enough time to register the event and load the tracking url.
The best method of "auto-tracking" outgoing links is to automatically detect outbound links with JavaScript when they are clicked, and automatically track that event. That tracking event should first check to see whether that link is destined to open in a new window (target="_blank"), and:
  • If yes, register the track, and open the link in the new window
  • If no, register the track and delay opening the link by half a second, then proceed to open that link.
This method is by far the most robust, and simply means you need to include an external JavaScript file on your pages.
function _gaLt(event){
    var el = event.srcElement || event.target;

    /* Loop up the tree through parent elements if clicked element is not a link (eg: an image inside a link) */
    while(el && (typeof el.tagName == 'undefined' || el.tagName.toLowerCase() != 'a' || !el.href))
        el = el.parentNode;

    if(el && el.href){
        if(el.href.indexOf(location.host) == -1){ /* external link */
            ga("send", "event", "Outgoing Links", el.href, document.location.pathname + document.location.search);
            /* if target not set then delay opening of window by 0.5s to allow tracking */
            if(!el.target || el.target.match(/^_(self|parent|top)$/i)){
                setTimeout(function(){
                    document.location.href = el.href;
                }.bind(el),500);
                /* Prevent standard click */
                event.preventDefault ? event.preventDefault() : event.returnValue = !1;
            }
        }

    }
}

/* Attach the event to all clicks in the document after page has loaded */
var w = window;
w.addEventListener ? w.addEventListener("load",function(){document.body.addEventListener("click",_gaLt,!1)},!1)
  : w.attachEvent && w.attachEvent("onload",function(){document.body.attachEvent("onclick",_gaLt)});
If you are wanting to track links manually (ie: in the code), an outbound link on your website should look something like this:
<a href="http://outgoinglink.com"
   onclick="ga('send','event','Outgoing Links','outgoinglink.com')" target="_blank">Link Text</a>
What this will do (when clicked) is track an event called "outgoing_links" as "outgoinglink.com". This means that in your Google Analytics account, which has an "Event Tracking" section, you now get a category called "Outgoing Links" containing an action (and total recorded) of outgoing links. Please note the target="_blank" as this ensures your web browser is kept open and the event is able to register.
Using this new method, you can theoretically track anything on your website, including downloads, videos, etc. You just need to assign an "onclick" event with your own category and "description" (action), such as:
<a href="/myfiles/mypdf.pdf"
 onclick="ga('send','event','downloads','/myfiles/mypdf.pdf')" target="_blank">Link Text</a>

Wednesday 25 June 2014

All about Google Analytics Chrome Extension

The Google Analytics team recently released a Chrome Extension that allows you to get detailed information about each page of your website while you browse it. Below I will go through some of the extension's features and how to use it to get a better idea of what is going on in your website.
In order to use the extension you will need any kind of Google Analytics permission to the website you are analyzing, a Chrome browser and the Extension (download here). Once you have those three, you can click on the Google Analytics icon on your browser while browsing your website (the icon is usually found on the top right corner of the page). 
Below is the extension's interface map with all its functionalities followed by an explanation of each.

The Page Analytics Chrome Extension allows you to see how customers interact with your web pages, including what they click and don’t click. 

Use these insights to optimize your website layout, improve user experience, and increase conversions. When you view a web page for which you have Google Analytics access, you’ll see: Google Analytics metrics: Pageviews, Unique Pageviews, Avg time on page, Bounce Rate, and %Exit Number of active visitors, in real time In-page click analysis: (where users click) You can use the Google Analytics date comparison and segmentation tools directly in the extension. 

Pages you are tracking with the Google Analytics code for an account your Google account login has access to will appear like this in your Chrome browse.

Notice that by installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

Resources: 
1- https://chrome.google.com/webstore/detail/page-analytics-by-google/fnbdnhhicmebfgdgglcdacdapkcihcoh?hl=en
2- http://online-behavior.com/analytics/in-page


Thursday 5 June 2014

How to allow visitors to your site to hide their data from Google analytics? -With a browser Add-on!

To provide website visitors the ability to prevent their data from being used by Google Analytics, Google have developed the Google Analytics opt-out browser add-on for the Google Analytics JavaScript (ga.js, analytics.js, dc.js).

If you want to opt-out, download and install the add-on for your web browser.
The Google Analytics opt-out add-on is designed to be compatible with Chrome, Internet Explorer 8-11, Safari, Firefox and Opera.

In order to function, the opt-out add-on must be able to load and execute properly on your browser. For Internet Explorer, 3rd-party cookies must be enabled.

If you want to opt-out, download and install the extension for your web browser. In order to function, the opt-out extension must be able to load and execute properly on your browser.

Here is the official link for Google Analytics Opt-out to install the plugin: https://tools.google.com/dlpage/gaoptout



You can Even hide from more:

Avoid your data being collected by Digital Analytix

If you would like to opt out from being measured ever by Digital Analytix, you may opt out by clicking here.  If you choose this opt out, a cookie will be placed on your computer instructing Digital Analytix not to measure your use of or visits to events with Digital Analytix tags.  However, please note that if your web browser does not accept cookies, or if you delete the opt out cookie, the opt out is invalidated.  Also, please note that this opt out is only effective for the web browser you were using when you opted out, because cookies are specific to each web browser. 

Opting out of Analytical Performance Cookies:

If you would like to opt out of Analytics cookies, please do so by clicking on the links below:

Opting out of Behavioral Advertising Cookies:

If you would like to disable “third party” cookies generated by advertisers or providers of targeted advertising services, you can turn them off by going to the third party’s website and getting them to generate a one-time “no thanks” cookie that will stop any further cookies being written to your machine. Here are links to the main third party advertising platforms we use, each of which have instructions on how to do this:


You can find out how to decline other online behavioral advertising by visiting:





Friday 30 May 2014

Impact of Design on Conversions (InfoGraphic)

Here are 8 important tips to increase your conversion rate only by landing page (re)design: 

  • Let your primary conversion target dominate the page.
  • Test using an impactful and contrasting photo as your hero shot, and mirror the palette choice and contrast levels on your CTA (Call 2 Action) to draw a parallel and guide the visitor from the emotional element to the conversion goal.
  • Use photography of people or animals on your landing page and have them stare directly at your CTA with either the angle of their head or their eyes (in a closeup).
  • Go a bit punk and try something radical on your landing pages.
  • Use strong dynamic shapes to constrain your points of interest.
  • Call attention to your most important page elements by using strangely placed and angled arrows. Tie a sequence of arrows together to define a path for the visitor to follow, ending at your CTA.
  • Design converging lines to draw people to your Call To Action. Triangles are the most dynamic of all shapes, and their natural tendency to point make them a special design tool (in the same way that an arrow is a more intricately designed pathway).



Source: Unbounce

Thursday 27 March 2014

Let People Know "In Real-Time" When Your blog is Updated with PubSubHubbub

As a blogger (Publisher) you want to notify the cyberspace about your new blog post, first to get it crawled faster, and second to avoid your article being stolen by another Blog and it gets crawled and ranked before you do.

That is when PubSubHubHub comes in handy as it sends realtime notifications to blogfeed hubs when you update your blog.

A simple, open, server-to-server webhook-based pubsub (publish/subscribe) protocol for any web accessible resources.

Pubsubhubbub is used for content publishing by many websites, including all blogs served by blogger.com and WordPress.com, news sites including CNN and Fox news, and social networks like diaspora

Parties (servers) speaking the PubSubHubbub protocol can get near-instant notifications (via webhook callbacks) when a topic (resource URL) they're interested in is updated.

The protocol in a nutshell is as follows:
  • An resource URL (a "topic") declares its Hub server(s) in its HTTP Headers, via Link: <hub url>; rel=”hub” . The hub(s) can be run by the publisher of the resource, or can be acommunity hub that anybody can use: Google's, or Superfeedr.
  • A subscriber (a server that's interested in a topic), initially fetches the resource URL as normal. If the response declares its hubs, the subscriber can then avoid lame, repeated polling of the URL and can instead register with the designated hub(s) and subscribe to updates.
  • The subscriber subscribes to the Topic URL from the Topic URL's declared Hub(s).
  • When the Publisher next updates the Topic URL, the publisher software pings the Hub(s) saying that there's an update.
The protocol is decentralized and free. No company is at the center of this controlling it. Anybody can run a hub, or anybody can ping (publish) or subscribe using open hubs.
Google and Superfeedr offer a public and scalable open hub for anybody to use.




How to Use PubSubhubhub with your feeds?

  • Add an //atom:link tag under //atom:entry for Atom feeds or under //rss:rss/channel for RSS feeds. The //atom:link tag should haverel attribute set to hub and href attribute set to https://pubsubhubbub.appspot.com/
  • Alternatively, your feed can be served with two Link headers:
    • one with rel attribute set to hub and href attribute set to https://pubsubhubbub.appspot.com/
    • one with rel attribute set to self and href attribute set to the feed URL of the feed
  • The above is covered in more detail in the PubsubHubbub 0.4 specification.
  • Whenever new content is added to a feed, notify the hub. This is accomplished by sending a POST request tohttps://pubsubhubbub.appspot.com/ with Content-Type: application/x-www-form-urlencoded and two parameters encoded in the body:
    • hub.mode equal to publish
    • hub.url equal to the feed URL of the feed that has been updated. This field may be repeated to indicate multiple feeds that have been updated

Hub debug

From here you can,
  • Subscribe to a feed or debug your subscriber
  • Publish a feed or debug your published feeds

If you are a WordPress Blogger and wants to Ping the hub easily, there is a Plugin for that.
https://wordpress.org/plugins/pubsubhubbub/

The Plugin does the following:

Sends realtime notifications when you update your blog
Supports multi-user installations (WordPress MU)
Supports multiple hubs
Supports all of the feed formats used by WordPress, not just ATOM and RSS2
Supports latest spec (Version 0.4)
Announces which hubs you are using by adding <link rel="hub" ...> declarations to your template header and ATOM feed
Adds <atom:link rel="hub" ...> to your RSS feeds along with the necessary XMLNS declaration for RSS 0.92/1.0

Wednesday 26 March 2014

Dwell Time as an SEO Ranking Factor

Have you heard of the term Dwell time before?
Maybe you have not.
How about 'long clicks' Vs. 'Short Clicks' ?
Still, no clue?

Google pays very close attention to “dwell time”: how long people spend on your page when coming from a Google search. This is also sometimes referred to as “long clicks vs short clicks”. If people spend a lot of time on your site, that may be used as a quality signal.



Knowing that, it is very important to focus on the quality of the presented content. It has to be informative, exciting, and engaging. 
You should also pay a lot of attention to Navigability and user experience on the site. 
Google Analytics is a great help understanding all such metrics as you do not need to lose your rankings because of the traffic you get; once you lose that, you will have neither. 



Monday 24 February 2014

Filter Smartphones search terms in GWMTs

Here is how To know which search terms your visitors used to find your website from their mobile phones, by changing the Search Queries report from the default Web filter, you can display impressions, clicks, click-through rate, and average position for your keywords as they appeared in Google search engine results on phones.


Wednesday 19 February 2014

Get in-Depth Insights On which Products Your Customers Want but you don't Sell!

You have a website! Selling products! Offering Services! or Whatever...
You have your own search engine with a search box to make life easier for your visitors...
That is Great!

Do you want to know which products your visitors are looking for but you do not have them in your store because you don't know about such a demand??!

A very valuable piece of information is the list of terms that people search for that brings back zero matches. Here you've really blown it with your customer, and you’ll want to see this information so you can improve the experience in the future.

Your site’s internal search engine probably provides reports on searches with no results, but using Google Analytics' Event Tracking can be a simpler method with a one-time setup for a one-line code.

Set your page up so that if there are no results, the following piece of JavaScript code is run:

_gaq.push(['_trackEvent', 'Search Results', 'No Results', '[Searched phrase]',1,true]);

Note that it is important that [Searched Phrase] is replaced by the actual search string your user used. Otherwise your reports will be of no use to you. Also note that in this case, the Non-Interaction variable is set to True. This means that if this is the only page the visitor is seeing, it will result in a bounce. And that makes sense because the No Results page was not helpful to them. 

Wednesday 12 February 2014

How to find a Broken Backlink? The 404 Analysis Method

You may ask a client, supplier, blogger or whatever to add a link to one of your pages to get some link juice or referrals, but they may do a typo and add a wrong link URL to your site that when clicked it ends visitors up on a 404 not found page. So, how can you know those bad links?!


Here are some ideas to track those links and report them:

1- In the header template of your 404 page, find this line in your Google Analytics Tracking Code: _gaq.push(['_trackPageview']); Then change it as follows: _gaq.push(['_trackPageview','/404error/?url=' + document.location.pathname + document.location.search + '&ref=' + document.referrer]); What's happening here is we're creating a virtual pageview that starts with /404error/ (you can name it anything you want) and then appending 2 made-up parameters to help us spot the source of the problem:
  • · "url=" will catch the URL which a visitor attempted to access. 
  • · "ref=" will catch the referring page. 
Here's what it will look like in your reports (when you do a search for "404error")



2- Another way is use Raven's GA Config tool. Simply add your GA account number then copy the Google Analytics tracking script just before the </head> tag on your 404 page (not your entire website). 
The code will be like this:

Asynchronous

<script type="text/javascript">
  var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-XXXXX-X']);
  _gaq.push(['_trackPageview', '/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>

Traditional ga.js

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? " https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + " google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-XXXXX-X");
pageTracker._trackPageview("/404.html?page=" + document.location.pathname + document.location.search + "&from=" + document.referrer);
} catch(err) {}
</script>

3- More ways:
http://ralphvanderpauw.com/digital-analytics/google-analytics-best-to-track-404-error-pages/ 


Thursday 6 February 2014

Good News: Now You Can Manage up to 100 Sites From Your Analytics Account.

Google have just raised the number of Analytics Accounts you can manage from your account to 100 after it was limited to only 25.

If you still have to go beyond this limit, you can always ask a third party (such as the owner of the website that you need to track) to create the Google Analytics account under his/her login and then just provide you with full administrative access. If you’re granted all four access levels (Manage Users, Edit, Collaborate, and Read & Analyze), you’ll have identical privileges to the account creator.

You can also create another Google login, which would allow you set up an additional 100 Google Analytics accounts, but it’s not considered best practice to fragment your Google Analytics accounts among multiple logins.



Source: http://gatipoftheday.com/ 

Monday 3 February 2014

How Social Signals Affect SEO - Gifographic (Animated Infographic)

The new Google Algorithm is now giving a high leverage to backlinks from Social Media (i.e. Social Signals). It could be likes, shares, comments, views, subscriptions, pins, retweets, etc.

Here is an exciting animated infographic (Gifographic) that shows how social signals impact SEO


How Social Signals Impact Search Engine Rankings
Courtesy of: Quick Sprout