๐ŸŽ“ Publisher Academy

How Publisher Tracking Works on LootBazaar

๐Ÿ›๏ธ
LootBazaar TeamOfficial LootBazaar Blog
Published: 5 June 2026ยทUpdated: 16 June 2026ยท8 min read
๐Ÿ”

How Publisher Identity Works

When you register on LootBazaar, Supabase creates a unique UUID for your account (e.g. 550e8400-e29b-41d4-a716-446655440000). This UUID is your permanent publisher identifier used for all tracking.

  1. You paste a product URL (e.g. amazon.in/product/B09...) into the Link Generator.
  2. LootBazaar expands any shortened URLs and strips tracking garbage parameters.
  3. It calls the Cuelinks API with your UUID as the sub_id parameter.
  4. Cuelinks returns a tracking URL that contains your publisher ID.
  5. LootBazaar generates a 6-character unique short code and saves the mapping.
  6. Your final link is: lootbazaar.net/l/{shortCode}

How Clicks are Tracked

When someone clicks your short link (lootbazaar.net/l/{code}), the redirect route looks up the short code in the publisher_links table, increments the clicks_count column, and redirects the user to the Cuelinks tracking URL. Cuelinks then handles the final redirect to the store.

๐Ÿ“Š You can see your click counts for each link in the Publisher Dashboard under "Top Performing Links".

How a Sale is Attributed to You

  1. User clicks your link โ†’ Cuelinks records their cookie with your UUID as sub_id.
  2. User buys the product (within the cookie window, usually 30 days).
  3. Store confirms the order to Cuelinks.
  4. Cuelinks fires a POST request to LootBazaar's postback endpoint with your UUID, order details, and commission.
  5. LootBazaar credits the commission to your wallet.

What Data is Tracked Per Transaction

FieldDescription
publisher_idYour unique UUID
cuelinks_order_idUnique transaction ID from Cuelinks
store_nameWhich store the purchase was made on
order_amountThe cart total of the order
total_commissionRaw commission Cuelinks calculated
publisher_shareYour earnings (currently 100% of total_commission)
statuspending / confirmed / cancelled

Start Tracking Your Sales

Generate your first tracked link and see your analytics in real time.

Generate Link โ†’

๐Ÿ™‹ Frequently Asked Questions

๐Ÿ“– Recommended Reading