Customize your report then click Generate to open a print-ready page.
Report title
Include sections
Notes for client
Client logo (optional)
No logo
PNG or SVG. Appears beside Datylux logo in report header.
Column Mapping & Metrics
Configure how Datylux reads your CSV imports and what appears in the table and KPIs.
How it works: When you import a CSV, Datylux checks these column names (case-insensitive, special characters ignored). Add your platform's exact column headers here, comma-separated.
Custom Columns
Add extra columns to pull from your CSV and display in the campaign table. Give each a display name and the CSV column aliases to look for.
Built-in Metrics
Toggle which metrics appear in KPI cards and the table. Set custom display labels.
Custom Metrics
Build your own metrics using formulas. Available fields: spendimpressionsclicksconvctrcpacpccpm
Formula Reference
+
Add
spend + conv
-
Subtract
spend - cost
*
Multiply
clicks * 2
/
Divide
spend / conv
( )
Group
(spend + fee) / conv
?:
If/else
conv>0 ? spend/conv : 0
><=
Compare
impressions > 0
Math
Math fns
Math.round(cpa * 100)
Examples
spend / conv * 1.15 — CPA with 15% markup
conv > 0 ? spend / conv : 0 — Safe CPA (no divide by zero)