Tutorial

Getting Started

In order to get started with Granify, there are a few steps that need to be taken to get fully installed.

As you go through the installation steps, you can use this QA Checklist to test your implementation.

Steps

  1. Installing Granify
  2. Using Granify Functions
  3. Implementing Track Order
  4. Analytics Integration
  5. Tracking Cart State
  6. Tracking Product Details
  7. Setting the Current Product
  8. Setting Shopper ID
  9. Optional Functions

Tips

When working with Granify, it's useful to enable debug logging. This will ensure you get to see Granify logs and errors in the console, and will help with completing your install.

To enable debug logging, you can either use the Granify.setDebugLogging function, or append ?granify_debug=true to the end of your URL.

Granify('setDebugLogging', true);