The DXP Scorecard — Independent Platform Evaluation
Independent Platform Evaluation
Scored on implementation experience
Not vendor briefings

Acquia

Traditional DXPTier 1

Scored March 11, 2026 · Framework v1.1

Visit Website ↗
Migration tax: 10 — higher switching friction from legacy architecture

Use-Case Fit

Marketing
65.5
Commerce
51.1
Intranet
62.1
Multi-Brand
72.1

Platform Assessment

Acquia is a Drupal-based enterprise DXP owned by Vista Equity Partners, combining the open-source Drupal CMS with proprietary enterprise products including Site Factory (multi-site), Content Hub (content syndication), DAM (digital asset management), CDP (customer data), Personalization, and Campaign Studio. It occupies a unique position in the DXP market as the enterprise commercialization layer atop the world's most flexible open-source CMS. The platform's genuine competitive strength lies in multi-site/multi-brand governance at scale (Site Factory is best-in-class for managing hundreds of sites from a shared codebase), content modeling flexibility inherited from Drupal's entity/field system, deep extensibility, localization maturity, and compliance credentials including FedRAMP authorization — a rare differentiator. For organizations already invested in Drupal with complex multi-site requirements, Acquia remains a defensible choice. However, the production reality is challenging. Build complexity is high (steep Drupal learning curve, PHP specialization, complex configuration management), talent is increasingly scarce and expensive, and the platform's AI/modern developer experience capabilities lag significantly behind competitors. The pricing model is opaque and expensive, with key features fragmented across separately licensed products. The platform is not gaining net new market share — it's primarily retaining its existing enterprise base while facing competitive pressure from modernizing DXPs (Sitecore XM Cloud, Optimizely SaaS) and agile headless CMS platforms (Contentful, Sanity) that offer faster time-to-value and lower total cost of ownership.

Category Breakdown

1. Core Content Management

75
1.1.1
Content type flexibility
90H

Drupal's Entity/Field API underpinning Acquia is one of the most flexible content modeling architectures in any CMS. 20+ core field types (text, number, date, entity reference, media, geolocation via contrib, JSON via contrib), unlimited custom content types, schema-as-code via config export (YAML), and Paragraphs for deep nesting. Acquia CMS ships with pre-configured starter content models. Not 92+ because schema-as-code is YAML config sync rather than a native programmatic API like Sanity or Optimizely's C# code-first.

1.1.2
Content relationships
82H

Entity Reference fields provide robust cross-content-type references with autocomplete, select, and Views-based selection handlers. Bidirectional relationships achievable via Corresponding Entity References contrib module. Views integration enables reverse-reference lookups and filtered reference displays. Not graph-native, and bidirectional requires contrib rather than being built-in, which keeps it below 85.

1.1.3
Structured content support
85H

Paragraphs module provides deep component nesting with unlimited depth and reusable paragraph types. Layout Builder adds layout-aware structured composition in core. Site Studio adds an additional component architecture with its own component library (50+ UIKit components). Block Content entities serve as reusable fragments. The combination is very strong for structured content. Not 88+ because rich text output is still HTML, not portable structured text like Sanity's Portable Text.

1.1.4
Content validation
76H

Drupal's Typed Data / Validation API built on Symfony Validator supports field-level constraints, regex patterns, required fields, min/max, unique constraints, and custom error messages. Cross-field validation possible via custom constraint plugins or form alter hooks. Field Validation contrib module allows UI-configured rules without developer involvement. Powerful but complex rules require PHP development knowledge, keeping it below 80.

1.1.5
Content versioning
75H

Content Moderation module in core provides configurable draft/published/archived states with full revision history. Diff module enables visual comparison between revisions. Scheduler module provides scheduled publishing. Rollback is straightforward via revision revert. Per-entity revision history is comprehensive. No content branching or forking capability, and the revision UI is functional but not as polished as purpose-built headless CMS offerings.

1.2.1
Visual/WYSIWYG editing
75H

Acquia Site Studio provides a genuine visual page builder with drag-and-drop component placement, in-place text editing, and WYSIWYG preview. The Visual Page Builder (since v6.5) allows creating component-based pages directly on the frontend. Layout Builder in Drupal core adds a secondary drag-and-drop option. This is real visual editing, not just a preview pane. Not 80+ because Site Studio is a separately licensed add-on with significant developer learning curve, and preview fidelity depends on theme implementation.

1.2.2
Rich text capabilities
76H

CKEditor 5 integration in Drupal 10/11 is mature with extensible plugin architecture, configurable toolbar per text format, inline media embedding via Media Library, and solid paste-from-Word handling. Custom CKEditor 5 plugins can add marks and annotations. Output is HTML rather than portable structured rich text (like Portable Text), which limits multi-channel reuse. Markdown support available via contrib.

1.2.3
Media management
80H

Acquia DAM (formerly Widen) provides enterprise-grade digital asset management with AI-powered auto-tagging, video transcription, alt text generation, 200+ integrations including Adobe Express (added Dec 2025), and rich metadata schema. Drupal core's Media Library is solid on its own with image styles for transforms and focal point via contrib. The combination is near-best-in-class, but Acquia DAM is separately licensed, so the base platform without DAM is more modest.

1.2.4
Real-time collaboration
42M

Acquia's Drupal-based platform does not provide native real-time co-editing. Content Lock contrib module enables pessimistic locking to prevent conflicts. EditTogether (open-source, ProseMirror + Yjs-based) is emerging as a real-time collaboration option for Drupal but is not bundled with Acquia. CKEditor 5 Premium Features offers real-time collaboration but requires a separate CKEditor license. No presence indicators or live activity feeds in the base platform.

1.2.5
Content workflows
72H

Drupal core's Content Moderation provides customizable workflow states (draft, needs_review, approved, published, archived) with role-based transition permissions. The Workflows module allows defining multiple workflow configurations per content type. Scheduler module enables time-based transitions. Audit trail via revision history. Acquia's enterprise layer does not add significant workflow features beyond Drupal core. Missing conditional routing and parallel approval paths without custom development.

1.3.1
API delivery model
78H

JSON:API module in Drupal core provides a fully spec-compliant API with excellent filtering, sorting, pagination, sparse fieldsets, and includes for relationship loading. GraphQL available via mature contrib module. Both REST, JSON:API, and GraphQL can run simultaneously. Acquia promotes hybrid headless architecture with next-drupal for Next.js integration. The API is well-documented and consistent. Not 82+ because GraphQL is contrib rather than core.

1.3.2
CDN and edge delivery
72H

Acquia Edge CDN is powered by Cloudflare or Akamai (per customer order) with global load balancing, DDoS protection, and WAF. Varnish caching layer is included on Acquia Cloud Platform. Drupal's cache tags system enables granular per-entity cache invalidation via the Purge module. Cache-Tag header purging works with Cloudflare but has a 255-byte limit. Edge CDN is a separately purchased add-on. No edge computing or edge-side personalization capabilities.

1.3.3
Webhooks and event system
62M

Drupal has a robust internal hook/event system (Symfony Event Dispatcher + legacy hooks) but outbound webhook delivery to external systems requires contrib modules (Webhooks module, ECA). Acquia Cloud provides platform-level deploy hooks for CI/CD events. Event type coverage depends on implementation. No built-in webhook management UI with retry logic, payload filtering, or HMAC signing in core. Functional but not as polished as purpose-built headless CMS webhook systems.

1.3.4
Multi-channel output
68M

Drupal can operate fully headless via JSON:API/GraphQL, and Acquia promotes this with hybrid headless architecture. next-drupal provides popular Next.js integration. Acquia Content Hub enables content syndication across multiple Drupal sites. However, Drupal was not born headless — the theming layer is deeply integrated, and content models often still reflect web page structure. Going fully decoupled means losing Layout Builder and Site Studio editorial UX. No official mobile SDKs. Rich text output is HTML, limiting true multi-channel portability.

2. Platform Capabilities

63
2.1.1
Audience segmentation
72H

Acquia CDP provides rule-based and ML-powered segmentation with 300+ filters for behavioral, demographic, and transactional data. Fuzzy clustering allows customers to be grouped into multiple ML segments. Real-time segment evaluation is supported. However, CDP is a separately licensed product — without it, segmentation is limited to basic Acquia Personalization rules. Not higher because the full capability requires additional licensing.

2.1.2
Content personalization
68H

Acquia Personalization enables component-level content targeting with segment-based rules and content variants per segment. Preview per segment is available. Real-time adaptive targeting refines segments dynamically. However, rule complexity is moderate compared to Adobe Target or Optimizely, and the UX is not as polished as dedicated personalization platforms.

2.1.3
A/B and multivariate testing
60H

Acquia's Conversion Optimization product supports A/B, multivariate, and split URL experiments using Bayesian statistics. This is more capable than basic A/B — it includes traffic allocation and statistical significance. However, it lacks ML-powered auto-allocation or bandit algorithms found in dedicated experimentation platforms like Optimizely. Most teams still supplement with third-party tools for advanced experimentation.

2.1.4
Recommendation engine
55M

Acquia CDP provides ML-powered personalized recommendations with pre-built predictive models and fuzzy clustering. Content recommendations based on behavioral signals are available through Personalization. However, there is no deeply integrated recommendation engine within the CMS authoring experience — recommendations are primarily CDP-driven and require integration work. Not a standalone recommendation engine comparable to Adobe Target Recommendations.

2.2.1
Built-in search
68H

Acquia Search is Apache Solr-based with full-text search, faceting, and basic relevance tuning. Drupal's Search API module provides a clean abstraction layer with autocomplete support. Adequate for most content search use cases but lacks modern features like typo tolerance and NLP compared to dedicated search platforms like Algolia.

2.2.2
Search extensibility
75H

Drupal's Search API provides an excellent pluggable backend architecture supporting Elasticsearch, Algolia, Typesense, and Solr. Acquia has a formal partnership with Algolia for composable search. Switching search backends is straightforward. Custom index configuration is well-supported. This is a genuine strength of the Drupal/Acquia ecosystem.

2.2.3
AI/semantic search
35M

No native vector search or semantic search capability in Acquia or Drupal core. AI-enhanced search requires third-party integration (Algolia NeuralSearch, Elasticsearch with vector plugin). While the Algolia partnership provides a path to AI search, it's not native. Some contrib modules for AI-powered search are emerging but not mature.

2.3.1
Native commerce
62H

Drupal Commerce provides a full native commerce solution with product catalog, cart, checkout, order management, and pricing engine. It's mature and flexible but requires significant development effort for production-quality stores. Acquia doesn't provide managed Commerce-specific infrastructure — it's treated as a contrib module. Not competitive with purpose-built commerce platforms but genuine native commerce exists.

2.3.2
Commerce platform integration
58M

Acquia has expanded its composable commerce ecosystem through partnerships with inriver (PIM), Spryker, and Algolia. Drupal contrib modules exist for Shopify and commercetools integration. However, these are not deep, pre-built Acquia-maintained connectors — most require custom middleware development. The integration story is 'composable with effort' rather than 'turnkey.'

2.3.3
Product content management
60M

Drupal Commerce product types with variations and attributes provide adequate product content modeling. Rich product descriptions leverage Drupal's flexible field system. Product media management via Media Library and Acquia DAM is solid. However, purpose-built PIM capabilities (attribute management at scale, product data quality, bulk operations) require significant custom development.

2.4.1
Built-in analytics
50M

Acquia CDP provides out-of-the-box analytics dashboards with hundreds of summaries, calculations, and attributes for visual insights. Acquia DAM Insights reveals content usage patterns (who, when, where, how). Acquia Personalization dashboards show content impressions and click-through. However, CMS-level content performance analytics (author productivity, content lifecycle, time-to-publish) are not available without CDP licensing.

2.4.2
Analytics integration
65H

GA4, Adobe Analytics, Segment, and other analytics platforms integrate via Drupal contrib modules (Google Tag Manager module, Analytics module). The Tag Manager approach is standard and works well. Acquia CDP provides its own data integration capabilities. No platform-specific event helpers beyond Acquia CDP's own connectors. Analytics middleware is possible via Drupal's event system but requires custom development.

2.4.3
Content intelligence
45M

Acquia has made meaningful progress: Conductor OEM partnership (Feb 2026) brings native AI content optimization and SEO intelligence directly into Acquia CMS. Computer vision auto-tagging was deployed in 2025. DAM Insights provides content usage intelligence. However, native content gap analysis, content scoring, and content health dashboards are still not available within the CMS itself. The Conductor integration is new and maturing.

2.5.1
Multi-site management
82H

Acquia Cloud Site Factory is a genuine differentiator — purpose-built multi-site management supporting hundreds of sites from a shared codebase with per-site configuration overrides and centralized governance. Acquia Content Hub enables cross-site content syndication. The governance model provides central admin with site-level autonomy. This is one of Acquia's strongest capabilities and a key enterprise selling point.

2.5.2
Localization framework
80H

Drupal's localization is mature and comprehensive: field-level translation (entity translation) in core, configurable locale fallback chains, native installation in 94 languages. Language-specific content branching via separate entity translations. Acquia Site Studio + Lionbridge integration provides a low-code localization workflow. This is a historical Drupal strength that remains highly competitive.

2.5.3
Translation integration
72H

TMGMT module provides connectors to major TMS platforms including Smartling and Lionbridge. Machine translation available via DeepL, Google Translate, and now OpenAI Translate for DAM metadata. Acquia DAM supports metadata translation via Google Translate and OpenAI integrations. Batch translation operations are supported. The integration ecosystem is proven in enterprise multilingual deployments.

2.5.4
Multi-brand governance
75M

Acquia Site Factory + Content Hub provide a solid multi-brand governance foundation. Brand-level permissions via Drupal's role system, shared component libraries via Site Factory's shared codebase with brand-specific overrides, and centralized design system support. Content Hub enables centralized content with brand-level distribution. Setup complexity is significant but the capability is strong once configured.

2.6.1
AI content generation
55M

Acquia Source (launched July 2025) introduced the AI Writing Assistant Agent that generates content optimized for SEO and AI answer engines (AEO). The Source Site Builder Agent enables prompt-to-site creation. Embedded GenAI capabilities were integrated across the platform in 2025 for content creation and tagging. However, the AI Writing Assistant is still in limited availability/beta, brand voice controls are not mature, and most Drupal-based Acquia sites still rely on custom AI module integrations.

2.6.2
AI-assisted workflows
48M

Acquia has made significant progress in AI workflow automation: the AI Web Governance Agent scans and remediates accessibility and content policy issues. Computer vision auto-tagging was deployed in 2025. Conductor OEM partnership brings AI content optimization. Acquia DAM offers AI-powered media features. GPT-4 developer assistant was deployed. However, these features are spread across multiple products and many are new/maturing. Not yet deeply embedded across the content lifecycle.

2.6.3
AI governance & trust
35M

The AI Web Governance Agent provides brand compliance and accessibility scanning/remediation, which is a meaningful governance capability. Acquia Source provides enterprise-grade governance and security positioning. However, there are no formal AI audit trails, hallucination detection, confidence scoring, or prompt governance controls documented. AI governance is primarily focused on content policy compliance rather than AI output safety. Still behind competitors like Adobe (Content Credentials, Firefly IP indemnification).

3. Technical Architecture

68
3.1.1
API design quality
72H

Drupal's JSON:API implementation is spec-compliant with consistent resource naming, filtering, includes, and sparse fieldsets. Acquia Cloud Platform API v2 provides 200+ endpoints with interactive docs and request/response examples. However, Drupal's entity system complexity leaks through in API responses, and this is not a purpose-built API-first platform. Not higher because developer ergonomics lag behind headless CMS platforms like Contentful or Sanity.

3.1.2
API performance
62M

Acquia Cloud provides Varnish caching, Nginx reverse proxy, and integrated CDN with global POPs for cached content delivery. However, uncached API requests hit Drupal's PHP stack, which is inherently slower than purpose-built API services. Rate limits are configurable at platform level but not well-documented publicly. JSON:API pagination with offset and cursor is supported. Performance at scale requires deliberate caching architecture.

3.1.3
SDK ecosystem
50M

No official Acquia/Drupal multi-language SDK ecosystem comparable to Contentful or Sanity. The community-maintained next-drupal package provides Next.js integration with TypeScript support. PHP SDKs exist for backend integration. Acquia DAM has a developer SDK. Python, Ruby, Go, and .NET SDKs are absent — teams use raw HTTP/JSON:API. Not lower because next-drupal is well-maintained and PHP ecosystem is strong.

3.1.4
Integration marketplace
72H

Drupal.org hosts 50,000+ contributed modules covering virtually every integration category. Acquia CMS includes automated integrations with Acquia products (Site Studio, Acquia Search). New Site Template Marketplace launching with Drupal Canvas. However, module quality varies enormously — many are unmaintained. The Acquia-curated enterprise integration set is much smaller. Enterprise connectors for Salesforce, HubSpot, commercetools exist but quality varies.

3.1.5
Extensibility model
85H

Drupal's hook/plugin/event system is one of the most extensible architectures in any CMS. Custom field types, custom entity types, form alters, middleware, event subscribers (Symfony), and a comprehensive plugin system with attribute-based discovery in Drupal 10/11. Custom UI via admin theme. Custom API endpoints via custom modules. There is virtually nothing you cannot customize or extend. This is a genuine platform strength.

3.2.1
Authentication
72H

SAML SSO via Acquia Cloud Shield. OIDC available via contrib module. MFA via TFA (Two-Factor Authentication) contrib module. API authentication via Simple OAuth module for OAuth 2.0. Session management is configurable. The enterprise SSO stack requires assembling contrib modules rather than being built-in, which adds friction compared to purpose-built enterprise platforms. Not lower because the functionality is fully achievable.

3.2.2
Authorization model
70H

Drupal's permission system offers granular RBAC with unlimited custom roles. Content-level access is possible via Node Access system and Group module. Field-level permissions available via Field Permissions contrib module. However, the permission UI is complex with potentially hundreds of checkboxes. Permission inheritance is limited — mostly flat role-permission mapping. Not higher because field-level and instance-level permissions require contrib modules.

3.2.3
Compliance certifications
82H

Acquia Cloud Next is certified with SOC 1 Type 2, SOC 2 Type 2, ISO 27001, HIPAA, PCI, CSA STAR, and FedRAMP. 2025 SOC reports cover Jan–Dec 2025. EU data residency available. GDPR tooling provided. FedRAMP authorization is a significant differentiator that few CMS competitors can match. This is one of the strongest compliance postures in the CMS/DXP space. Trust Center at security.acquia.com provides audit reports under NDA.

3.2.4
Security track record
65M

Drupal has a dedicated Security Team with responsible disclosure process and published Security Advisories. The Drupalgeddon incidents (2014, 2018) were significant but response was swift with clear communication. Acquia adds platform-level security layers. No public bug bounty program from Acquia. The open-source nature means public vulnerability disclosure windows. Not lower because security response is well-organized and incidents were well-handled.

3.3.1
Hosting model
72H

Acquia offers managed cloud hosting on AWS (Cloud Platform / Cloud Next) as its primary model. Self-hosted Drupal is always available since it's open source. Cloud Next uses Kubernetes with container-based isolation. No multi-cloud — Acquia is AWS-only. The combination of managed cloud with self-hosted fallback provides good flexibility. Not higher because Acquia Cloud is single-cloud (AWS) with no multi-cloud option.

3.3.2
SLA and uptime
73M

99.95% uptime SLA on Cloud Platform Enterprise tier. Public status page at status.acquia.com covering 36 components with 4 status levels. Incident communication is adequate with latest acknowledged outage on Feb 26, 2026. Operational as of March 2026. The SLA is competitive but the platform has periodic incidents. Not higher because incident frequency is moderate.

3.3.3
Scalability architecture
70M

Cloud Next runs on Kubernetes with dynamic auto-scaling that scales in seconds. Production environments can leverage full regional cluster capacity for traffic spikes. Self-healing infrastructure. Up to 5x database throughput vs traditional MySQL. Integrated CDN with global POPs plus Varnish/Nginx caching layers. Proven at enterprise scale on AWS. Not higher because Drupal's PHP/database architecture still has inherent horizontal scaling limits at extreme scale.

3.3.4
Disaster recovery
75H

Well-documented DR: RPO of 1 hour for production environments, RTO of 1 hour per 50GB. Snapshot schedule includes hourly (3h retention), daily (7d), weekly (4w), monthly (3mo). Snapshots stored in Amazon S3 via EBS. Multi-region failover available as add-on with hot cloud recovery model and real-time database replication. Content export via drush and MySQL dumps. Not higher because multi-region failover is an add-on at extra cost and RPO degrades for environments over 500GB.

3.4.1
Local development
62H

Acquia CLI for cloud platform interaction. DDEV and Lando (with official Acquia plugin) for local Drupal development via Docker. Acquia Cloud IDE (browser-based) with Composer, Drush, and Git. Cloud Development Environments (CDEs) for cloud-based dev. Local-production parity requires deliberate configuration of services (Solr, Memcache). Not higher because there is no official Acquia local dev server and local parity requires effort.

3.4.2
CI/CD integration
65H

Acquia Pipelines for continuous delivery with support for Sass and TypeScript compilation. Code Studio (GitLab partnership) provides pre-built CI/CD automation optimized for Drupal. Environment management with dev/staging/prod. Drupal config sync (drush config:import/export) for schema migration. CDEs for branch-based environments. Not higher because there are no built-in deploy preview URLs and the workflow is not as streamlined as modern JAMstack platforms.

3.4.3
Documentation quality
62H

Documentation is split between docs.acquia.com (platform-specific, well-organized) and drupal.org/docs (community-maintained, inconsistent quality). Acquia Copilot AI assistant helps with product docs and troubleshooting. Code examples are adequate but not excellent. The split documentation ecosystem creates friction for developers who must context-switch. Not lower because Acquia platform docs are comprehensive and well-structured.

3.4.4
TypeScript support
45M

next-drupal package provides TypeScript support with typed helper methods for Next.js integration. However, no auto-generated TypeScript types from Drupal content models — community research on type generation (json-to-zod, jsonapi_schema) is ongoing but not production-ready. Acquia Pipelines supports TypeScript compilation but no typed SDK. IDE integration is PHP-focused. Not higher because type generation from content model is absent and no typed JS SDK exists.

4. Platform Velocity & Health

62
4.1.1
Release frequency
66H

Acquia ships across multiple product lines with good cadence. Acquia Source (SaaS CMS) launched July 2025 with AI agents added December 2025. Acquia DAM publishes monthly release notes with feature additions (e.g., AI Tags, Collaborative Collections in March 2025). Acquia Cloud Platform delivers continuous infrastructure updates. Drupal core maintains ~6-month minor release cadence (11.4.0 alpha April 2026). Not as rapid as pure SaaS headless platforms but solid for a traditional DXP.

4.1.2
Changelog quality
62M

Acquia maintains structured release notes across Cloud Platform, DAM, Optimize, and CLI products at docs.acquia.com. Drupal core change records are detailed with breaking change documentation. However, changelogs are fragmented across multiple product documentation sites rather than unified. Breaking changes are documented but not always prominently flagged. Migration guides exist for major Drupal version upgrades but can be incomplete for edge cases.

4.1.3
Roadmap transparency
58M

Acquia publishes a public product roadmap at acquia.com/product/roadmap and hosts roadmap webinars (e.g., 'State of Acquia DAM 2025' with 2026 preview, exec team product strategy webinar). Drupal core has public strategic initiatives on drupal.org. Acquia Engage conferences share product direction. However, the roadmap is high-level and strategic rather than tactical with specific timelines. No public community voting portal for feature requests.

4.1.4
Breaking change handling
65H

Drupal has a formal deprecation policy with @deprecated annotations and clear deprecation windows across major versions. Drupal Rector provides automated code upgrades for deprecated API usage. The Drupal 9→10→11 'easy upgrade' philosophy reduced breaking change pain significantly. However, contrib module compatibility lag remains a real pain point — modules can take months to support new major versions. Acquia Source as a managed SaaS reduces breaking change exposure for that product line.

4.2.1
Community size
70H

Drupal has one of the largest open-source CMS communities globally: 8,000+ individual contributors and 1,100+ corporate contributors in the past year. Over 1M registered users on drupal.org, 51,000+ modules, 3,000+ themes. DrupalCon (North America + Europe) and Acquia Engage (Boston + London + Denver 2026) are major annual events. Drupal Slack is active. The community is large but has been gradually declining relative to JavaScript-based CMS platforms in terms of new developer adoption.

4.2.2
Community engagement
60M

Acquia is the #1 contributor to Drupal core with nearly 10,000 commits. Community contribution is active but concentrated among a relatively small group. Issue response times on drupal.org vary — core issues get attention but contrib modules can languish. The drupal.org contribution process is process-heavy compared to GitHub-native projects. Acquia Engage conferences and partner awards demonstrate vendor-community engagement, but organic grassroots engagement is plateauing.

4.2.3
Partner ecosystem
72H

Acquia has 700+ global partners with a formal partner program, partner finder tool, certification program (Acquia Certified Developer, Site Builder, etc.), and annual partner awards. Major SIs and agencies are represented. Acquia Engage conferences feature partner showcases. The ecosystem is mature and enterprise-grade. Some partner diversification away from Drupal-only practices is occurring, but the network remains strong for enterprise Drupal implementations.

4.2.4
Third-party content
55M

Drupal/Acquia content volume remains substantial but has declined from peak. DrupalCon talks and recordings provide steady conference content. Acquia Academy offers structured learning. TheDropTimes provides ongoing Drupal news coverage. YouTube content is moderate. However, third-party tutorial and blog creation has trended downward as developer attention shifts to JavaScript-based platforms. Books and courses exist but many are aging. Newer Acquia Source content is still sparse.

4.3.1
Talent availability
55M

Drupal developer talent is available but the pool is not growing. Indeed shows ~132 Drupal jobs, Glassdoor ~138 in the US — moderate demand concentrated in government, enterprise, and digital agencies. Senior Drupal developers command premium rates due to relative scarcity. New developer talent tends to gravitate toward JavaScript-based platforms. Acquia certifications exist but the pipeline is flat. The launch of Acquia Source (SaaS) may reduce deep Drupal expertise requirements for some use cases.

4.3.2
Customer momentum
57M

Acquia demonstrates active customer engagement through Engage conferences in Boston and London (2025) and Denver (2026). The 2025 Engage Awards celebrated customer digital initiatives. Acquia Source launch represents a strategic push into SaaS CMS. Conductor OEM partnership (Feb 2026) for AI content optimization signals product expansion. However, net new enterprise customer acquisition appears moderate — the platform retains its existing base but faces competitive pressure from headless alternatives and modernized traditional DXPs.

4.3.3
Funding and stability
58M

Acquia is owned by Vista Equity Partners since 2019 ($1B acquisition). The company has ~1,091 employees and shows no public layoff signals. Active product investment continues (Acquia Source launch, AI agents, OEM partnerships). Dries Buytaert continues as CTO providing strategic continuity. However, PE ownership inherently creates questions about long-term exit strategy — Vista typically optimizes and sells. Revenue and profitability are not publicly disclosed. No recent funding or IPO signals.

4.3.4
Competitive positioning
64H

Acquia is a Leader in the 2025 Gartner Magic Quadrant for DXP for the sixth consecutive year, positioned third behind Optimizely and Adobe. The platform differentiates on open-source foundation (50,000+ plugins, 1,000 distributions), AI integration, and centralized development environment. Acquia Source positions the company in the SaaS CMS market alongside headless competitors. However, competitive pressure from both modernizing traditional DXPs and emerging headless platforms is real. Net migration direction is mixed.

4.3.5
Customer sentiment
67H

Acquia DXP has a G2 rating of 4.3/5 with 218 reviews — solid rating with good review volume. Review distribution is strong: 59% 5-star, 33% 4-star, only 6% 3-star or below. Across all Acquia products, G2 shows 4.4 stars from 1,080 reviews. Gartner Peer Insights shows 4.2 with 34 reviews for Cloud Platform. Common praise: managed Drupal infrastructure, CDN performance, enterprise-grade security. Common complaints: high pricing, complexity for newer features, learning curve. Sentiment is positive but bounded to the Drupal-committed market.

5. Total Cost of Ownership

41
5.1.1
Pricing transparency
32H

Acquia's main DXP platform pricing (Standard/Plus/Premium/Elite tiers) is entirely sales-gated with no public dollar amounts. However, Acquia Cloud Platform Professional publishes some pricing: Personal at ~$148–158/mo, Small at ~$296–364/mo. DAM, CDP, Personalization, and Content Hub pricing are all sales-gated. Slightly better than fully opaque due to the Professional tier pricing, but still among the least transparent in the market.

5.1.2
Pricing model fit
38M

Acquia uses per-product licensing with infrastructure costs bundled. Enterprise implementations typically run $50K–200K+/year in platform licensing before implementation. Each product module (DAM, CDP, Personalization, Content Hub, Site Studio) adds significant cost. Views/visits overages at $100 per 15K monthly views create unpredictable spikes — bot traffic can inflate bills significantly. The pricing model scales steeply and unpredictably.

5.1.3
Feature gating
45M

Core Drupal features are freely available as open source, providing a significant baseline. However, key enterprise features are heavily gated behind separate Acquia product licenses: Site Factory for multi-site, Content Hub for content syndication, Personalization for targeting, CDP for customer data, DAM for asset management, Site Studio for visual editing. Each capability requires an additional subscription, creating significant upsell pressure as use cases expand.

5.1.4
Contract flexibility
40M

Acquia typically requires annual contracts for enterprise products. Multi-year commitments are common with volume discounts. The Professional tier offers monthly billing ($148+/mo) but the enterprise DXP platform is annual-only. No prominent startup program or nonprofit pricing publicly listed. Exit provisions depend on negotiation. Contract flexibility follows traditional enterprise software patterns — not flexible by modern SaaS standards.

5.1.5
Free / Hobby Tier
15H

Acquia has no free tier for its platform. The lowest entry point is the Professional Personal plan at ~$148/mo — not accessible for hobby projects. The underlying Drupal CMS is free and open source, so developers can evaluate the core CMS for free, but cannot access Acquia's managed platform, DAM, CDP, or Personalization without a paid subscription. Acquia Academy offers free Drupal e-learning, but that's educational, not a platform tier.

5.2.1
Time-to-first-value
42M

Getting from Acquia signup to first deployed content is a multi-day to multi-week process. Requires Drupal installation, configuration, content type definition, theme setup, and deployment pipeline configuration. The Drupal CMS (Starshot) initiative aims to improve onboarding, but current reality is significantly slower than SaaS headless CMS platforms where content can be modeled and served via API within hours. Professional tier provisioning is faster but still requires Drupal expertise.

5.2.2
Typical implementation timeline
42M

Typical Acquia DXP implementations run 3–9 months depending on scope. Simple Drupal sites on Acquia Cloud can be done in 6–10 weeks. Full DXP implementations with multiple Acquia products (Site Factory, Personalization, Content Hub, DAM) are 6–12 months. Content migration, system integrations (CRM, ERP, PIM), and multisite rollouts extend timelines significantly. Accelerated timelines require more resources and higher cost.

5.2.3
Specialist cost premium
40H

Drupal/Acquia specialists command a significant cost premium. Acquia employees earn ~31.5% above average Drupal developer salary ($113K). Drupal developers require PHP expertise, Drupal API knowledge, and Acquia platform-specific knowledge. Acquia certifications (Front End Specialist, Back End Specialist) drive premium rates. The talent pool is contracting as JavaScript-first frameworks grow, pushing rates higher. Comparable specialist premium to Sitecore and AEM.

5.3.1
Hosting costs
52M

Acquia Cloud hosting is bundled in platform licensing, eliminating separate infrastructure management. However, the bundled cost is significant — Professional tier starts at $148/mo, enterprise tiers are much higher. Views/visits overages create unpredictable cost spikes, especially from bot traffic. Self-hosting Drupal on commodity infrastructure is much cheaper but loses managed services. The hosting model provides operational simplicity at enterprise pricing.

5.3.2
Ops team requirements
55M

Acquia Cloud significantly reduces ops burden versus self-hosted Drupal — infrastructure management, backups, security patching, and platform updates are handled. However, application-level operations remain: Drupal module updates, cache management, performance tuning, content model migrations, and security monitoring. Most enterprise Acquia deployments need at least part-time DevOps attention. Moderate operational burden — better than self-hosted Drupal, more than fully managed SaaS headless platforms.

5.3.3
Vendor lock-in and exit cost
48H

Drupal core is open source with full data portability via MySQL dumps, Migrate API, and JSON:API — no proprietary content format. However, Acquia-specific products create meaningful lock-in: Site Factory configs, Content Hub syndication rules, Personalization segments, CDP data, and DAM assets are not portable. Real Story Group warns Acquia's acquisitions (Widen, AgilOne, Monsido) form a closed ecosystem despite 'openness' messaging. Drupal major version migrations (e.g., D7 to D10) are expensive forklift efforts. Moderate-to-high overall lock-in.

6. Build Simplicity

45
6.1.1
Concept complexity
38H

Developers must learn 15+ Drupal-specific concepts (entities, bundles, fields, render arrays, plugin system, hooks/events, config management, Twig theming, Views) plus Acquia-specific layers (Site Studio components, Content Hub, Cloud Platform APIs, Acquia Source/Experience Builder). These concepts are proprietary and don't map to mainstream JavaScript web development mental models. Not higher because concept count is among the highest in the CMS market.

6.1.2
Onboarding resources
55H

Acquia Academy provides structured learning paths and certification courses. Cloud IDE offers 5-minute environment setup with guided getting-started page. Drupal.org has extensive documentation and tutorials. However, resources are scattered across Acquia Academy, Drupal.org, and community sites. No interactive content modeling playground or in-browser sandbox in the Contentful/Sanity sense. Not lower because Cloud IDE significantly reduces environment setup friction.

6.1.3
Framework familiarity
38H

Drupal is PHP/Symfony-based, fundamentally different from the React/Next.js/Vue ecosystem dominating modern frontend development. A React developer cannot be productive in Drupal without significant retraining. Acquia Source introduces Next.js integration and server-side rendering of JS (launched 2025), which is a positive step, but backend development still requires deep Drupal/PHP expertise. Site Studio uses its own component paradigm. Not higher because core development skills remain non-transferable to mainstream web frameworks.

6.2.1
Boilerplate and starter quality
50M

Acquia provides official Drupal Starter Kits (rebranded from Acquia CMS) including a Next.js starter kit (next-acms) with monorepo structure, default content model, and support for both progressive decoupling and headless modes. Community distributions (Varbase, Thunder) provide pre-configured starting points. However, framework coverage beyond Next.js is limited — no Nuxt, Astro, or SvelteKit starters. Starters are less polished than those from purpose-built headless CMS platforms.

6.2.2
Configuration complexity
40H

Drupal's configuration surface area is enormous — enterprise sites generate thousands of YAML configuration files. Config Split module required for per-environment management. Settings.php, services.yml, and environment-specific overrides add layers. Acquia platform configuration (Cloud Platform, Site Studio, Content Hub) adds significant additional surface area beyond Drupal core. Cloud IDE helps with initial setup but ongoing config management remains complex. Not lower because config-as-code via config sync is well-supported.

6.2.3
Data modeling constraints
50H

Adding new content types and fields is straightforward in Drupal. However, modifying or removing existing fields with data is risky and requires careful migration via update hooks and Migrate API. Field type changes on populated fields require data migration scripts. Breaking changes cascade to Views, templates, and API responses. The schema evolution story is more rigid than schemaless headless CMS platforms but adequate with developer expertise. Not higher because schema changes with existing content carry real risk.

6.2.4
Preview and editing integration
50M

For coupled Drupal, preview is built-in and works well. Site Studio provides drag-and-drop visual editing. Acquia Source with Experience Builder (launched late 2025) adds real-time preview and a no-code visual page builder (Canvas 1.0). For decoupled/headless Drupal, preview requires significant custom effort — frontend route configuration, draft authentication, and next-acms provides partial support. Not higher because decoupled preview remains complex; not lower because Acquia Source/Experience Builder are improving the visual editing story.

6.3.1
Required specialization
35H

Significant Drupal specialization required for production work. Acquia offers four distinct certification tracks (Site Builder, Developer, Front End Specialist, Back End Specialist), indicating the breadth of specialized knowledge needed. Developers need PHP expertise, deep understanding of Drupal APIs, module development patterns, theming layer, and configuration management. A generalist web developer requires weeks to months of focused Drupal learning. Not lower because Acquia Academy and Cloud IDE reduce onboarding friction somewhat.

6.3.2
Team size requirements
42M

Enterprise Acquia implementations typically require 3-8 people with specialized roles: backend Drupal developer, frontend/themer, DevOps/infra, and potentially Site Studio specialist and Acquia platform specialist. Full DXP implementations with multiple Acquia products (Content Hub, Site Studio, Personalization) commonly need 5-10+ team members. A solo developer can build simple sites but not enterprise implementations. Not higher because multi-product DXP deployments demand larger specialized teams.

6.3.3
Cross-functional complexity
52M

Site Studio empowers marketers and content authors with drag-and-drop page assembly and visual CSS styling without code, enabling self-service for campaigns and page creation. Acquia Source AI agents (launched Dec 2025) further automate site building, SEO writing, and web governance tasks. Content authors still need training on Drupal's admin interface. The marketer self-service story is better than most Traditional DXPs but not as intuitive as modern SaaS platforms. Not higher because initial author training is still significant.

7. Operational Ease

51
7.1.1
Upgrade difficulty
50H

Drupal major version upgrades (10→11) have improved with Rector automation and deprecation-first approach, but contrib module compatibility remains the primary bottleneck. Acquia Cloud handles infrastructure updates, but Drupal core + contrib module updates are the team's responsibility. Minor upgrades are smooth; major upgrades can take weeks for complex sites with many contrib modules.

7.1.2
Security patching
58H

Acquia Cloud auto-applies platform-level security patches (OS, PHP, infrastructure) and holds ISO27001 and CSA STAR certifications (2025). Acquia demonstrated proactive security response to React2Shell and Shai-Hulud supply chain threats. However, Drupal core and contrib module security patches still require manual code deployment by teams. The Drupal Security Team publishes regular advisories with clear severity ratings.

7.1.3
Vendor-forced migrations
43H

Recent history shows multiple concurrent forced migrations: Acquia Search sunsetting in 2026 (forcing migration to SearchStax), AcquiaID migration required for all sites in 2025, and Acquia Cloud Next migration. Drupal 7 EOL in January 2025 forced major upgrades. These overlapping forced migrations create significant operational burden with compressed timelines.

7.1.4
Dependency management
45H

Drupal uses Composer for PHP dependency management with typically 30-80+ contrib modules on enterprise sites, creating a large transitive dependency tree. Supply chain risk varies across community-maintained contrib modules. Acquia Cloud manages server-side dependencies (OS, PHP, database), but Composer update cycles require regular attention and careful testing. The dependency management burden is one of the higher maintenance costs.

7.2.1
Monitoring requirements
55M

Acquia provides built-in monitoring tools including Acquia Insight (site performance, security, Drupal best practices, code analysis, database statistics, SEO) and New Relic integration on higher tiers. Real-time reporting is available. However, full application-level observability (error tracking, custom metrics) still requires additional setup with tools like Datadog or Sentry. Better than raw self-hosted but not zero-effort.

7.2.2
Content operations burden
45M

Drupal content operations require ongoing attention: taxonomy management, broken link detection (via contrib Link Checker module), orphaned content cleanup, and content model maintenance. Reference management is not self-healing — broken entity references require manual cleanup. For sites with complex Paragraphs-based content models, operational burden is significant. Content hygiene tooling exists in contrib but is not comprehensive or automated.

7.2.3
Performance management
48M

Acquia Cloud provides CDN (Cloud Edge) and Varnish caching at the platform level, reducing some performance management burden compared to raw self-hosted Drupal. However, teams must still understand and configure Drupal's multiple caching layers (page cache, dynamic page cache, render cache, cache tags). Database query optimization and Views performance tuning remain customer responsibilities. Cloud Actions automate cache clearing on deployments.

7.3.1
Support tier quality
55H

Acquia provides 24/7 tiered support with dedicated TAMs on enterprise plans. G2 and Capterra reviews show mixed feedback: some praise 'amazing' support with dedicated managers, while others report slow initial response times and generic first replies that improve after escalation. Application-level Drupal issues are often redirected to community resources. Support quality appears tier-dependent, with enterprise customers getting significantly better experiences.

7.3.2
Community support quality
60H

Drupal has one of the largest open source communities with active support via Drupal.org issue queues, Drupal Slack, and Drupal Answers on Stack Exchange. Acquia contributes significantly to the Drupal community and offers free e-learning via Acquia Academy. Response quality varies — simple questions get fast answers, complex issues can be slow. The community is knowledgeable but developer mindshare has declined, reducing available help for niche issues.

7.3.3
Issue resolution velocity
48M

Drupal core critical bugs are typically fixed in days to weeks with regular release cycles. Contrib module fix velocity varies enormously by maintainer — popular modules are fast, niche modules can have issues open for months. Acquia platform issues are resolved per SLA. The Gainsight OAuth token compromise response showed rapid investigation and isolation. Overall resolution velocity is average for the enterprise DXP segment.

8. Use-Case Fit

64
8.1.1
Landing page tooling
68H

Acquia Site Studio provides a visual drag-and-drop page builder with component libraries, and Drupal Layout Builder adds a second page-building option. Marketers can create and launch landing pages without developer involvement once components are configured. However, Site Studio has a steeper learning curve than dedicated marketing page builders like Sitecore XM Cloud Pages or Optimizely's visual editor. Not higher because marketer autonomy requires upfront component library investment and training.

8.1.2
Campaign management
58M

Acquia Campaign Studio (Mautic-based) provides genuine campaign management: visual campaign builder, multi-channel orchestration (email, SMS, web), campaign analytics, and contact segmentation. Content scheduling available via Scheduler module. However, Campaign Studio is a separately licensed product and its CMS content integration is not deeply unified — campaign content and CMS content live in different systems. Not higher because content calendaring within the CMS requires custom development and the campaign-CMS bridge is shallow.

8.1.3
SEO tooling
75H

Drupal has one of the strongest SEO module ecosystems in CMS: Metatag module for comprehensive meta management (Open Graph, Twitter Cards, Dublin Core), Simple XML Sitemap for automatic sitemap generation, Redirect module for 301/302 management (co-maintained by Acquia), Pathauto for clean URL patterns, and Schema.org/JSON-LD modules for structured data. The new Drupal CMS SEO Tools recipe (updated Jan 2026) bundles these together. Acquia SEO powered by Conductor adds enterprise SEO analytics. Not higher because there's no built-in content-level SEO scoring like Yoast, and assembly of multiple modules is required.

8.1.4
Performance marketing
58M

Webform module provides excellent form handling and lead capture with conditional logic, multi-step forms, and CRM integrations. Campaign Studio adds conversion tracking and lead scoring. CTA management requires custom Site Studio components. A/B testing available via Acquia Personalization. However, these tools are assembled from separate products rather than an integrated performance marketing suite, and CTA management has no native solution. Not higher because there's no unified performance marketing dashboard.

8.2.1
Product content depth
55M

Drupal Commerce provides product content modeling with product types, variations, and attributes. Drupal's flexible field system supports rich product descriptions and media via Media Library. Acquia DAM helps with product media management. However, Acquia is not a PIM — complex variant hierarchies, bulk attribute management, and data quality scoring require custom development or third-party PIM integration. Acquia has announced PIM integration plans but native product content depth remains limited compared to purpose-built commerce platforms.

8.2.2
Merchandising tools
45M

Acquia Digital Commerce with Commerce Factory (commercetools integration) provides category management and product recommendations via the commerce backend. Drupal taxonomy and Views enable basic category/collection pages. Promotional content scheduling is possible via Scheduler. However, native merchandising features like search merchandising, visual merchandising, or automated cross-sell are absent from the CMS layer — merchandising intelligence comes from the commerce backend (commercetools) or requires Acquia Personalization. Not higher because Acquia itself has no purpose-built merchandising tools.

8.2.3
Commerce platform synergy
52M

Acquia has invested significantly in commerce integration: Commerce Factory provides a pre-built commercetools integration with content-commerce blending, and Drupal Commerce offers a native commerce engine. Shopify Plus integration exists via community modules and partner implementations. However, Commerce Factory is a partner-built solution (TA Digital/Credera), not a first-party Acquia connector with deep UI-level product reference in the content editor. The content-commerce integration depth is improving but still requires significant implementation work. Not higher because integrations lack the deep API federation of AEM CIF or Contentful's marketplace connectors.

8.3.1
Access control depth
72H

Drupal's permission system is among the most granular in CMS: the Group module enables audience-based content visibility by department/team, content-instance permissions are native, and field-level access control is possible. Acquia Cloud provides SAML SSO via Cloud Shield for enterprise authentication. LDAP integration is mature. This is one of Drupal/Acquia's genuine strengths for intranet use cases. Not higher because the permission architecture requires careful planning and significant upfront configuration effort.

8.3.2
Knowledge management
62M

Drupal's taxonomy system provides strong content organization. Acquia Search (Solr-powered) delivers quality internal search. Content lifecycle management via Content Moderation (draft/review/publish states) and Scheduler (expiry/archival). Version history is built into Drupal core. Knowledge base content types can be modeled flexibly. The Pegasystems case study shows a proven intranet with 5,000+ pages and 750+ articles. Not higher because there are no purpose-built knowledge management features — no article feedback, no knowledge graph, no FAQ patterns — everything must be assembled from Drupal building blocks.

8.3.3
Employee experience
50M

Acquia has actively positioned Drupal for employee experience platforms, with blog content and white papers on 'Moving from Intranets to Employee Experience Platforms.' Proven case studies like Pegasystems' Pega Portal show viability. Comment module and Flag module provide basic social features. However, there's no native notification system, no employee directory, no personalized dashboard, and no mobile app. Building a full EXP requires extensive custom frontend development. Not higher because Acquia is a development platform for intranets, not a purpose-built employee experience product.

8.4.1
Tenant isolation
78H

Acquia Site Factory provides genuine multi-tenant architecture with separate databases per site, configuration isolation, brand-level settings, and independent content. Each site is a separate Drupal instance sharing a codebase. Site Factory Stacks support multiple dev teams, regions, brands, and even different Drupal versions. SSO provides unified management across tenants. This is one of Acquia's strongest differentiators — purpose-built for multi-tenant at scale (10 to 10,000 sites). Not higher than AEM (90) because the isolation model is codebase-shared rather than fully independent content models.

8.4.2
Shared component library
72M

Site Factory's shared codebase model enables centralized component libraries consumed by all brand sites. Site Studio components can be shared across sites with brand-level customization via design tokens and theme variations. Acquia DAM serves as a shared media library. Content Hub enables cross-site content sharing and syndication. Standardized templates can be deployed across all sites while allowing per-site customization. Not higher because the shared-with-overrides pattern requires deliberate architecture, and there's no native design token system — brand variations depend on theme configuration.

8.4.3
Governance model
72H

Site Factory provides centralized governance with granular permissions, enforced code standards, centralized updates (push security patches across all sites simultaneously), and cross-brand content policies via shared codebase. Content Hub enables cross-brand content publishing with approval workflows. Multi-level governance (global → region → brand → site) is documented. The governance strategy documentation emphasizes global role definitions over per-site permissions. Not higher because cross-brand approval workflows require custom implementation via Content Moderation + Group patterns rather than being native to Site Factory.

8.4.4
Scale economics
65M

Site Factory's shared codebase model provides genuine infrastructure efficiency — adding a new brand site costs less than deploying a separate Drupal instance. Centralized updates reduce per-site maintenance overhead. Volume licensing exists for multi-site. Commerce Factory's 90-day implementation model reduces per-brand launch cost. However, each site still requires database and hosting resources, Content Hub adds cost for content syndication, and the absolute cost remains enterprise-level. Not higher because per-brand licensing increments are moderate rather than minimal.

9. Regulatory Readiness & Trust

75
9.1.1
GDPR & EU data protection
82H

Acquia provides a DPA available through its Privacy Trust Center, with SCCs for EU-US transfers. EU data residency is available via AWS EU regions (customer-selected at contract time). Sub-processor list is publicly published at acquia.com/about-us/legal/subprocessors with 40+ vendors listed. GDPR product notice details encryption, deletion options, retention, and cross-border transfers. Privacy request portal enables DSR self-service. CCPA and LGPD also covered. Not higher because DPA availability details (all tiers vs. enterprise only) are not transparent on the public site.

9.1.2
HIPAA & healthcare compliance
78H

Acquia explicitly lists HIPAA on its Cloud Platform compliance page. Acquia Healthcare Shield provides HIPAA-eligible Drupal hosting with BAA available. This is a key differentiator — Acquia is one of the few Drupal-based platforms with a formal HIPAA compliance program. The BAA covers Acquia's managed infrastructure; customers remain responsible for application-level HIPAA controls in their Drupal code. Healthcare is a significant vertical for Acquia with documented customer references.

9.1.3
Regional & industry regulations
78H

Acquia holds FedRAMP authorization (+15), a major differentiator among DXP vendors. FISMA compliance is also confirmed. CCPA coverage with dedicated privacy statement. LGPD addressed via DPA. UK GDPR covered. PCI listed on the products page for commerce use cases. The FedRAMP authorization is significant — it enables US federal government deployments, which is rare among DXP platforms. Broad regulatory coverage across US federal, EU, and emerging privacy frameworks.

9.2.1
SOC 2 Type II
85H

Acquia confirms SOC 2 on its compliance page alongside SOC 1. Given Acquia's enterprise maturity (15+ years serving government and healthcare), this is SOC 2 Type II with annual audit cadence. Reports available to enterprise customers under NDA. SOC 1 also maintained, indicating financial reporting controls coverage. The dual SOC 1 + SOC 2 attestation reflects Acquia's deep enterprise compliance investment.

9.2.2
ISO 27001 / ISO 27018
75H

Acquia confirms ISO 27001 certification on its compliance page for its information security management system. The certification scope covers the Acquia Cloud Platform. Annual surveillance audits maintained. ISO 27018 for cloud PII processing is not explicitly listed on the compliance page, which limits the score. The ISO 27001 scope appears to cover Acquia's platform operations directly, not just inherited from AWS infrastructure.

9.2.3
Additional certifications
75H

Acquia has a strong additional certification portfolio. CSA STAR certification confirmed (described as 'rigorous third-party independent assessment'). FedRAMP authorization is a significant additional certification. FISMA compliance. PCI for commerce use cases. SOC 1 alongside SOC 2. This is a notably strong additional cert portfolio among DXP vendors, driven by Acquia's government and healthcare vertical focus.

9.3.1
Data residency & sovereignty
75M

Acquia offers US and EU hosting regions via AWS with customer-selected data center regions at contract time. Sub-processor list confirms data centers in 'customer-selected regions' for AWS and region-specific processing for Google Cloud (us-central1, australia-southeast1, europe-west1). Contractual data residency commitments available in enterprise agreements. APAC availability exists for some products. CDN (Cloudflare) distributes content globally, which may impact strict residency requirements. Not higher because APAC region availability is limited to specific products.

9.3.2
Data lifecycle & deletion
68M

Acquia's Privacy Trust Center includes a privacy request portal for DSR self-service (deletion, updates, access). DPA documents data retention and deletion terms. GDPR Product Notice covers encryption, data deletion options, retention policies. Content export available via Drupal's native export capabilities and Acquia APIs. Post-termination deletion per DPA terms. Not higher because self-service data export tooling is primarily Drupal-native rather than purpose-built Acquia tooling, and retention period specifics are not publicly documented.

9.3.3
Audit logging & compliance reporting
74M

Acquia Cloud Platform provides infrastructure-level logging alongside Drupal's content audit trails (watchdog). Sumo Logic is listed as a sub-processor for log aggregation and analytics, indicating centralized log management. Log streaming and export capabilities support SIEM integration. Admin action logging through both Acquia Cloud console and Drupal admin events. Not higher because native SIEM push integration details and configurable retention specifics are not publicly documented.

9.4.1
Authoring UI accessibility
70M

Acquia targets WCAG 2.2 AA across all products, with Drupal core conforming to WCAG 2.1 and ATAG 2.0. Testing methodology includes Lighthouse, axe, VoiceOver, and keyboard accessibility, with plans for NVDA. Acquia DAM has implemented accessibility measures. The authoring UI is primarily Drupal's Claro admin theme with Acquia-specific enhancements. Formally documented WCAG 2.2 AA as a target (not yet confirmed conformance), which earns a solid score. Not higher because conformance is stated as a goal rather than formally verified.

9.4.2
Accessibility documentation
55M

Acquia publishes an accessibility statement and a dedicated product accessibility page. However, no formal VPAT/ACR is prominently available for procurement. No Section 508 formal conformance statement published separately. ATAG 2.0 conformance is referenced for Drupal core but not as an Acquia-specific assessment. Accessibility documentation exists but lacks the formal conformance reporting artifacts (VPAT/ACR) needed for regulated procurement. Not lower because genuine accessibility commitment and testing methodology are documented.

Strengths

Content modeling flexibility: Drupal's entity/field/paragraphs architecture is among the most flexible content modeling systems in any CMS. Custom content types with 20+ field types, unlimited nesting via Paragraphs, and full configuration-as-code via YAML export give teams extraordinary freedom to model complex content domains. This flexibility is a genuine competitive advantage for organizations with unique content structures.

Multi-site/multi-brand at scale: Acquia Site Factory is purpose-built for managing large portfolios of sites (50-500+) from a shared codebase with per-site configuration and content isolation. Combined with Content Hub for cross-site content syndication, this is one of the strongest multi-brand governance stories in the DXP market and a primary reason enterprises choose Acquia over competitors.

Extensibility and customization depth: Drupal's hook/plugin/event system provides extension points at virtually every level of the platform. Custom field types, entity types, form alterations, middleware, and event subscribers enable teams to customize any aspect of the system. There is almost nothing that cannot be built or modified, which is critical for complex enterprise requirements.

Compliance and security credentials: Acquia holds SOC 2 Type II, ISO 27001, and notably FedRAMP authorization — one of very few DXP platforms with this certification. HIPAA compliance is available via Cloud Shield. This makes Acquia a required consideration for government and highly regulated industry deployments where compliance certifications are table stakes.

Localization maturity: Drupal's field-level translation, locale fallback chains, and TMGMT integration provide one of the most mature localization frameworks in the CMS market. For global organizations managing content across dozens of languages, this is a proven, battle-tested capability that newer platforms haven't yet matched in depth.

Open-source foundation with data portability: Drupal's open-source core means organizations are never fully locked into a proprietary system. Content can be exported via standard database dumps, Migrate API, or JSON:API. The ability to self-host or move to a different Drupal hosting provider provides meaningful vendor portability that proprietary DXPs cannot offer.

Weaknesses

Steep learning curve and talent scarcity: Drupal requires deep specialization — PHP expertise, understanding of 15+ Drupal-specific concepts (entities, bundles, render arrays, plugins, etc.), and platform-specific development patterns that don't transfer to mainstream web development. The developer talent pool is shrinking, pushing specialist rates higher and making hiring increasingly difficult. This is a strategic risk for long-term platform investment.

AI and modern developer experience gaps: The platform lags significantly behind competitors in AI content generation, AI-assisted workflows, and modern DX features like auto-generated TypeScript types, comprehensive SDK ecosystems, and streamlined local development. While Acquia has announced AI roadmap items, shipping AI features are minimal compared to Optimizely Opal, Contentful AI, or Sitecore's AI capabilities.

Opaque and expensive pricing: Acquia's pricing is entirely sales-gated with no public pricing, no calculator, and key features fragmented across separately licensed products (DAM, CDP, Personalization, Site Studio, Content Hub, Campaign Studio). The total cost of a full DXP stack can be $200K-500K+/year, and the lack of transparency makes cost planning difficult. This is among the worst pricing transparency in the CMS market.

High build and maintenance complexity: Enterprise implementations typically take 3-9 months, require teams of 3-10+ specialists, and demand ongoing attention to Drupal core updates, contrib module compatibility, performance tuning, and configuration management. The operational burden is significantly higher than SaaS headless CMS platforms and comparable to traditional DXPs like AEM or Sitecore.

Declining market momentum: Drupal's developer mindshare is shrinking, talent is harder to find, third-party content creation is declining, and net customer migration appears slightly outward. The Drupal community remains sizeable but is not growing. Under Vista Equity Partners ownership, questions about long-term strategic direction and potential exit add uncertainty.

Fragmented product suite: The Acquia DXP story requires assembling multiple separately licensed products that don't always integrate deeply. Content Hub, Personalization, DAM, CDP, and Campaign Studio each have their own UX, configuration model, and learning curve. The unified DXP experience is aspirational rather than reality — teams often deal with multiple disconnected admin interfaces.

Ideal For

Large enterprises with existing Drupal investments and deep internal Drupal expertise seeking a managed platform with enterprise support, compliance certifications, and multi-site governance capabilities.

Organizations managing 10-500+ sites/brands from a shared platform, where Acquia Site Factory's multi-site architecture and Content Hub syndication provide genuine differentiation over competitors.

Government agencies and highly regulated industries requiring FedRAMP-authorized or HIPAA-compliant CMS platforms, where Acquia's compliance credentials significantly narrow the competitive field.

Content-heavy organizations with complex, unique content models that need Drupal's exceptional content modeling flexibility and deep customization capabilities that simpler platforms cannot provide.

Not Ideal For

Organizations seeking fast time-to-value with small teams — Acquia's build complexity, learning curve, and time-to-first-value are incompatible with lean startup or rapid deployment requirements. Headless CMS platforms like Contentful or Sanity will deliver value in a fraction of the time.

Teams without dedicated Drupal expertise or budget to hire specialists — the platform requires deep PHP/Drupal knowledge that generalist JavaScript developers cannot provide, and the talent premium is among the highest in the CMS market.

Commerce-first organizations needing deep product information management and merchandising — Drupal Commerce is capable but not competitive with purpose-built commerce platforms (Shopify, commercetools) or commerce-focused DXPs (Bloomreach).

Organizations prioritizing AI-powered content operations, modern developer experience, and rapid innovation — Acquia's AI capabilities and DX tooling lag significantly behind modern headless CMS platforms and modernizing competitors.

Migration Considerations

Migrating into Acquia from other platforms is feasible via Drupal's Migrate API, which can ingest content from databases, CSV, JSON, XML, and APIs. Migration tooling is mature but requires Drupal development expertise to configure migration pipelines. Migrating out of Acquia has two layers: the Drupal content layer is portable via MySQL exports, Migrate API, or JSON:API extraction — content can be moved to another Drupal host or extracted for import into other CMS platforms. However, Acquia-specific features (Site Factory configurations, Content Hub syndication rules, Personalization segments, CDP data, Campaign Studio workflows) are not portable and must be rebuilt on the target platform. Realistic migration timelines are 2-6 months for simple sites and 6-18 months for complex multi-site implementations. Acquia does not provide specific migration tooling for moving to competitors. The most common migration paths are Acquia → self-hosted Drupal (lowest friction), Acquia → Contentful/Sanity (content extraction via API, rebuild frontend), and Acquia → Sitecore/Adobe (full re-platform).

Peer Comparisons

Acquia and Sitecore XM Cloud compete for enterprise DXP budgets. Acquia wins on open-source flexibility (no proprietary content lock-in), compliance credentials (FedRAMP), and multi-site cost efficiency at scale via Site Factory. Sitecore XM Cloud wins on visual editing polish (Pages editor), .NET developer ecosystem familiarity, AI features (Sitecore Stream), and modern SaaS architecture with lower maintenance burden. For organizations comfortable with Drupal, Acquia offers better value; for .NET shops or teams prioritizing visual editing and AI, Sitecore XM Cloud is stronger.

Both are enterprise DXPs with high build complexity and premium pricing. AEM wins on depth of experience management (Target, Analytics, Journey Optimizer integration), Adobe creative tool integration, and market presence. Acquia wins on open-source foundation (no proprietary lock-in for content), FedRAMP compliance, and lower total cost for comparable deployments (AEM is typically 2-5x more expensive). Acquia is the better choice for cost-conscious enterprises who value open source; AEM for those deeply invested in the Adobe ecosystem.

Fundamentally different approaches: Contentful is SaaS headless with fast time-to-value, excellent DX, and low operational burden; Acquia is a full DXP with much broader capability but much higher complexity. Contentful wins on build speed, developer experience, TypeScript support, and modern API design. Acquia wins on content modeling depth, multi-site governance, visual editing (Site Studio), built-in personalization, and compliance certifications. Choose Contentful for API-first greenfield projects; choose Acquia for complex enterprise requirements where multi-site, deep permissions, and full DXP features are non-negotiable.

Acquia is the enterprise wrapper around Drupal — the comparison is really about managed platform vs self-hosted. Acquia adds Site Factory, Content Hub, DAM, CDP, Personalization, managed hosting, enterprise support, and compliance certifications. Self-hosted Drupal is dramatically cheaper but requires organizations to manage infrastructure, security, compliance, and scaling themselves. Choose Acquia when enterprise support, compliance, and multi-site governance justify the premium; choose self-hosted Drupal when budget is constrained and the team has strong DevOps capability.

Both compete as traditional DXPs modernizing toward SaaS. Optimizely SaaS CMS wins on experimentation (world-class A/B testing), AI features (Opal), and modern SaaS architecture with lower maintenance burden. Acquia wins on content modeling flexibility (Drupal's entity system vs Optimizely's more structured approach), open-source foundation, multi-site governance at scale, and FedRAMP compliance. Optimizely is the better choice for experimentation-driven marketing organizations; Acquia for complex content models and multi-site portfolios.