Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 3.04 KB

File metadata and controls

24 lines (16 loc) · 3.04 KB

FilterNotificationTarget

Properties

Name Type Description Notes
lastSession String relation = &quot;>&quot; or &quot;<&quot; hours_ago = number of hours before or after the users last session. Example: &quot;1.1&quot; [optional]
firstSession String relation = &quot;>&quot; or &quot;<&quot; hours_ago = number of hours before or after the users first session. Example: &quot;1.1&quot; [optional]
sessionCount String relation = &quot;>&quot;, &quot;<&quot;, &quot;=&quot; or &quot;!=&quot; value = number sessions. Example: &quot;1&quot; [optional]
sessionTime String relation = &quot;>&quot;, &quot;<&quot;, &quot;=&quot; or &quot;!=&quot; value = Time in seconds the user has been in your app. Example: &quot;3600&quot; [optional]
amountSpent String relation = &quot;>&quot;, &quot;<&quot;, or &quot;=&quot; value = Amount in USD a user has spent on IAP (In App Purchases). Example: &quot;0.99&quot; [optional]
boughtSku String relation = &quot;>&quot;, &quot;<&quot; or &quot;=&quot; key = SKU purchased in your app as an IAP (In App Purchases). Example: &quot;com.domain.100coinpack&quot; value = value of SKU to compare to. Example: &quot;0.99&quot; [optional]
tag String relation = &quot;>&quot;, &quot;<&quot;, &quot;=&quot;, &quot;!=&quot;, &quot;exists&quot;, &quot;not_exists&quot;, &quot;time_elapsed_gt&quot; (paid plan only) or &quot;time_elapsed_lt&quot; (paid plan only) See Time Operators key = Tag key to compare. value = Tag value to compare. Not required for &quot;exists&quot; or &quot;not_exists&quot;. Example: See Formatting Filters [optional]
language String relation = &quot;=&quot; or &quot;!=&quot; value = 2 character language code. Example: &quot;en&quot;. For a list of all language codes see Language & Localization. [optional]
appVersion String relation = &quot;>&quot;, &quot;<&quot;, &quot;=&quot; or &quot;!=&quot; value = app version. Example: &quot;1.0.0&quot; [optional]
location String radius = in meters lat = latitude long = longitude [optional]
email String value = email address Only for sending Push Notifications Use this for targeting push subscribers associated with an email set with all SDK setEmail methods To send emails to specific email addresses use include_email_tokens parameter [optional]
country String relation = &quot;=&quot; value = 2-digit Country code Example: &quot;field&quot;: &quot;country&quot;, &quot;relation&quot;: &quot;=&quot;, &quot;value&quot;, &quot;US&quot; [optional]