Setup

Functions for pulling basic company and report suite information.

aw_auth() auth_jwt() auth_oauth()

Generate an Access Token for the Adobe Analytics v2.0 API

aw_auth_with() aw_auth_path() aw_auth_name()

Set authorization options

aw_token()

OAuth2 Token for Adobe Analytics (deprecated)

get_me()

Get Company Ids

get_users()

Get list of users

get_usage_logs()

Get a list of user usage

aw_get_reportsuites()

Get list of report suites

Data Elements

Functions for collecting lists of available data elements

aw_get_metrics()

Get list of metrics

aw_get_dimensions()

Get list of dimensions

aw_get_segments()

Get list of segments

aw_get_calculatedmetrics()

Get a list of calculated metrics.

Data Pulling

Functions for pulling the data using the API

aw_freeform_table()

Get a freeform table

aw_segment_table()

Get a segment-row freeform table

aw_workspace_report()

Use a prebuilt json query to pull a ranked report

aw_anomaly_report()

Anomaly Report

Create Segments

Functions for creating segments

seg_verbs

Verbs available in segment rules.

seg_rule()

Create the segment rule

seg_con()

Create the segment container

seg_seq()

Create the segment sequence container

seg_then()

Create the segment sequence then object

seg_build()

Build the Segment in Adobe Analytics

seg_val()

Validate a segment in adobe analytics