Sep 4, 202411:51 AM - edited Sep 4, 202411:51 AM
Member
Content of last booking in meetings tool
SOLVE
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.
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.