For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client-Side Implementation Details

Hubspot in JENTIS can be implemented in two separate ways on the client-side. Please make sure that you do not mix the two approaches, and you only use either.

Implementation with Hubspot Base Tag

If you configure and add the base tag to be triggered on all pages, then the Hubspot Tracking code library code snippet is loaded and it will track all page views and other form related events, automatically.

In this case all Hubspot cookies will be added to the page by their library.

Implementation without Hubspot Base Tag (Hubspot cookieless)

You can choose this way for implementation if you would like to avoid the Hubspot tracking code library setting any cookies on your page.

The following 4 tags need to be setup:

  1. Pageview: This tag is used to track page views on your website. Should be triggered on all pages. Trigger: 'Pageview without exclude'

  2. Pageview with form: This tag is used to track page views on your website where there is also a Hubspot Form included. Trigger: 'Pageview with Hubspot form'

  3. Pageview with form visible: This tag is used to track when a Hubspot form becomes visible for a user on your website. Trigger: 'Pageview with Hubspot form visible'

  4. Form interaction: This tag is mandatory to track previous page views to a Hubspot form submit. It also tracks when a user has interacted with a Hubspot form. Trigger: 'Hubspot form submit'

It is important to clarify that the Hubspot form's implementation JavaScript snippet handles the actual form submission to Hubspot.

Last updated

Was this helpful?