I have been slowly working on the ecommerce bridge and deal objects in Hubspot. Currently I have all orders from our site coming through successfully as a deal in Hubspot.
The amount, contact and line items all appear fine. I have been sending along the deal with the deal stage property as ‘checkout_completed’.
Now I am working on how to use these ‘deal’ objects. I believe the whole point is to run reports on this information. When I click on a deal to view it’s detail page, I see in the sidebar an option for ‘revenue attribution’. When clicking, I always get the message:
Not enough data to use attribution reports
When I click on the help link it mentions I need 3 things.
1. The deal should be in the ‘closed-won’ stage
2. The deal should be related to a contact
3. The deal’s amount, create date and close date properties should have values
For #'s 2 and 3 I believe I have the needed info. For 1 I have created a ‘closed-won’ stage and changed any of the ‘checkout-completed’ deals to the closed-won stage.
My first question: Is it possible to use the api to set the deal stage to ‘closed-won’? It does not seem to work if I use ‘closed-won’ or the id value of the created closed-won property, when sending the data (all other stages work).
My second question comes from following the steps on the article for:
[
Create a custom multi-touch revenue attribution report
I get the following:
- You must have closed won deals.
- Deals must have amount value, a create date, and a close date.
- Deals must have associated contact(s) with some interactions.
I should have closed won deals - check
I should have amout value, create and close date - check
I should have contacts associated with each deal - check, but, what is meant by ‘with some interactions’ ? - I imagine that is what I a missing.