So I have list of JSON offers created using AEM . How can I use the JSON offers to create an activity in Target . Till now we are using HTML offers for creating activity. Is there any DEV work needed or Business authors can use the platform to create an activity.
I tried searching for any documentation but couldn't get anything from Adobe Documentation
Solved! Go to Solution.
Hi @indranilm,
You can use JSON offers in Adobe Target, but only using the form-based composer and not the Visual Experience Composer (VEC).
More JSON considerations:
1. Creating a JSON offer:
2. Click Offers > Code Offers.
3. Type an offer name.
4. Type or paste your JSON code in the Code box.
5. Click Save.
Documentation: https://experienceleague.adobe.com/docs/target/using/experiences/offers/create-json-offer.html?lang=...
Also, there is an integration between AEM and Adobe Target which you might want to look into: https://experienceleague.adobe.com/docs/experience-manager-64/administering/integration/target.html?...
I hope this helps.
Matthew Ravlich | ACG Digital | albertacg.com
Hi @indranilm,
You can use JSON offers in Adobe Target, but only using the form-based composer and not the Visual Experience Composer (VEC).
More JSON considerations:
1. Creating a JSON offer:
2. Click Offers > Code Offers.
3. Type an offer name.
4. Type or paste your JSON code in the Code box.
5. Click Save.
Documentation: https://experienceleague.adobe.com/docs/target/using/experiences/offers/create-json-offer.html?lang=...
Also, there is an integration between AEM and Adobe Target which you might want to look into: https://experienceleague.adobe.com/docs/experience-manager-64/administering/integration/target.html?...
I hope this helps.
Matthew Ravlich | ACG Digital | albertacg.com
Hi @indranilm,
In case you need to insert the offers always in a same pattern in a page etc. You can also write an HTML offer that ensures that the data from the JSON (which you can get with adobe.target.getOffer) - is used to display your activity accordingly.
Hope this helps you.
Views
Like
Replies