Demo Apps
Check out Demo Mobile applications, which have the Customerglu SDKs integrated already
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 |
Last updated