Hello community, We working with push channels, including links as follows: We have included the following function in a push delivery in the ‘Application variables’ option for a key with an open value: <% if ( targetData.IDIOMA == “01” || targetData.IDIOMA == “1”) { %>openURL/https://xxxx<% } else ...
Hi, I came across in a previous thread that when we declare an instance variable in a workflow and execute the workflow, those values get stored in the variables section of the workflow properties. But why is that and what purpose does it serve?
Hello community, We are experiencing the following issue: occasionally, when running workflows, we get the following error in some deliveries "ORA-210000 Oracle error: ORA-01555: snapshot too old: rollback segment number N with name "X" too small". These are isolated errors that do not happen always...
Hi,I would like to update several delivery templates in Adobe Campaign that are currently missing some required HTML code in the email body. Specifically, I want to insert the following code into the body section of each template:<p><%@ include view='logo'%></p> <p><a href="<%@ include view='MirrorP...
I've an email campaign that needs to be sent to different audiences but with same content and different header images. The main datasource remains the same. Is there an easy way of doing this?
Hi, We would like to add a default value for the 'script' container within the 'delivery' form as defined in 'Workflow (xtk)' input form, as shown below: How can we get a string to populate in the delivery script automatically whenever the delivery activity is chosen? Thanks,Skyler
Hello,We are currently facing an issue with recurring freezes in Campaign Workflows.During our investigation, we enabled the verbose mode and noticed that this setting seemed to significantly reduce the freeze occurrences.Has anyone else encountered this issue? If so, how was it resolved?
HI Community, I have a csv file that contains unique coupon codes, within a campaign I have to assign a unique code as per the customer.can anyone please let me know how can I achieve it using enrichment
I need to customize the RTE options provided in the email delivery for Adobe Campaign classic. Is it possible to add more features to the RTE, other than what is default provided? How can we achieve that.
I have a webApp where it reads 3 data field values from an input form. On submit click it should compute a custom field value based on other inputs and save the record into a table. I'm able to read and capture the input using Page v5 compatibility node with html and js script. However I'm unable to...