Expand my Community achievements bar.

SOLVED

Trait/Segment move to another folder

Avatar

Level 1

Hi All,

I am trying to perform taxonomy activity on AAM and based on defined structure I need to move various traits/segments from a folder to another folder. Therefore, can someone please share the api code or any other solution to perform the same?

Thanks & Regards,

Anshul Singhal

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Anshul,

The traits can be moved easily from one folder to another in "Update" tab of the Bulk Management tool. The only required parameters/columns here are the

  1. Trait ids (which traits have to be moved) - sid
  2. folder id (to which folder the traits have to be moved) - folderId

In the "update" tab of the BAAAM tool, by following the required headers for updation, add the above mentioned columns. Under these columns, add the trait ids and corresponding folderId where the traits have to be moved and stored.

Thanks,

Neetha Tandur

View solution in original post

5 Replies

Avatar

Employee Advisor

You can achieve this with AAM REST API of Adobe Audience Manager.  Also there is a bulk management tool for these kind of requests - Bulk Management Tools

Avatar

Level 1

Thanks Kunal,

I have explored BAAAM tool and rest APIs we get options to move the folders but we couldn't find option to move specific traits to another folder. Can you please share any reference points for the same?

Avatar

Employee Advisor

Checkout this API https://bank.demdex.com/portal/swagger/index.html#/Traits_API/put_traits__sid_

In the POST request, provide the folderId of the destination folder and it should move the trait.

Avatar

Level 10

Hi,

Were you able to find something relevant for your query here?

Gaurang

Avatar

Correct answer by
Employee

Hi Anshul,

The traits can be moved easily from one folder to another in "Update" tab of the Bulk Management tool. The only required parameters/columns here are the

  1. Trait ids (which traits have to be moved) - sid
  2. folder id (to which folder the traits have to be moved) - folderId

In the "update" tab of the BAAAM tool, by following the required headers for updation, add the above mentioned columns. Under these columns, add the trait ids and corresponding folderId where the traits have to be moved and stored.

Thanks,

Neetha Tandur