Resolve “No available deliveries” in Adobe Campaign reports
If you encounter the No available deliveries warning in Adobe Campaign reports, it means continuous deliveries aren’t linked to their campaigns. Link continuous deliveries correctly to ensure accurate report generation.
Description
Environment
- Product: Adobe Campaign Classic
- Version: v7 all, v8 all
- Offering: All Channels
Issue
When generating reports within the Adobe Campaign dashboard for campaigns that include Continuous Delivery types, a warning message stating No available deliveries may appear across various report types, including:
- Delivery Summary
- Tracking Indicators
- Non-deliverables and Bounces
- URL and Click Streams
This issue causes the Campaign reports view to display no data. The reason is that the operation ID (Campaign link) is empty for Continuous Deliveries, which stops the reports from identifying these deliveries.
Resolution
To resolve the issue of reports displaying No available deliveries, ensure that continuous deliveries are linked to their respective campaigns by following these steps:
-
Access the workflow associated with your campaign.
- Navigate to the Campaign where the issue is faced by using the Home tab or the explorer option.
- Inside Campaign, open the workflow that is responsible for sending out these continuous deliveries.
- Find and double-click the workflow you want to edit. This opens the workflow in the editor.
-
Add a JavaScript code activity after your delivery activity within this workflow. This line of code links the delivery to Campaign:
delivery.operation_id = instance.operation_id;
For detailed steps, refer to Advanced JavaScript code activities, in Campaign Web User Interface documentation.
By implementing this solution, you can generate accurate reports without encountering the No available deliveries error message.
If assistance is required post applying these changes, submit a support ticket.
Related reading
- Build a workflow in the Campaign Automation Guide
- Configure the JavaScript code activity in the Campaign Web User Interface
- operation-id (Campaign) link is empty for Continuous Deliveries in Adobe Campaign Classic v7 & Campaign v8 in Experience League Communities