Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kenmgrimm
kenmgrimm / affiliate.sql
Created November 4, 2021 17:24
Affiliate extract
SELECT '7298' AS CampaignId,
'12959' AS ActionTrackerId,
token AS OrderId,
placed_at AS EventDate,
round(sum(i.products_price_cents
+ i.products_tax_cents
- i.products_discount_cents
+ i.shipping_fee_cents
+ i.shipping_tax_cents
- i.shipping_discount_cents