trackEvent calls aren't displayed in the dashboard

Hi

I have a sing page react app and I am working on tracking page views, contacts and form submissions using the embedded tracking code and _hsq.push with ‘setPath’, ‘identify’, and ‘trackEvent’.

<script
 type="text/javascript"
 id="hs-script-loader"
 async
 defer
 src="//js.hs-scripts.com/xxxxxx.js"
/>
_hsq.push(['setPath', path])
_hsq.push(['trackPageView'])

So far, I can see the page views and contacts in hubspot, but I dont’ see the custom ‘trackEvent’ which I have called ‘Form Submission’.

_hsq.push([
 'trackEvent',
 { id: 'Form Submission', email, firstName, lastName },
])

When I push ‘trackEvent’ to _hsq, i see a GET request to track.hubspot.com/__ptq.gif

41246i2672CAF64D04F870.png

Is there a place in the hubspot dashboard where I should these ‘Form Submission’ events being tracked? Have I setup this tracking correctly for a single page react app? Thanks.

Going to add @tjoyce to this convo. He is a smart fellow :grinning_face:

Hi, did @tjoyce get a chance to look at this issue? Thanks for any help.

@Rashaan

Just wanted to make sure that you saw this documentation regarding the trackEvent function.

This language specifically:

Tracking events

Note: Events will only be processed for accounts with Marketing Hub Enterprise.

Do you have the enterprise subscription?

Thanks for the update! I will talk to my team about upgrading.