/handbook/wordpress-as-dxp/creating-wordpress-dxp/
What We Do
Digital Platform MigrationsKey SolutionsManaged ServicesStaffing SolutionsIndustriesProducts
Discovery
Strategic consultancy & project roadmap
Growth Services
On demand development & consultation
Site Maintenance
Annual maintenance. Done for you
QE Services
Testing across SDLC for assured quality
Hosting Migration
Move to a performant hosting with zero downtime
WooCommerce
Enterprise commerce delivered without lock-in
AI
Unlock real use cases and integrations
All Services
A suite of services for any need
Technology STACK
eCommerce
Scale your e-commerce with WooCommerce, integrations, and custom extensions for growth.
EasyEngine
Server management tool that makes using WordPress on Nginx easy.
Web Auditor
Performance Audit & Insights for your Website.
rtMedia
A complete media management plugin for WordPress.
Resources

About Us

CLEAR
Resources
WordPress as a DXP
Build your own DXP
Topics
On this page
- WordPress as a DXP
- Strong CMS, stronger DXP
- Enacting enterprise DAM
- Personalization at scale
- Integrating CDP
- Enterprise analytics
- Enterprise commerce
- CRM capabilities
- Automation in WordPress DXP
- Build your own DXP
The process: Building a unified digital experience platform
Building the core of your WordPress digital experience platform (DXP)
1. Choose a hosting provider based on your security, scalability, and support needs.
2. Decide on a hybrid architecture (if delivering content beyond the web channel)
3. Set up WordPress multisite for managing multiple subsites
4. Configure CDN & caching for performance
5. Configure security measures
Setting up the necessary integrations
1. Define your integration strategy
2. Design your integration workflows
3. Set up your integrations
Optimizing workflows and automation
1. Identify business processes to automate
2. Define triggers, actions, and conditions
3. Select automation and orchestration solutions
You’re now ready to start with WordPress as your DXP
About rtCamp
Last updated on Aug 21, 2026
Architecting and implementing an open DXP with WordPress
Setting up WordPress as a Digital Experience Platform (DXP) is a huge IT project. However, when you compare it to modern MACH-first DXPs—whether they’re open ecosystems of best-of-breed tools or platforms with their own integrated core solutions—you’ll find that the process is quite similar.
Our approach to architecting WordPress as a DXP mirrors the same fundamental steps. We start by establishing your core WordPress infrastructure and CMS, then integrate your key digital experience solutions, and finally build the workflows that connect them all.
Here’s a quick intro to the process before we see the specifics.
The process: Building a unified digital experience platform
1. Choosing the right environment
Every DXP, regardless of its type, begins with setting up an appropriate architecture/infrastructure. Whether you’re going with a modern MACH-based DXP solution or a WordPress-powered DXP, the initial setup lays the groundwork for everything that follows.
Your infrastructure choices at this point directly impact your DXP’s performance, scalability, and costs.
That’s also why working with a skilled system architect is crucial here, especially if you’re using proprietary solutions where hidden costs can emerge—an issue that often surfaces during in-depth analysis.
2. Selecting your suite of tools
Next, you must choose the digital experience solutions that will best support your journey.
You can opt for native solutions from a single vendor, which often simplify integrations, or assemble a mix of best-of-breed tools from multiple vendors.
While native solutions may offer smoother connectivity, they rarely provide the optimal solution for every requirement. The key is to select tools that truly address your specific needs and enhance your digital experience.
3. Bringing it all together
Finally, the challenge lies in integrating these components into a cohesive platform.
This step involves setting up workflows and automations to ensure that all elements of your DXP—such as your Content Management System (CMS), Digital Asset Management (DAM), Customer Data Platform (CDP), Customer Relationship Management (CRM), personalization engines, and commerce solutions—work as a seamless digital ecosystem.
Now that we’ve introduced the overall process, let’s dive into each phase to see how they work together to create a robust WordPress-based DXP.
Building the core of your WordPress digital experience platform (DXP)
Setting up a WordPress DXP starts with setting up WordPress CMS, which forms the core of the platform. A strong foundation requires the right hosting, architecture, and security configurations.
1. Choose a hosting provider based on your security, scalability, and support needs.
Hosting is the backbone of your WordPress DXP setup, affecting speed, uptime, and security. And choosing the right provider depends on your enterprise needs. You may want to consider working with an enterprise managed hosting provider like WordPress VIP, Pantheon, or Pagely. For high-traffic, security-sensitive, and performance-intensive WordPress sites, enterprise-grade hosting solutions provide:
- Auto-scaling and high availability to keep the site online even during traffic spikes
- Enterprise-grade security, including DDoS protection, automated backups, and compliance with industry regulations
- Expert support with dedicated teams that understand WordPress infrastructure and performance optimization
When choosing a hosting provider, consider factors like performance guarantees (uptime SLA, server response times), security features (firewall, malware scanning, DDoS protection), scalability, developer workflows (Git-based deployments, staging environments), and compliance requirements (GDPR, HIPAA, SOC 2, etc.).
These features will have a direct bearing on your WordPress DXP’s performance. Also, confirm that you can implement CI/CD pipelines to streamline updates, testing, and deployment processes, thereby reducing downtime and ensuring smooth integration of new features.
2. Decide on a hybrid architecture (if delivering content beyond the web channel)
A hybrid architecture enables WordPress to serve content not only to traditional websites but also to mobile apps, digital signage, chatbots, and IoT devices. If you need a multi-channel presence, a hybrid or headless WordPress approach could be the right choice.
Options for a hybrid WordPress architecture include:
Traditional WordPressHeadless WordPressHybrid WordPress
Best if managing a single website without the need for omnichannel content distributionIf content needs to be delivered across multiple platforms, decoupling the WordPress backend from the frontend using APIs is an option.Combines both traditional and headless elements, allowing a traditional web channel with WordPress’s native theme system while also exposing APIs for custom frontend applications
Hybrid architectures work well for companies with mobile apps, global content distribution, or multi-platform digital strategies. You get various ways to implement them:
- REST API: The default WordPress API that allows structured data retrieval
- GraphQL (WPGraphQL): A more efficient API option that enables clients to request only the data they need
- Custom middleware: If connecting WordPress with multiple systems, middleware can streamline data flow between platforms
- Frontend frameworks: Use Next.js, Gatsby, or Nuxt.js for fast-loading, JavaScript-based frontends powered by WordPress
3. Set up WordPress multisite for managing multiple subsites
If managing multiple websites under one installation—such as regional sites, brand variations, or microsites—WordPress Multisite provides a structured way to manage them all.
When to use multisite:
- Managing multiple sites under one brand, such as country-specific versions (example.com/us, example.com/uk)
- Centralized plugin and theme management across multiple properties
- Shared content among the different digital properties
- Shared users across subsites with different roles and permissions
- Consistent governance and streamlined updates
Multisite simplifies governance for enterprise organizations but requires careful planning to ensure scalability and performance.
4. Configure CDN & caching for performance
A Content Delivery Network (CDN) and optimized caching are essential for improving page load times and handling traffic efficiently. A CDN distributes content across a global network of servers, ensuring faster delivery to users worldwide. WordPress integrates with all leading CDN providers, including:
- Cloudflare – Free and enterprise plans with built-in security features
- Fastly – High-performance CDN used by large-scale digital publishers
- Akamai – Enterprise-grade CDN for high-traffic and mission-critical sites.
WordPress caching reduces database queries and speeds up page loads:
- Server-level caching – Many enterprise hosting providers (like WordPress VIP) include built-in caching
- Plugin-based caching – If not using managed hosting, plugins can also optimize performance.
- Edge caching – Services like Cloudflare or Fastly cache content at the network edge, reducing server load
A well-implemented caching strategy can significantly reduce load times, improving both user experience and SEO performance.
5. Configure security measures
A secure and compliant environment is the foundation for delivering a seamless and resilient digital experience across all channels. Here are a few ways to approach WordPress security.
1. Harden your WordPress core and infrastructure
- Regular updates: Keep your WordPress core, themes, and plugins updated at all times.
- Secure configuration: Disable file editing from the dashboard, restrict direct access to critical files, and enforce secure file permissions.
- Managed hosting: Use an enterprise-managed hosting provider that offers robust security features, such as DDoS protection, malware scanning, and automated backups.
2. Implement robust authentication and access controls
- Multi-Factor Authentication (MFA): Enforce MFA for all administrative accounts to add an extra layer of security.
- Role-Based Access Control (RBAC): Limit user permissions to the minimum necessary for their role, reducing the risk of unauthorized changes.
- Single Sign-On (SSO): Integrate with enterprise identity providers using OAuth or SAML to streamline secure access across your ecosystem.
3. Deploy Web Application Firewalls (WAF) and monitoring tools
- WAF integration: Use solutions like Cloudflare, Sucuri, or AWS WAF to block malicious traffic and mitigate threats such as SQL injection or cross-site scripting (XSS).
- Real-time monitoring: Use security plugins and monitoring tools (e.g., Wordfence, New Relic) to detect and respond to suspicious activities quickly.
- Log management: Maintain comprehensive logs of user activity and system events to aid in forensic analysis and threat response.
4. Ensure compliance with industry regulations
- Data protection: Implement encryption for data at rest and in transit, and ensure sensitive customer information is securely stored.
- Regulatory adherence: Comply with regulations such as GDPR, HIPAA, or PCI-DSS by implementing privacy controls, consent management, and regular audits.
- Automated compliance tools: Leverage plugins and third-party services that help manage and document compliance efforts, including cookie consent management and data anonymization features.
5. Regular security audits and penetration testing
- Third-party audits: Schedule periodic security audits from trusted security firms to identify vulnerabilities before they can be exploited.
- Penetration testing: Conduct regular penetration tests to simulate real-world attacks, ensuring that all layers of your DXP remain resilient against emerging threats.
- Incident management: Develop and document an incident response plan to quickly mitigate and recover from security breaches.
In addition to these, invest in a backup and recovery process. Establish a robust backup strategy with off-site storage, ensuring you can restore your system rapidly in the event of an attack.
By embedding these security practices into your WordPress-based DXP, you not only protect your platform from cyber threats but also build trust with your users and stakeholders.
With the core infrastructure in place, the next step is to set up integrations to connect your WordPress environment with CRMs, marketing automation, and personalization tools for a seamless digital experience.
Setting up the necessary integrations
Once the core WordPress DXP is in place—including hosting, architecture, security, and performance optimizations—the next step is to ensure seamless connectivity across your digital ecosystem.
Integrations allow WordPress to function as a central hub, connecting with various enterprise systems for marketing, analytics, personalization, commerce, and customer relationship management.
A well-structured integration layer ensures data flows smoothly between platforms, enabling automation, personalization, and streamlined user experiences. Here’s how to set up and how to implement them effectively.
1. Define your integration strategy
Before implementing any integrations, map out your ecosystem and define how data should flow between WordPress and other systems. Consider:
- Which platforms need to be integrated? DAM, CRM, analytics, commerce, CDP, and more.
- What data should be exchanged? User profiles, purchase history, marketing interactions, content recommendations, and engagement metrics
- How frequently should data sync? Real-time, near real-time, or batch processing, based on business needs
- Which integration method works best? APIs, webhooks, middleware, or custom connectors
With this foundation, you can proceed to configure specific integrations.
2. Design your integration workflows
When planning your integrations, it’s the perfect time to map out how your business processes will function across your entire stack.
While the actual workflow implementation happens in the next stage, considering these workflows early ensures smoother execution, better compatibility between tools, and fewer adjustments down the line.
This proactive approach helps you align your integrations with your overall digital strategy, making your WordPress DXP more efficient and scalable. Here’s how to go about this:
- Process mapping: Use flowcharts or BPMN (Business Process Model and Notation) diagrams to visually represent each step of the process. This should include the initiation, review, approval, and publishing stages.
- Integration points: Identify where your WordPress CMS interacts with other systems (e.g., DAM, CDP, CRM, personalization engines, commerce platforms). Plan how data will flow between these systems using APIs, webhooks, or middleware.
- Automation opportunities: Pinpoint tasks that can be automated—such as content scheduling, notifications, and data synchronization—to reduce manual effort and errors. Tools like Zapier, Integromat (Make), or native WordPress plugins can be instrumental here.
3. Set up your integrations
Finally, using APIs, webhooks, and middleware, implement your integrations with your suite of specialized systems, enabling interoperability across:
- Customer Relationship Management (CRM): Synchronizing customer data with platforms like Salesforce or HubSpot.
- Customer Data Platforms (CDP): Unifying user insights across channels for enhanced personalization.
- Marketing automation: Connecting with tools like Marketo or Pardot for targeted campaigns.
- Analytics: Integrating solutions like Google Analytics or Matomo for data-driven decision-making.
- Personalization engines: Delivering dynamic content experiences based on user behavior.
- Commerce platforms: Enabling transactions through WooCommerce or third-party integrations.
Setting up the necessary integrations transforms your WordPress DXP from a standalone CMS into a powerful enterprise digital experience hub. By integrating with CRMs, CDPs, marketing automation platforms, analytics tools, personalization engines, and commerce platforms, WordPress can deliver dynamic, data-driven experiences tailored to user behavior.
With integrations in place, the next step is optimizing workflows and automation to streamline content delivery, collaboration, and performance monitoring. Would you like me to expand on that next?
Optimizing workflows and automation
Once your WordPress DXP is fully integrated with key enterprise systems, the next step is setting up your workflows.
1. Identify business processes to automate
Before automating anything, start by mapping out the business processes that would benefit the most from workflow automation. This step ensures that your efforts align with business goals and improve overall efficiency. Here are key workflows to consider for automation.
Content workflows
Content is at the core of your digital experience. Automating content-related processes can reduce bottlenecks and streamline publishing across multiple channels. Common automation examples include:
- Content approval and publishing – Automatically route content through an approval process before it goes live.
- Multi-channel distribution – Publish approved content simultaneously to your website, mobile apps, social media, and email newsletters.
- Versioning and rollback – Maintain content history and revert to previous versions when necessary.
Marketing workflows
A DXP integrates customer data across platforms to create personalized experiences. Automating marketing workflows ensures that your campaigns reach the right audience at the right time. Examples include:
- Lead capture and nurturing – Sync form submissions from WordPress with your CRM and trigger automated follow-up emails.
- Behavior-based personalization – Adjust on-site content dynamically based on user behavior, such as displaying personalized recommendations or CTAs.
- Campaign performance tracking – Automatically update marketing dashboards with campaign engagement data.
Sales workflows
Sales automation streamlines lead management, customer interactions, and deal tracking. Automating sales processes within a WordPress-based DXP ensures that sales teams receive the right data at the right time. Key examples include:
- Lead qualification and assignment – Automatically score leads based on engagement and assign them to the appropriate sales rep in your CRM.
- Proposal and contract automation – Trigger follow-up emails with pre-filled proposals once a lead reaches a certain stage.
- Customer segmentation for sales outreach – Identify high-value prospects based on website interactions and sync with sales teams for targeted outreach.
- Deal tracking and notifications – Send alerts to sales reps when a prospect revisits pricing pages or interacts with key content.
User engagement workflows
Ensuring a dynamic and personalized user experience is a crucial aspect of a DXP. Automated workflows help in:
- Onboarding new users – Send automated welcome emails and guide users through initial steps based on their actions.
- Community engagement – Notify users about relevant discussions or responses in forums.
- Event-based triggers – Recommend relevant content or products based on user activity.
By automating these workflows, enterprises can create a highly responsive digital experience while improving operational efficiency.
Customer success & account management workflows
Automating customer success workflows ensures a seamless experience for clients while optimizing internal processes. Here are some types of workflows that help with this.
Onboarding & training workflows
- Automated welcome sequences – Guide new clients through initial setup and best practices with automated email or in-app tutorials.
- Knowledge base personalization – Dynamically suggest relevant help articles and documentation based on user role and behavior.
- User training and certification – Track engagement with learning management systems (LMS) and automatically grant certifications or trigger follow-ups.
Renewal & upsell workflows
- Contract renewal reminders – Automatically notify account managers and clients about upcoming renewals.
- Usage-based upsell triggers – Identify clients nearing plan limits and trigger upsell outreach.
- Customer health monitoring – Track product adoption and flag low-engagement accounts for proactive outreach.
Support & ticketing workflows
- Automated ticket routing – Assign customer support requests to the right department based on issue type and priority.
- Self-service escalation – Suggest AI-powered solutions before escalating to human support.
- SLA tracking & alerts – Monitor support response times and escalate overdue tickets.
Client feedback & advocacy workflows
- NPS (Net Promoter Score) surveys – Automate post-interaction surveys and collect insights on customer satisfaction.
- Case study & testimonial requests – Identify engaged clients and trigger automated outreach for reviews or case studies.
- Referral program automation – Reward loyal customers for referrals with automated tracking and incentives.
2. Define triggers, actions, and conditions
Once you’ve identified workflows to automate, the next step is structuring them using triggers, actions, and conditions.
1. Triggers – What initiates the workflow?
A trigger is an event that starts a workflow. Some examples:
- A new user registers on your WordPress site.
- A visitor submits a form requesting a demo.
- A blog post is approved for publication.
2. Actions – What happens after the trigger?
Actions are the steps that follow the trigger event. Examples include:
- Sending a welcome email to a new user.
- Assigning a new lead to a sales representative in the CRM.
- Posting new content to multiple channels.
3. Conditions – When should the action be executed?
Conditions add logic to workflows, ensuring that actions only occur under specific circumstances. Examples:
- A follow-up demo invitation is sent only if the prospect hasn’t booked a meeting within 5 days after downloading a whitepaper.
- A customer health check is triggered only if product usage has dropped by 30% or more over the past month.
- A lead is assigned to a sales rep only if they have interacted with at least three marketing touchpoints (e.g., email, webinar, and case study).
By clearly defining these components, enterprises can create sophisticated workflows and automations that enhance customer experiences while reducing manual workload.
3. Select automation and orchestration solutions
The final step is choosing the right tools to execute your workflows. The complexity of your DXP setup and the level of automation required will determine the best tools for your needs. Categories of workflow automation tools you could choose from:
1. Native WordPress automation
For simple automation, WordPress’s native capabilities can handle many tasks without additional tools.This is especially true for content workflows and automations:
- Scheduled publishing – Automate content releases at specific times.
- Content distribution – This is easily possible through simple integrations or some custom coding.
- Gutenberg block templates – Standardize content creation workflows. Tools like WordPress’s dynamic content API further enhance content workflows/orchestration.
Webhooks & REST API also add to these workflow management and automations.
You can also achieve light-weight workflow management and automation with automation plugins.
2. Third-party automation platforms
For no-code or low-code automation, third-party platforms can connect WordPress to the rest of your marketing stack:
- Zapier – Ideal for automating tasks like syncing form submissions with CRMs or posting content to social media.
- Make (formerly Integromat) – Offers advanced workflow building with conditional logic and API calls.
- n8n – A self-hosted automation platform offering flexibility and cost savings.
These tools work well for businesses looking for fast and easy workflow automation without custom development.
3. Enterprise orchestration solutions
For large-scale automation across multiple enterprise systems, advanced orchestration tools would be needed. But these solutions are best suited for enterprises with extensive system dependencies requiring high customization. Also, if you happen to need these to power your workflows on WordPress, you’ll likely need them in your proprietary DXP settings as well.
By identifying your key workflows, structuring automation with triggers and conditions, and leveraging the right tools, you can fully integrate and automate your WordPress-based DXP.
You’re now ready to start with WordPress as your DXP
So these three phases—setting up your WordPress infrastructure, configuring different digital experience solutions through integrations, and building workflows/automations—form the core foundation.
Once the core is established, you’ll be looking at configuring your entire ecosystem for security, ensuring compliance, and, finally, continuously optimizing your WordPress-based DXP.
The approach we’ve shared will give you a solid head start in using WordPress as a DXP.
However, as you can imagine, it’s a complex journey.
But we’re here to help.
About rtCamp
We’re an enterprise WordPress development agency that specializes in helping enterprises implement WordPress in DXP settings, regardless of their maturity level.
Curious to see how WordPress can work for you in a DXP environment? Let’s talk.
Book a free consultation today.
As part of your consultation, we also offer up to 20 hours of free scoping, which can set you on the right track to leverage WordPress as a true DXP solution.
Automation in WordPress DXP
PREVIOUS
Credits
Disha Sharma
Author
Disha Sharma
Author
Disha Sharma is a Content Writer at rtCamp with over a decade of experience at the intersection of technology, digital marketing, and enterprise content strategy. Her WordPress roots run deep, her …
Aviral Mittal
Editor
Aviral Mittal
Editor
Aviral Mittal is the Chief Marketing Officer at rtCamp, where he established and leads the marketing function, building and growing a team of 20+ specialists across content, SEO, design, and growth…
Good Work. Good People.
Industry partnerships


Compliance certifications
United States
India
© rtCamp Inc. since 2009. All rights reserved.
Terms of Service · Privacy Policy · Trust Center
Company
Solutions
Subscribe to our newsletter and get a few email updates every month.
United States
India
© rtCamp Inc. since 2009. All rights reserved.
Terms of Service · Privacy Policy · Trust Center
Cookie Consent
We value your privacy
We use cookies to give you the best possible experience. By clicking “Accept,” you consent to our use of cookies to improve site functionality, analyze usage, and personalize content and communications. Your privacy matters to us, and we are committed to handling your data responsibly and transparently. Please check our Privacy Policy for more details.
Manage PreferencesDon’t AllowAllow All
Why do we use cookies?
×
By clicking "Accept" or "Decline All" at the bottom, you consent to the use of cookies and other tools as described in our Cookie Policy in accordance with your settings and accept our Terms of Service.
Toggle EssentialEssential
Essential cookies enable basic functions and are necessary for the proper function of the website.
Name
Description
Duration
Geolocation Config
This cookie is used to store the consent settings based on the visitor's location.
30 days
Cookie Preferences
This cookie is used to store the user's cookie consent preferences.
30 days
Toggle CloudFlareCloudFlare
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
Name
Description
Duration
cf_clearance
Whether a CAPTCHA or Javascript challenge has been solved.
session
Toggle CommentsComments
These cookies are needed for adding comments on this website.
Name
Description
Duration
comment_author
Used to track the user across multiple sessions.
Session
comment_author_email
Used to track the user across multiple sessions.
Session
comment_author_url
Used to track the user across multiple sessions.
Session
Toggle GodamGodam
GoDAM" is primarily a specialized WordPress plugin and media management service designed to enhance video hosting, marketing, and asset management directly within the WordPress dashboard.
Service URL: godam.io (opens in a new window)
Name
Description
Duration
user_image
Temporarily stores the path to the user's avatar or profile picture for quick rendering in the website header.
session
user_id
Stores the numerical ID of the logged-in user to maintain session continuity and basic site operations.
session
full_name
Stores the logged-in user's display name to personalize the site interface without needing database queries.
session
system_user
First-party cookie used to store basic application state identifying the current system user role.
session
sid
A generic session ID cookie used to maintain user state and functionality as the visitor navigates through the site.
session
Toggle Google reCAPTCHAGoogle reCAPTCHA
Google reCAPTCHA helps protect websites from spam and abuse by verifying user interactions through challenges.
Name
Description
Duration
_GRECAPTCHA
Google reCAPTCHA sets a necessary cookie (_GRECAPTCHA) when executed for the purpose of providing its risk analysis.
179 days
Toggle Google Tag ManagerGoogle Tag Manager
Google Tag Manager simplifies the management of marketing tags on your website without code changes.
Name
Description
Duration
cookiePreferences
Registers cookie preferences of a user
2 years
td
Registers statistical data on users' behaviour on the website. Used for internal analytics by the website operator.
session
Toggle StatisticsStatistics
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Toggle Factors AIFactors AI
Factors.ai is a B2B account intelligence and marketing analytics platform that helps Go-To-Market (GTM) teams identify anonymous website visitors, track buyer journeys, and measure the ROI of marketing campaigns.
Service URL: www.factors.ai (opens in a new window)
Name
Description
Duration
_fuid
It is sent to capture session details and track user behavior across your website to provide behavioral data and intent signals.
1 Year
Toggle Google AnalyticsGoogle Analytics
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
Name
Description
Duration
FPGSID
Stores a session or user identifier to track how visitors interact with a website. This helps Google Analytics measure website performance, user engagement, and usage patterns.
Session
FPLC
Used by Google Analytics to link visitor interactions and sessions across multiple related domains.
20 hours
FPID
A server-side Google Analytics cookie used as an alternative user identifier when third-party cookies are restricted.
2 years
_ga
ID used to identify users
2 years
_ga_
ID used to identify users
2 years
Toggle Jetpack StatsJetpack Stats
Jetpack's built-in visitor analytics. It records page views, referring sites, search terms, and outbound link clicks, and also carries the shared visitor-tracking library used by Jetpack Instant Search and WooCommerce Analytics.
Service URL: automattic.com (opens in a new window)
Name
Description
Duration
tk_aip
Stores a list of anonymous visitor IDs so they can be merged into one identity once a visitor is recognized.
Up to 5 years
tk_tc
Used once per page load to work out which cookie domain the Tracks library should use, then removed as soon as it's read back.
Session (deleted immediately after use)
tk_qs
Queues analytics events for Jetpack's Tracks library so none are lost if the page closes before they can be sent.
30 minutes
tk_ai
Stores a randomly-generated anonymous visitor ID so Jetpack's Tracks analytics library can link tracking events to the same visitor.
Session in wp-admin; up to 5 years on the frontend
Toggle Microsoft ClarityMicrosoft Clarity
Clarity is a web analytics service that tracks and reports website traffic.
Service URL: clarity.microsoft.com (opens in a new window)
Name
Description
Duration
CLID
Identifies the first-time Clarity saw this user on any site using Clarity.
12 months
ANONCHK
Indicates whether MUID is transferred to ANID, a cookie used for advertising. Clarity doesn't use ANID and so this is always set to 0.
Session
_clck
Persists the Clarity User ID and preferences, unique to that site is attributed to the same user ID.
12 months
_clsk
Connects multiple page views by a user into a single Clarity session recording.
12 months
Toggle Parse.lyParse.ly
Parse.ly is a content analytics platform that helps publishers optimize audience engagement and content performance.
Name
Description
Duration
cookies.js_dtest
This cookie determines whether the browser accepts cookies.
session
_parsely_session
JSON document storing information identifying a browsing session according to Parsely’s proprietary definition
30 minutes
_parsely_visitor
JSON document uniquely identifying a browser and counting its sessions
13 months
Toggle SalespanelSalespanel
Salespanel is a B2B marketing and sales software that identifies, tracks, and qualifies website visitors and leads in real-time using first-party data. It helps businesses monitor customer journeys, score leads based on behavior, and syncs this data with CRMs (like Pipedrive or HubSpot) to improve conversion rates.
Service URL: salespanel.io (opens in a new window)
Name
Description
Duration
track_uid
Identify and tracking a lead
12 moths
Toggle MarketingMarketing
Marketing cookies are used to follow visitors to websites. The intention is to show ads that are relevant and engaging to the individual user.
Toggle Bing / MicrosoftBing / Microsoft
Bing, powered by Microsoft, is a search engine providing web, image, video, and map search capabilities.
Name
Description
Duration
MR
Used to collect information for analytics purposes.
6 months
ANONCHK
Used to store session ID for a users session to ensure that clicks from adverts on the Bing search engine are verified for reporting purposes and for personalisation
10 minutes
SM
Used by Microsoft in synchronizing the MUID across multiple Microsoft domains to track users for advertising.
session
MUID
Identifies unique web browsers visiting Microsoft sites. These cookies are used for advertising, site analytics, and other operational purposes.
1 year
Toggle DoubleClick/Google MarketingDoubleClick/Google Marketing
A comprehensive digital advertising platform for managing campaigns, optimizing performance, and analyzing audience data.
Name
Description
Duration
IDE
This cookie is used for targeting, analyzing and optimisation of ad campaigns in DoubleClick/Google Marketing Suite
2 years
ar_debug
Store and track conversions
Persistent
Toggle LinkedInLinkedIn
LinkedIn is a professional networking platform for job seekers, employers, and industry connections.
Name
Description
Duration
bscookie
Used by LinkedIn to track the use of embedded services.
1 year
AnalyticsSyncHistory
Used to store information about the time a sync with the lms_analytics cookie took place for users in the Designated Countries
30 days
bcookie
Used by LinkedIn to track the use of embedded services.
1 year
li_sugr
Used to make a probabilistic match of a user's identity outside the Designated Countries
90 days
lidc
Used by the social networking service, LinkedIn, for tracking the use of embedded services.
1 day
UserMatchHistory
Used by LinkedIn Ads to synchronize and match user IDs across different ad networks and data providers.
30 days
Toggle LinkedIn InsightLinkedIn Insight
LinkedIn Insight is a web analytics service that tracks and reports website traffic.
Service URL: www.linkedin.com (opens in a new window)
Name
Description
Duration
li_sugr
Used to make a probabilistic match of a user's identity.
90 days
lidc
Used for routing and session management.
24 hours
Toggle LiveIntentLiveIntent
LiveIntent provides a platform for email advertising and identity-driven marketing solutions.
Name
Description
Duration
_lc2_fpi_js
Companion cookie to _lc2_fpi used by JavaScript to facilitate cross-domain ad tracking and user identification.
1 year
_lc2_fpi
First-party tracking cookie usually associated with LiveRamp to identify users across devices for targeted advertising.
1 Year
_li_ss
Sets a unique ID for the visitor, that allows third party advertisers to target the visitor with relevant advertisement. This pairing service is provided by third party advertisement hubs, which facilitates real-time bidding for advertisers.
1 month
lidid
Collects data on visitors' behaviour and interaction - This is used to make advertisement on the website more relevant. The cookie also allows the website to detect any referrals from other websites.
2 years
Toggle Cookie PolicyCookie Policy
You can find more information in our Privacy Policy.
Allow AllDecline All
Accept





