Documentation
FoxMetrics HomeDevelopersRelease NotesSupport
  • Help
  • Updates
    • Release Notes
    • Documentation Updates
    • Product Roadmap
    • FAQ
  • Overview
    • New to FoxMetrics?
    • Google Analytics vs FoxMetrics
  • getting Started
    • Setting up an account
      • Accounts
      • Applications
      • Managing Applications
      • The Tracking Code
      • Application Restriction
    • Account Management
      • Users
      • Roles
      • Groups
    • Configure FoxMetrics
  • Features
    • Introduction
    • Dashboards
      • Dashboard Page
      • Creating Dashboards
        • Duplicating a Dashboard
      • Editing Dashboards
      • Deleting Dashboards
      • Sharing Dashboards
      • Dashboard Groups
      • Cache In Dashboard
      • Dashboard Filters
      • Dashboard Tiles
        • Creating a Tile
        • Editing a tile
      • Charts in Dashboard
        • Line Chart
        • Pie Chart
        • Bar Chart
        • Bar Rate Chart
        • Funnel Chart
        • Comparison Chart
      • Widgets in Dashboard
        • Table Widget
        • Numbers Widget
        • Attribution Chart
        • Attribution Table
        • Retention Widget
        • Narrative Widget
    • Observer
    • Workbench
    • Audience
  • Integrations
    • Introduction
    • Wordpress
    • Attentive Mobile
    • Punchh
    • OLO
  • security
    • Overview
    • Consent Management
    • Data Retention
    • GDPR
      • Use Cases
      • Customer PII
  • guides and use cases
    • UTM Parameters
    • Data Tables
      • Campaign Metadata
      • Product Metadata
      • Referral Mapping
  • templates
    • OLO
    • Google Analytics
      • Audience
        • Engagement
      • Acquisition
        • Social Landing Pages
        • Example
  • developers
    • Implementation
      • 3rd Party
        • Unbounce
        • Instapage
        • Wix
        • WooCommerce
        • Squarespace
        • Shopify
        • Shogun
        • Segment
        • Kony
      • CMS
        • WordPress
        • Pligg CMS
        • WHMCS
        • Koken
    • Web Tracking
    • APIs
      • HTTP API
    • SDKs
      • C#
      • JavaScript
      • iOS - Objective-C
      • iOS - Swift
      • Android
      • Unity
      • Flutter
      • React Native
      • Node.js
      • Java
      • Python
      • PHP
      • Ruby
    • Tag Managers
      • Data Layers
      • Google Tag Manager
  • Support
    • Professional Services
    • Email Support
    • Integrated Support
  • Untitled
Powered by GitBook
On this page
  • Using Google Tag Manager
  • Using JavaScript

Was this helpful?

  1. getting Started

Configure FoxMetrics

PreviousGroupsNextIntroduction

Last updated 4 years ago

Was this helpful?

Using Google Tag Manager

We highly recommend using a tag manager such as Google Tag Manager to install FoxMetrics.

We currently have an approved tag in Google Tag Manager and here are the steps to get started.

  • Log into .

  • Scroll to Tags on the left navigation pane.

  • Click on New button on the top right after page loads.

  • Click on the Tag Configuration pane.

  • Once the window slides in, scroll down to the More section and locate and click on the FoxMetrics line.

  • Copy and paste the following 000000000000000000000000 into the Application ID textbox.

  • Click on the Triggering pane to choose a trigger

  • In the trigger pane that slides in, select the All Pages trigger with the type of Page View..

  • Provide a friendly name for the tag, click save and publish.

  • You are all set.

It could take up to an hour before you start seeing data flowing into your warehouse. Use to verify that your account is receiving inbound data.

Using JavaScript

Are you not using Google Tag Manager? No Problem. You can still install FoxMetrics using any other tag manager or pasting the following code onto your pages.

Paste the following snippet just before the closing </head> tag of all your pages.

<!-- FoxMetrics Web Analytics Start -->
<script type="text/javascript">
    var _fxm = _fxm || {};
    _fxm.events = _fxm.events || [];
    _fxm.app_id = _fxm.app_id || '000000000000000000000000';
    (function () {
        var fxms = document.createElement('script'); fxms.type = 'text/javascript'; fxms.async = true;
        fxms.src = 'https://d35tca7vmefkrc.cloudfront.net/scripts/000000000000000000000000.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fxms, s);
    })();
</script>
<!-- FoxMetrics Web Analytics End -->

Ensure that you paste it on every functioning page to get 100% coverage.

Google Tag Manager
OBSERVER