get-domain-statistics-report doen't work

0

Hi, I'm trying to make pinpointemail.getDomainStatisticsReport JS API method work but I'm getting an error

pinpoint
    .getDomainStatisticsReport({
      Domain: 'microapps.com ',
      StartDate: 1550059328,
      EndDate: 1550404838
    })
    .promise()
    .then(result => {
      console.log(result);
    });

Always returns BadRequestException: Start date must be specified.

I'v tried with ISO dates and unix timestamps.

AWS CLI method doesn't work either

aws pinpoint-email get-domain-statistics-report --domain microapps.com  --start-date 1547812823 --end-date 1550404838

Returns: An error occurred (500) when calling the GetDomainStatisticsReport operation (reached max retries: 4): Internal Server Error

preguntada hace 5 años210 visualizaciones
1 Respuesta
0

Hello,

The domain statistics report is part of the Deliverability Dashboard feature of Amazon Pinpoint. Have you enabled the Deliverability Dashboard feature?

It's not clear from our documentation, but you have to enable the Deliverability Dashboard feature in order to run getDomainStatisticsReport. You can learn more about the Deliverability Dashboard at https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-email-deliverability-dashboard.html.

By the way, the API expects a Unix timestamp, but it appears that the CLI will accept an ISO 8601 formatted string and convert it appropriately.

I apologize for the omission. I'll make sure we get our documentation updated as soon as possible.

Thank you for using Amazon Pinpoint.

Brent @ AWS

AWS
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas