Hi,
We have a B2B app in which we want to provide information about the number of unique person who were contacted over a period of time.
In order to accomplish that we usually (with other email service API )
- select the corresponding campaign over a period of time
- for each campaign get a way to link the contacts to the campaign (usually by a list id)
- do some calculations / manipulations to dedupe the contacted people
From what I see there is no current way to match contact to a campaign in a way that allows deduplication ?
Based on this topic Get Contacts that an Campaign was sent to it seems it’s not possible to get the corresponding contacts.
But my current understanding of the API is rather limited, if any body can confirm / infirm / help me navigate this.
Thanks in advance