Missing Analytics v2.0 API | Community
Skip to main content
Jacob-DDdev
Level 6
May 18, 2020
Solved

Missing Analytics v2.0 API

  • May 18, 2020
  • 1 reply
  • 4650 views

Hi, as per @cxs504 's suggestion, I'm asking this API question under the Analytics subforum.

 

Given that v1.3 and v1.4 API are deprecated (or becoming deprecated) and SOAP/WSSE authentication will be removed this year, what are the plans to return the features that have only been available through these APIs?

In particular, there are some that are extremely useful for managing report suites on an enterprise-level. They include the following:

  • Getting processing rules
  • Getting usage logs
  • Getting data feeds
  • Getting data warehouse requests

Thank you.

 

Related: https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-ideas/access-processing-rules-via-api/idi-p/340186/highlight/true

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by saumyag24417044

The 1.4 APIs support JWT and OAuth authentication. WSSE Authentication has been deprecated.

With API 1.4 you can use following methods to get the desired data:

1. Getting processing rules 

There is a function called "ReportSuite.viewProcessingRules". 

2. Getting usage logs

You can use the desired methods in Admin API 1.4.

Document Reference: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/admin-api/index.md

3. Getting data feeds

The data feeds API lets you retrieve the status of data feed processing, as well as configuration details for each configured feed. There are two methods - GetFeeds and GetFeed

Document Reference: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-feeds-api/index.md

4. Getting data warehouse requests

You can run Data Warehouse reports in the Reporting API by setting "source":"warehouse".

Document Reference for a better insight: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/data_warehouse.md

 

Swagger URL for syntax of all the methods mentioned above: https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html#

1 reply

saumyag24417044Accepted solution
Level 4
June 16, 2020

The 1.4 APIs support JWT and OAuth authentication. WSSE Authentication has been deprecated.

With API 1.4 you can use following methods to get the desired data:

1. Getting processing rules 

There is a function called "ReportSuite.viewProcessingRules". 

2. Getting usage logs

You can use the desired methods in Admin API 1.4.

Document Reference: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/admin-api/index.md

3. Getting data feeds

The data feeds API lets you retrieve the status of data feed processing, as well as configuration details for each configured feed. There are two methods - GetFeeds and GetFeed

Document Reference: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-feeds-api/index.md

4. Getting data warehouse requests

You can run Data Warehouse reports in the Reporting API by setting "source":"warehouse".

Document Reference for a better insight: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/reporting-api/data_warehouse.md

 

Swagger URL for syntax of all the methods mentioned above: https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html#

Jacob-DDdev
Level 6
June 16, 2020

@saumyag24417044, this is an incorrect answer:

  1. Firstly, this question is about v2.0 API not v1.4 API which all of your links refer to.
  2. Secondly, WSSE authentication has not yet been deprecated for v1.4 API.

The reason behind this question is to determine which of these API will still be available within the v2.0 API after these become deprecated.