What marketing feature-related events can be used in delivery target settings?¶
By implementing event tracking, you can specify the filter conditions for delivery target settings when users perform events.
In addition, there are events that Repro automatically tracks in conjunction with the use of marketing features. These events can be used without the need for SDK implementation.
The definitions of tracking are as follows.
※There may be events available in beta features, so please contact us for details.
Push Notification Sent¶
Indicates the notification was sent to the target device (request accepted by FCM/APNs).
or the control group, events are recorded regardless of whether the message could actually be delivered to the device.
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Push Notification Open¶
Indicates the user directly tapped and opened the notification.
Note: This does not record “assumed opens” defined in the dashboard; only direct taps.
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Web Push Sent¶
Request from Repro server to Web push delivery endpoint was successful
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Web Push Viewed¶
Web push notification was displayed
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Web Push Open¶
Web push notification was opened
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
In-App Message Viewed¶
In-app message was displayed
Includes control group data where messages are technically “processed” but not displayed.
Property Name |
Example Data |
Description |
|---|---|---|
in_app_message_id |
1234567 |
Unique and immutable ID assigned per campaign. |
In-App Message Clicked¶
Action button in the in-app message was clicked (including close button)
Includes data where the message is treated as closed in the case of a control group.
Property Name |
Example Data |
Description |
|---|---|---|
in_app_message_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Web Message Viewed¶
Web message was displayed
Includes control group data where messages are technically “processed” but not displayed.
Property Name |
Example Data |
Description |
|---|---|---|
web_message_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Web Message Clicked¶
Action button in the Web message was clicked (including close button)
Includes data where the message is treated as closed in the case of a control group.
Property Name |
Example Data |
Description |
|---|---|---|
web_message_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Email Sent¶
Among the emails that Repro server requested to send to the email vendor, those that were successfully delivered
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Email Open¶
Email was opened
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Email Link Clicked¶
Some link written in the email was clicked
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Email Failed¶
Among the emails that Repro server requested to send to the email vendor, those that were not delivered due to reasons such as hard bounce.
Hard bounce refers to email addresses that are not likely to receive emails in the future, such as non-existent email addresses or recipients who reject emails.
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |
Email Unsubscribe¶
Records an email unsubscription event triggered by clicking a Repro-provided unsubscribe link or an email client’s one-click unsubscribe feature (e.g., Gmail).
Property Name |
Example Data |
Description |
|---|---|---|
campaign_id |
1234567 |
Unique and immutable ID assigned per campaign. |