Content of last booking in meetings tool

Awallace1
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.

0 Upvotes
1 Accepted solution
KhushbooP11
Solution
Participant

Hi @Awallace1,

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.

I hope it helps, let me know if you need to talk!

Khushboo Pokhriyal

Growth & Operations

GroRapid Labs

LinkedIn | 9315044754 | Email | Website

View solution in original post

0 Upvotes
4 Replies 4
himanshurauthan
Thought Leader | Diamond Partner
Thought Leader | Diamond Partner

Hi @Awallace1

 

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:

  1. 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.

  2. 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.

 

Best regards!

Digital Marketing & Inbound Expert In Growth Hacking Technology
0 Upvotes
theMattJones
Contributor

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.  

0 Upvotes
KhushbooP11
Solution
Participant

Hi @Awallace1,

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.

I hope it helps, let me know if you need to talk!

Khushboo Pokhriyal

Growth & Operations

GroRapid Labs

LinkedIn | 9315044754 | Email | Website

0 Upvotes
Awallace1
Member

I don't believe it's possible to add hidden fields to HubSpot's booking form right now.