Trait/Segment move to another folder | Community
Skip to main content
New Participant
May 30, 2018
Solved

Trait/Segment move to another folder

  • May 30, 2018
  • 5 replies
  • 4314 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by neethatandur

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

5 replies

neethatandurAccepted solution
Employee
July 25, 2018

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

Gaurang-1
New Participant
July 10, 2018

Hi,

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

Gaurang

Kunal_Gaba_
New Participant
May 30, 2018

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.

New Participant
May 30, 2018

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?

Kunal_Gaba_
New Participant
May 30, 2018

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