Skip to content

Something Powerful

Tell The Reader More

The headline and subheader tells us what you're offering, and the form header closes the deal. Over here you can explain why your offer is so great it's worth filling out a form for.

Remember:

  • Bullets are great
  • For spelling out benefits and
  • Turning visitors into leads.

This pen shows the basics of how a HubSpot Custom Behavioral Event can be fired using javascript.

Testing Custom Behavioral Events Email of visitor:
Pick a Dashboard Name:
Pick a Software Version

  • User Email: [[ email ]]
  • Dashboard Name: [[ dashboard_name ]]
  • Software Version: [[ software_version ]]

Sample JS - that will be fired when you click 'Fire Event'

  _hsq.push([
        "identify",
        {
          email: "[[ email ]]",
        },
      ]);
      _hsq.push([
        "trackCustomBehavioralEvent",
        {
          name: "pe21005107_cbe_event2",
          properties: {
            software_version: "[[ software_version ]]",
            dashboard_name: "[[ dashboard_name ]]",
          },
        },
      ])