Skip to main content

Adobe Analytics Tool Icon Adobe Analytics Tool

The Adobe Analytics tool authenticates to the Adobe Analytics report suites (to which you have access) and generates ad hoc reports based on multiple parameters via the Adobe Analytics Reporting API, version 1.4.

Gallery Tool

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Community.

Configure Adobe.io for Sign In

Before configuring the Adobe Analytics tool, you must have the Adobe.io settings properly configured for users to access report data via the API.

User Sign In

Use this method for ad hoc workflows. Sign in using Adobe Analytics credentials. Credentials must be re-entered every 24 hours or anytime you add a new instance of the tool. User authentication requires project access granted by your Adobe administrator.

User authentication requires creating an OAuth integration within Console.Adobe.io:

  • After creating a new project with the Adobe Analytics API, choose OAuth for the authentication type.

    Choose OAuth for authentication type
  • Once the application is created, Adobe provides a ClientID and Client Secret to use for User Login within the Adobe Analytics Tool.

JWT (Service Account) Sign In

Use this method for scheduled workflows or when adding workflows to the Alteryx Gallery. Sign in using JWT Service Credentials. Credentials do not need to be re-entered to run the workflow.

JWT authentication requires creating a JWT integration within Console.Adobe.io:

  • After creating a new project with the Adobe Analytics API, choose Service Account (JWT) for the authentication type.

    Choose Service Account (JWT) for the authentication type
  • Once you create the application, Adobe provides an Application ID (Client ID), Application Secret (Client Secret), Organization ID, and Technical Account ID.

    It's also necessary to provide a Public and Private Key pair or have Adobe generate a pair for you. This will be used for authentication with the Adobe Analytics Tool.

    For more information, see Credentials.

Tool configuration

  1. In the Configuration window, select a sign-in method.

    1. User Login: Enter your Client ID and Client Secret from the Adobe integration and select Connect. You will then be prompted to enter your Adobe.io credentials in the browser.

    2. JWT (Service Account) Login: Enter your Application ID (Client ID), Application Secret (Client Secret), Organization ID, Technical Account ID, and Private Key. Select Connect.

      Note

      Validate that the Private key contains the “-----BEGIN PRIVATE KEY-----” and “-----END PRIVATE KEY-----” tags.

  2. Choose a Report Suite and select Next.

  3. Choose a date range and granularity and select Next.

    1. Select either a preset range (for example, Today, Last Month, Year to Date) or Custom to set a start and end date.

    2. Granularity is a unit of time that determines the report detail and is optional.

  4. Choose at least one metric and a maximum of five metrics and select Validate Report. You can use only valid combinations of metrics. Select Next.

  5. (Optional) Choose a maximum of three elements and select Validate Report. You can use only valid combinations of elements and classifications. Select Next.

    1. The Primary Element breaks down the selected metric. Subsequent elements break down the preceding elements – the Secondary Element breaks down the Primary Element, and the Tertiary Element breaks down both the Primary Element and Secondary Element.

    2. Not all report suites offer all elements.

    3. See Valid Element and Metric Combinations.

    4. Advanced Options

      1. Classification: Restricts the element results to only those that fall within the selected classification.

      2. Record Limit: Sets the number of rows in the report to return, 1 to 50000.

      3. Starting with Record: Sets the first row in the report to return.

  6. (Optional) Choose a maximum of five segments and select Validate Report. You can use only valid combinations of segments. Select Done.

  7. Review your selections on the Configuration Summary screen.

View the output

  • R anchor: The result of your query parsed and formatted as a table.

  • A anchor: The API response, raw report JSON, report description, and report ID for your query.

Supported Report Types

  • Overtime: No elements with or without a date granularity selected.

  • Ranked: One or more elements with no date granularity selected.

  • Trended: One or more elements with a date granularity selected.

Known Limitations

Adobe Analytics Tool doesn't support segments.

Adobe Resources