Tutorial

Setting Shopper ID

Granify.setShopperId is used to notify Granify of the current customer's unique identifier. This should be the same identifier you use in your store for your customers. It should not change if the same customer returns.

Placement

Granify.setShopperId should be called immediately after the page loads.

Usage

For usage information, see the Granify.setShopperId documentation.

Example

Granify('setShopperId', '123abc');

Next: Optional Functions