Content Groups

For the complete documentation on the "content-group" resource, please refer to https://docs.actv8me.com/v1.2/reference/content-group

Content Groups are a mechanism to group content into "buckets" so that they can be targeted uniquely. For example, your campaign may require that users on iOS devices are delivered offers related to Apple Products, while users using Android devices should get android-related offers.

You can create as many groups as your campaign requires. These groups are then linked to the Delivery Preset so that they can be shared across other triggers.

Creating a Content Group

To create a Content Group, you may use the following endpoint:

POST /content-group

Reference: https://docs.actv8me.com/v1.2/reference/content-group#post_content-group

Attaching Content to Group

You may use the following endpoint to attach (add) content to a Content Group:

POST content-group/{id}/content/{content_id}

Reference: https://docs.actv8me.com/v1.2/reference/content-group#post_content-group-id-content-content-id


What’s Next