Do not send entire batch of ids with Subject Request API
J
Juniper Hare
Have flags/options in Subject Request API (SR API) to limit API response and not receive the entire batch of opted-out records.
For example,
1) subset=mine. Only send ID's in my DL or API subset.
2) release=x. Only send ID's opted out since that release date. release=17 would return opt-outs submitted since launch date of release 17.
3) use a date range. This way a customer can parse daily, weekly or whatever cadence fits their use case.
A
Amber Roadrunner
Date range is nice, since it is in-frequent data- process can just check if any new opt-out IDs since last successful run. If not- do nothing. If there is, then more processing needed to go through and remove people data rows.