We’ve observed inconsistencies in the propertyValue of recent_conversion_event_name field, which is received via webhook events under property changes. According to the documentation, propertyValue field contains the form name; however, in practice, the values vary depending on form type and data hosting region.
Here are some examples of the inconsistencies we’ve noticed:
- Standard HubSpot Forms (US West Region: URL : https://app-na2.hubspot.com
The value is prefixed with "Form: ", e.g. “Form: Contact Us”. - Standard HubSpot Forms (US East Region URL : https://app.hubspot.com):The prefix is absent, e.g., “Contact Us”.
- Pop-up Forms: The value often includes a prefix based on the page title or context, e.g. “Get a Quote - Homepage”.
- Non-HubSpot Forms: The value often includes a prefix based on the page title or context e.g. “Mailmodo : Helping marketers build interactive emails: #custom-hubspot-form”.
These dynamic and inconsistent naming conventions are making it difficult to reliably interpret the field across different use cases.
Could you please clarify whether there is a consistent pattern or recommended way to interpret or normalize the recent_conversion_event_name field values across regions and form types? If there is an underlying identifier or method to consistently map this field to the actual form record, that would be helpful to know.