0

For a long time I'm using advanced segments created in GA in my API calls. I never experienced any trouble with this. However since last week new created segments don't show up in the management API. I checked it with several profiles, but new segments just won't show up. I have thought maybe there is a limit, but when I remove some segments and add some new, they still don't show up. They also don't show up at the Query explorer http://ga-dev-tools.appspot.com/explorer/

Does anyone have experience with this and have a solution?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Paul
  • 329
  • 1
  • 8

1 Answers1

0

This is because new segmentation features were added this past July, and they are not currently supported in the API.

So if you segment on users using the new segments UI in the Web Interface, the segments won't show up when listing in the Management API, and they won't work with the Core Reporting API. However, session/visitor segments with conditions continue to work. This is why you're seeing this behavior...until the API has full support for this.

You can review the Management API changelog, Release 2013-07-15 for exact details on this.

You should subscribe to the changelog so you'll be notified if support is added.

Pete
  • 1,862
  • 11
  • 12