Is it possible to create a JSON offer in Target using the Target API. I have tested using the documentation provided here - Target API v1.0 , but there isn't an option documented to provide the offer type e.g. HTML, JSON.
Documentation example - Target API v1.0 :
curl -X POST \
https://mc.adobe.io/<your-tenant-name>/target/offers/content \
-H 'authorization: Bearer <your-bearer-token>' \
-H 'cache-control: no-cache' \
-H 'content-type: application/vnd.adobe.target.v1+json' \
-H 'x-api-key: <your-api-token>'
-d ' {
"name": "My new offer",
"content": "<div>The content of the offer</div>"
}
'
Solved! Go to Solution.
Hi,
Thanks for your question, for the API in question '' Create Offer '' the content attribute is of type string. Whereas JSON offers are delivered as native JSON objects rather than strings.
JSON offers are not applied automatically as opposed to other offers (i.e like HTML) because JSON offers are non-visual offers.
Please see here for further information
Hope this helps!
Best,
Joshua Eisikovits | Global Lead, Platform Support | Customer Experience | Adobe
Hi,
Thanks for your question, for the API in question '' Create Offer '' the content attribute is of type string. Whereas JSON offers are delivered as native JSON objects rather than strings.
JSON offers are not applied automatically as opposed to other offers (i.e like HTML) because JSON offers are non-visual offers.
Please see here for further information
Hope this helps!
Best,
Joshua Eisikovits | Global Lead, Platform Support | Customer Experience | Adobe
Hi Joshua,
Thank you for your answer. Are you planning to introduce an API method to create a JSON offer?
Best regards
HI Lukasz,
That is definitely something that can be added as an idea for future builds. I have submitted it on your behalf. Feel free to add more context to it as well via Create json offer using Target API
Views
Likes
Replies
Views
Like
Replies