CustomerGlu Developer Documentation
  • 🔧Getting started
  • 🔧Quickstart Guide for React Web Apps
  • 📱Quickstart Guide for React Native Apps
  • 📱Quickstart Guide for Flutter Apps
  • Integrating with SDKs
    • Web SDK
    • Mobile SDKs
      • How to Test Integration?
    • Cordova SDK
    • Shopify
  • Integrating with APIs
    • Register User/Device
    • Load Campaigns
    • Binding Webview to Native App Functions
    • 🔍Using __GLU_NUDGE_CLICK for Widget Visibility
    • 🎯API-based Segmentation Quickstart Guide
  • 🔌Third-Party Integrations
    • Source
      • Sending Events directly from Server
      • Segment
      • Moengage
      • Amplitude
      • Clevertap
      • Webengage
    • Destination
      • Analytics Webhook
      • Customer.io
      • Talon.One
      • Segment
      • MoEngage
      • Amplitude
      • Clevertap
      • WebEngage
      • Google Sheets
    • Cohort
      • Mixpanel
  • Miscellaneous Topics
    • Direct Campaign/Wallet URLs
    • Configuring Webhooks
      • Rewards Webhook
      • Nudge Webhook
    • Notifications
      • FCM
      • APNs
      • CustomerGlu Notification
      • Testing Nudges
    • Referral Campaigns
      • Firebase
      • Branch
    • Handling Non Logged-in Users
    • Testing Campaigns with User Logs
    • Using the Editor
      • How to edit Buttons in Campaigns
    • How to Create and Manage Segments in CustomerGlu
  • SCHEMA REPOSITORY
    • Webhook Schema
      • Reward Webhook Schema
      • Nudge Webhook Schema
      • Raw Event Webhook Schema
    • Webview Callback Schema
      • Analytics Event Schema
    • Analytics schema V4
      • Page Events
      • Track Events (UI)
      • Track Events (SDK)
      • State-Change Events
      • System Events
    • 🗝️FAQ
      • API Key
      • How to find and add Screen Names for Entrypoints
  • Demo Apps
    • Demo Apps
Powered by GitBook
On this page
  • Downloads
  • Using the Demo Apps
  • Congrats!
  • Demo App Components
  • Component List

Was this helpful?

  1. Demo Apps

Demo Apps

Check out Demo Mobile applications, which have the Customerglu SDKs integrated already

PreviousHow to find and add Screen Names for Entrypoints

Last updated 2 years ago

Was this helpful?

You can use these Demo Apps to experiment with various use cases via the CustomerGlu dashboard, even before integrating on your own apps. New campaigns and Entrypoints can be launched via the dashboard and observed on these apps.

Contact CustomerGlu Team for Dashboard Access

Downloads

Using the Demo Apps

​​

Test out your Environment

If you have received dashboard access, you can choose this option. This will require you to enter your specific writekey and test out the campaigns launched on the same.

Explore Demo App

Use the demo dashboard shared by CG Team

Note: This environment will be used by multiple teams at any given time, inconsistencies can be expected.​

User Id

Enter any user id, the same will be registered with CustomerGlu and will be used as the unique identifier for that user.

Write Key

Enter the Writekey for your Environment.​

Note: Not required if “Explore the Demo Apps” option is selected.

Congrats!

You are now in the Demo App UI. You can launch various campaigns on the Dashboard (Demo or your Specific Dashboard) and add Entrypoints like Banner and Popups, which will reflect on the app.

Demo App Components

The demo apps includes the following resources/components which can be used via the dashboard for configuring Campaigns and Entrypoints:

Component List

Type
Value
Properties
Description

Event Name

orderPlaced

{productCount: Number,amount: Number}

Triggered on checkout from cart

Event Name

viewedProduct

{productName: String,productCategory: String,price:Number}

Triggered on opening any product page

Event Name

addToWishlist

{productName: String,productCategory: String,price:Number}

Triggered on clicking the start (wishlist) button on the product screen

Event Name

viewedProfile

-

Triggered on landing on the Profile Screen

Event Name

viewedWishlist

-

Triggered on landing on the Wishlist Screen

Banner Id

profile_banner

-

-

Banner Id

homescreen_banner

-

-

Banner Id

ordersuccess_banner

-

-

Embed Id

homescreen_embed

-

-

Embed Id

ordersuccess_embed

-

-

Screen Name

Home

-

Home Screen

Screen Name

Account

-

Profile Screen

Screen Name

Address

-

Address Screen

Screen Name

Wishlist

-

Wishlist Screen

Screen Name

Orders

-

Track orders and order history screen

Screen Name

login

-

Login screen

Screen Name

Cart

-

Cart Screen

Screen Name

SuccessPage

-

Order success screen

Screen Name

Category

-

Category screen

Screen Name

ProductDetails

-

Product details screen(any product)

Deeplink

customerglu://profile

-

go to profile screen

Deeplink

customerglu://home

-

go to home screen

Deeplink

customerglu://cart

-

go to cart screen

Event Name

Can be used in Activity based Campaigns, Event based Segmentation

Banner Id

Can be used for adding a banner entrypoint

Embed Id

Can be used to add an embed entrypoint

Screen Name

Can be used to trigger entrypoints like popups and floating buttons

Deeplink

Can be used as Callbacks to redirect from Campaign UI to the app screen

How to find your Writekey?