The HubSpot Deals connector fetches all properties for each deal in the connected HubSpot account. Both HubSpot defined properties and custom defined properties are included.
Funnel derived columns:
Number of Deals - Adds 1 on each row makes it easier to count.
Pipeline meta data is retrieved from the Pipelines API.
Pipeline Name - Pretty name based on the id in the Pipeline field.
Deal Stage Name - Pretty name based on the id on the Deal Stage field.
Associations are retrieved using the Associations API.
Deal to contact associations - a list of contact ids related to the deal
Deal to company associations - a list of company ids related to the deal
Deal to ticket associations - a list of ticket ids related to the deal
Interesting Links: