filterQuery.locations(locations);
}
String keywords = te.getProperties().getKeywords();
if (keywords != null && keywords.length() > 0) {
filterQuery.track(keywords.split(","));
}
String userIds = te.getProperties().getUserIds();
if (userIds != null) {
String[] stringUserIds = userIds.split(",");