- 18 Jul 2024
- 1 minute read
- Print
- DarkLight
- PDF
Enabling Ping
- Updated 18 Jul 2024
- 1 minute read
- 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:
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.