Shoppy User Guide (EN)
  • Getting Started
    • Installing Shoppy
    • Shoppy Mobile App Builder
  • 🖌️Shoppy Dashboard
    • App Builder
      • Homepage
        • Multi homepage
        • Search Bar
        • Text
        • Button
        • Divider
        • Images
        • Images Carousel
        • Videos
        • Collections Slider
        • Single Collection
        • Collections Grid
        • Collections Carousel
        • Circular Collections Carousel
        • Gallery Collections Carousel
        • Single Product
        • Products Grid
        • Products Carousel
        • Circular Products Carousel
        • Gallery Products Carousel
        • Single News
        • News Carousel
        • Promo Banner
        • Newsletter Subscription
        • Countdown Timer
      • Catalogue
      • Product Page
      • Profile Page
      • Navigation
      • Layout
      • Brand Kit
    • Pages
    • Engage
      • Push Notifications
      • Flow Notifications
      • Back in Stock Notifications
      • Notification Settings
    • News
    • Integrations
      • Firebase
      • Facebook ADS
      • Appsflyer
      • Shopify Search & Discovery
      • Algolia
        • Optimize Searches for your app with Algolia
      • Boost AI Search & Filter
      • SoBooster - Ultimate Search & Filter
      • Shopify Tag Filters
      • Whatsapp Business
      • TextYess
      • Facebook Messenger
      • LiveChat
      • Shopify Product Reviews
      • Trustpilot
      • JudgeMe
      • Feedaty
      • Qaplà
      • ShippyPro
      • "Back in Stock" Notifications
      • Live Me Up
      • Storifyme
      • Klaviyo
      • Growave
      • Recharge
      • Google Maps
      • Kiwi Size Chart & Recommender
      • Omnibus Pricing
    • Settings
      • Account
      • App Settings
        • Multi-language and multi-currency
        • App Behavior
        • Payment Methods
        • Check-out options
        • Miscellaneus
      • Legal and data privacy policy
      • Billing and Plans
      • Terms and Conditions
  • 👩‍🚀Developers
    • Developer Pages
      • Get Started
      • Variables
      • Actions
      • Sample
  • 🚀Launch your Mobile App
    • How to launch your app
    • Apple Store Creations
    • Google Play Store Creations
    • Custom Screenshots
  • 🤝Partner Program
    • Partner and affiliate
  • Uninstall Shoppy
    • How to Uninstall Shoppy
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. Developer Pages

Get Started

PreviousDeveloper PagesNextVariables

Last updated 2 months ago

Was this helpful?

Setting up a Developer Page is super simple! Follow these steps below to see how it's done.

  1. Log into your account using your information.

  2. Navigate to the 'Pages' section within the Shoppy dashboard and select 'Add page'.

  1. Choose an appealing title and icon that represents your Developer Page, like "My Beautiful Developer Page"

  2. Under 'Type', select 'Developer Page'

  1. Now we can focus on the main strength of developer pages; using URLs it is possible to access different types of dynamic values related to your Shopify Clients that are navigating your developer page inside the app. In the 'Query' field, enter the base URL where the page will be hosted, such as https://www.mybeautifulliste.com/app Below the 'Query' field, you'll find the 'Key' and 'Value' fields. Here, you can add dynamic variables like id, email, name, and surname. As you input these, the corresponding template tags ({{user_id}}, {{user_email}}, {{user_first_name}}, {{user_last_name}}) will be automatically appended to your base URL as GET parameters.

Once you save your settings, the Developer Page within the app will direct users to a URL that looks like this:

https://www.mybeautifulliste.com/app?id={{user_id}}&email={{user_email}}&name={{user_first_name}}&surname={{user_last_name}}

When a user accesses this page, their unique information will replace the template tags, personalizing the page to their profile.

👩‍🚀
Shopify