0

I have integrated AWS Pinpoint in my web app but I can't find the submitted records anywhere in the Pinpoint dashboard.

This is how I'm sending a record:

await Analytics.record({
  name: 'Login',
  user: 'test',
})

the response looks like this:

Results:
  9f2d2900-178c-11ec-9a45-717cf5d64f65: {
    EndpointItemResponse: {StatusCode: 202, Message: "Accepted"}
    EventsItemResponse: {StatusCode: 202, Message: "Accepted"}
  }

What should I do in order to see that record with its information?

This how Analytics -> Events section looks like: enter image description here

And this is the project dashboard:
enter image description here

Valip
  • 4,440
  • 19
  • 79
  • 150

0 Answers0