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

demandé il y a 5 ans222 vues
1 réponse
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
répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions