---
title: "OpenCities"
date: "2024-07-24T18:40:44+00:00"
summary: "Learn the requirements for integrating Acquia Web Goveranance with OpenCities CMS, including URL structure and subdomain considerations."
image:
type: "page"
url: "/web-governance/opencities"
id: "1161944b-0c07-4887-956f-41ab3016e305"
---

This page provides the requirements for Web Governance CMS integration to work with OpenCities.
===============================================================================================

Requirements[​](https://developer.monsido.com/cms/opencities#requirements "Direct link to Requirements")
--------------------------------------------------------------------------------------------------------

For Web Governance integration to work we need the edit URL inside the CMS to look like this:

    data-item-id="c6839dc0-ed23-4591-88ef-4f86d21405ed"
    

### Ex:[​](https://developer.monsido.com/cms/opencities#ex "Direct link to Ex:")

If the CMS URL differs from the Domain URL then we need to know the subdomain.

### Wrong Ex:

    domain url: new.domain.tld
    cms url: subdomain.opencities.com
    generated url: new.admin.opencities.com/... (WRONG)
    

Generated URL[​](https://developer.monsido.com/cms/opencities#generated-url "Direct link to Generated URL")
-----------------------------------------------------------------------------------------------------------

### Right Ex:

without subdomain

    domain url: domain.tld
    cms url: subdomain.opencities.com
    generated url: subdomain.admin.opencities.com/... (CORRECT)
    

with subdomain

    domain url: new.domain.tld
    cms url: subdomain.opencities.com
    subdomain: subdomain
    generated url: subdomain.admin.opencities.com/... (CORRECT)