Dotdigital
Version 0.0.3
Check out the DotDigital API Docs for more information.
Set up
To get set up with the DotDigital connector you will need the following:
- Username - Your DotDigital username
- Password - Your DotDigital password
- Region - The Dotdigital region id your account belongs to e.g. r1, r2 or r3
Features
Feature | Support | Notes |
---|---|---|
Backfill | âšī¸ | Only 1 month due to limitations with the API |
Incremental | â | Supported for Campaign clicks, opens, and activity reports |
API reliability | đĸ | Reliable albeit slow |
Reports detail
âŦī¸ Report | đ Incremental key | đ Primary key | đ Link to API endpoint |
---|---|---|---|
All Campaigns | None | ID | Get All Campaigns |
All Segments | None | ID | Get Segments |
All Contacts | None | ID | Get Contacts |
Campaign Clicks | DATE_CLICKED | ID | Get campaign clicks and link groups since date |
Campaign Opens | DATE_OPENED | ID | Get campaign opens since date |
Campaign Activity | DATE_LAST_OPENED | ID | Get campaign activity since date |
Limitations
- The API is very quick to throttle so running 2 or more extracts at once is not recommended.
- Large data volumes can take a long time to run.
Duplicates on Campaign Clicks report for connector version 0.0.3
- Older versions of the connector (earlier than 0.0.3) had the chance of missing clicks when extracting of data has started very soon after a campaign has been created. This is resolved in version 0.0.3.
- The solution for the above problem means that the Campaign Clicks report (on connector version 0.0.3) will have duplicates when ran incrementally. These need to be dealt with in transforms.
Updated 12 months ago