Connect to Customer Journey Analytics data within query sessions

Use the Customer Journey Analytics BI extension with Power BI or Tableau to access your Customer Journey Analytics data views with SQL. By integrating Query Service with the BI extension, you can access your data views directly within Query Service sessions. This integration streamlines functionality for BI tools that use Query Service as their PostgreSQL interface. This functionality eliminates the need to duplicate data views in BI tools, ensures consistent reporting across platforms, and simplifies the integration of Customer Journey Analytics data with other sources in BI platforms.

See the documentation to learn how to connect Query Service to a variety of desktop client applications such as Power BI or Tableau

IMPORTANT
A Customer Journey Analytics workspace project and a data view are required to use this functionality.

To access your Customer Journey Analytics data in either Power BI or Tableau, select the Database dropdown menu, then select prod:cja from the available options. Next, copy your Postgres credentials parameters (Host, Port, Database, Username, and others) for use in your Power BI or Tableau configuration.

The Query Service credentials tab with the database dropdown highlighted.

NOTE
When you connect Power BI or Tableau to Customer Journey Analytics, the Query Service ‘concurrent sessions’ entitlement is consumed. If additional sessions and queries are required, an additional ad hoc query users pack add-on can be purchased to obtain five additional concurrent sessions and one additional concurrent query.

You can also access your Customer Journey Analytics data directly from the Query Editor or Postgres CLI. To do this, reference the cja database when writing your query. See the Query Editor query authoring guide for more information on how to write, execute, and save queries.

See the BI extension guide for complete instructions on accessing your Customer Journey Analytics data views with SQL.

Non-expiring credentials

You can use non-expiring credentials to set up a more permanent connection to an external client.

NOTE
Non-expiring credentials have the following limitations:
  • Users must log in with their username and password in the format of {technicalAccountId}:{credential}. More information can be found in the Generate credentials section.
  • By default, non-expiring credentials are granted permissions to execute only SELECT queries. To run CTAS or ITAS queries, manually add the “Manage Dataset” and “Manage Schemas” permissions to the role associated with the non-expiring credential. The “Manage Schemas” permission can be found under the “Data Modeling” section, and the “Manage Datasets” permission is located under the “Data Management” section of the Adobe Developer Console.
  • Third-party clients may perform differently than expected when listing out query objects. For example, some third-party clients such as DB Visualizer will not display the view name in the left panel. However, the view name is accessible if called within a SELECT query. Similarly, PowerUI might not list the temporary views created through SQL for selection in dashboard creation.

Prerequisites

Before you can generate non-expiring credentials, you must complete the following steps in Adobe Admin Console:

  1. Log into Adobe Admin Console and select the relevant Org from the top navigation bar.
  2. Select a product profile.
  3. Configure both the Sandboxes and Manage Query Service Integration permissions for the product profile.
  4. Add a new user to a product profile so they are granted its configured permissions.
  5. Add the user as a product profile admin to allow an account creation for any active product profile.
  6. Add the user as a product profile developer in order to create an integration.

To learn more about how to assign permissions, please read the documentation on access control.

All the required permissions are now configured in Adobe Developer Console for the user to use the expiring credentials feature.