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),
},
}
})
});
Silver Kush is a sativa-dominant mix of Silver Bubble and OG #18 genetics bred by DNA Genetics under their Reserva Privada label. The uplifting effects of Silver Bubble blend with the potent relaxing force of OG #18 to create a strong sativa-driven hybrid that won’t overstimulate you with a heady buzz. Instead, you should find yourself happy, giggly, and balanced as your stress dissipates.
It should be noted that a genetic variation of Silver Kush is marketed by some as a cross ofSuper Silver Haze and OG Kush.