Magic tagging for manipulating customer balance

Learn how to use Magic Tagging in Joy Loyalty to easily manipulate customer point balances by adding tags. A flexible alternative to API-based adjustments.

This feature is available on the Advanced plan and above.

Introduction

With our new Magic Tagging feature, we drew inspiration from Shopify Flow, which allows actions to be triggered based on conditions and events. However, while Shopify Flow can automate actions like adding tags to customers, it doesn’t support dynamic value extraction from the tag content for loyalty activities.

To bridge this gap, we’ve introduced Magic Tagging within the Joy Loyalty app, providing an alternative way to manipulate customer point balances without needing to use our API.

How Magic Tagging works

Magic Tagging allows you to add or remove points from a customer's balance by simply adding a tag to their profile. For example, you can use a tag like: "Joy: Add 500 - Place order #111 via POS" This format will adjust the customer's balance by 500 points, and the comment section helps track the reason for the adjustment.

This feature gives you an alternate method for managing customer balances, especially useful if you're looking for flexibility beyond the Joy API.

Setting up Magic Tagging

To enable this feature, you’ll need to first turn on the Manage Tags option in your settings:

  1. Navigate to Settings > Developer within the Joy app.

  2. Enable the Manage Tags feature.

Once enabled, you can add a tag to a customer using the following format: "Joy: " + Add/Remove + Points + " - " + Comment. For example: "Joy: Add 100 - Place order #111 via POS". This will add 100 points to the customer’s balance and include a comment for easy tracking.

Important usage notes

  • Triggering the Action: The tag will only trigger the balance adjustment when you add the tag and hit save on the customer profile.

  • Handling Duplicate Tags: If the customer already has a tag like "Joy: Add 100", and you want to add another 100 points, make sure to include a unique comment. This ensures that the system recognizes it as a new tag. Alternatively, you can remove the previous tag, save it, and then add the new tag.

  • Programmatic Usage: If you’re using this feature programmatically, it’s best to remove all "Joy:" tags from the customer once the action has been triggered to keep the system clean.

Wrap up

Magic Tagging provides a flexible way to adjust customer point balances without relying on the API, making it a useful tool for store owners looking to streamline loyalty management. Whether you’re manually adding tags or integrating them programmatically, this feature offers an easy way to manipulate points and keep track of customer activities.

Last updated