Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Connection to API Adobe sitecatalyst report

Avatar

Level 2

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. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

3 Replies

Avatar

Level 2

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.

Avatar

Correct answer by
Community Advisor

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