Venues

A venue represents a physical location. You can use the Loyalty Console to create and manage venues associated with your loyalty program.


Venues use cases

B2C

If you have a B2C loyalty program, venues will typically represent your own retail outlets that your customers visit, or retail outlets of your partners where offers are available to them.

In this use case venues allow you to:

  • List and display venue information to help your customers find your venues and get information about them in your customer interface (either your own, or our Loyalty Microsite and Loyalty Mobile App)

  • Associate rewards with specific venues to highlight venue-specific availability

  • View how your loyalty program is performing by individual venue with reporting on a venue-by-venue basis

B2B

If you are using the system in a B2B configuration, venues will typically represent the retail locations of your customers.

In this use case venues allow you to:

  • Link a user to a specific venue

  • Record data about your clients at both a user and location level


Managing venues

Creating a venue

When you create or edit a venue, you can specify the following information:

Field
Description

Name*

A name to represent the venue, visible to both administrators and end-users

Address*

Enter the full postal address of the venue including street address, town, city, region/state, postcode and country.

Postcode*

Enter the zipcode or postcode of the address.

Latitude & longitude*

Enter the latitude & longitude of the address. If adding a venue using the Loyalty Console, when 'Calculate coordinates from address' is turned on, the latitude and longitude fields will auto-fill and the map on the right of the display will show the coordinates of the venue after you enter an address.

Type*

This defines the relationship between the venue and your program. The following types are supported:

  • Tenant - A venue directly related to your organization (most common)

    Use this for physical locations you own or control, such as retail stores or participating branches in your loyalty program.

  • User - A venue associated with a specific user

    Common in B2B programs where users represent businesses. For example, this could be the head office address of user in your program.

  • Merchant - A venue tied to a merchant in receipt-based loyalty flows

    Used when scanning receipts issued by third-party stores (e.g. Target). The merchant venue represents the location printed on the receipt.

External identifier*

A reference that is used for the venue (i.e. a store number or CRM ID).

Description

Optionally add some text describing the venue, visible to both administrators and end-users.

Venue category

Optionally specify a category for the venue.

Availability

By default the venue will be active in your loyalty program immediately after it has been created. Toggle this setting to off to schedule this venue to become available at a later date

Attributes

Specify additional data about your venue. This data must be entered in JSON format.

Displaying a phone number and opening times for a venue in the Loyalty Mobile App

If you're using our Loyalty Mobile App, you can display the telephone number and opening times for a venue by adding the following attribute set to a venue:

Venue telephone number & opening times JSON
{
"telephoneNumber": "+44 01437 532812",
"openingTimes": {
"monday": "Closed",
"tuesday": "5 – 9.30pm",
"wednesday": "12 – 2.30pm & 5 – 9.30pm",
"friday": "12 – 2.30pm & 5 – 10pm",
"saturday": "12 – 2.30pm & 5 – 10pm",
"sunday": "3 – 8pm"
}

Deleting a venue

Just like rewards and reactors, after a venue is deleted it is technically archived and will be listed in the inactive tab on venues screen. This is so historic data (including events and rewards) relating to the venue are still available in analytics and when auditing your loyalty data.

Venue categories

Venue categories work in a very similar way to reward categories, allowing you to group venues into categories for easier browsing by your end-users.

You can create venue categories from the create venue screen, and you can edit and delete categories from the venue list on the right side.

Last updated

Was this helpful?