简体   繁体   English

托管分析并向客户安排报告

[英]Hosted analytics with scheduled reports to customers

I've been hunting the interwebs for days on this and keep coming up with little to nothing. 我已经在这个网络上搜寻了好几天了,并不断提出一些建议。

I have a requirement where our company needs to send scheduled reports to our customers about analytics. 我有一个要求,我们公司需要将预定的报告发送给我们的客户有关分析的信息。 Think: engagement, views, etc. 思考:参与度,观点等

This report would be in the form of an email with a summary, and and attached PDF with pretty graphs etc. Basically doing something to what Quill Engage does for GA data, but using our own application data. 该报告的形式为带有摘要的电子邮件,并带有带有漂亮图形的PDF附件等。基本上是对Quill Engage对GA数据所做的事情,但使用我们自己的应用程序数据。

Essentially, i'd like to import my data (SQL Azure) into a service (with a periodic refresh), segment the data based on my customers (eg a 'user id'), then send this segmented data to each customer on a scheduled basis. 本质上,我想将数据(SQL Azure)导入服务(定期刷新),根据我的客户(例如“用户ID”)对数据进行细分,然后将此细分后的数据发送给每个客户预定的基础。

SQL Server Reporting Services simply won't be pretty enough - these need to be branded, pretty emails going to customers. SQL Server Reporting Services根本不够用-这些需要带有商标的漂亮电子邮件发送给客户。

I was looking at Power BI initially for analytics, but it doesn't do scheduled reports. 我最初将Power BI用于分析,但是它不执行计划的报告。

The closest thing i found to this was Zoho Reports . 我发现与此最接近的是Zoho Reports

The only other option i can think of is using a PDF merge service like Webmerge . 我能想到的唯一其他选择是使用Webmerge之类的PDF合并服务。 But that means i'd need to write my own code to grab data, call into the API and generate an email. 但这意味着我需要编写自己的代码来获取数据,调用API并生成电子邮件。

There is no shortage of analytics SaaS products out there, but not many seem to support scheduled reports to customers , segmenting the data (most seem tailored to internal company emails). 市场上不乏分析型SaaS产品,但似乎没有多少产品支持预定给客户的报告,对数据进行细分(大多数似乎是为内部公司电子邮件量身定制的)。

Can anyone give me some advice? 谁能给我一些建议?

Thanks 谢谢

EDIT 编辑

The only challenge, is that the customer list grows dynamically. 唯一的挑战是客户列表会动态增长。 The analytics are based on customer application data, so every month there could be new customer data, and new customers to email. 该分析基于客户应用程序数据,因此每个月可能会有新的客户数据,并有新的客户发送电子邮件。 Most services seem to require the recipients to be 'known' when the schedule is setup. 设置时间表后,大多数服务似乎都要求“知道”收件人。 So i'd need a service which takes a dynamic recipient list. 因此,我需要一种采用动态收件人列表的服务。

您可能想看一下养蜂人的数据 ,但仍不能100%地确定这对于您的特定案例将是一个很好的解决方案(但是,我很肯定他们支持按计划发送给电子邮件的报告)

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

相关问题 Sitecore 8体验分析报告为空 - Sitecore 8 Experience Analytics Reports are Empty 通过邮件计划的SQL Server报告 - Scheduled SQL Server reports via mail 使用C#生成手动计划的Crystal报表 - Generating Manually Scheduled Crystal Reports in C# 发送包含Bugzilla“报告”的预定电子邮件 - Sending scheduled emails that include Bugzilla “reports” Google Analytics(分析)PDF报告未显示数据 - Google Analytics PDF reports not displaying data 为什么我的 Google Data Studio 预定报告延迟? - Why are my Google Data Studio Scheduled Reports Delayed? 如何在Google Analytics(分析)报告中过滤笔记本电脑/笔记本电脑用户 - How to filter laptop/notebook users in Google Analytics Reports 提供数百种Google Analytics(分析)报告的最佳方法是什么? - What is the best way to provide hundreds of Google Analytics reports? “没有这种观点的数据。” 在 Google Analytics 的 Measurement Protocol 中具有自定义维度的报告中 - “There is no data for this view.” in reports with custom dimensions in Measurement Protocol of Google Analytics Google Analytics(分析)报告Embed API返回403错误 - Google Analytics Reports Embed API returns 403 error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM