Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to send offer attributes in offer library api in AJO ?

Avatar

Level 2

How to send offer attributes in offer library API in AJO

1 Accepted Solution

Avatar

Correct answer by
Level 2

I think 

 

xdm:characteristics": {
"abc": "1234"
}

 

is the one to add for offer attributes.

View solution in original post

3 Replies

Avatar

Community Advisor

Avatar

Level 2

This is to deliver offers through decisions API, while creating offer through the API all the offer details were added as per https://experienceleague.adobe.com/docs/journey-optimizer/using/offer-decisioning/api-reference/offe...

 

I also want to create offer attributes through the API , is that possible? If so what is the syntax?

c2111_0-1676617826591.png

 

 

 

Avatar

Correct answer by
Level 2

I think 

 

xdm:characteristics": {
"abc": "1234"
}

 

is the one to add for offer attributes.