Acquia Content Hub clients are used for syndication and personalization. The following example configurations explain how you can configure publisher and subscriber websites to complete those tasks.
Configuring for personalization
In this example, here are three environments: dev
, stage
and prod
with one website, domaina.com
. To work with Acquia Content Hub, register
six clients, one for each environment and website:
domainacomdev
domainacomstage
domainacomprod
You can register all six Acquia Content Hub clients from a single website, if you want to generate the registrations simultaneously, by performing the same procedure described in Configuring for syndication.
Retrieving registered client IDs
If you reset one of your Acquia Content Hub installations, or your UUIDs are lost, retrieve the UUIDs with a Drush command. Run the following command from the command line on a server running an application with the current Drupal version that is already connected to Acquia Content Hub:
drush ev '$c = \Drupal::getContainer()->get("acquia_contenthub.acquia_contenthub_subscription");print_r($c->getSettings()->getClients());'