0

Here from the below screen, after creating a campaign in AWS Pinpoint, we get the Endpoints Targeted and Endpoints Delivered. I am similarly creating the campaign though the Pinpoint API but I am not getting these values in response.

https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns.html#CreateCampaign

Screen After Campaign

Akhilesh Sharma
  • 133
  • 1
  • 1
  • 9

1 Answers1

0

I ended up using a separate API for this

https://docs.amazonaws.cn/AWSJavaSDK/latest/javadoc/com/amazonaws/services/pinpoint/AmazonPinpoint.html#getCampaignDateRangeKpi-com.amazonaws.services.pinpoint.model.GetCampaignDateRangeKpiRequest-

But this API is not real-time. The data is populated after 1 hour

Akhilesh Sharma
  • 133
  • 1
  • 1
  • 9