ONLINE
Bento

Tags

Tags are essential data labels that empower you to effortlessly monitor a subscriber's journey, such as whether they have made a purchase, completed an onboarding step, or advanced through a drip campaign. These versatile tags allow you to not only segment but also perform detailed queries on the users they are assigned to. By leveraging tags, you can create highly targeted marketing strategies, personalize user experiences, and gain deeper insights into customer behavior. The ability to dynamically apply and update tags ensures that you maintain an up-to-date and actionable view of your audience.

Available Endpoints

The Tag Model

The tag model is a simple named data point you can use to tag subscribers.

Properties

  • Name
    name
    Type
    string
    Description

    The name of the tag


GET/v1/fetch/tags

Get Tags

Returns a list of tags in your account.



Response

Returns a list of Tags in your account.


POST/v1/fetch/tags

Create Tag

Creates a custom tag in your account.

Required Attributes

  • Name
    name
    Type
    string
    Description

    The name of the tag to create.



Response

Returns the details of the created Tag.


DELETE/v1/fetch/tags

Delete Tag

Discards a tag in your account.

Required Attributes

  • Name
    name
    Type
    string
    Description

    The name of the tag to discard.

Was this page useful?

Your answer helps us find docs that need work.