Opens / Clicks using RowID (or something similar) of BroadLog
Trying to build a report table show Opens / Clicks using something similar to the recipient delivery log 'RowId'
Have built workflow using BroadLog, TrackingLog & Recipient tables, and complimentary data: RowId(GetDate([delivery/broadLogRcp/eventDate])).... but this generates the RowId of the BroadLog, not the Recipient Broad Log.
I'm just trying to build a table something like the following:
| 1st email recipients received | opens | clicks |
| 2nd email recipients received | opens | clicks |
| 3rd email recipients received | opens | clicks |
All recipients have received different emails 1st, 2nd and 3rd depending on when they subscribed.