Export Segment List in SC15 | Community
Skip to main content
narayan1
Level 2
October 10, 2012
New

Export Segment List in SC15

  • October 10, 2012
  • 4 replies
  • 4404 views

Hi,

 

Can we have an option to export the segments created in SC15. I see, I've created more than 100 segments and by export option it helps me in sorting out the segments created.

4 replies

Level 7
October 11, 2012

as a temporary workaround you can use:

https://developer.omniture.com/en_US/get-started/api-explorer#ReportSuite.GetSegments

Enter your API credentials (once you have webservice access granted in the Admin Console) and just enter the Report Suite ID where it says "(string)"

narayan1
narayan1Author
Level 2
October 11, 2012

Thanks andreasdierl for stopping by. This is of great help...

 

However, I tried this option and I am getting an error as below:

 

{

"error":"You do not have privileges to perform this operation."

}

 

is there any settings that needs to be changed here?

 

Thanks, Narayan

Level 7
October 12, 2012

did you use your webservice credentials or just username/password. You'd need to use the first.

Once you're part of the "Web Service Access" group your user profile will show you that data.

narayan1
narayan1Author
Level 2
October 27, 2012

Thanks, I am able to export the segments via as per your steps. thanks!