Skip to main content

Intro

Use Domo’s Adobe Analytics Real Time API Server to Server connector, to retrieve data about customers, page activity and searches to view the big web engagement picture with Domo’s Adobe Analytics Real Time API Server to Server Connector. Adobe Analytics delivers everything you need to understand and measure your visitors’ online behavior. 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. With your data in Domo, you can snapshot how your web presence develops over time, and get instant notifications when Adobe Analytics metrics hit thresholds that you determine. This connector uses custom reports. You can connect to your Adobe Analytics Real Time API Server to Server account in the Data Center. This topic discusses the fields and menus that are specific to the Adobe Analytics Real Time API Server to Server connector user interface. To add DataSets, set update schedules, and edit DataSet information, see Adding a DataSet Using a Data Connector.

Prerequisites

To connect to your Adobe Analytics Real Time API Server to Server account and create a DataSet, you must have the following:
  • Client ID
  • Client Secret

Connecting to Your Adobe Analytics Real Time API Server to Server Account

This section enumerates the options in the Credentials and Details panes in the Adobe Analytics Real Time API Server to Server Connector 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.

Credentials Pane

This pane contains fields for entering credentials to connect to your Adobe Analytics Real Time API Server to Server account. The following table describes what is needed for each field:

Field

Description

Client ID

Enter the client ID generated by Adobe when creating a server to server integration.

Client Secret

Enter the client secret generated by Adobe when creating a server to server integration.

Once you have entered valid Adobe Analytics Real Time API Server to Server credentials, you can use the same account any time to create a new Adobe Analytics Real Time API Server to Server 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.

Details Pane

This pane contains a primary Reports menu, along with various other menus which may or may not appear depending on the report type you select.

Menu

Description

Predefined Report

Select the Adobe Analytics Real Time API Server to Server report you want to run. The following reports are available:

Report Name Description

Base Metrics

Returns data about page views; average time spent on website; unique visitors by month, week, and day; new visitors; and so on.

Commerce Metrics

Returns data about number of visits, orders, checkouts, revenue, new and returning customers, and so on.

Existing Customer Campaigns

Returns data about visits, orders, and revenue, broken down by existing customer campaign.

Existing Customer Products

Returns data about existing customer visits, orders, checkouts, and revenue, broken down by product.

Mobile Device Types

Returns data about mobile views, visits, and daily unique visitors, broken down by device type.

Mobile Metrics

Returns metrics about mobile device usage, such as device type, OS, views, visits, and daily unique visitors.

Natural Search Conversion

Returns data about number of visits, orders, and revenue, broken down by natural search keyword.

Natural Search Visits

Returns data about number of visits, page views, and daily unique visitors, broken down by natural search keyword.

New Visitor Best Campaigns

Returns data about visits, orders, revenue, and units, broken down by new visitor campaign.

New Visitor Geo

Returns data about visits, orders, revenue, and units, broken down by region.

New Visitor Geo Country

Returns data about visits, orders, revenue, and units, broken down by country.

New Visitor Keywords

Returns data about visits, orders, revenue, and units, broken down by paid search keyword.

New Visitor Products

Returns data about new customer visits, orders, checkouts, revenue, units, etc., broken down by product.

New Visitor Traffic Source

Returns data about visits, orders, revenue, and units, broken down by referrer type.

Page Effectiveness

Returns data about page visits, entries and exists, bounces, and bounce rate, broken down by page.

Page Metrics

Returns data about page views, visits, daily unique visitors, and exists, broken down by page.

Paid Search Conversion

Returns data about visits, orders, and revenue, broken down by paid search keyword.

Paid Search Visits

Returns data about page views, daily unique visitors, and visits, broken down by paid search keyword.

Products and Categories

Returns data about visits, orders, and revenue, broken down by product and category.
Access Level Select All if using an Admin account. Shared otherwise.
Company Select the company.
Report Suite Select the Adobe Analytics Report Suite you want to pull data from.
Report Type Select a report type. The report type determines the set of inputs needed to configure the data source.
Elements Select up to four element names.
Additional Element Information Enter additional element information. Use the JSON format defined in the API Explorer for complete customization e.g.
{"top":50, "selected":[], "classifications":[], "id":"page"<br/>"name":"Page"}
Metrics Select the metrics to include in the custom report. Select up to 30 metrics for your report.
Segments Select the segments you want to use to filter the custom report.
Inline Segments Enter additional inline segment information. Use the JSON format defined in the API Explorer for inline segments e.g.
{"name":"segment"}
Date Granularity Select a date grain for the report. This determines whether the data is broken down by day, by week, and so on.
Add Date Granularity Select if you want to aggregate the data by the date granularity specified above or aggregate all the data.
Duration Specify whether the data in this report is for a single date or range of dates.
Report Date Select whether the data in the report is for a specific date or for a relative date based on the selected Date Granularity .
Select Specific Date Select the date you want to retrieve.
Date Offset Enter the number of periods back that will be used to offset your relative date. The period is based on your selected Date Granularity .
Date From Specify whether the first date in your date range is a specific or relative date. You select the last date in your range in Date To . Options in these menus are determined by the selected Date Granularity .
Select Specific Date From Select the first date in your date range.
Date From Offset Enter the offset from the selected start date. This adjusts the selected start date the number of periods (day, weeks, and so on, based on the date granularity setting) into the past.
Date To Specify whether the last date in your date range is a specific or relative date. You select the firstdate in your range in Date From . Options in these menus are determined by the selected Date Granularity .
Select Specific Date To Select the last date in your date range.
Date To Offset Enter the number of periods back that will be used to offset the last date in your date range. The period is based on your selected Date Granularity .
Time Zone Select the timezone associated with the data. Because the processing takes place in the UTC timezone, processing data with today’s date (or ‘today’ as the date) requires knowing the correct timezone.
Include All Timezones Select to include all international timezones as well as the default US timezones.
Backfill Enter the number of periods that should backfill the first time the report is run.
Reset Update Select ‘Yes’ to reset the update flag. Resetting the flag will cause the data source to retrieve all available data, rather than the just the new data from the last update.
Query Enter ’ https://adobe-experience-cloud.github.io/analytics-1.4-apis/swagger-docs.html#/Report/Report.Queue’ Adobe Analytics Web Service API Explorer Query to pull data for your report. e.g.{"reportDescription":{<br/>&nbsp;&nbsp;&nbsp;"reportSuiteID":"thankyoudev"<br/>&nbsp;&nbsp;&nbsp;"dateFrom":"2014-09-07"<br/>&nbsp;&nbsp;&nbsp;"dateTo":"2014-09-07"<br/>&nbsp;&nbsp;&nbsp;"dateGranularity":"Day"<br/>&nbsp;&nbsp;&nbsp;"elements":[<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{"top":50,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":[],<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classifications":[],<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":"page"<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":"Page"}],<br/>&nbsp;&nbsp;&nbsp;"metrics":[<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{"decimals":0,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":"pageviews"<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":"Page Views"},<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{"decimals":0,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":"visits"<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":"Visits"}],<br/>&nbsp;&nbsp;&nbsp;"segments":[],<br/>&nbsp;&nbsp;&nbsp;"locale":"en_US"}}

Relative Dates

These values can be used instead of a date in order to support relative dates in the connector.

  1. Today</li><li>Today</li><li>Yesterday
  2. FirstofWeek</li><li>First of Week</li><li>This Week
  3. LastWeek</li><li>Last Week</li><li>First of Month
  4. ThisMonth</li><li>This Month</li><li>Last Month

You can also add or substract units from the base value, such as $Yesterday-7, which would be yesterday minus 7 days.

Schedule What schedule to update this Data Source.
Retry Set the retry attempts for this Data Source.
Update Method

Replace

The current version of the data will be replaced with a new version of the data. All previous versions will be preserved.

Append

The current version of the data will be appended to previous versions of the data to make an increasingly larger data set.

Sort By

This can be used when declaring multiple metrics for Ranked and Trended reports. By default, the first metric will be used to sort. Use this option to sort by any of the metrics requested.

Query Segments Individually

Select Yes if you would like to query each segment individually.

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.