Expand my Community achievements bar.

Audience Lab Test Segments is not reflect in Audience Library/ACS

Avatar

Level 3

We have created a test group in Audience lab and map the test segment to ACS and GA, but we are not able to see the test segment name or the mapping key in the audience library.

 

As far as destination concern i don't see any issue in it (default segments are being exported and visible in audience library),on the other hand the test segment ids are reflect in GA which is a cookie based destination. Does the audience lab test segments are not work on the server to server destination? How could we validate the ids are exported? (since we have mapped many default segment to that ACS destination we can't export the server files from SFTP to valid. the files size are huge) Please guide me in this case. 

1 Reply

Avatar

Employee

Hi @keerthivasanj96 ,

 

As of now, Audience Lab Test Segments can not be consumed in Adobe campaign. These segments are being returned by APIs that Adobe campaign  is not consuming as of today.

I had a discussion on the similar use case with one of our product manager to check for any workarounds and as per him you will need to manually create segment references in other solutions as the creation of test segments in other solutions is not automated and that should be the workaround. We’re at the very beginning of working with other solutions on this.

 

You can fetch the details of audience lab test segment using below mentioned APIs.

 

https://api.demdex.com/v1/segment-test-groups -----It will fetch the segment test group Id

 

https://api.demdex.com/v1/segment-test-groups/{segmentTestGroupId}  ----It will fetch specific details for each test group

 

https://api.demdex.com/v1/segments/?includeTestSegments=true  ----It will fetch details of all the segments. You can filter out the legacy id of test segments using test group Id.

 

Regards,

Shweta