Operator guideEN

Affiliate Deals / Form

Create and edit form for affiliate deals, including PID, date window, commercial terms, and responsible person.

How to use this guide

Start with the main guide

Follow the explanation and examples first. Extra definitions and formulas are available below when you need them.

What this form does

This form creates or updates one affiliate deal row. It captures the PID, the active date window, the commercial terms, and the responsible person.

When to use it

  • add a new contractual period for a PID
  • correct dates or commercial terms on an existing deal
  • set or change the responsible person for the row

How to read it

The form is intentionally short. It has two logical groups:

  • scope: PID and date range
  • commercial terms: fixed fee, CPA, revshare, and responsible person

Validation and operator rules

  • PID is required
  • Start Date is required
  • Responsible Person is required
  • at least one of Fixed Fee, CPA, or RevShare must be greater than 0 in the current form validation
  • RevShare must stay within 0 to 100

Known caveats

  • The edit page currently loads a large list and finds the selected row locally instead of reading that row directly first.
  • End Date is optional. Leaving it empty makes the deal open-ended until a report-specific rule caps the effective period on report pages.
  • Cancel returns to the list page and does not save anything.
  • The positive commercial-term rule is enforced by the current form validation. Server-side validation enforces numeric ranges but does not enforce that cross-field rule by itself.
More details

Definitions and formulas

Open only the section you need. The relevant section opens automatically when you request help for a specific item on screen.

Fields7 topicsOpen details

PID (Affiliate ID)

Affiliate PID this deal belongs to.

Data Type
string
Caveats
Required., Maximum length is 255 characters.

Start Date

First date when the deal terms apply.

Data Type
date
Caveats
Required.

End Date (optional)

Optional final date for the deal row.

Data Type
date-or-null
Caveats
Empty values are submitted as `null`., Empty means the row is open-ended from the form perspective.

Fixed Fee (EUR)

Fixed fee component of the deal.

Data Type
amount
Caveats
Optional numeric field with minimum 0 and step 0.01., FE casts the submitted value through `Number(...)`., Backend defaults missing or falsy values to 0 on create.

CPA (EUR per FTD)

Cost-per-acquisition amount used for qualified CPA payout.

Data Type
amount
Caveats
Optional numeric field with minimum 0 and step 0.01., FE casts the submitted value through `Number(...)`., Backend defaults missing or falsy values to 0 on create.

RevShare (%)

Revenue-share percentage applied to the verified revshare base.

Data Type
percentage
Caveats
Optional integer field with minimum 0 and maximum 100., FE casts the submitted value through `Number(...)`., Backend defaults missing or falsy values to 0 on create.

Responsible Person

Internal owner of the deal row.

Data Type
string
Caveats
Required., Maximum length is 255 characters.
More help

Related pages

Affiliate Deals / Dashboard

Affiliate deal cohort report that period-bounds registrations, then combines the selected players with cumulative deposit and linked-event values.

Affiliate Deals / List

Searchable table of affiliate deal rows with PID filter, create action, dashboard shortcut, and edit/delete row actions.

Affiliates / Affiliate Deals

Operator guide for affiliate-deal records, their create/edit flow, and the performance dashboard that compares contract settings with delivered traffic and revenue metrics.

Affiliate Payment Settings / Detail

Detail/edit shell for one saved affiliate payment-setting record.

Affiliate Payment Settings / Form

Create and edit form for one affiliate payment-setting record, with visible PID targeting, minimum deposit threshold, and active-state control.

Affiliate Payment Settings / List

Affiliate payment settings inventory page for reviewing configured rows and opening saved records.