From 5661b4aa018afe1d6b5e21335fcd8fdf79ce22fe Mon Sep 17 00:00:00 2001 From: KellieHawks Date: Fri, 24 Feb 2023 16:37:32 -0500 Subject: [PATCH] BD-1944: Clarify endpoint property --- _docs/_api/endpoints/export/campaigns/get_send_analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_api/endpoints/export/campaigns/get_send_analytics.md b/_docs/_api/endpoints/export/campaigns/get_send_analytics.md index 530a93d2de3..c16b824a2f0 100644 --- a/_docs/_api/endpoints/export/campaigns/get_send_analytics.md +++ b/_docs/_api/endpoints/export/campaigns/get_send_analytics.md @@ -60,7 +60,7 @@ Authorization: Bearer YOUR-REST-API-KEY "bounces": (int) the number of bounces, "body_clicks": (int) the number of body clicks, "revenue": (float) the number of dollars of revenue (USD), - "unique_recipients": (int) the number of unique recipients, + "unique_recipients": (int) the number of unique recipients at the campaign-level, "conversions": (int) the number of conversions, "conversions_by_send_time": (int) the number of conversions attributed to the date the campaign was sent, "conversions1": (optional, int) the number of conversions for the second conversion event,