LogoLogo
HomeDashboardProduct Docs
  • Introduction
  • Core Concepts
    • Events
    • Sessions
    • User/Customer Profile
  • PLATFORM INTEGRATIONS
    • Shopify Integration
  • Sdk Integrations
    • Browser SDK
      • Integrate SDK
      • Track Events
      • Track Users
      • Configure Web Push
      • Reading Session Identifer
      • Syncing Cart Items
    • Android SDK (Coming Soon)
      • Install Android Sdk
      • Identify Customers
      • Push Notification Integration
    • iOS SDK
      • Install iOS Sdk
      • Tracking User
      • Tracking Events
      • Push Notification Settings
        • Configure APNS In Growlytics
        • Configure Mobile App For Push
        • Handling Push Click
    • Other
      • Upload Customers using CSV
  • Channel Integrations
    • Email
      • Amazon SES
      • SendGrid
      • Custom SMTP
    • Mobile Push Notifications
      • Configure FCM Channel
    • Web Push Notifications
    • Ad Networks
      • Facebook Audiences
      • Google Ad Audiences
  • REST APIs
    • Overview
    • Tracking Users (Shopify Only)
    • Tracking Users (Non-shopify)
    • Tracking Events (Shopify Only)
    • Tracking Events (Non-shopify)
    • Syncing Products
    • Mobile App Apis
  • Webhooks
    • Coupon Webhook
    • Connector Webhooks
Powered by GitBook
On this page

Was this helpful?

Introduction

Welcome to Growlytics developers documentation. This website will help you to understand and integrate Growlytics to your website.

Growlytics provides SDKs and a number of REST API endpoints, to support product related features.

Terminology

Events, users, segments, campaigns, journeys and reports are central to the Growlytics platform, so it is important to for you to understand each one's role.

  • Customers/Users: After installing Growlytics SDK, a customer profile will be created for each person who visits your website or opens your mobile app. Growlytics customer profile comes with default fields like location, device details, total visits, etc. You can also add custom fields to custom profiles using the SDK. You can read SDK references for adding custom fields to customer's profiles.

  • Events: Growlytics automatically captures page visits, click and input events for you. Moreover, Growlytics SDK lets you track what actions users perform in your app or website, such as a viewed product category, listening to a song, or making a purchase. Events are associated with both a customer profile and a customer's session.

  • Sessions: Each website visit or app launch will be marked as a session. Events triggered within 30 minutes of each other are counted towards the current session. The time of the first event marks the start time of a session and the last event triggered marks the end time of a session.

  • Segments: With Growlytics you can create segments, which are a group of customers whose behaviors, activities, or profile properties meet a set of filters you’ve defined. Once you’ve identified segments, you can save them, target them with event analytics and also engage with them by campaigns, and then analyze them over time.

  • Campaigns: With Growlytics, you create campaigns on different channels like Email, Push notifications etc. to communicate with your customers at scale. Growlytics provides wide variety of trigger points to make sure you are engaging with customers with right message at right time.

  • Reporting: Growlytics lets you build reports to understand the impact of your product events or campaigns. You can use these reports to analyze your user engagement and guide product decisions.

NextCore Concepts

Last updated 4 years ago

Was this helpful?