The Message Log
The Message Log in your RevGems dashboard gives you full insight into the data that’s being pushed to your workspace. This is especially useful while building and troubleshooting your RevGems integration.Write-Only API
The Tracking API is a write-only API. This means data can be sent (or “pushed”) to your RevGems account, but cannot be read from it. As such, it doesn’t follow the same conventions you might find in a REST API.Message Types
The Tracking API currently supports the message types below.page | Represents a page view on your marketing website, web app, help site, etc. |
lead | Indicates that the current visitor has just converted to a lead. |
account | Identifies an account (i.e. customer) in your system. |
user | (Optional) Identifies an individual belonging to an account in your system. |
payment | Represents a payment made by one of your accounts. |
Client-Side Tracking (JavaScript)
Messages (aside from payments) can be tracked using the RevGems JavaScript library. The Setup Guide walks you through each step:- Track Visitors (page views)
- Track Accounts
- Track Leads