Skip to main content
Tags can be used for organization, Alerts, Rate limiting, and more which means having the right tags helps your team and your end-users
These examples are in Ruby, which you can run with irb in the terminal or claude can help translate them

Example: List all the Tag IDs and names

Example: Tag four Tours with exactly these three tags each

  • A Tour, Microsurvey, and Embeddable are all model_type=Campaign
  • Use tag_names to remove any current tags and add exactly the tag_names tags

Example: Tag one Tour and one Launcher

  • Use tag_name with a + to add the tag and - to remove a tag