How to track Specific Activities related to Deal stage

Hi everyone,

I need to track how many times in a certain period of time my colleagues in Sales send a proposal (which is a deal stage “Proposal Sent”).

Now I can track how many deals are in this stage, but as soon as the stage changes, I will loose the information. So my Idea was to track the activity: for example, a Sales moves the deal to the stage “proposal sent” and the activity appears in the log of activities of the deal with the date and hour in which it was moved.

This would allow me to know in my report how many times they sent a proposal… while tracking it from the deal stage would only tell me how many deal are in that stage in that moment (changing the deal stage wouldn’t allow it to be counted in the dashboard).

So, fro recap:

- I need a dashboard able to track how many times a proposal is sent for each Sales person, in a specific time frame.

Hi @AVignetti,

HubSpot automatically maintains date properties that store the date when a deal entered a specific stage:

Date entered [stage ID]: the date and time the deal entered the stage.

In other words, you could simply create a deal-report that shows the Count of Deal (y-axis) and the Date entered ‘Proposal sent’ (x-axis), then apply a breakdown by deal owner – and you’re seeing how many proposals are sent over time, broken down by rep.

Let me know if you’re getting stuck or have follow-up questions.

Best regards!

In your deal properties, you should have a property called Date entered “Proposal Sent”, which records the date when a deal moved into that stage.

If you just want to see how many proposals were sent during a certain period, you can build a custom report filtering deals where that date falls within your timeframe. You can then group the results by deal owner to see how many each salesperson sent.

Just keep in mind that this property only shows the most recent date the deal entered the stage. So if someone moves a deal back and then forwards again, it will overwrite the previous date.

Hope this helps!

Thank you very much!