Spot
Spot represents a dedicated place in the application interface used to display an LTO (Limited-Time Offer) badge. A Spot defines where an LTO badge can appear in the app and serves as an attachment point for LTO campaigns.
A single LTO campaign can be configured to use multiple Spots, and at the same time multiple campaigns can be assigned to a single Spot.
You can see an example of a created Spot in the demo application here.
Key characteristics
- A Spot represents a placement for displaying an LTO badge in the application UI.
- One LTO campaign can be associated with multiple Spots.
- One Spot can be associated with multiple LTO campaigns.
- Spot is compatible with all types of LTO campaigns.
- Spot does not contain display logic itself and is used as a binding point for campaigns.
How to create a Spot
- Go to Configuration > Native elements > Create new.
- In the creation form:
- Select the target Application.
- Enter Name.
- Use
snake_caseor another format supported by your project. - The value must exactly match the identifier used in the application code so the Spot is correctly triggered.
- Use
- Enter Human-readable name.
- Recommendation: use the same value as in Name for consistency.
- Set Native element type to Spot.
Optional fields
- Default image You may upload an image showing how the Spot or LTO badge appears in the application UI. This is typically used for reference and visual context. The field is optional.
- Status
- Default value: Active.
- If the Spot is no longer needed, you can change the status to Archived. Once archived, the Spot cannot be used in campaigns or restored. To use a Spot again, you must create a new one with a unique name.
Final step
Click Save to create the Spot.
Once created, the Spot can be used in LTO campaigns to display an LTO badge in the corresponding areas of the application.