API support for creating SAINT classifications | Community
Skip to main content
April 28, 2021
Solved

API support for creating SAINT classifications

  • April 28, 2021
  • 2 replies
  • 2034 views

We use a scripted process to load SAINT classifications for large populations using the 1.4 REST_API and an ADOBE IO Integration with jwt authentication.

 

The one manual step in the process requires that I login to the Admin Tools > Reports Suites and go to Traffic Classification or Conversion Classification to add the classification on an evar or sprop for which we will import the key value data (In this case assigning customer ids to various groups)

 

Is there any plan to support the ability to create/delete/rename classifications via API so that we can completely script our process?

 

Thanks.

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 Hemangini

Hi @ymiki ,

In order to create a classification you can use Anaytics UI or rest API (ReportSuite.SaveClassification). You can delete the existing classifications using ReportSuite.DeleteClassifications.

Refer this link for details on Admin API and all the available methods: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/admin-api/index.md

 

Best,
Hemangini

2 replies

HemanginiAdobe EmployeeAccepted solution
Adobe Employee
April 28, 2021

Hi @ymiki ,

In order to create a classification you can use Anaytics UI or rest API (ReportSuite.SaveClassification). You can delete the existing classifications using ReportSuite.DeleteClassifications.

Refer this link for details on Admin API and all the available methods: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/admin-api/index.md

 

Best,
Hemangini

ymikiAuthor
April 28, 2021
Thanks @hemangini,
Adobe Employee
May 1, 2021

@ymiki ,

Yes, description field wasn't exposed for usage on 1.4 APIs and I still can't find a way to do that.