Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Apologies for the delayed response, Sanford. Yes, slots should include the product name, product price, product image, and product URL. The JSON provided are samples.
Thanks for the quick response.Definitely I will refer your API gateway Transforming Marketo-incompatible webhook response... - Marketing Nation I assume that each slot must have product name, product price, product Image and product URL. As an alternative approach, I plan to write a custom service ...
Hi Everyone, Our Goal: Display recommended products from Adobe Target in Marketo emails. I successfully sent a request to Adobe Target through a Marketo webhook and received a product recommendation JSON response. I need to display the recommended products in Marketo email using Velocity script.{ ...
Hi Everyone,I successfully retrieved data from AEP using a Webhook. Here is the response. { "BVr123": { "entityId": "BVr123", "entity": { "CommerceSite": { "latestCommerceEventDate": "2023-10-16T20:54:32.175Z", "productList": [ ...
Thanks @SanfordWhiteman. The code you provided is working, many thanks for your help.
Yes, as you mentioned, the JSON is stored in the Lead Abandoned Cart field. I am anticipating the headers and values to be presented like below. I believe that a Foreach loop would be return all values from JSON. Please let me know if you need more information.Expected output:product_name_1product_i...
Hi Team, I need to use Velocity Script to show multiple product information from the Abandoned Cart Custom field in an email. The JSON object below has been stored in a Marketo custom field. Usually, we store cart values in a custom object, but in this case, they need to be stored in a custom field....
Hi There, I want to establish connection between Marketo and Adobe Journey Optimizer. I followed the instructions as mentioned in the below document. https://experienceleague.adobe.com/docs/marketo/using/product-docs/adobe-experience-cloud-integrations/set-up-adobe-organization-mapping.html?lang=en...