Affluencer Hub Table
affluencer_hub_table
The Affluencer Hub table contains Triple-Whale-managed affluencer (influencer/affiliate) profiles with discount codes, expense configurations, and tracking links. One row per active affluencer profile; querying spend expands rows to per-day.
Table GuideWhat You Can Answer With This Table
- What is each affluencer costing me, and how is that trending over time? — use
spend,name, group byevent_date,name- Which affluencers are driving the most spend? — use
spend, group byname- What discount codes are active right now, and to whom do they belong? — use
discount_codes.code,discount_codes.start_date,discount_codes.end_date,name- What are my expense commitments by type and cadence? — use
expenses.spend_type,expenses.amount_type,expenses.recurring_cadence,expenses.amount- Which tracking links are tied to which campaigns and traffic sources? — use
links.url,links.campaign,links.source,nameBefore You Query
- Required field:
event_datespendis calculated dynamically per row, not stored. Per-order expenses (expenses.spend_type = 'per_order') are computed from Triple Attribution-attributed pixel orders matched to the affluencer by name. Fixed/recurring expenses (expenses.spend_type = 'fixed') are prorated across each expense's active date range usingexpenses.recurring_cadenceandexpenses.recurring_interval_length.- Each
expensesline item has its ownstart_date/end_date. Only line items active on the row'sevent_datecontribute to that day'sspend.When to Use a Different Table
- For third-party affiliate-platform performance (e.g., Rakuten, Awin, Impact, ShareASale, Pepperjam) → use Affiliates. Affluencer Hub covers profiles, codes, expenses, and links configured directly in Triple Whale; Affiliates covers integrations with external affiliate networks.
- For order-level Pixel-attributed transactions from affluencer-driven traffic → use Pixel Orders and filter by
source = 'influencers'.- For ad-and-attribution-joined performance from affluencer-driven traffic → use Pixel Joined and filter by
channel = 'influencers'. Affluencer Hub carries affluencer configuration and computed cost; the pixel tables carry the attributed transactions.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Event Date |
| date | The date the order was placed. Based on the shop time zone at the moment of the event (or user time zone when no sales platform is connected). |
Event Day |
| date | The day on which the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
Affluencer Source |
| string | How the affluencer profile was created. Example values: |
Discount Codes |
| record repeated | A list of the discount codes associated with the affluencer. |
Discount Code |
| string | The actual code used to attribute orders to the affluencer. Example values: |
Discount Code Start Date |
| date | The start date the discount code is valid. Example value: |
Discount Code End Date |
| date | The end date the discount code is valid. Example value: |
Expenses |
| record repeated | A list of expense records assigned to the affluencer. |
Expense ID |
| string | A unique identifier for the expense. Example value: |
Expense Type |
| string | Indicates the category of the expense. Example values: |
Expense Amount Type |
| string | Indicates whether the expense is a percentage of sales or a fixed amount (currency). Example values: |
Expense Is Recurring |
| boolean | Indicates whether this expense recurs on a regular cadence (e.g. monthly) or is a one-time expense. Possible values: |
Expense Recurring Cadence |
| string | Frequency of the recurring expense. Example values: |
Expense Start Date |
| date | The date the expense starts. Example value: |
Expense End Date |
| date | The date the expense ends (if applicable). Example value: |
Expense Amount |
| numeric | The value of the expense. |
Expense Recurring Interval Length |
| numeric | Number of intervals between each recurring payment. For example, if |
Affluencer Links |
| record repeated | A list of destination URLs tied to the affluencer, used for traffic and attribution. |
Link ID |
| string | Unique identifier for the link, formatted: |
Link Campaign |
| string | The name of the campaign the link is associated with (e.g. |
Link Source |
| string | The traffic source where this link is shared. Example values: |
Link Storefront URL |
| string | The public-facing URL the affluencer is promoting Example value: |
Link URL |
| string | The fully generated tracking URL that includes affluencer and link identifiers. Example value: |
Affluencer Name |
| string | The name of the affluencer. Example value: |
Spend |
| string | The total amount of expenses. |
Updated 4 days ago