Beacon Usage - Overview
Importing beacon
import the beacon module in the same way as in a regular JavaScript environment:
Loading Beacon
To load beacon in your application, use the Beacon.load
method and pass your organization ID as a parameter. Replace 'ORG_ID'
with your actual organization ID:
If you want to use a <script> tag instead, then you can try as below. Replace your ORG_ID with your actual organization ID
To get your organization ID, go to beacon dashboard, open beacon bar using CMD/Ctrl + K and search for 'Copy Org ID'
Last updated