Introducing a new feature: dynamic tags. When creating a dynamic tag, instead of adding individual content items to the tag, you set up rules which define what content gets included in the tag. Then when the time comes to show the tag contents to users (for instance in a slider), our system calculates which content items should be shown based on the rules you set up.
In this first iteration of the feature, dynamic tags are populated based on the following rules:
- Content type: specify one or more content types to show in the tag. Items will be included in the dynamic tag if they belong to any of the given content types.
- Tags: specify one or more tags the item must belong to. Items will only be included in the dynamic tag if they belong to all of the given tags.
A content item is only included in the final result if it passes all of the rules you’ve defined.
So for example, suppose you have several tags already set up in your app: “Kids”, “Fiction”, and “Non-fiction”. Now you want to create a “Kids fiction” slider that includes audiobooks and videos. Formerly, you would have needed to either add items to the slider manually or tag all your audiobooks and videos with a new specific “Kids Fiction” tag. But now you can create a dynamic tag with content types of “Audiobook” and “Video”, include the tags “Kids” and “Fiction”, and then populate your slider with that new dynamic tag.
Check it out now on your dashboard under Dynamic tags!