Lapsing Series Report
After deploying Marketing Cloud, SU QLD wanted to report on the income generated from all the donors who had successfully started on their lapsing series campaign — a reactivation marketing journey. The problem was that the reporting functionality built into Salesforce, while good, is limited in how many other data types it can join together in a single view.
In order to acheive this kind of reporting we would need the power of SQL. We chose to use Talend Data Integration to copy data from Salesforce to Google BigQuery each night. For visualisation of the data we chose Google Data Studio.
This reporting solution is very cheap on the Google side of the equation and benefits from the Data Studio reports conforming to Google Drive sharing rules that the organisation uses day-to-day.
The query itself simply looks at the date that the contact became a campaign member of the lapsing series campaign and then selects their donations since that date. We created a view of this query and connected it to Data Studio for visualisation.
Key Contributions
- Mapping the relationships between the data types.
- Developing the data integration to bring the data from Salesforce into BigQuery.
- Writing the SQL query to join the data and ensure we only report on income from individuals once they began the marketing journey.
- Designing the Data Studio report to visualise the data in a way that makes sense to people viewing it.