Hello
we have this workflow running once a week where we sending multi offer communication.
we using the offer space
to be displayed in our emails.
But we want know one specific offer to be deactivate automatically after 200k views
I have dig around and I was wondering if it should be done through a rules or through the current wf where I should implement that condition, or do we have a function with adobe classic v7 allowing that?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @rbiri,
If there is no option in offer settings to disable offer after 200k views (I am afraid there is not) then you need to implement trigger that will simply call SOAP nms:offer cancel method.
This is JSAPI function but there is also SOAP version of same function
https://experienceleague.adobe.com/developer/campaign-api/api/sm-offer-Cancel.html
WSDL example
You can get the WSDL by navigating to your instance url
https://example.com/nl/jsp/schemawsdl.jsp?schema=nms:offer
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/
Hello @rbiri,
If there is no option in offer settings to disable offer after 200k views (I am afraid there is not) then you need to implement trigger that will simply call SOAP nms:offer cancel method.
This is JSAPI function but there is also SOAP version of same function
https://experienceleague.adobe.com/developer/campaign-api/api/sm-offer-Cancel.html
WSDL example
You can get the WSDL by navigating to your instance url
https://example.com/nl/jsp/schemawsdl.jsp?schema=nms:offer
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/
hello
About the WSDL screenshot, is it a script we implement in a schema?
I have only used SOAP to feed a table with mock data in the past, so not sure how to implement the solution provided, I dont see how I coud automate a call SOAP eveytime the multioffer wf is launched
Views
Replies
Total Likes
it is just another function that you can call via soap.. this one will cancel offer when called
Marcel
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies