Skip to content

Retrieve list of sample values for a parent segment configuration's behavior

Request

Retrieve a list of sample values for a parent segment's behavior that are useful in understanding data syntax or patterns for further analysis or activation.

Security
TdApikeyAuth
Path
audienceIdinteger, (int64)required

ID of Master Segment Config to operate on

audienceBehaviorIdinteger, (int64)required

ID of Master Segment Config behavior to operate on

Query
columnstringrequired
limitnumber, >= 1
samplesnumber, >= 1
curl -i -X GET \
  'https://api-cdp.treasuredata.com/audiences/{audienceId}/behaviors/{audienceBehaviorId}/sample_values?column=string&limit=1&samples=1' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
Array [
Any of:
integer
]
Response
[ [ "Japan", 0.14285714285714285 ] ]