简体   繁体   English

如何在 AWS Pinpoint 中创建自定义控制面板?

[英]How do you create custom dashboards in AWS Pinpoint?

AWS Pinpoint Analytics appears to have replaced Amazon Mobile Analytics. AWS Pinpoint Analytics 似乎已经取代了 Amazon Mobile Analytics。 In Mobile Analytics, you were able to create custom dashboards .在 Mobile Analytics 中,您能够创建自定义仪表板

I'm struggling to find the feature in AWS Pinpoint.我正在努力寻找 AWS Pinpoint 中的功能。 I'm assuming it's in there somewhere, but alas, I haven't found it yet.我假设它在某个地方,但是,唉,我还没有找到它。

@D.Patrick, you can create custom dashboards with Pinpoint data but not directly within Pinpoint console i.e You would need first to export your Pinpoint event data to a persistent storage (eg S3 or Redshift) using Amazon Kinesis . @D.Patrick,您可以使用 Pinpoint 数据创建自定义仪表板,但不能直接在 Pinpoint 控制台内,您需要首先使用 Amazon Kinesis将 Pinpoint 事件数据导出到持久存储(例如 S3 或 Redshift) Once in S3, you can use analytics tools to further analyze or visual the data.进入 S3 后,您可以使用分析工具进一步分析或可视化数据。 Such analytic tool offered by AWS include AWS Quicksight or AWS Athena . AWS 提供的此类分析工具包括 AWS Quicksight或 AWS Athena Other analytics(none-AWS) tools include Splunk其他分析(非 AWS)工具包括Splunk

Check out the blog by AWS on this topic:查看 AWS 关于此主题的博客:

https://aws.amazon.com/blogs/messaging-and-targeting/creating-custom-pinpoint-dashboards-using-amazon-quicksight-part-1/ https://aws.amazon.com/blogs/messaging-and-targeting/creating-custom-pinpoint-dashboards-using-amazon-quicksight-part-1/

The 3 parts of this session describe in detail how to use Python 3, with AWS Lambda to create the custom dashboards.本次会议的 3 个部分详细描述了如何使用 Python 3 和 AWS Lambda 创建自定义仪表板。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 AWS Pinpoint 自定义通道向 AWS Lambda 发送消息 - Sending message to AWS Lambda from AWS Pinpoint Custom Channel 如何在 ~/.aws/credential 文件中创建根凭证 - How do you create root credential in ~/.aws/credential file 如何使用 aws cdk 创建 s3 子目录? - how do you create s3 subdirectories using aws cdk? 如何通过 AWS Pinpoint 和 firebase 发送 iOS 推送通知? - How to send iOS push notifications through AWS Pinpoint and firebase? 您如何设置 AWS Cloudfront 以使用通配符提供对带有签名 cookies 的 S3 存储桶的自定义访问 - How do you setup AWS Cloudfront to provide custom access to S3 bucket with signed cookies using wildcards 如何在不使用 AWS Pinpoint 或 Twilio 的情况下通过短信实现 Lex 和用户之间的双向通信 - How to implement 2-way communication between Lex and a user through text messaging without using AWS Pinpoint or Twilio 您如何同时在 AWS Copilot 上部署多项服务? - How do you deploy multiple services on AWS Copilot at once? AWS PinPoint - 来自 Postman 的短信 - AWS PinPoint - SMS Message From Postman 如何使用 SnapStart 将 CRaC 运行时挂钩附加到 AWS Lambda? - How do you attach CRaC runtime hooks to an AWS Lambda with SnapStart? 如何让 kubectl 登录到 AWS EKS 集群? - How do you get kubectl to log in to an AWS EKS cluster?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM