Connection to API Adobe sitecatalyst report | Community
Skip to main content
Level 2
August 8, 2017
Solved

Connection to API Adobe sitecatalyst report

  • August 8, 2017
  • 3 replies
  • 2830 views

Hi,

I checked all the API information to create a report but i do not get it where i can create the connection between the PHP and the Adobe Sitecatalyst(the login section), if it is possible, where i can find a example code to create a simple report with the login code included to understand the process of the connection and when i get the data.

Thank you and regards.

José Miguel. 

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 Urs_Boller

no, didn't test it. did you get any error messages?

btw: the documents still use api 1.3, maybe you need to change to 1.4:

Analytics Administration API 1.4 | Adobe Developer Connection

maybe you start your coding with a simple example, like company.GetTrackingServer

GetTrackingServer | Adobe Developer Connection

and the API Explorer is your friend to test the requests:

Developer Connection | Adobe Developer Connection

3 replies

Urs_Boller
Community Advisor
Community Advisor
August 8, 2017
Level 2
August 9, 2017

Hi urs.boller,

Thanks for answer, but did you tested the example code? Because I copy the code and tested and I do not receive anything, i do not know if i did something wrong, because in the page does not said what is the result if i did a good connection or bad connection or where i get the web service to connect the code with the Adobe sitecatalyst.

Thanks and regards.

José Miguel.

Urs_Boller
Community Advisor
Urs_BollerCommunity AdvisorAccepted solution
Community Advisor
August 9, 2017

no, didn't test it. did you get any error messages?

btw: the documents still use api 1.3, maybe you need to change to 1.4:

Analytics Administration API 1.4 | Adobe Developer Connection

maybe you start your coding with a simple example, like company.GetTrackingServer

GetTrackingServer | Adobe Developer Connection

and the API Explorer is your friend to test the requests:

Developer Connection | Adobe Developer Connection