Skip to content

Models Overview

FluentAffiliate uses an Eloquent-like ORM (WPFluent Framework). All models extend FluentAffiliate\Framework\Database\Orm\Builder.

ModelTableDescription
Affiliatefa_affiliatesRepresents a registered affiliate. Central model in FluentAffiliate.
Referralfa_referralsRepresents a commission event generated when a referred visitor completes a qualifying action.
Payoutfa_payoutsA payout batch grouping multiple affiliate transactions.
Transactionfa_payout_transactionsAn individual payout transaction for a single affiliate within a payout batch.
Visitfa_visitsTracks each click of an affiliate referral link.
Customerfa_customersA customer who made a purchase through an affiliate link.
Metafa_metaGeneric key-value meta storage for affiliate and other objects.
Creativefa_creativesA marketing creative asset (banner, image, or text) managed in FluentAffiliate Pro. PRO

Released under the GPL-2.0 License.