- 03 Mar 2026
- Print
- DarkLight
- PDF
Enabling Ping
- Updated 03 Mar 2026
- Print
- DarkLight
- PDF
Ping must be enabled to begin collecting data. Ping collects data from two types of sources:
Internal: Collected when Ping is activated on all Slate pages, including events and applications
External: Collected when Ping code is placed in a webpage's HTML
📝 NoteSlate forms embedded on a webpage are considered external.
Enabling Ping on all Slate pages
To enable Ping on all Slate pages:
Select Database on the top navigation bar.
Select Configuration Keys in the Configurations section.
In the Branding, Privacy, & Ping section, select Embed Ping on Slate Pages. A popup appears.
From the dropdown, select Enabled.
Click Save.
Embedding Ping tracking on any external website
To enable Ping tracking on external sources, including embedded Slate forms:
Select Database from the main navigation.
Under Branding, select Ping. The Ping page displays a snippet of JavaScript.
Copy the snippet.
In your external webpage or template, open the HTML editor.
Paste the snippet inside the ... tags.
Save your change in the HTML editor.
📝 NoteThe Ping tracking code must be placed on each and every web page on which you want to track accesses.
Position of the JavaScript snippet
Ping function usually isn't impacted by where the code snippet is placed, but we recommend placing it immediately prior to the closing tag. This is also the recommendation for Google Analytics.
It doesn't matter whether Ping is placed before or after Google Analytics or other JavaScript code in the tag.
📖 Further Reading: Ping Overview


