How to track open, click and bounce stats email sent by aws SendBulkTemplatedEmail as email campaign? - amazon-sns

How to track open, click and bounce stats email sent by aws SendBulkTemplatedEmail as email campaign? I use SNS and notification is received. but not distinguish according campaign.

Related

how to send data message to user segment From Rest API

I'm using Advanced REST API to send data message for push notification.
In firebase console i can select user segment
as "Version","language",Country" etc..But how to select user segment for
Data message sent from REST API?
Or is their any other way to use select User segment for data message?
Also i want to send the notification for the user who has not opened app for few days.Is it possible with firebase data message?
When using the FCM rest API to send message, you can't target Analytics user segments. You can only send to devices identified by their unique token, or to topics where the client app is subscribed. The only way to send a message to a user segment is through the Firebase console.

How to send email notifications to a email group using AWS SNS?

I am working on a task to send email notifications to a group of users from AWS SNS. I have created a topic and tested the notifications by sending it to my email. But now I want to send these email notifications to a group which contains at least 10 15 email IDs.
How to send email notifications to a group or email alias using AWS SNS ?
Amazon SNS sends notifications to Email alias by configuring it in the SNS Topic Subscription. I found out the problem with the Email alias of my org which was not allowing the push notifications from AWS.
I verified it by creating a email group in googlegroups.com and then allow anyone to push emails to this group and there I go. All the recipients in my googlegroup started receiving notifications from AWS SNS topic.
Make sure to check the filters/restrictions in your organization's email alias. If the email alias does not allow the push notifications/emails from AWS then you will not receive the email notifications even after configuring the topic subscription.

Event publishing to Amazon SNS destination

I am getting account level notifications from Amazon SNS. But I am not getting event publishing notifications.
I set up configuration set and gave sns destinations as endpoints. In account level notifications we get bounces, complaints and delivery notifications. But I want open and click tracking for emails. So I created event publishing events. I am giving configuration set name while I am sending email.
Do we need to set sender email as AWS account email or we can any verified email?
Is there any way troubleshoot that configuration set is passing or not?

Firebase Analytics Event about notification

I am using FCM.
I made app server and send notification through app server.
I followed document of firebase analytic. Now, i want to know notification_open and notification_dismiss.
But it only show me notification_foreground and notification_receive.
According to https://support.google.com/firebase/answer/6317485?hl=en,
Notification_open and notification_dismiss is automatically collected event.
Why i can't get notification_dismiss and notification_open event?
Following image is my all analytics event on console.
enter image description here
The documentation for the notification events all contain the phrase "when sent by Firebase Notifications".
For example: notification_receive -- when a notification sent by Firebase Notifications is received by a device when the app is in the background
My experience is that "sent by Firebase Notifications" means "sent from the Notification panel of the Firebase Console". The events are not generated when the notifications are created by posting data to https://fcm.googleapis.com/fcm/send.

Can I specify a different email for the StackDriver Error Reporting Notification

We tried to use the StackDriver Error Reporting notification features, but it seems that for any Project, when we turn on the notification, it always sent to the email associated with the developer account that we logged in. How can we change it to a different email account. (we use PageDuty, and we want this notification to send to a pagerduty sink email account)
Today, email notifications on new errors for a given project are enabled per user and can only be delivered to the email associated with his user's account.
As a workaround, and if possible, you could setup an email filter that would forward these emails.
I am the Stackdriver Error Reporting product manager.
It is not the first time we hear this feedback and we are working on improving the situation.

Resources