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

Was this helpful?

  1. developers
  2. APIs

HTTP API

The FoxMetrics HTTP API allows you to send server side events into your FoxMetrics account.

PreviousAPIsNextSDKs

Last updated 4 years ago

Was this helpful?

Using the HTTP API

The FoxMetrics server-side HTTP API can be used to send data from any system to FoxMetrics by making a GET or POST request to your account collector host with the event details you want to send.

The call must be made using the HTTPS protocol.

Your collector host and application identifiers can be found in the after you log in.

Parameters

The following parameters are required for all events.

Name

Type

Description

v

String

Person ID. A unique identifier that identifies the device that performed the event.

s

String

Visit ID. A unique identifier that identifies the session.

portal