Heeet Docs
HubSpot

Create Custom Properties

Because the HubSpot API has some limitations, we recommend setting up the following custom properties manually

General Steps to Create a Custom Property in HubSpot

  1. In HubSpot, click on Settings (⚙️ icon).
  2. In the left sidebar, go to Data Management → Properties.
  3. Select the Object you want to create a property for.
  4. Click Create Property.
  5. Fill in the property details as described below.
  6. Save your changes.

1. On Heeet Marketing Influence Object

Purpose: Report on revenue influence based on deal stage.

Configuration:

SettingValue
Property LabelDeal Stage
ObjectiveReport on revenue influence by deal stage
Field TypeDeal Stage
Associated Record TypeDeal
Associated Record PropertyDeal stage
Campaign to Sync FromFirst Created

2. On Campaign Object

A. ROI ($)

Purpose: Calculate the ROI of a campaign in currency.

Configuration:

SettingValue
Property LabelROI ($)
ObjectiveCalculate the ROI of a campaign in monetary terms
Field TypeCalculation
Output TypeNumber
Number FormatCurrency
Formula[properties.closed_won_revenue_influence] - [properties.costs]

B. ROI (%)

Purpose: Calculate the ROI of a campaign as a percentage.

Configuration:

SettingValue
Property LabelROI (%)
ObjectiveCalculate the ROI of a campaign in percentage form
Field TypeCalculation
Output TypeNumber
Number FormatPercentage
Formula([properties.closed_won_revenue_influence] - [properties.costs]) / [properties.costs]