Segmentation API | Community
Skip to main content
Lokesh_Shivalingaiah
New Participant
October 16, 2015
Solved

Segmentation API

  • October 16, 2015
  • 1 reply
  • 856 views

Is there a way to get all the Segmentation / Campaign available programmatically ? Basically any API available to handle the campaigns manually

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 JustinEd3

Segments and Campaigns are "just" content, so yes, you can get the resources and inspect them.

Using them, however, outside of AEM is complicated because they are generally going to be dependent upon AEM-specific JavaScript. For example, you can fetch http://localhost:4502/etc/segmentation/geometrixx-outdoors.segment.js via HTTP, but that is just making a bunch of JavaScript calls which wouldn't be available in a different context.

1 reply

JustinEd3Accepted solution
Employee
October 16, 2015

Segments and Campaigns are "just" content, so yes, you can get the resources and inspect them.

Using them, however, outside of AEM is complicated because they are generally going to be dependent upon AEM-specific JavaScript. For example, you can fetch http://localhost:4502/etc/segmentation/geometrixx-outdoors.segment.js via HTTP, but that is just making a bunch of JavaScript calls which wouldn't be available in a different context.