Skip to main content

Setting Up LTZ Distribution

Once your brand profile is configured, your security key is generated, and you've deposited your loyalty budget, the next step is to automate your loyalty credit distribution.

What is LTZ Distribution?

LTZ Distribution allows you to automatically reward customers with LTZ tokens when they perform specific actions on your website, app, or community channels.

Common actions include:

  • Newsletter signups
  • Account creation
  • Purchases
  • Product reviews
  • Discord event attendance
  • Social media engagement

Step 1: Access LTZ Distribution Settings

  1. From your sidebar menu, go to Settings → LTZ Distribution
  2. You'll see tabs for Setup, Events, Integration, and Analytics.

Let's start with Setup to choose your baseline strategy.

Step 2: Choose an Industry Template

Under the Setup tab, you'll find ready-made Industry Templates designed for your business type.

Available templates:

  • E-commerce (purchases, reviews, cart actions)
  • SaaS / Software (signups, subscriptions, usage)
  • Financial Technology (transactions, referrals)
  • Healthcare (appointments, wellness actions)
  • Education (enrollments, completions)
  • Media / Publishing (subscriptions, shares)
  • Hospitality (bookings, reviews)
  • Retail (visits, purchases, downloads)

Select the template that best fits your industry. Each comes pre-loaded with event types and reward amounts you can customize.

Example: If you pick the Education template, it comes with events like "Course Completion" and "Student Enrollment" pre-configured.

Step 3: Manage Events

Go to the Events tab to see your Active Distribution Rules.

Simple vs. Detailed View

  • Simple View: Shows a compact list of events. Perfect for quick status checks.
  • Detailed View: Shows full descriptions, categories, and icons.

Adding New Events

  1. Click "+ Add Event".
  2. Choose from popular presets (Simple Mode) or browse by category (Advanced Mode).
  3. Enable the event and set your reward terms.

Configuring Rules

Each rule allows you to define:

  • Distribution Limit (LTZ): How many tokens to award (e.g., 50 LTZ).
  • Restriction:
    • Once Per Lifetime: Good for signups.
    • Time-Based Cooldown: Good for daily check-ins (e.g., 24 hours).
    • Unlimited: Good for purchases.
  • First N Users Limit: (Advanced) Create scarcity by rewarding only the first 100 users (Gamification).

Step 4: Custom Events & Discord Drops

Want to reward something specific, like "Attending a Webinar" or "Joining a Discord AMA"?

  1. Click "Create Custom".
  2. Name your event (e.g., "AMA September").
  3. The system generates a unique Event ID (e.g., custom_ama_sept).
  4. Set the reward amount and limits.

Using with Discord

You can now use this Event ID with our Discord Loyalty Bot:

  1. In your Discord server, run:
    /drop event_id:custom_ama_sept label:"Claim AMA Rewards"
  2. The bot posts a button.
  3. Users click the button to instantly receive the LTZ amount you configured!

This allows you to create unlimited "Pop-up Rewards" without changing any code.

Step 5: Website Integration

To track events on your website:

  1. Click the Integration tab.
  2. Click "Copy Script".
  3. Paste the script before the closing </head> tag on your website.

The script automatically detects standard events (like form submissions) based on your template settings. For custom events, you can use the provided code snippet:

loyalteez.send('custom_event_id');

Step 6: Verify Integration

Return to the Integration tab and use the Test Tool to simulate events and ensure your rewards are firing correctly.

Step 7: Review Analytics

Open the Analytics tab to view performance metrics including:

  • Total LTZ distributed
  • Unique users rewarded
  • Success rate of claims
  • Most popular events

Manual LTZ Distribution

For one-off rewards not tied to an event (e.g., "Sorry for the bug" or "Winner of contest"), use the Manual tab:

  1. Enter user email(s) or upload a CSV.
  2. Set the amount.
  3. Click "Distribute".

Next Steps

Now that distribution is configured, create perks that customers can redeem with their LTZ!

Continue to: Creating a Perk

Need Help?