# Offer Prompts Merge Tags 1. `{{entity_id}}` ID of the entity the prompt is being shown on, such as a List, Offer, Product, etc. This field returns the slug when the entity is a List. 2. `{{entity}}` Class name of the entity the offer is being shown on, such as List, Offer, Product. 3. `{{free_items_list_slug}}` Slug of the list that contains the free items available with the offer. 4. `{{coupon_code}}` Coupon code of the offer. 5. `'{{reward_quantity}}` Number of rewards to be given to the user, from the reward_quantity field in the Offer. 6. `{{current_value}}` Current value returned by the rule attached to the prompt. 7. `{{desired_value}}` Minimum value of the rule needed for it to be satisfied. 8. `{{difference}}` Difference in current value and desired value. Use for statements such as `Add {{difference}} more products to get your free gift.` 9. `{{name}}` Name of the user. 10. `{{state}}` State of the offer. Will be one of `uninitialized, initialized, active`.