TLP Airways
BookManage BookingOffersAbout Us

TLP Airways

DEMO BOARDING PASS
FLIGHT ROUTE

DEV

Development

PRD

Production

PASSENGER

Analytics Team

CLASS

Enterprise

GATE

ACDL

SEAT

1A

CONTACT FOR COLLABORATION

ritesh@thelearningproject.in

Available for analytics discussionsSend Email



Demo app showcasing e-commerce flow with Adobe Analytics data layer

Technical Specifications
TECHNOLOGY STACK & FEATURES
TECHNOLOGY STACK
Next.js 16 (React)
Material-UI (MUI)
Adobe Client Data Layer
Adobe Launch
Auth0 Authentication
TypeScript
Node.js Backend

5-STEP BOOKING FLOW
1
Search
2
Select
3
Details
4
Payment
5
Confirm

ADOBE CLIENT DATA LAYER (ACDL)

Production-ready implementation capturing comprehensive user interactions, e-commerce events, and page context throughout the entire booking journey.

Adobe Client Data Layer (ACDL) implementation

Comprehensive page view tracking with context

E-commerce tracking (product views, add to cart, purchase)

User authentication and session tracking

Search context and booking flow tracking

Revenue and conversion tracking

Custom events for user interactions

Consent management integration

Server-side and client-side data layer support

Example: Purchase Event Structure
{
  event: 'purchase',
  eventData: {
    pageData: { /* Complete page context */ },
    viewData: { /* Session & user info */ },
    revenue: { /* Transaction details */ },
    customer: { /* Customer information */ },
    products: [ /* Product array */ ],
    searchContext: { /* Search criteria */ },
    bookingContext: { /* Booking details */ }
  }
}