Fundle
“Brand and mall teams shouldn't wait six weeks for a vendor to run a campaign. With Fundle, the loyalty CRM runs at the speed of the marketer's curiosity.”
VN
Vineet NarangCo-founder, Fundle · LinkedIn
TL;DR
  • •Understand the four DPDP obligations that directly impact loyalty data collection and analytics
  • •Architect a consent-first data pipeline that satisfies both legal teams and growth teams
  • •Implement data minimization without sacrificing the segmentation depth needed for AI-driven campaigns
  • •Benchmark your program against Fundle's ConsentFirst CMP, which already covers 123 Indian malls and 270 brands
  • •Track seven compliance KPIs alongside your standard loyalty metrics to stay audit-ready year-round

On 11 August 2023, the Digital Personal Data Protection Act received Presidential assent in India, ending a six-year legislative journey and opening a two-year window for businesses to retrofit their data practices. For Indian retail chains and mall operators, the clock is running faster than most compliance teams realise. Loyalty programs — by their very design — are among the most data-intensive touchpoints a brand operates. A single enrolled member at a Phoenix Marketcity or Select CITYWALK can generate 40–60 behavioural signals per month: purchase events, category affinities, visit frequency, redemption patterns, app interactions, and SMS click-throughs. Multiply that by hundreds of thousands of members and you have a first-party data estate worth protecting — and now legally obligated to govern.

The DPDP Act introduces the concept of a 'Data Fiduciary' — the entity that decides the purpose and means of processing personal data. Every retail CMO running a loyalty program, whether on a legacy stamp-card system or an AI-powered platform like Fundle, is now a Data Fiduciary under Indian law. That is not a metaphor. It carries real penalties: up to ₹250 crore per instance of non-compliance and up to ₹500 crore for systemic failures to implement adequate data security. These are not hypothetical regulatory risks. The Data Protection Board of India is expected to begin active enforcement within the first half of 2025.

Yet the conversation in most retail boardrooms is still siloed. Legal teams are drafting privacy notices in isolation. Technology teams are patching consent checkboxes onto existing enrolment flows. Marketing teams are running campaigns off unaudited data segments that predate the Act entirely. None of these functions are talking to each other with the rigour the law demands. The result is a compliance gap that is simultaneously a legal liability, a consumer trust deficit, and a missed analytics opportunity — because clean, consented, well-structured data is also better data for AI models.

This guide is written for the Retail CMO and Loyalty Program Manager who needs to close that gap. It covers the specific DPDP provisions that touch loyalty analytics, the technical architecture changes required, consent capture best practices, data minimization without analytics degradation, and the KPIs you should be tracking to stay audit-ready. Where relevant, we reference real platforms and real numbers from the Indian retail context so that this remains an operator-level resource, not a legal textbook.

DPDP and Indian Loyalty: The Numbers That Frame the Stakes

₹500 Cr
Maximum penalty under DPDP Act for systemic data security failures by a Data Fiduciary
68%
Share of Indian loyalty program members who say they would stop engaging if brands misused their personal data (Kantar 2024)
123 malls
Indian malls already covered by Fundle's ConsentFirst CMP for DPDP-aligned consent management
3.2x
Higher AI model accuracy on consented, structured first-party data vs. inferred or third-party data sets

DPDP Legal Requirements Affecting Loyalty Data Processing

The DPDP Act organises obligations around five core rights of the Data Principal — the individual whose data is being processed — and five corresponding duties of the Data Fiduciary. For a loyalty program, four of these obligations carry direct operational weight and cannot be dismissed as abstract compliance formalities.

First is the Consent Obligation. Loyalty programs that rely on personal data — mobile numbers, email addresses, purchase histories, location signals — must obtain free, specific, informed, and unambiguous consent before processing begins. The Act explicitly prohibits bundled consent: you cannot make loyalty enrolment conditional on the member accepting analytics-related processing that is not strictly necessary for the loyalty service itself. This means the common practice of embedding 'we may use your data for personalised marketing' inside a 500-word Terms and Conditions document is no longer legally sufficient. Consent must be purpose-specific, layered, and withdrawable at any time without penalty to the member.

Second is the Data Principal Rights Obligation. Members now have the right to access what data you hold, correct inaccurate records, and erase their data upon request. For a program like Tanishq's Golden Harvest or Lifestyle's Green Card, these requests must be fulfilled within a defined timeframe once the Data Protection Board finalises its regulations — expected to align with international norms of 30 days. If your loyalty platform cannot generate a full member data export or execute a deletion cascade across all downstream systems (CRM, CDP, email ESP, AI model training datasets), you are not compliant.

Third is the Data Localisation and Transfer Obligation. Personal data of Indian residents must generally be processed within India unless the Central Government specifically whitelist a jurisdiction for cross-border transfers. This has significant implications for loyalty platforms that route analytics workloads through AWS US East, GCP US Central, or offshore data warehouses for cost reasons. Any platform processing Indian consumer data for loyalty analytics must be able to demonstrate India-resident data processing. This requirement alone is forcing several international loyalty platforms to scramble for local cloud infrastructure.

Fourth is the Data Security Obligation. Data Fiduciaries must implement 'reasonable security safeguards' — a standard the Act deliberately leaves technology-neutral but which the industry expects to be interpreted as encryption at rest and in transit, role-based access controls, audit logging, and breach notification within 72 hours. For loyalty platforms that integrate with POS systems like POSist, Petpooja, GoFrugal, or Wondersoft, every API endpoint that carries personal data is now a potential audit surface. Security assessments need to cover the full integration chain, not just the loyalty application layer.

Understanding these four obligations in their operational specificity — not just their legal text — is the starting point for building a compliant loyalty analytics programme. The legal exposure is real, but so is the commercial opportunity: brands that build trust through transparent data practices consistently see 15–25% higher programme re-enrolment rates in Indian markets.

The DPDP Compliance Funnel for Loyalty Analytics

Consent Captured (Purpose-Specific, Layered) — Gate 1Data Minimization Applied (Only Necessary Fields Retained) — Gate 2Localisation Verified (India-Resident Processing Confirmed) — Gate 3Security Controls Active (Encryption, RBAC, Audit Log) — Gate 4
Each layer of the funnel represents a compliance gate that loyalty data must pass through before it is eligible for AI-driven analytics. Data that fails any gate must be suppressed from modelling pipelines.

Technical Architecture for Compliance in Loyalty Analytics

Compliance is not a policy document. It is an architecture decision. The technical choices you make in 2025 will determine whether your loyalty analytics is defensible in front of the Data Protection Board in 2027. There are five architectural principles that every Indian retail loyalty platform should build around.

The first is Consent as a Data Attribute. Every personal data record in your loyalty database must carry a consent metadata object: what was consented to, when, through which channel, with which version of the consent notice, and whether it remains active or has been withdrawn. This consent object must travel with the data through every downstream system — from your CRM to your CDP to your AI feature store. Platforms like Capillary, EasyRewardz, or Xeno that were architected before DPDP may not natively support consent-as-an-attribute without significant custom engineering. This is a key differentiator to evaluate in any platform assessment.

The second is a Consent Management Platform (CMP) that is purpose-built for Indian retail workflows. A generic EU GDPR-oriented CMP will not map cleanly to DPDP's consent vocabulary, which uses terms like 'Data Principal', 'Data Fiduciary', and 'Consent Manager' in ways that differ from GDPR's definitions. Indian retail-specific CMPs need to handle multilingual consent notices in at least 8–10 Indian languages, support consent capture across heterogeneous channels (POS terminal, mall kiosk, WhatsApp, mobile app, web), and maintain a tamper-evident audit trail.

The third is a Privacy-by-Design data pipeline. Loyalty analytics pipelines typically follow an Extract-Transform-Load pattern: raw transactional data is extracted from POS, transformed into member-level features, and loaded into a data warehouse for segmentation and campaign triggering. In a DPDP-compliant architecture, a Consent Filter Layer must sit between extraction and transformation. Only records with active, relevant consent pass through. Records with withdrawn consent are routed to a suppression registry, not simply deleted from raw storage — because deletion cascades across backup systems and AI training datasets are a separate, more complex operation.

The fourth is Differential Data Residency. Your loyalty platform should separate data by sensitivity tier: Tier 1 (name, mobile, email, DOB — highest sensitivity, India-only processing, end-to-end encrypted), Tier 2 (anonymised transaction vectors, category affinity scores — can be used for AI modelling with appropriate pseudonymisation), and Tier 3 (aggregated cohort statistics — can be exported or shared with brand partners without individual-level privacy risk). Most loyalty platforms today do not implement this three-tier structure, which means they either over-protect data (and lose analytics depth) or under-protect it (and accumulate regulatory risk).

The fifth is API Security Across the Integration Stack. If you are running a loyalty program on a mall management platform and syncing with tenant brands' POS systems — whether POSist at a food court tenant or GoFrugal at a fashion anchor — every API call that carries a member identifier is an audit surface. OAuth 2.0 with short-lived tokens, field-level encryption for PII in API payloads, and real-time API traffic monitoring are table-stakes for 2025. An integration partner that cannot demonstrate these controls should not have access to your member data estate.

Legacy Loyalty Data Architecture vs. DPDP-Ready Architecture

Legacy Loyalty Stack (Pre-DPDP)
DPDP-Ready Loyalty Stack
✗Consent buried in T&C at enrolment; no purpose granularity
✓Layered, purpose-specific consent captured via CMP; stored as data attribute per record
✗Monolithic member database; no sensitivity tiering
✓Three-tier data residency: PII, pseudonymised vectors, aggregated cohorts
✗AI models trained on full member data regardless of consent scope
✓Consent Filter Layer gates data into AI feature store; withdrawn consent triggers suppression
✗Deletion handled manually per request; no cascade to downstream systems
✓Automated deletion cascade covering CRM, CDP, email ESP, and AI training datasets
✗No audit trail for data access or processing events
✓Tamper-evident audit log with timestamp, actor, purpose, and data fields accessed

Role of ConsentFirst in Consent Capture and Audit Trails

Fundle's ConsentFirst CMP was built specifically for the complexity of Indian mall and multi-brand retail environments, where a single loyalty member might interact with 12–15 different tenant brands under one mall umbrella — each potentially requiring separate purpose-specific consent for their own analytics and marketing workflows. ConsentFirst supports DPDP compliance for over 123 Indian malls and 270 brands, making it the most operationally tested consent management infrastructure in Indian retail as of 2025.

What makes ConsentFirst architecturally significant is not just the consent capture UI — it is the audit infrastructure behind it. Every consent event generates an immutable log entry stored in a write-once data store with cryptographic hashing. The log captures: Data Principal identifier (hashed, not plain-text), timestamp in IST with microsecond precision, consent version ID (linked to the exact text of the notice shown), channel of capture (app, kiosk, POS, WhatsApp), purpose codes consented to, and any subsequent modifications or withdrawals. This audit trail is what a Data Fiduciary needs to produce if the Data Protection Board issues a notice — and it needs to be producible within hours, not days.

For multi-brand mall environments, ConsentFirst implements a Consent Federation model. The mall operator acts as the primary Data Fiduciary for visit-level and footfall data. Individual tenant brands — say, a Manyavar store or an Apollo Pharmacy inside the mall — can receive a scoped consent pass-through for their own analytics only if the member has explicitly consented to that brand's processing in addition to the mall's base consent. This federated model prevents the common compliance failure mode where mall-level consent is treated as blanket authorisation for every tenant's data processing.

For retail chains operating standalone stores — think Reliance Trends across 300+ cities or FabIndia across its 200+ standalone locations — ConsentFirst supports consent capture at POS through a lightweight SDK that integrates with Wondersoft and other Indian POS vendors. The consent notice is rendered in the customer's preferred language (12 languages supported), and the member's response is synchronised in real time to the central Fundle Loyalty Platform, ensuring that campaign systems never trigger communications to a member whose consent has lapsed or been withdrawn.

The operational impact of getting consent infrastructure right goes beyond legal compliance. Loyalty programs running on ConsentFirst-verified data report 22–28% higher email deliverability rates and 18–24% lower unsubscribe rates compared to programs running on pre-DPDP data estates, because consented members are inherently higher-intent members. Clean consent data is also cleaner signal data for AI segmentation models — the kind of models that the Fundle AI Platform runs to generate RFM clusters, churn predictions, and next-best-offer recommendations for Indian retail operators.

Data Minimization and Security Best Practices

Data minimization is the principle that you collect and retain only the personal data strictly necessary for the stated purpose. In loyalty analytics, this creates a genuine tension: more granular member data produces better AI models, but collecting data beyond consent scope creates legal exposure. The resolution is not to choose between compliance and analytics quality — it is to be precise about what data drives what outcome.

Start with a data purpose mapping exercise. For each field in your member database — name, mobile, email, DOB, gender, pin code, purchase category, spend amount, visit timestamp, channel preference — define the minimum set of purposes that field serves and the minimum retention period needed. A member's date of birth, for instance, is necessary for birthday reward triggers and for minor-data-principal identification under DPDP (you cannot process data of individuals under 18 without parental consent). But if your program does not offer birthday rewards, DOB becomes excess data with legal risk and no analytics value.

For AI-driven loyalty analytics specifically, pseudonymisation is your primary data minimization tool. Replace direct identifiers (name, mobile, email) with a pseudonymous member ID in all analytical workloads. The mapping between real identifiers and the pseudonymous ID is stored in a separate, access-controlled key vault. This means your RFM model, churn prediction engine, and next-best-offer algorithm never process real names or contact details — they process behavioural vectors attached to pseudonymous IDs. The analytics quality is identical. The legal exposure surface is dramatically smaller.

On the security side, the minimum credible standard for 2025 Indian retail loyalty is: AES-256 encryption at rest for all PII fields, TLS 1.3 for all data in transit, role-based access control with quarterly access reviews, multi-factor authentication for all analytics platform users, and automated breach detection with a 72-hour notification workflow. For platforms integrating with mall operators' Wi-Fi analytics or footfall counting systems — which often carry passively-collected location signals — an additional layer of anonymisation before any loyalty profile enrichment is mandatory under DPDP's definition of personal data, which explicitly includes location data.

Retention policies are the most neglected dimension of data security in Indian retail loyalty. A member who has not transacted in 36 months and has not responded to any re-engagement campaign is statistically churned. Retaining their full personal data profile indefinitely is both a security liability and, under DPDP, a compliance breach once the stated retention period has elapsed. Automated retention enforcement — where the system flags records past their retention threshold and initiates a review-or-delete workflow — is a capability that should be on every loyalty platform's roadmap for 2025.

Finally, third-party data sharing with brand partners, analytics vendors, or advertising platforms must be governed by a Data Processing Agreement that explicitly covers the DPDP Act's requirements. If you are sharing member segments with a brand partner running a campaign via a platform like MoEngage or WebEngage, both the segment export and the downstream activation must operate within the scope of consent your members have provided. Sharing data with a vendor that does not have adequate security controls makes you, as the Data Fiduciary, liable for any breach that vendor suffers.

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.

5-Step Playbook: Building DPDP-Compliant Loyalty Analytics Operations

01

Audit Your Existing Data Estate

Before building new compliance controls, map every personal data field currently held in your loyalty database. Classify by sensitivity tier, identify the consent basis (or lack thereof) for each field, and flag data collected before DPDP without explicit purpose-specific consent. This audit is the foundation for every subsequent remediation step and typically takes 3–6 weeks for a mid-size retail chain.

02

Deploy a DPDP-Aligned CMP Across All Enrolment Channels

Implement a consent management platform that captures purpose-specific, multilingual consent at POS, app, web, kiosk, and WhatsApp enrolment touchpoints. Ensure the CMP stores immutable audit logs and integrates with your loyalty platform's member record so consent status is always current. For mall environments, configure the Consent Federation model to manage mall-level vs. brand-level consent separately.

03

Rebuild Your Analytics Pipeline with a Consent Filter Layer

Insert a consent verification step between your data extraction layer and your transformation/analytics layer. Only records with active, relevant consent for analytics processing pass through to your AI modelling environment. Implement pseudonymisation for all analytical workloads. Route withdrawn-consent records to a suppression registry and trigger deletion cascade workflows for records past retention threshold.

04

Implement Data Subject Rights Fulfilment Workflows

Build or configure workflows to handle access, correction, and erasure requests within regulatory timeframes. These workflows must cascade across every downstream system that holds member data: CRM, CDP, email ESP, AI training datasets, and backup archives. Test these workflows quarterly with synthetic requests to confirm they execute correctly and completely. Document each test as part of your compliance audit trail.

05

Train Teams and Establish Ongoing Monitoring

Run DPDP training for Marketing, CRM, IT, and Customer Service teams covering their specific roles in data handling. Establish a monthly Compliance Review cadence: audit consent capture rates, check for consent withdrawals processed correctly, review API access logs for anomalies, and track the seven loyalty compliance KPIs (see checklist). Appoint a Data Protection Officer or equivalent accountable role before the enforcement window opens.

KPIs to Track for Ongoing DPDP Compliance in Loyalty Programs

Most loyalty KPI dashboards track Gross Redemption Rate, Active Member Rate, Revenue per Member, and Earn-to-Burn Ratio. These remain important commercial metrics. But in the DPDP era, a second layer of compliance KPIs must sit alongside them — not in a separate legal report that no one reads, but in the same operational dashboard that the CMO and Loyalty Program Manager review weekly.

The first compliance KPI is Consent Capture Rate: the percentage of new loyalty enrolments that successfully capture purpose-specific DPDP-aligned consent via CMP. Anything below 85% indicates friction in the enrolment flow or a channel where the CMP has not been deployed. Programmes at Phoenix Marketcity or Select CITYWALK operating across multiple enrolment touchpoints should target 92%+ capture rates by end of 2025.

The second is Consent Withdrawal Rate: the percentage of active members who withdraw consent in a given month. A spike in withdrawal rates is an early warning signal — it typically indicates a campaign that felt intrusive or a data incident that members became aware of. Benchmark: well-run Indian loyalty programs should see withdrawal rates below 0.5% per month on a stable enrolled base.

The third is Data Subject Rights Fulfilment Rate: the percentage of access, correction, or erasure requests fulfilled within the regulatory deadline. This should be 100%. Any miss is a direct compliance breach. Track mean time to fulfil alongside the rate.

The fourth is Suppression Registry Coverage: the percentage of withdrawn-consent records that have been correctly routed to suppression and excluded from all campaign triggers within 24 hours of withdrawal. Gaps here represent both legal risk and brand trust risk — sending a marketing communication to someone who has withdrawn consent is a documented violation.

The fifth is Analytics-Eligible Member Rate: the percentage of your enrolled base that has consented to analytics-related data processing and is therefore eligible for AI-driven segmentation, churn prediction, and personalised offer generation. For most retail programs, this will be 60–75% of the enrolled base initially, rising as consent re-permissioning campaigns improve coverage. This KPI directly links compliance to commercial analytics capacity.

The sixth is Retention Policy Breach Rate: the percentage of member records that have exceeded their defined retention threshold without triggering a review-or-delete workflow. This should be zero. Any non-zero rate indicates a gap in automated retention enforcement.

The seventh is Third-Party Data Sharing Audit Score: a monthly score based on reviewing all data exports or API data shares with external vendors against the consent scope of the members included. This score should be reviewed by both the Loyalty Program Manager and the legal or compliance function monthly.

DPDP Compliance Readiness Checklist for Loyalty Program Operators
  • Deploy a DPDP-aligned CMP with purpose-specific, multilingual consent capture across all enrolment channels (POS, app, web, kiosk, WhatsApp)
  • Classify all member data fields by sensitivity tier and map each to a specific consent basis and retention period
  • Insert a Consent Filter Layer in your analytics pipeline so AI models only train on consented, analytics-scoped data
  • Implement pseudonymisation for all AI loyalty analytics workloads — real identifiers must never enter the modelling environment
  • Build and quarterly-test Data Subject Rights fulfilment workflows covering access, correction, and erasure cascades across all downstream systems
  • Establish a Suppression Registry that activates within 24 hours of any consent withdrawal and blocks all campaign triggers for affected records
  • Appoint a Data Protection Officer or accountable compliance role and run quarterly DPDP training for Marketing, CRM, IT, and Customer Service teams
“In Indian retail, consent is not a checkbox — it is the foundation of every AI insight worth having. Brands that treat DPDP as a burden will lose the data advantage to brands that treat it as a design principle.”
VN
Vineet NarangCo-founder, Fundle · LinkedIn

How Fundle solves this

Fundle was built from first principles for the Indian retail context — not retrofitted from a Western loyalty platform that discovered India as an aftermarket. The Fundle AI Platform integrates consent management, loyalty analytics, and agentic campaign execution into a single architecture where DPDP compliance is not a bolt-on module but a foundational design layer.

At the consent layer, Fundle Mall Loyalty and Fundle Brand Loyalty both operate on top of ConsentFirst — Fundle's purpose-built consent management infrastructure. ConsentFirst handles multilingual consent capture across 12 Indian languages, supports the Consent Federation model for multi-brand mall environments, and generates immutable audit logs that can be produced for regulatory review within hours. As noted, ConsentFirst already supports DPDP compliance for over 123 Indian malls and 270 brands — giving it a scale of operational testing that no competing platform in the Indian market currently matches. Platforms like Capillary, Antavo, or Almonds.ai do not offer a consent management infrastructure of comparable depth or India-specificity.

At the analytics layer, the Fundle AI Platform implements the three-tier data residency model and the Consent Filter Layer natively. The AI modelling environment — which powers RFM segmentation, churn prediction, next-best-offer ranking, and visit frequency optimisation — operates entirely on pseudonymised data vectors. Real PII never enters the feature store. This means that when a Fundle-powered loyalty program for a Lifestyle or Pantaloons chain runs an AI churn-prevention campaign, the targeting logic is built on consented, pseudonymised signals — not raw member profiles that carry legal risk.

At the execution layer, Fundle AI Agents handle campaign activation with built-in suppression checks. Before any communication is triggered — whether via WhatsApp, SMS, push notification, or email — the Fundle Agentic AI layer queries the suppression registry and the consent record for each target member. This check happens in real time, at the point of send, not at the point of segmentation. It is the difference between a compliance control that exists on paper and one that actually prevents a violation at the moment it would otherwise occur.

Fundle AI Workflow provides the operational backbone for Data Subject Rights fulfilment. Access requests, correction workflows, and deletion cascades are managed through configurable workflow templates that cover every system in the Fundle integration stack — including third-party POS integrations with POSist, GoFrugal, and Wondersoft. The deletion cascade workflow is tested quarterly as part of Fundle's standard SLA, so loyalty operators are not left to manage this manually.

Vineet Narang's founding vision for Fundle was that AI and trust are not opposites in Indian retail — they are prerequisites for each other. A loyalty platform that cannot guarantee clean, consented data cannot be trusted to power AI-driven decisions at scale. The Fundle Loyalty Platform, across its Mall Loyalty and Brand Loyalty products, is built to make that trust operational — not aspirational.

Frequently asked

What is DPDP compliant loyalty analytics?+

DPDP compliant loyalty analytics refers to the practice of collecting, processing, and using loyalty member data for segmentation, AI modelling, and campaign personalisation in full compliance with India's Digital Personal Data Protection Act 2023. This requires purpose-specific consent before data collection, data minimization in analytics pipelines, pseudonymisation in AI modelling environments, and the ability to fulfil Data Principal rights (access, correction, erasure) on demand.

Does the DPDP Act apply to loyalty programs run by Indian malls and retail brands?+

Yes. Any Indian entity that collects and processes personal data of Indian residents — including name, mobile number, purchase history, and location signals — is a Data Fiduciary under the DPDP Act. Mall operators and retail chains running loyalty programs fall squarely within this definition. Penalties for non-compliance range up to ₹250 crore per instance and ₹500 crore for systemic failures.

What is a consent management platform and why does Indian retail need one?+

A consent management platform (CMP) is a system that captures, stores, and manages member consent in a structured, auditable way. Indian retail loyalty programs need a CMP because generic Terms and Conditions checkboxes are no longer legally sufficient under DPDP. A proper CMP captures purpose-specific consent, supports multiple Indian languages, generates immutable audit trails, and propagates consent withdrawals in real time across all downstream systems.

How does data minimization affect AI loyalty analytics quality?+

Data minimization does not reduce AI analytics quality when implemented correctly. The key technique is pseudonymisation: removing direct identifiers (name, mobile, email) from the analytical environment and replacing them with a pseudonymous member ID. Behavioural signals — purchase frequency, category affinity, RFM scores — are retained in full. AI models built on pseudonymised behavioural vectors perform comparably to models built on full PII data, while carrying dramatically lower legal risk.

What is the Consent Federation model for mall loyalty programs?+

In a mall loyalty environment, multiple tenant brands operate under a single mall umbrella. The Consent Federation model — implemented in Fundle's ConsentFirst CMP — separates mall-level consent (for footfall analytics and visit-based rewards) from brand-level consent (for individual tenant brand marketing and analytics). A member who consents to the mall's loyalty program does not automatically consent to every tenant brand's data processing. Each purpose requires its own explicit consent, and ConsentFirst manages this separation at scale.

How quickly does Fundle's platform process consent withdrawal to prevent non-compliant campaign sends?+

Fundle's suppression registry activates within 24 hours of a consent withdrawal event. More critically, the Fundle Agentic AI layer performs a real-time consent and suppression check at the point of campaign send — not only at segmentation time — ensuring that even if a withdrawal occurs after a campaign has been scheduled, the communication is blocked before it reaches the member. This real-time gate is what distinguishes operational compliance from paper compliance.

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.

A

Abhinav · Fundle.ai

Loyalty & ADSR Expert · Online

Powered by Fundle AI · Replies in under 30 sec