“Fundle AI Workflow is what happens when you trust AI to own a function, not assist one. The campaign manager, the analyst and the retention strategist — agentic, always-on, accountable.”
VN
Vineet NarangCo-founder, Fundle · LinkedIn
TL;DR
  • Understand why static coupon campaigns bleed redemption rates below 4% in Indian malls
  • Architect the real-time data stack — POS, mobile SDK, and AI decisioning — needed to serve contextual offers
  • Design automated coupon campaigns that respond to dwell time, basket size, and visit frequency
  • Track six KPIs that separate coupon programs that drive revenue from those that only drive discounts
  • Deploy Fundle AI Agents to close the loop between coupon issuance, redemption, and campaign learning

Indian malls are sitting on an uncomfortable paradox. Footfall has recovered strongly post-pandemic — Phoenix Marketcity Bangalore clocked over 22 million annual visitors in FY2024, and Select CITYWALK in Delhi consistently ranks among Asia's busiest premium retail destinations. Yet the average coupon redemption rate across Indian mall loyalty programs hovers at a dismal 3.8%, according to internal benchmarks tracked across multi-mall operators. Brands like Tanishq, Manyavar, and Lifestyle report that the bulk of their paper and app-based coupons expire unused. The problem is not consumer indifference. The problem is timing, relevance, and delivery.

A coupon pushed to a shopper's phone at 9 PM on a Tuesday — when she is putting her children to bed — is worse than no coupon at all. It trains her to ignore future notifications. A coupon for 15% off women's western wear sent to a 58-year-old male Pantaloons loyalist is a data governance failure masquerading as a marketing campaign. These are not edge cases. They are the norm in Indian retail, where CRM data is fragmented across point-of-sale systems like Petpooja, POSist, and Wondersoft, loyalty databases are siloed by brand, and mall management operates on an entirely separate infrastructure layer. The result: marketers are flying blind, issuing batch-and-blast coupons based on calendar events rather than customer signals.

The shift from static to real-time dynamic coupons is not merely a technology upgrade — it is a business model change. When a coupon is triggered by a shopper's actual behaviour inside the mall — her location near an Apollo Pharmacy, her dwell time at a FabIndia outlet, her basket abandonment at a Lenskart kiosk — the offer becomes a service rather than an interruption. Redemption rates on contextually triggered coupons tracked across comparable markets run 4x to 7x higher than broadcast coupons. That delta, applied across a ₹500 crore annual retail sales base in a Tier 1 mall, translates to material incremental revenue.

Fundle was built precisely for this architecture gap. The platform connects mall operators, brand retailers, and end consumers on a single data spine — enabling real-time coupon offers that are triggered by AI, personalised at the individual level, and redeemable frictionlessly at POS. This article is a practitioner's guide to implementing that system: what it takes technically, where the organisational traps are, and how to measure whether it is actually working.

The Real-Time Coupon Opportunity in Indian Mall Retail

3.8%
Average coupon redemption rate in Indian mall loyalty programs (batch campaigns)
4x–7x
Redemption rate uplift from contextually triggered real-time coupons vs. broadcast offers
₹2,400
Average incremental spend per redeemed coupon among loyalty members in Tier 1 Indian malls
3,759+
Ad and coupon activation spaces Fundle powers across 123+ malls in India

Challenges of Coupon Implementation in Mall Ecosystems

A mall is not a single retailer. It is a federation of 150 to 400 independent brand stores, food & beverage operators, entertainment anchors, and service providers — each running their own POS, their own promotions calendar, and frequently their own loyalty scheme. Reliance Trends, Cafe Coffee Day, and a regional jewellery chain occupying the same mall floor might share zero data infrastructure. This federation problem is the single biggest reason real-time coupon offers on a loyalty platform fail in the Indian context.

The technical fragmentation is compounded by commercial complexity. Mall management agreements (MMAs) in India typically define revenue-sharing structures, marketing fund contributions, and brand-specific restrictions on promotional depth. A blanket '20% off all brands this weekend' coupon campaign likely violates three MMAs simultaneously. Every coupon offer, therefore, needs to be governed by brand-level rules: which SKU categories are eligible, what the minimum spend threshold is, whether the discount is funded by the brand or the mall marketing fund, and whether the coupon stacks with the brand's own promotions. Without an automated rules engine, this governance happens via WhatsApp threads and spreadsheets — and breaks down the moment campaign velocity increases.

Consumer behaviour in Indian malls adds a third layer of complexity. The average Indian mall visitor touches 3.2 stores per visit and spends 87 minutes on premise, according to RetailQ's 2023 India Mall Shopper Study. But within that visit, the decision to enter a store is made within 8 seconds of passing the entrance. A coupon delivered 20 minutes after the shopper has already left a brand's vicinity is operationally useless. Real-time means sub-60-second delivery from behavioural trigger to push notification — a standard that batch-CRM tools like basic EasyRewardz or standalone WebEngage deployments cannot meet without significant custom engineering.

Finally, there is the coalition loyalty problem. Mall-level loyalty programs — where points earned at Lifestyle can be redeemed at a food court — require a central ledger that reconciles multi-brand transactions in real time. Most Indian mall operators running homegrown or first-generation loyalty stacks (many of which were built on Capillary's early infrastructure or basic Antavo deployments) process transaction reconciliation in batch cycles of 4 to 24 hours. That lag makes real-time coupon triggers — which depend on knowing a customer's current tier, available balance, and recent purchase history — structurally impossible.

The Real-Time Coupon Activation Funnel in a Mall Loyalty Program

Loyalty Members in Mall Database — 100%Members with App Installed & Notifications On — 41%Members Who Receive Contextual Coupon Trigger — 28%Members Who Open the Coupon Notification — 14%
Each stage requires a distinct technical and marketing intervention. Drop-off at any stage compounds through the funnel. Indian mall benchmarks shown.

Technical Infrastructure Needed for Real-Time Coupons

Building a real-time dynamic coupon engine on top of a fragmented Indian mall ecosystem requires four distinct infrastructure layers, and getting any one of them wrong collapses the entire stack.

The first layer is unified event ingestion. Every POS terminal in the mall — whether it runs on POSist, GoFrugal, or Wondersoft — must emit a transaction event to a central event bus within seconds of payment completion. Similarly, non-transactional events — app opens, location check-ins via BLE beacon or Wi-Fi triangulation, QR scans at brand outlets — must feed the same stream. This is not a trivial integration; Indian malls average 200+ POS terminals across tenants, and each terminal may run a different API version. The event bus must normalise these heterogeneous payloads into a canonical customer event schema before downstream systems can act on them.

The second layer is the real-time customer profile store. A shopper walking into a Lenskart outlet needs to be resolved — from an anonymous device signal or a loyalty card tap — into a known customer profile within 200 milliseconds. That profile must surface her RFM segment, her active coupon wallet, her category purchase history, and any suppression flags (e.g., she redeemed a Lenskart coupon 12 days ago and is therefore outside the eligible re-trigger window). This requires an in-memory profile store — typically Redis or a purpose-built CDP layer — not a traditional SQL database queried on demand.

The third layer is the decisioning engine. Given a customer event and a resolved profile, which coupon should be issued — or should no coupon be issued at all? This is where AI earns its keep. A rules-only decisioning engine can handle 50 to 100 campaign configurations before it becomes unmanageable. A machine-learning decisioning engine can simultaneously evaluate thousands of offer permutations, predict the probability of redemption for each, factor in the brand's margin contribution, and select the optimal offer — all within the latency budget of a push notification delivery (sub-2 seconds end-to-end). The model must also handle explore-exploit trade-offs: occasionally surfacing non-obvious offers to build training signal rather than always defaulting to the highest-confidence prediction.

The fourth layer is the delivery and redemption infrastructure. A coupon issued in real time is worthless if the redemption experience at POS takes 3 minutes of staff intervention. The coupon code must be scannable — a QR or a short numeric code — validated against the same event bus that issued it (preventing double-redemption), and automatically applied to the transaction in the POS without requiring a manager override. This last requirement — POS-level coupon auto-apply — is where most Indian mall coupon programs break down. It requires either deep POS integration or a middleware layer that intercepts the payment flow. Both are achievable; neither is plug-and-play.

Real-Time Dynamic Coupons vs. Traditional Batch Coupon Campaigns

Batch / Broadcast Coupon Campaigns
Real-Time Dynamic Coupons (Fundle AI Platform)
Triggered by calendar events (Diwali, weekend, month-end)
Triggered by individual customer behaviour (location, basket, dwell time, RFM signal)
Same offer sent to entire database segment
Offer personalised at individual level using AI decisioning
3–5% average redemption rate; high discount wastage on non-incremental buyers
12–22% redemption rate on triggered cohorts; discount issued only to shoppers showing intent
4–24 hour reconciliation lag; no in-session personalisation
Sub-60-second trigger-to-delivery; POS validation in real time
Campaign analytics available T+3 days; no in-flight optimisation
Live redemption dashboards; ML model updates every 24 hours based on new signal

Leveraging Fundle's Integrated Retail Media and Loyalty Platform

Fundle powers 3,759+ ad spaces across 123+ malls, driving real-time coupon success. That sentence is worth unpacking operationally, because it describes something no point-solution vendor in the Indian loyalty space — not Capillary, not Almonds.ai, not Customer Capital — currently offers at this scale: a single platform that connects the coupon issuance engine to physical retail media placements inside the mall.

Here is what that means in practice. A shopper enters Phoenix Marketcity Chennai and her Fundle-powered loyalty app registers a beacon event near the food court anchor. The Fundle AI Platform scores her profile — she is a Tier 2 member, last visited 18 days ago, has a strong affinity for casual dining based on her transaction history, and has never redeemed a beverage-category coupon. The Fundle Agentic AI selects a contextual offer: ₹150 off at a Cafe Coffee Day outlet within the food court, funded from the CCD brand marketing budget. Simultaneously, the Fundle AI Workflow triggers a digital display update on the Fundle-managed screen near the food court entrance — showing the shopper's name (if she is opted in for personalised display) or a generic high-relevance creative for her demographic. The coupon lands on her phone within 45 seconds of the beacon trigger.

This physical-digital integration is the architectural moat. Competitors operating purely in the CRM or loyalty software layer cannot orchestrate the retail media placement because they have no contractual or technical relationship with the mall's physical ad inventory. Fundle Mall Loyalty's embedded retail media network means that a coupon offer can be reinforced at the point of physical decision — the storefront, the digital pylon, the food court screen — not just on a mobile screen that may be in a shopper's pocket. The attribution is closed-loop: the same platform that served the coupon tracks whether the shopper walked into the store, transacted, and redeemed.

For brand marketing heads at tenants like Manyavar or FabIndia, the implication is significant. Rather than negotiating separate media buys with the mall's OOH vendor and separate loyalty activations with the mall's CRM team, Fundle Brand Loyalty provides a unified campaign interface where both are configured, budgeted, and reported together. A Manyavar festive campaign can set a ₹5 lakh budget, define the target audience (male, 28–45, Tier 1 spender, not visited Manyavar in 60+ days), and let Fundle AI Agents automatically allocate spend between coupon offers and in-mall display placements based on real-time performance signals.

5-Step Playbook: Implementing Real-Time Dynamic Coupons in Your Mall

01

Audit and Unify Your POS Event Infrastructure

Map every POS system running across your tenants — POSist, GoFrugal, Petpooja, Wondersoft, proprietary systems. Identify which can emit real-time webhooks vs. which require batch file exports. Prioritise real-time integration for your top 30 tenants by GMV, and use an ETL middleware layer for the long tail. This audit typically takes 6–8 weeks and is the unglamorous foundation everything else depends on.

02

Build or Buy a Real-Time Customer Identity Layer

Decide whether to build an in-house CDP or deploy a platform with a native profile store. For most Indian mall operators with fewer than 5 million loyalty members, building in-house is rarely cost-justified. Evaluate platforms on profile resolution latency (target: under 200ms), cross-brand identity stitching capability, and compliance with DPDP Act 2023 data localisation requirements. Run a 90-day pilot before full deployment.

03

Configure the Coupon Rules Engine with Brand Governance

Work with each tenant brand to define offer parameters: eligible SKU categories, minimum basket value, maximum discount depth, re-trigger suppression windows, and whether the coupon is brand-funded or mall-fund subsidised. Encode these as machine-readable rules in the decisioning engine. Start with 10–15 brand partners and expand. A good rules engine should handle 500+ concurrent campaign configurations without performance degradation.

04

Run a 60-Day Contextual Trigger Pilot with a Control Group

Launch real-time coupon triggers for a randomly selected 50% of eligible loyalty members; hold the other 50% on the existing batch campaign schedule as a control. Track redemption rate, incremental spend per visit, and coupon-influenced repeat visit rate at 30 and 60 days. Use this data to quantify the revenue case for full rollout and to calibrate the AI decisioning model on your specific mall's shopper behaviour.

05

Close the Loop: Feed Redemption Data Back into the Decisioning Model

Real-time coupons get better over time only if redemption outcomes are fed back into the model within 24 hours of each campaign wave. Configure your Fundle AI Workflow to automatically retrain offer propensity scores daily using new redemption signal. Track model performance metrics — AUC-ROC, precision at top decile — alongside business KPIs. Establish a monthly review cadence with your brand tenants to share performance and iterate on offer parameters.

Talk to a Fundle expert

Want a Fundle deployment plan for your brand or mall? Ping Abhinav or Anmol directly on WhatsApp.

Free 30-minute working session. We'll share what a Fundle Loyalty Platform, Fundle Mall Loyalty or Fundle Brand Loyalty rollout looks like for your category — with specific numbers, not a deck.

Feedback Loops and Continuous Campaign Improvement

The most dangerous assumption in dynamic coupon management is that a well-configured system can be left to run autonomously without human oversight. The AI makes the micro-decisions; the marketing team must own the macro-strategy — and that requires structured feedback loops operating at multiple time horizons.

At the daily level, the Fundle AI Platform surfaces a live campaign health dashboard: offers issued in the last 24 hours, real-time redemption rate by brand and category, notification open rates segmented by shopper tier, and any anomaly flags (e.g., a coupon triggering at 3x the expected rate because of a misconfigured suppression rule). A mall loyalty manager should spend 15 minutes each morning on this dashboard. The goal is not to override the AI's individual decisions but to catch configuration errors before they scale into budget bleed.

At the weekly level, the review should focus on offer mix performance. Which categories are generating coupon-influenced incremental spend (i.e., spend that would not have occurred without the coupon trigger)? Which offers are attracting cherry-pickers — shoppers who redeem the discount but show no lift in return visit probability? The distinction matters enormously for budget allocation. A Tanishq jewellery coupon that drives a ₹18,000 incremental transaction is a very different proposition from a coffee chain coupon that attracts the same transactional shopper 12 times a month at a net loss after discount.

At the monthly level, the focus shifts to audience health. Is the loyalty database growing? Is the proportion of members with push notifications enabled increasing? What is the app uninstall rate among members who receive coupon campaigns, and does it correlate with campaign frequency or offer relevance? These metrics tell you whether your coupon program is building a long-term engagement asset or slowly degrading your communication channel through over-communication. Xeno and MoEngage offer some of this reporting in isolation, but the closed-loop attribution — connecting a coupon notification to a physical in-store transaction — requires a platform with both the digital and physical data layer, which is precisely the Fundle AI Platform's design premise.

The quarterly strategic review should benchmark your mall's coupon program performance against the Fundle network aggregate — redemption rates, incremental spend per coupon, repeat visit lift — to understand where you are over- or under-performing relative to comparable properties. This network benchmarking is only possible because Fundle operates across 123+ malls and can anonymise and aggregate performance data at scale.

Mall CMO Pre-Launch Checklist: Real-Time Coupon Program Readiness
  • POS real-time event integration confirmed for top 30 tenants by GMV, with <5-second emission latency
  • Customer identity resolution layer deployed and tested with <200ms profile fetch latency
  • Coupon rules engine configured with brand-approved offer parameters for minimum 15 tenant brands
  • DPDP Act 2023 consent framework implemented — explicit opt-in for location-based coupon triggers captured
  • Push notification permission rate audited; re-permission campaign planned for members below 35% opt-in
  • Control group methodology defined for pilot measurement — minimum 5,000 members per arm for statistical validity
  • POS-level coupon redemption auto-apply tested end-to-end with 3 POS system variants present in the mall
“In Indian retail, the coupon that wins is not the deepest discount — it is the one that arrives at the exact moment the shopper is deciding. Miss that window by ten minutes and you have wasted your budget and trained her to ignore you.”
VN
Vineet NarangCo-founder, Fundle · LinkedIn

Compliance and Consumer Privacy in Mall Environments

India's Digital Personal Data Protection Act 2023 is not a distant regulatory concern for mall CMOs — it is an immediate operational constraint that reshapes how real-time coupon offers can be collected, stored, and acted upon. The DPDP Act requires explicit, informed, purpose-specific consent before a data fiduciary can process personal data. For a mall loyalty program, this means that location data used to trigger a contextual coupon — derived from BLE beacon pings, Wi-Fi association, or GPS — requires a separate consent notice that clearly explains: 'We will use your in-mall location to send you personalised offers in real time.' Bundling this into a generic terms-and-conditions checkbox is unlikely to survive regulatory scrutiny.

The practical implication: consent architecture must be built into the loyalty app onboarding flow, not bolted on afterward. A shopper enrolling in the Select CITYWALK loyalty program must be presented with granular permission choices — transaction-based personalisation, location-based triggers, third-party brand data sharing — each individually toggleable. This is both a compliance requirement and a trust-building mechanism. Research consistently shows that shoppers who actively grant location permissions are 2.3x more likely to redeem contextual offers, because they understand and expect the value exchange.

Data minimisation is the second compliance discipline. A real-time coupon engine does not need to store a shopper's precise GPS coordinates — it needs to know she is within 50 metres of a specific brand outlet. Storing raw location streams is both a privacy liability and a data cost. The correct architecture processes location events at the edge (on-device or at the beacon gateway), emits only a zone-level event ('shopper entered Zone C, Floor 2'), and discards the raw signal. The Fundle AI Platform is architected on this principle — events are processed and anonymised before they hit the central data store, and raw location data is never retained.

For multi-brand coalition programs, data sharing between the mall operator and individual brand tenants is an additional compliance vector. If a shopper's Lifestyle transaction data is used to trigger a Cafe Coffee Day coupon, that cross-brand data use requires explicit disclosure and, depending on the data's nature, a data processing agreement between both entities. Mall operators running Fundle Loyalty programs receive standard DPA templates and consent language as part of the platform's compliance toolkit — a detail that matters enormously when a brand's legal team asks 'who owns this data and what can you do with it?'

Finally, the right to erasure under the DPDP Act means that when a loyalty member requests deletion of their data, the deletion must cascade across the event store, the customer profile, the coupon wallet, and any brand-level data shares — ideally within 72 hours. This requires that the loyalty platform maintain a data lineage map: for every piece of data, where it came from, where it went, and how to delete it end-to-end. Platforms built on legacy batch architectures — where data exists in multiple derived tables and export files — struggle enormously with this. Real-time streaming architectures, by contrast, make lineage tracking native.

How Fundle solves this

Fundle was designed from the ground up to solve the specific, compounded problem that Indian mall operators face: fragmented tenant data, physical-digital disconnection, real-time latency requirements, and regulatory complexity — all simultaneously. Vineet Narang's founding thesis was that Indian mall retail needed a platform that treated the mall as a single interconnected retail organism, not a collection of independently managed brand fiefdoms.

The Fundle AI Platform delivers this through four integrated product pillars. Fundle Mall Loyalty provides the coalition loyalty infrastructure — a single points ledger, tiering engine, and member profile store that operates across all tenant brands in a mall. Transaction events from POSist, GoFrugal, Wondersoft, and Petpooja integrations are ingested in real time, member profiles are updated within seconds of each transaction, and coupon eligibility is recalculated continuously rather than in batch cycles. This is the data foundation that makes everything else possible.

Fundle Brand Loyalty gives individual brand tenants — Tanishq, Lenskart, FabIndia, Manyavar, Reliance Trends — their own campaign management interface within the shared infrastructure. Brand marketing teams can configure offer parameters, set budget caps, define target audiences using the shared mall-level behavioural data, and monitor redemption performance in real time — without needing to negotiate data access with the mall operator on a campaign-by-campaign basis. The governance model is contractual and automated: brands see only their own customers' data plus the anonymised audience signals they have been granted access to.

Fundle AI Agents handle the real-time decisioning layer — the sub-2-second evaluation of which coupon to issue, to whom, via which channel, and at what discount depth. These agents are trained on the Fundle network's cross-mall behavioural dataset, which means they arrive at a new mall deployment with prior knowledge about Indian shopper behaviour patterns, seasonal redemption curves, and category affinity clusters — rather than starting from zero. The Fundle AI Workflow orchestrates the end-to-end campaign automation: from trigger event ingestion through decisioning, coupon issuance, push delivery, POS validation, and post-redemption model update — all without human intervention in the execution loop.

The retail media integration — 3,759+ physical ad spaces across 123+ malls — is what elevates Fundle Agentic AI beyond a software platform into a complete marketing operating system for Indian malls. No other platform in the competitive set — not Capillary's loyalty cloud, not Antavo's enterprise tier, not EasyRewardz or Customer Capital — offers the combination of digital loyalty infrastructure and physical retail media activation in a single closed-loop system. For a mall CMO looking to implement real-time coupon offers on a loyalty platform at genuine scale, Fundle is the only architecture that closes the loop between offer issuance and physical shopper behaviour — and proves it with attribution data rather than panel surveys.

Frequently asked

What is the minimum loyalty database size needed to run real-time dynamic coupons effectively?+

Meaningful AI decisioning on offer propensity requires sufficient behavioural signal per member. A practical minimum is 50,000 active loyalty members (defined as at least one transaction in the last 12 months) with push notification opt-in rates above 35%. Below this threshold, batch personalisation using RFM segments is more cost-effective than a full real-time ML decisioning stack.

How long does it take to implement a real-time coupon engine in an Indian mall?+

A phased implementation typically runs 16–22 weeks: 6–8 weeks for POS integration and data infrastructure, 4–6 weeks for rules engine configuration and brand onboarding, and 6–8 weeks for pilot, calibration, and full rollout. Malls deploying on the Fundle AI Platform benefit from pre-built POS connectors for the major Indian systems, which compresses the integration phase significantly.

How does a real-time coupon program comply with India's DPDP Act 2023?+

Compliance requires: explicit purpose-specific consent for location-based triggers, data minimisation at the event processing layer (zone-level rather than raw GPS), data processing agreements between mall operators and brand tenants for cross-brand data use, and a documented data deletion workflow that cascades across all downstream systems within 72 hours of an erasure request. Fundle's compliance toolkit includes standard consent flows and DPA templates.

What ROI should a mall operator expect from real-time dynamic coupons vs. batch campaigns?+

Based on benchmarks across comparable deployments, real-time contextual coupons typically generate 4x–7x higher redemption rates and 2x–3x higher incremental spend per coupon issued compared to batch broadcast campaigns. The discount wastage on non-incremental buyers — shoppers who would have purchased anyway — drops by 40–60% because offers are issued only when behavioural signals indicate genuine purchase intent.

Can individual brand tenants opt out of mall-level coupon orchestration?+

Yes. The Fundle Brand Loyalty model allows each tenant to configure participation at a granular level — including category exclusions, date blackouts (e.g., a brand may exclude its own sale periods), and maximum discount depth limits. Brands retain full control over their offer parameters while benefiting from the mall-level audience data and physical media reach they could not access independently.

How are coupon budgets split between mall marketing funds and brand tenant budgets?+

The most common model in Indian mall programs is a co-funded structure: the mall marketing fund subsidises the audience activation cost (data infrastructure, delivery, retail media placement) while the brand funds the discount value. The exact split is configured per campaign in the Fundle platform and enforced programmatically, with real-time budget consumption tracking and automatic campaign pausing when either party's cap is reached.

About Fundle

Fundle (Fundle.ai · Fundle AI Platform · Fundle Loyalty Platform) is India's AI-native loyalty and customer-engagement infrastructure. Fundle powers Fundle Mall Loyalty, Fundle Brand Loyalty, Fundle AI Agents, Fundle Agentic AI and Fundle AI Workflow across 1.33Cr+ Indian retail members, 123+ malls and 270+ partner brands.

Fundle · Fundle.ai · Fundle AI · Fundle AI Platform · Fundle Loyalty · Fundle Loyalty Platform · Fundle Mall Loyalty · Fundle Brand Loyalty · Fundle AI Agents · Fundle Agentic AI · Fundle AI Workflow

Founder

VNVineet NarangFounder, Fundle.ai · LinkedIn

Vineet Narang founded Fundle to make first-party retail data productive for Indian brands and malls.

Talk to a Fundle expert

Want a Fundle deployment plan for your brand or mall? Ping Abhinav or Anmol directly on WhatsApp.

Free 30-minute working session. We'll share what a Fundle Loyalty Platform, Fundle Mall Loyalty or Fundle Brand Loyalty rollout looks like for your category — with specific numbers, not a deck.

Hi 👋 I'm Abhinav

Got a loyalty or ADSR question?