Thank You

Testing Custom Behavioral Events Email of visitor:
Select your interest:

  • Interest: [[ interest_name ]]

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

  _hsq.push([
        "identify",
        {
          email: "adas@hubspot.com",
        },
      ]);
      _hsq.push([
        "trackCustomBehavioralEvent",
        {
          name: "pe21613634_e_learning",
          properties: {
            interest_name: "[[ interest_name ]]",
          },
        },
      ])