Important Metrics

Awareness

Brand Mentions

  1. Search using the unlinked mentions search
  2. Change search settings to max out number of results per page
  3. Use Moz Bar to export each page’s results
  4. Highlight Page Authority column to get count of rows and average Page Authority of mention
  5. Shows how awareness increases or decreases
  1. Use Link Explorer
  2. Enter site domain in search
  3. Go to “Inbound Links”
  4. Filter
    • Link source blank
    • Link type: follow
    • Link state: active
    • Limit results for feeds and proxy sites (but not to one link per domain)
  5. Export CSV
  6. Select Domain Authority column to get count of rows and average Domain Authority

Top-of-Funnel Keywords

  1. Moz Pro campaign > Rankings
  2. Set date range
  3. Add filter for “top of funnel” label
  4. Find search visibility percentage for that label and period

On-Site Activity

Organic Traffic & Referral Traffic

  • Find at GA > Acquisition > All Traffic > Channels
  • Record sessions, not users since that shows how many times the site was used

New Organic Users

  • Find at GA > Acquisition > All Traffic > Channels
  • Record “New Users” column value

Middle-of-Funnel Keywords

  1. Moz Pro campaign > Rankings
  2. Set date range
  3. Add filter for “middle of funnel” label
  4. Find search visibility percentage for that label and period

Conversions

Page Depth & Duration

  • Find at GA > Acquisition > All Traffic > Channels
  • Record “Pages/Session” and “Avg. Session Duration” from “Organic Search” row
  • If this is increasing, site quality is increasing and users are engaging more with the site

Bottom-of-Funnel Keywords

  1. Moz Pro campaign > Rankings
  2. Set date range
  3. Add filter for “bottom of funnel” label
  4. Find search visibility percentage for that label and period

Conversions & Value Per Conversion

For straightforward transaction/revenue relationships

  • Find at GA > Acquisition > All Traffic > Channels
  • Record “Ecommerce Conversion Rate,” “Transactions,” and “Revenue” from “Organic Search” row
  • If this is increasing, site quality is increasing and users are engaging more with the site

For less straightforward relationships

Set up a Goal for the view in GA

  1. Click Goals under the view
  2. Click “New Goal”
  3. Use a template or a custom goal
  4. (For custom) Name the goal and select a type
  5. (For destination type) Set destination and value
  6. (Optional) Define funnel
  7. Verify goal and save.

Integrity

Since we are taking action on this data, we want it to be as pure as possible. We need to filter out data that is not actionable.

Start by creating an unfiltered view you can always get back to. Then create your filtered view and your test view to try out new filtering.

  1. In GA admin, click “Create View”
  2. Name “Unfiltered” or something like it
  3. Repeat twice for “Filtered” and “Test”

Now, apply filters to your Filtered or Test view.

Notes

  • Filters do not affect data already collected. They only impact new incoming data.
  • Never apply filter to your unfiltered view.
  • Filters can take time to go into effect (up to 24 hours)

Resources

Cross-Domain Tracking

With Google Tag Manager

Help article

  1. More Settings > Cross Domain Tracking > Add a comma-separated list of all domains to track
  2. More Settings > Fields to Set > Add a field named allowLinker with the value true

With Google Analytics

Help article for Universal Analytics Help article for GA 4

ga('create', 'UA-XXXXXXX-Y', 'auto', {'allowLinker': true});
ga('require', 'linker');
ga('linker:autoLink', ['example-1.com']);