Using the Ruby gem wrapper for the Airship API (https://github.com/urbanairship/ruby-library), we sometimes send push notifications that target multiple named users as their audience.The use case for this is generally when we want to target certain groups of users that are selected based on behaviors or other factors that are outside of the context of Airship itself.
So far we've limited and broken them down into chunks of 1000 named users per push notification audience, however, this is starting to become impractical because our product occasionally runs campaigns that target thousands or even tens of thousands of specific users.
Is there a defined limit for how many named users can/should be targeted in the audience of one push notification?
Comments
3 comments