Adobe Campaign universe can be overwhelming and information is sparse. Hereβs a quick recap of resources. Based on the Awesome Github lists concept.
This list only concerns Adobe Campaign Classic (and not the web-based version Adobe Campaign Standard).
πππ§
Overview
- Adobe Campaign Product Page on adobe.com
- About Adobe Campaign Classic
- Main documentation portal
- On-prem VS Hybrid VS Hosted and details as a table
- Architecture and Deployment types
- Global Search - search in the ACC tutorials, the videos, the Knowledge Base and the Community Forum
Tutorials
- Official ACC tutorials - Tutorials as web pages
- Official βHow-Toβ videos - Video tutorials
- Official βUsing ACCβ videos - Video tutorials NEW!
- Official Knowledge base (kb)
- Official workflow Use cases - Business cases
- Official workflow Best Practices
- Official Database Model Best Practices
- floriancourgey.com tutorials
Workspace
- Browsing Lists - Add/Remove a field in a list, count records, sort, search
- Formats and Units - Date & time formats (US %2M/%2D/%4Y vs EN %2D/%2M/%4Y) and time units (s-seconds, mn-minute, h-hour, d-day)
- Format dates
- Format Prices with NL.Locale
- Folders organization Best Practices
Basic objects
- All about Recipients
- All about Marketing Campaigns & Deliveries
- Data Schemas Reference
- Input Forms Reference
- Physical data Model & tables relations - Relational diagrams between objects with primary keys, foreign keys and fields
- Repository of Activities: Targeting, Flow Control, Action, Event
- External accounts
- Navigation hierarchy
Cubes & Reports
Marketing Campaigns & Deliveries
- Delivery Best Practices - Marketing
- Delivery Best Practices - Technical
- Multi-channel campaigns
- Recurring vs Continuous deliveries - Adobe Doc
- Recurring vs Continuous deliveries - Adobe Forum
- Recurring vs Continuous deliveries - marketingcloudblog.com
- Javascript templating langage (JST) in deliveries
- XSL templating langage (XSLT) for HTML and XML
- Workflows and deliveries and Enrich a Delivery with
targetData
Javascript help
Server help
- serverConf.xml doc
- serverConf.xml content
- SOAP API & web services
- WSDL doc
- Database cleanup task (cleanup workflow)
- nlserver doc
- Logs - log files and folders
Changelog
- Latest Release Notes - Changelog since the GDPR Update on 2018-04-24 (18.4 update - Build 8931)
- Old Release Notes - Changelog from ACC 6.11 8552 on 2014-05-21 to the GDPR update
- Control Panel updates (AWS instances only)
- Deprecated Features - Donβt use those features, javascript calls and activities anymore as they might present a risk or a future malfunction
Security & Privacy
Extending Adobe Campaign
- ACC JS SDK - Javascript helpers to build ACC API: Custom NodeJS backend, AWS lambda functions, GraphQL API, command line tool (REPL)
Community
- Official homepage for Campaign Classic
- Official Forum
- Submit an Idea
- Browse Ideas
- Official Youtube channel
Support
Links below require access from Adobe.
- Adobe Console & Support - Manage Products, Users & Tickets
- Adobe Control Panel - Manage Instances, SFTP, Certificates, SSH Keys
- Adobe Software Distribution - Download Adobe Campaign Classic package for local installation (Debian, Red Hat, Windows) & Console
- Support tickets - OLD - Create and manage communication with Adobe dedicated Support
- Download center - OLD - Download installation RPM/EXE, Client EXE, JS API as CHM..
Installation
- Official prerequisites
- Official install for Linux
- Official install for Windows
- Install by floriancourgey.com on Virtualbox
- Compatibility matrix - OS, web & database (RDBMS) servers, JDK compatible versions
Javascript Best Practices
- Lightweight by W3schools
- Straightforward by w3.org
- In-depth by Google
- Collection of links on jstherightway.org
External tools
- Excel column to CSV with delim.co
- Reverse Adobe Campaign log with FCO string tools
- Compare 2 files with diffchecker
- Rename multiple files with regex, prefixes, etc, with Bulk Rename Utility
- SMS Length Calculator on messente.com
- Find brands using Adobe Campaign with Google dorks - doc on Google dorks
- Facebook Sharing Debugger (Test og: meta sharing tags)
- Online share-able collaborative text editor collabedit.com
- Check CSS & HTML rules for Emails on caniemail.com
- SQL diagram Online creator on dbdiagram.io
- Specifications creation & sharing on Swagger.io