We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jul 29, 2022 7:34 PM
Maybe I'm missing something, but in the old events tracking tool, you could edit and update events, as well as see what the current event was tracking (i.e. if you selected "Clicked Element", the next screen showed you the ID/Class/Jquery selector currently being used), but it does not seem that is possible with the new events tracking tool. I imagine this has to do with the new structure of the tracking tool, but if HubSpot is creating event listener JS that is placed in the tracking snippet, then that should be accessible somewhere to review/edit. Is there any way within the new events tool to see what is actually triggering the event, so see all events currnetly on a page?
Solved! Go to Solution.
Aug 22, 2022 8:54 PM
Figured out how to at least see the list of events (although it seems it cannot be updated without using the API, only deleted and recreated), so posting the answer in case someone else runs into this issue.
When you place the HS tracking code and use the new custom behaviors, there will be a script placed https://js.hs-analytics.net/analytics/[server-ID?]/[portal-ID].js
Within this script, it will list all events at the top as _hsq.push events. Those events will contain the targets, as well as the name of the event.
Aug 1, 2022 12:08 PM
Hi @MGoswick2,
Thanks for reaching out!
I wanted to add our experts to see if they have any advice.
Hi @danmoyle, @NicoleSengers, @Mike_Eastwood, @himanshurauthan - Do you have any recommendations for @MGoswick2?
Thank you!
Best,
Kristen
![]() | Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |
Aug 2, 2022 8:43 AM - edited Aug 2, 2022 8:45 AM
Thank you for the tag @kvonloesecke. I'm not as familiar with the behavioral events as I should be. Sorry @MGoswick2 but I don't have an answer. Maybe another of our awesome community members will!
One quick addition - if this is something that changed, I might look at the ideas forum to see if others have asked to bring it back. Or you can submit the idea and see if others can upvote it.
Did this post help solve your problem? You can help others find answers when you accept a reply as a solution. (I also appreciate it!)
|
![]() |
Aug 22, 2022 8:54 PM
Figured out how to at least see the list of events (although it seems it cannot be updated without using the API, only deleted and recreated), so posting the answer in case someone else runs into this issue.
When you place the HS tracking code and use the new custom behaviors, there will be a script placed https://js.hs-analytics.net/analytics/[server-ID?]/[portal-ID].js
Within this script, it will list all events at the top as _hsq.push events. Those events will contain the targets, as well as the name of the event.
Aug 23, 2022 8:56 AM
Hi @MGoswick2,
Glad to hear you were able to resolve this!
Thanks for sharing the solution with the Community 🙂
All the best,
Kristen
![]() | Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |