Translated

Audit Log

Understand and filter the immutable record of all actions in AdFlow.

⏱ 2 min · ↻ mai. de 2026

Chronological record of every action in the organization — by human members or by the system. Append-only: no entry can be edited or deleted, not even by admins.

What’s recorded

Each entry has:

  • Actor: who did it (member by email, or system for automatic actions)
  • Action type: what happened (see table below)
  • Resource: which object (id + type)
  • Occurred at: UTC timestamp
  • Changes: before and after data (when applicable)

Action types reference

Action typeWhat it means
campaign.enqueuedCampaign sent to Meta publish queue
campaign.pausedManual pause by member
campaign.resumedResumed after manual pause
campaign.clonedCampaign duplicated
profile.createdNew browser profile linked
profile.deletedProfile removed from organization
proxy.rotatedIP rotated on a profile
webhook.deliveredWebhook delivered with 2xx response
webhook.failedServer returned error or timed out (after 3 attempts)
member.invitedInvite sent to new member
member.removedMember removed from organization
audit_log.exportedSomeone exported logs as CSV

Filters

In /audit_logs:

  • By action: dropdown with all action types
  • By member: search by email
  • By period: date range selector (max 90 days per query)
  • By resource: search by campaign, profile, proxy, or webhook ID

Most useful filter in investigations: profile.blocked — shows the sequence of events before the issue appeared.

Export CSV

The Export button in the toolbar generates a CSV with all visible columns. System actions (actor: system) are included. The file becomes available in Jobs after processing.

Live mode

The Live toggle at the top of the listing activates automatic polling — new events appear in real time without reloading the page. Useful for monitoring an ongoing publish.