Sep 4, 202411:51 AM - edited Sep 4, 202411:51 AM
Member
I know there are default properties for the campaign, source, and medium of the Last Booking in Meetings Tool. Is there also a property for Content of the Last Booking in Meetings Tool?
Sometimes, the entire URL string with UTM parameters is populated in the First Page Seen property, but sometimes, it's missing, so I can't extract the UTM Content values.
HubSpot doesn’t have a default property for the "Content" of the last booking in the Meetings tool. If UTM Content is missing in the "First Page Seen" property, it's likely due to how the link was accessed.
To consistently capture UTM Content, you can use hidden form fields in your meeting booking form or add custom JavaScript to capture the full URL and store it in a custom property.
HubSpot doesn’t include a default property specifically for the "Content" of the last booking in the Meetings tool. If you notice that UTM Content values are missing in the "First Page Seen" property, it’s often because the link wasn’t accessed in a way that allows HubSpot to capture and store these parameters consistently.
To make sure you consistently capture UTM Content, you have a couple of options:
Hidden Form Fields: Add hidden fields to your meeting booking forms. You can set these fields to capture UTM parameters, including the content, directly from the URL. This way, the information is included when the form is submitted, and you can track it accurately.
Custom JavaScript: Implement custom JavaScript on your website to capture the full URL and extract UTM parameters. You can then store these parameters in a custom property. This approach gives you more control over how and when the parameters are recorded.
By using these methods, you can ensure that you capture all relevant UTM data, including the content, even if it's not consistently captured by default properties.
As of April 11, 2025, it is not possible to add hidden fields into the meeting tool. It is not treated like a form, nor does it act like a form. The realy question is why would hubspot build this tool without the basic elements and features of a form. Forms have a div class "hs-form-field" and a input type "submit" whereas the meeting tool (not a form) has div class of "meetings-lib" and no input type, but rather a data-key="buttons.confirm.online". It appears to be an entire application called MeetingsPublic and behaves differently.
HS recentaly added a lot of feature upgrades on Meetings, finally giving us access to the meeting data for filters and reports, however, a very simple native feature of capturing url parameters is stil missing.
All of this makes the meeting tool worthless in knowing what your Google Ads conversions are from contacts created from the meeting tool even though a booked meeting is the most vital conversion action.
HubSpot doesn’t have a default property for the "Content" of the last booking in the Meetings tool. If UTM Content is missing in the "First Page Seen" property, it's likely due to how the link was accessed.
To consistently capture UTM Content, you can use hidden form fields in your meeting booking form or add custom JavaScript to capture the full URL and store it in a custom property.