0

Have cognito setup and working and I'm using pinpoint for analytics to track user sign-ups, sign-ins. etc. the problem is I have setup pinpoint according to this doc (http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-pinpoint-integration.html) and have connected it to the app client in cognito but I am not getting any data in pinpoint when I sign up a new user etc. Specifically when I create a new user in my webapp I confirm that the new user has indeed been created in cognito and then check pinpoint and pinpoint shows zero users have signed up.

4

1 回答 1

0

您具体使用哪些 SDK 与服务交互?如果您使用任何 Javascript SDK,则需要填充 AnalyticsMetadata https://github.com/aws/aws-sdk-js/blob/master/apis/cognito-idp-2016-04-18.normal。 json#L2344在特定请求中,因为 Javascript AWS 框架不代表您提供此功能(类似于 Android 和 iOS 开发工具包)。

于 2017-12-08T00:24:16.247 回答