> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adobe Analytics v2 OAuth Partition Connector

## Intro

With the Domo Adobe Analytics v2 OAuth Partition connector, you can retrieve data about customers, various metrics, dimensions, and segments to view a big web engagement picture. With Domo, you can easily access Adobe's web analytics metrics and combine them with data from CRM, POS, finance, and any other system to make faster, better-informed decisions. This connector supports partitioning and uses custom reports. To learn more about the Adobe Analytics API, visit their website ([https://adobedocs.github.io/analytics-2.0-apis/#/](https://adobedocs.github.io/analytics-2.0-apis/#/ "https://adobedocs.github.io/analytics-2.0-apis/#/") ).

You connect to the Adobe Analytics API in the Data Center. This topic discusses the fields and menus that are specific to the Adobe Analytics v2 OAuth Partition connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").

## Prerequisites

To connect to the Adobe Analytics v2 OAuth Partition connector and create a DataSet, you must have the Client ID and Client Secret associated with your Adobe Analytics v2 OAuth Partition account.

Visit [Adobe Developer Console](https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/OAuthIntegration.md "Adobe Developer Console") to learn more about obtaining your Client ID and Client Secret.

### Creating a new OAuth project in Adobe Developer Console

To create a new OAuth project in Adobe Developer Console, do the following:

1. Log into
   [https://console.adobe.io/projects](https://console.adobe.io/projects "Follow link").

2. Click
   **Create new project** button.

3. Click on
   **Add API** to start using the Adobe services.

4. The APIs available to you will be listed in the
   **Add an API** window. Select **Adobe Analytics**.

5. Now, you need to select the authentication type. Select
   **OAuth** here.

6. Select the
   **Web** platform to configure the API.

Enter the **Default** **redirect URI** as `https://oauth.domo.com/api/data/v2/oauth/providers/adobe-analytics-oauth/exchange`

`Enter the Redirect URI pattern as https://oauth/.domo/.com/api/data/v2/oauth/providers/adobe-analytics-oauth/exchange`

7. Click
   **Save configured API**.

## Connecting to the Adobe Analytics API v2

This section enumerates the options in the **Credentials** and **Details** panes in the Adobe Analytics v2 OAuth Partition page. The components of the other panes in this page, **Scheduling** and **Name & Describe Your DataSet**, are universal across most connector types and are discussed in greater length in [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").

## Credentials Pane

This pane contains fields for entering credentials to connect to the Adobe Analytics API v2. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1"><thead><tr><th colspan="1" rowspan="1"><p> Field </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"> Client ID </td><td colspan="1" rowspan="1"> The Client ID is obtained from the <a href="https://console.adobe.io/home" target="_blank"> Adobe Developer Console </a>. For more information see <a href="https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/OAuthIntegration.md" target="_blank"> Adobe’s documentation </a>. </td></tr><tr><td colspan="1" rowspan="1"> Client Secret </td><td colspan="1" rowspan="1"> The Client Secret obtained from the <a href="https://console.adobe.io/home" target="_blank"> Adobe Developer Console </a>. For more information see <a href="https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/OAuthIntegration.md" target="_blank"> Adobe’s documentation </a>. </td></tr></tbody></table>

Once you have entered valid credentials, you can use the same account any time you go to create a new Adobe Analytics v2 DataSet. You can manage connector accounts in the **Accounts** tab in the Data Center. For more information about this tab, see [Managing User Accounts for Connectors](https://domo-support.domo.com/s/article/360042926054?language=en_US "Managing User Accounts for Connectors").

## Details Pane

This pane contains the information about the predefined Adobe Analytics v2 reports.

<table border="1" cellpadding="1" cellspacing="1"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Report </p></td><td colspan="1" rowspan="1"><p> Select the Adobe Analytics v2 report you want to run: </p><table border="1" cellpadding="1" cellspacing="1"><tbody><tr><td colspan="1" rowspan="1"> Calculated Metrics </td><td colspan="1" rowspan="1"> This report returns a list of calculated metrics. </td></tr><tr><td colspan="1" rowspan="1"> Collections </td><td colspan="1" rowspan="1"> This report returns a list of report suites. </td></tr><tr><td colspan="1" rowspan="1"> Dimensions </td><td colspan="1" rowspan="1"> This report returns a list of dimensions for a given report suite. </td></tr><tr><td colspan="1" rowspan="1"> Metrics </td><td colspan="1" rowspan="1"> This report returns a list of metrics for a given report suite. </td></tr><tr><td colspan="1" rowspan="1"> Report Data </td><td colspan="1" rowspan="1"> This report returns reporting data for the requested metric and dimension for the given date range. </td></tr><tr><td colspan="1" rowspan="1"> Segments </td><td colspan="1" rowspan="1"> This report returns a list of segments. </td></tr><tr><td colspan="1" rowspan="1"> Users </td><td colspan="1" rowspan="1"> This report returns a list of users for the company. </td></tr></tbody></table></td></tr><tr><td colspan="1" rowspan="1"><p> Global Company ID </p></td><td colspan="1" rowspan="1"><p> Select the company. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Report Suite id </p></td><td colspan="1" rowspan="1"><p> Select the Report Suite ID. </p></td></tr><tr><td colspan="1" rowspan="1"><p /></td><td colspan="1" rowspan="1"><p /></td></tr><tr><td colspan="1" rowspan="1"><p> Enter the report body JSON object instead of selecting metrics, dimensions and segments </p></td><td colspan="1" rowspan="1"><p> Select this checkbox to enter the report body JSON object. <br /> Clear the checkbox to select the metrics, dimensions, and segments, and Domo will create the report body JSON for you. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Body </p></td><td colspan="1" rowspan="1"><p> Paste the Body here, according to Adobe specifications (see <a href="https://www.w3schools.com/%22https://adobedocs.github.io/analytics-2.0-apis/#/reports/runReport\%22" target="_blank"> Adobe Swagger UI </a> ). <br /> Do not include the dimensions or date range in the report body; instead, specify the dimensions and date range below. Domo uses the provided dimensions to create the recursive report bodies to get the multiple dimension data. <br /> The report body must be a valid JSON and must contain the rsid and metrics. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Metrics </p></td><td colspan="1" rowspan="1"><p> Select the metrics. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Use label as column name </p></td><td colspan="1" rowspan="1"><p> Select the checkbox to use labels instead of IDs as column names for calculated metrics. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 1 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 2 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 3 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 4 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 5 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Dimension 6 </p></td><td colspan="1" rowspan="1"><p> Select the dimensions in drill order. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Segments </p></td><td colspan="1" rowspan="1"><p> Select one or more segments to filter the data by segments </p></td></tr><tr><td colspan="1" rowspan="1"><p> Include Anomaly Detection </p></td><td colspan="1" rowspan="1"><p> Select the checkbox to include anomaly detection. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Date Selection type </p></td><td colspan="1" rowspan="1"><p> This field appears when you select the <b> Report Data </b> report. </p><p> Select the date selection type for the report. You can either select a custom date range or use predefined date ranges from Adobe. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Predefined Date Range </p></td><td colspan="1" rowspan="1"><p> This field appears when you select the <b> Predefined Date Range from Adobe </b> option in the <b> Data Selection type </b> field. </p><p> Select the predefined date range from Adobe. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Report Dates </p></td><td colspan="1" rowspan="1"><p> This field appears when you select the <b> Custom Date Range </b> option in the <b> Data Selection type </b> field. </p><p> Select the report dates. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Include Type </p></td><td colspan="1" rowspan="1"><p> Include additional calculated metrics not owned by the user. The 'All' option takes precedence over 'Shared. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Date Selection </p></td><td colspan="1" rowspan="1"><p> Select the specific or relative date range. You can either select Single date or Date range from the drop-down list. </p></td></tr><tr><td colspan="1" rowspan="1"> Start Date - Specific </td><td colspan="1" rowspan="1"> Select the first date in your date range using the date selector. </td></tr><tr><td colspan="1" rowspan="1"> End Date - Specific </td><td colspan="1" rowspan="1"> Select the last date in your date range using the date selector. </td></tr><tr><td colspan="1" rowspan="1"> Start Date - Relative </td><td colspan="1" rowspan="1"><p> Enter the number of days back that you would like to get data from (start day). Combine with End Date to create a range of represented days. </p><p> For example, if you enter10 for Start Date and 5 for the End Date, the report would contain data starting from10 days ago until 5 days ago. </p></td></tr><tr><td colspan="1" rowspan="1"> End Date - Relative </td><td colspan="1" rowspan="1"><p> Enter the number of days back that you would like to get data to (end day). Combine with Start Date to create a range of represented days. </p><p /><p> For example, if you enter 10 for Start Date and 5 for End Date, the report would contain data for 10 days ago up until 5 days ago. </p></td></tr><tr><td colspan="1" rowspan="1"> Reset Data </td><td colspan="1" rowspan="1"><p> Select the box to reset the data if required. Run the data once by selecting the check box and then clear the checkbox to proceed normally. <b> Note: </b> This will replace all the data in your dataset, and may result in loss of data if the dataset uses the Append mode. </p></td></tr><tr><td colspan="1" rowspan="1"> Exclude Formula Definition (checkbox) </td><td colspan="1" rowspan="1"><p> Check the box to exclude formula definition columns. </p></td></tr></tbody></table>

## Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see [Adding a DataSet Using a Data Connector](https://domo-support.domo.com/s/article/360042926274?language=en_US "Adding a DataSet Using a Data Connector").
