Hello,
I am trying to calculate conversion rates for MQL:SAL and MQL:STG2. I have a custom object that creates a record for every MQL and then stamps known SAL date and STG2 dates if the deal is created within 90 days of said conversion.
I want to only count SALs or STG2 that were created AFTER the MQL date (I do have a proptery that says b4 SAL or B4 STG2). The thing I am trying to figure out is that the custom report should look at the total count of MQLs in a given tiemframe (easy enought to set up).
However, for SAL/STG2 I only want the distinct count to sum IF there is a Conversion:Deal of “B4 Deal Create”.
I am struggling to figure out how to run the formula. My current set up has the report excluding MQLs that never have a deal created or STG2 created so everything is 100% converted.
Here is the current report filter with a circle on what I need to be part of the SAL or STG2 count If scenario. It’s possible I may need to run datasets for something like this.
And these are my current formulas (the third is just dividing these two counts):
MQL count: DISTINCT_COUNT([p539405_marketing_conversion.hs_createdate])
STG2 count: DISTINCT_COUNT([p539405_marketing_conversion.deal_stg2_date])
