Sharing analytics within Google Analytics

AddToAny automatically integrates with Google Analytics' Social Plugin Analytics to provide sharing statistics within your analytics dashboard.

Accessing Stats from Social Interaction Tracking

To access sharing stats for shares, saves, emails and more, start in Acquisition > Social > Plugins. Shares via AddToAny have a Social Source attributed to AddToAny, where each social destination is considered an Action in Google Analytics.

For example, you can view the top sharing destinations via AddToAny, by choosing Plugins and the Primary Dimension titled Social Source and Action. You can read more about accessing social plugin analytics on Google's help page.

Using the Segment Builder, you can filter these social reports by various segments such as Mobile & Tablet Traffic, Paid Traffic, Search Traffic, Organic Traffic, New Users, Returning Users and many others (including custom segments).


Google Tag Manager Setup

A setup process is necessary for tracking shares in Google Analytics with Google Tag Manager.

  1. New Variable named "Social Network"
    • Data Layer Variable Name =
      socialNetwork
  2. New Variable named "Social Action"
    • Data Layer Variable Name =
      socialAction
  3. New Variable named "Social Target"
    • Data Layer Variable Name =
      socialTarget
  4. New Trigger named "AddToAny Share Event"
    1. Custom Event
    2. Event name =
      AddToAnyShare
    3. Fire this trigger when…
      Event equals AddToAnyShare
  5. New Tag for Google Analytics
    1. Track Type = Social
    2. Network = "Social Network"
    3. Action = "Social Action"
    4. Action Target = "Social Target"
    5. Fire On = "AddToAny Share Event"

Using AddToAny event handling JavaScript, configure AddToAny to track shares in Google Analytics on a share event:

    var a2a_config = a2a_config || {};
    a2a_config.callbacks = a2a_config.callbacks || [];
    a2a_config.callbacks.push({
        share: function(data) {
            // Track shares in Google Analytics with Google Tag Manager
            dataLayer.push({
                'event': 'AddToAnyShare', 
                'socialNetwork': 'AddToAny', 
                'socialAction': data.service, 
                'socialTarget': data.url
            });
        }
    });

Accessing Old Stats from Event Tracking

To access old sharing stats (from before November 2011), start in Behavior > Events > Overview (the Event Category is AddToAny Share/Save Button).

Top Services - All Content

This is the default view (Event Action)

Top Services - Per Content

Click on an item within the default view

Top Content - All Services

For Detail Level, select Event Label

Top Content - Per Service

For Detail Level, choose Event Label

Email (form)

AddToAny's email form which allows visitors to share links using any email address

Email (mailto)

The browser's default emailer, usually a desktop email client

Browser

Browser bookmark or favorite