Back to Insights

Adobe Campaign Classic: understanding and using logs

Pierre Frin May 2026 9 min read
broadLogRcp Envois · Statuts · Erreurs trackingLog Ouvertures · Clics · Web auditTrail Modifications · Droits wfLog Workflows · Erreurs Adobe Campaign Classic (ACC) LOGS DIFFUSION LOGS SYSTÈME

Adobe Campaign Classic generates a significant volume of logs for every operation, delivery send, user action, workflow execution. These logs are the platform's memory. Knowing how to distinguish, read and use them is a key skill for any ACC developer or administrator.

Here's a comprehensive overview of the main log types, their differences and how to use them effectively.

The 4 log families in ACC

broadLogRcp

Delivery logs. One record per recipient per delivery. Contains the status of each send: sent, failed, quarantined, bounced.

trackingLog

Tracking logs. Records opens, clicks, unsubscribes and web interactions for each recipient.

auditTrail

Audit journal. Tracks all modifications made on the platform: who did what and when. Essential for governance.

wfLog / wfTask

Workflow logs. Records the execution of each activity, errors encountered and transitions between activities.

broadLogRcp : delivery logs

This is the highest-volume table on a mature Campaign instance. It contains one record for every message sent to every recipient. On an active platform, it can reach several hundred million rows.

What you see in broadLogRcp

The table gives a complete view of each send status, but only from Campaign's perspective. Here's what it actually contains:

What you do NOT see in broadLogRcp : the SMTP dialogue limit

This is the nuance many Campaign developers miss. Here's what actually happens during a send:

What Campaign will never see is what happens after acceptance on the ISP side. A 250 code means the ISP accepted the message, not that it was delivered to the inbox. After acceptance, the ISP handles on its own:

This information belongs to the ISP, it never flows back to Campaign. This is why a 100% delivery rate in Campaign does not guarantee that 100% of emails reached the inbox.

Campaign MTA journals (accessible depending on hosting via Supervision → Messages in progress) contain the SMTP dialogue with ISP response codes and verbose messages, useful for diagnosing refusals. But they remain limited to Campaign's view: what happens after acceptance is opaque.

💡 Diagnostic reflex: if iStatus = 4 (failed) and iErrorCode = 0 in broadLogRcp, check the MTA journals, Campaign failed to interpret the ISP's SMTP response. For post-acceptance deliverability issues (email landing in spam despite a 250), specialist tools like Postmaster Tools (Gmail) or SNDS (Microsoft) provide an ISP-side view.

Common use cases

⚠️ Watch point: in V8 with FFDA, broadLogRcp is stored in Snowflake. Direct queries on this table from Campaign can be slow on large volumes. Prefer native cubes and reports for analysis, and FDA query activities for batch processing.

trackingLog : tracking logs

Tracking logs record all recipient interactions with the message after receipt. They are populated by Campaign's tracking server (or Redirect) on every email open or click on a tracked link.

What you see in trackingLog

What you do NOT see in trackingLog

Several important limitations to know for correctly interpreting tracking data:

⚠️ Interpretation: Campaign tracking metrics are indicators, not exact measurements. On large volumes, trends are reliable, but absolute figures (open rate especially) should be interpreted with perspective, particularly on databases with a high proportion of Apple users.

Common use cases

💡 Best practice: email opens are increasingly unreliable since iOS 15 (Apple Mail Privacy Protection pre-loads tracking pixels). To measure real engagement, prioritise clicks over opens in your analyses.

auditTrail : the audit log

The audit trail is often overlooked on Campaign projects, but is essential on multi-user or regulated environments. It tracks every modification made on the platform: creation, modification, deletion of Campaign objects (schemas, workflows, deliveries, typologies…) and operator actions.

What it tracks

How to access it

In the Campaign Classic interface: Administration → Audit Trail. Filter by object type, operator, date and action. On V8 instances, the audit trail is accessible via the same paths but stored differently.

💡 Key use: when a workflow stops working for no apparent reason, the audit trail is often the first place to look, someone may have modified a schema or option without flagging it.

wfLog / wfTask : workflow logs

Workflow logs are accessible directly from the Campaign interface, in the execution journal of each workflow. They track the execution of each activity, transitions taken and errors encountered.

Log levels

Common use cases

Summary comparison

LogWhatVolumeRetentionMain use
broadLogRcpSend statusesVery highConfigurableDeliverability, quarantines
trackingLogOpens / clicksHighConfigurableEngagement, segmentation
auditTrailPlatform actionsLowLong termGovernance, debug
wfLogWorkflow executionMediumShort termDebug, optimisation

Retention management

Log retention is a commonly underestimated topic. On a Campaign instance without a purge policy, broadLogRcp and trackingLog can saturate the database within months on high-volume platforms.

⚠️ GDPR note: logs contain personal data (email addresses, browsing behaviour). Their retention period must be defined in your data policy and aligned with your processing register.

Conclusion

Adobe Campaign logs are far more than a debugging tool, they are the source of truth for everything happening on the platform. Mastering their differences, knowing where to look and how to query them is a skill that saves considerable time on every Campaign project. A good habit to adopt: before investigating an anomaly in code or configuration, always check the logs first.

Pierre Frin
Founder Grokium · Adobe Campaign Classic Expert · Certified Adobe Campaign Developer
Online training

Go further with Adobe Campaign Classic V8

8 modules, 24 lessons for reliable production code: queryDef, JavaScript workflows, JSSP, webApps, APIs and deployment. Permanent access, fully commented code.

Discover the training →

An Adobe Campaign project to optimise?

I can support you on diagnostics, optimisation and team upskilling. Reply within 24 hours.

Let's talk →
Going further
Free tools for Adobe Campaign Adobe Campaign Classic V8 training My CRM services