简体   繁体   English

如何使用“Unique Args”从 SendGrid 获取所有分析数据还是有其他方法?

[英]How to get all analytical data from SendGrid using "Unique Args" or is there another way?

Example:例子:

to: john@gmail.com, mark@gmail.com, lisa@gmail.com至:john@gmail.com,mark@gmail.com,lisa@gmail.com

subject: "New feature"主题:“新功能”

body: "We have developed a new feature,..."正文:“我们开发了一项新功能,...”

What I need:我需要的:

  • a combined analytics data from all recipients about this particular email来自所有收件人的关于此特定 email 的综合分析数据
  • an identifier for each email, with which I can track how well email is performing每个 email 的标识符,我可以用它跟踪 email 的执行情况

I've found two approaches:我发现了两种方法:

  • Categories类别
  • Unique Arguments唯一 Arguments

Solution with "categories" suits my intent, but I believe its purpose is to label multiple emails with the same topic. “类别”的解决方案符合我的意图,但我相信它的目的是向 label 发送具有相同主题的多封电子邮件。

Solution with "unique arguments" isn't the best, because my app needs most of the analytical data SendGrid provides (clicks, opens, delivered, bounces, blocks,... etc) with as few interactions with SendGrid as possible.使用“唯一参数”的解决方案并不是最好的,因为我的应用程序需要 SendGrid 提供的大部分分析数据(点击、打开、交付、退回、阻止等),并尽可能少地与 SendGrid 进行交互。 If I would use this approach, API calls would skyrocket.如果我使用这种方法,API 次调用将会激增。

My questions are:我的问题是:

What do you recommend I use?你推荐我使用什么?

Is there another way I could approach the problem, if so, what?有没有另一种方法可以解决这个问题,如果是的话,是什么?

The solution are Event Webhooks.解决方案是 Event Webhooks。 Check out this link .查看此 链接

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

相关问题 Django SendGrid如何在EmailMultiAlternatives邮件中传递unique_args object - Django SendGrid how to pass unique_args in EmailMultiAlternatives mail object 如何从 SendGrid 获取每个 email 的所有分析? - How to get all analytics from SendGrid for each email? 通过 api 从 sendgrid 获取所有联系人 - Get all contacts from sendgrid via api 如何将所有事务模板从一个 SendGrid 帐户迁移到另一个帐户? - How does one migrate all transactional templates from one SendGrid account to another? 有没有办法使用 useCollectionData() 从 firestore 数据库中获取所有数据? - Is there a way to get all data from a firestore database using useCollectionData()? SendGrid webhook 事件可以包含来自个性化的 custom_args 吗? - Can SendGrid webhook events include custom_args from personalizations? 如何根据在另一个集合中执行的 Streambuilder 查询的结果将所有集合文档数据放入列表视图 - How to get all collection document data into a listview based on results from Streambuilder Query performed in another collection 如何使用扩展将所有数据从 firestore 获取到 bigquery - How to get all data from firestore to bigquery using extension 如何从 Firestore 集合中获取所有唯一值? - How to get all unique values from Firestore collection? SMTP 在 django 中使用 sendgrid 时出现数据错误 - SMTP Data Error when using sendgrid in django
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM