Fullstory
The Fullstory integration allows you to record sessions and events with your Fullstory account.
Setup
To set up the integration with HowdyGo, follow these steps:
- 
Add an additional capture domain:
- In Fullstory go to Settings > Data Capture and Privacy > Data Capture > Capture data by domain.
 - Ensure that the domain you are sharing demos from (either 
app.howdygo.comor your custom domain) is permitted. For more information on custom domains, refer to the custom domain documentationΒ . 
 - 
Obtain your
Org Id:- In Fullstory go to Settings > Data Capture and Privacy > Fullstory Setup.
 - Note the line containing 
_fs_orgin your setup script. This line contains yourOrg Id. - If youβre unsure about finding your 
Org Id, refer to the Fullstory support articleΒ for assistance. 
 - 
Once you have updated your domain settings, send a copy of your
Org Idto our support team via email. - 
Wait for our support team to configure the integration on our side and confirm to you that it is ready to use.
 
Events
Demo Open
Triggered when a prospect opens a demo.
{
  "eventName": "howdygo_demo_open",
  "eventProperties": {
    "demo_id": {
      "type": "string",
      "format": "uuid"
    },
    "demo_title": {
      "type": "string"
    },
    "demo_url": {
      "type": "string",
      "format": "uuid"
    }
  }
}Last updated on