Expand my Community achievements bar.

SOLVED

Segment Evaluation

Avatar

Level 2

Getting an error while evaluating batch segment ondemand

”errors”:{
“400”:[{

“code”:”UPAPI-05455-400”

”message” : “There is a problem in segment job validation. Error: Empty segment list!!!”

}

]

}

Segment id to be evaluated is passed in the payload of Post call

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello @hrya 

 

It appears you are missing the enclosing brackets.

 

 

[

{
  “segmentId”: “256b926a-8732-45ac-bafe-11185087f417”

}

]

Please see the following link as reference:

https://developer.adobe.com/experience-platform-apis/references/segmentation/#operation/createSegmen...

View solution in original post

3 Replies

Avatar

Employee

Can you please provide the payload which you are attempting to use?

Avatar

Level 2

Sure @brekrut 

 

{
  “segmentId”: “256b926a-8732-45ac-bafe-11185087f417”

}

Avatar

Correct answer by
Employee

Hello @hrya 

 

It appears you are missing the enclosing brackets.

 

 

[

{
  “segmentId”: “256b926a-8732-45ac-bafe-11185087f417”

}

]

Please see the following link as reference:

https://developer.adobe.com/experience-platform-apis/references/segmentation/#operation/createSegmen...