Hello everybody,
I want to retrieve segmented data via the Adobe Analytics API. I have a script providing me with the segment IDs I need for structuring my API calls, however, they only provide me the IDs of the custom segments I created or somebody else created and shared with me:
library(RSiteCatalyst)SCAuth("[MY_CREDENTIALS]", "[SHARED_SECRET]")
segments <- GetSegments("[REOPORTSUITE]")
print(segments)
|
I still need the standard segments like "Return Visits", "First Time Visits" etc, though. Unfortunately, until now I was not able to find information the API call I need in order to obtain those segments' IDs.
Can anyone tell me how to get these IDs?
Thanks a lot in advance,
Jonis