Hi, The first request is for the js, the second is for the offer. Check that your offers are configured correctly?NB It's unusual to use HTML for inbound interaction due to security concerns and general architecture issues. Consider using the SOAP API instead. Thanks,-Jon
Hi, The deduplication is unnecessary, unless you want to add new deduplication logic on top of the output.Union activity doesn't behave the same as sql union (append)- it deduplicates based on Reconciliation as defined in activity (default pk). Thanks,-Jon
Unclear from pic. One of the sides needs to be [joinTarget/...] for it to work.I just tried same (join 2 temp tables with advanced join) in a sandbox env and it ran fine fwiw.
Hi, Doc link isn't accurate here- XML objects in workflows don't have getValue(). Here are e4x equivalents for xpaths though, from https://svn.wso2.org/repos/wso2/tags/carbon/0.1alpha/mashup/java/xdocs/e4xquickstart.html:XPathMeaningE4X Equivalentelement/*Select all children of elementelement.*eleme...
Hi, The error message you pasted is showing a missing join key btwn 2 temp tables.Is the join condition filled out in the enrichment (Edit data -> Simple join tab at the bottom)? Thanks,-Jon
Hi, You can read proposition logs with SOAP calls to xtk:queryDef#ExecuteQuery on the marketing instance, e.g.curl -4 \
-X POST 'https://REDACTED/nl/jsp/soaprouter.jsp' \
-H 'Content-Type: application/soap+xml; action=xtk:queryDef#ExecuteQuery; charset=utf-8' \
-H 'SOAPAction: xtk:queryDef#Execut...
Hi, For question 1: setOption() is unavailable in delivery content, per the error message you get when attempting it.For question 2: Follow these steps:Use a file extract activity to write a csv fileUse a js activity to execCommand() a shell script with vars.filename as an arg, e.g. execCommand('/op...
Hi, It's not a rights issue it's an object permission issue; specifically the ability to call the operationMgt workflow, which only Campaign managers (and admins) have. Add your operator to that group along with Delivery operators and you should be fine. Alternatively, grant Delivery operators r/w a...
Hi, The benefit of Adobe Campaign push messaging is that it's part of Adobe Campaign, i.e. you can use it as part of a complete marketing ecosystem. Campaign can be integrated with Swrve via Swrve's messaging API by creating a custom channel in Campaign, so the question of whether to use Campaign fo...
Hi, Yes, you will need to install MySQL client (libmysqlclient) on all app servers connecting to MySQL.Once installed use find or mlocate to get the path and add it to the LD_LIBRARY_PATH var in customer.sh or env.sh. Thanks,-Jon