Expand my Community achievements bar.

SOLVED

Bulk profile update API for non-existing profiles using thirdPartyId

Avatar

Level 4

Hi,

 

Bulk profile update API documentation says that it "updates existing Target profiles only". However, I tried to use it for non-existing profiles on a Sandbox account and it worked: I can retrieve attributes via the API and Target rules use them when the user logs in for the first time. (I used a thirdPartyId as an identifier.)

Can I count on that behavior on production accounts? I would love to use that feature in a real application.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Yes, this is supported, see the Batch File section of this doc

alexbishop_0-1700577374254.png

 

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

Yes, this is supported, see the Batch File section of this doc

alexbishop_0-1700577374254.png

 

Avatar

Level 4

Thank you @alexbishop 

If that is correct, it would be good to update this clause in the documentation https://experienceleague.adobe.com/docs/target-dev/developer/implementation/methods/bulk-profile-upd...:


The Bulk Profile Update API updates existing Target profiles only.

 

Avatar

Employee Advisor

Thanks for pointing that out, I've submitted a request for that doc to be updated so that it aligns with the doc that I shared with you