Example of tracking a lead conversion: // userId is the id from the grouping service when a // user creates an account or logs in LeadTracker.recordLead(userId, { email: userEmail, }); Example of tracking a purchase: window.LeadTracker?.recordPurchase(userId, { email: billingAddress.personPrimaryEmail, firstName: billingAddress.personFirstName, lastName: billingAddress.personLastName, phone: billingAddress.personPrimaryPhone, store: storeName, exchangeId: storeExchangeId, purchaseCode: orderToSave.id, purchaseAmount: { currencyCode: 'USD', value: amount, }, items: products.map(product => { return { id: product.id, description: product.name, amount: { currencyCode: 'USD', value: parseFloat(product.price), }, } }) });
top of page
3x Crazy (Indica)

Purple Urkle

Purple Urkle’s history is as complex as its flavor palate. A California strain, the origins are believed to stem from a select phenotype of either Granddaddy Purple or Mendocino Purps, while the essence is a blend of skunk, berry, and fresh grapes. Consumers report the indicaeffects to be deeply relaxing, sleep-inducing, and a great option for full-body pain relief. The short onset of effects make it a perfect nighttime strain for those who suffer from insomnia.

 

Click on image to zoom

Indica

 

bottom of page