Hi I'm trying to build a report table (Qualitative distribution) where I can see something like this:
Email number
| Open Rate
| Click Rate |
---|
1st Email recipient is sent | 20% | 5% |
2nd Email recipient is sent | 26% | 3% |
3rd Email recipient is sent | 23% | 4% |
The content and date of the Email is irrelevant... as the user receives different content depending on DOB and other fields when they sign up.
Simply, I'm interested in seeing engagement behaviour from the day the recipient sign up.
Can anyone help with this?
I've tried building the report using the Recipient tracking log schema, and adding Count([delivery/@id]) as a variable but the report fails