Exporting Segments in datafeed or API call | Community
Skip to main content
August 29, 2024
Solved

Exporting Segments in datafeed or API call

  • August 29, 2024
  • 1 reply
  • 1059 views

I'm trying to understand the best approach to export analytics segments tied to a specific identifier, most likely a value within an eVar. I'd like to be able to pull this as a daily feed into an external data lake.

 

The data feed looked promising, but I didn't see segments as an option within the columns.

 

Would the Segment API be the best approach?

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 Krishna_Musku

@atlasgu Yes, segments are not available in data feeds. Since segments can be defined visit and visitor level, they wouldn't able to match the data feed raw data of hit level. You can use the Segments API by using this tool: https://adobedocs.github.io/analytics-2.0-apis/#/

 

1 reply

Krishna_Musku
Community Advisor
Krishna_MuskuCommunity AdvisorAccepted solution
Community Advisor
August 29, 2024

@atlasgu Yes, segments are not available in data feeds. Since segments can be defined visit and visitor level, they wouldn't able to match the data feed raw data of hit level. You can use the Segments API by using this tool: https://adobedocs.github.io/analytics-2.0-apis/#/

 

AtlasGuAuthor
September 17, 2024

@krishna_musku How would I query the API if I wanted a batch export of all visitor IDs an their corresponding segments?