Hello, I have a workflow running every 15minutes that exports the latest data from broadLogEventHisto to an external service for tracking sends. The query is setup as follows: query: broadLogEventHisto@eventDate > @lastAuditTSAND@eventDate < SubMinutes( GetDate() , 30)So, the query will gather all r...
I was able to connect to Kafka from Adobe Campaign. The problem is that the data retrieving process is slow. How can I configure to set multiplied thread to speed up the process? I believe it can run multiple workflows in parallel, but how can I ensure the retrieved data is not the same across all t...
Any ideas why this returns with no errors, yet delivery templates are not created anywhere? I'm trying to batch import my emails (htm files) from a previous ESP into Adobe Campaign as Delivery Templates. I created a new I/O API project and confirmed I can get that to work with single pushes from our...
Hi,We have a custom component in AEM that helps us select content blocks based on the personalised variables in Campaign.For now we have hard coded the Camaign variables in the AEM template like shown in the code snippet below. How can we programatically retrieve in AEM all the possible Campaign per...
I would like to add an AND statement to my conditional statements in campaign. Is that possible and what is the syntax? I only found this article describing the syntax: https://experienceleague.adobe.com/en/docs/campaign-web/v8/content/dynamic-content/conditions<% if (recipient.gender == ${model.gen...
Hi Adobe team,In recurring delivery of Adobe campaign classic there isA..Html contentB.Text content 1.what will happen if I didn't convert html to text or kept text content as blank ?and what is the best practice?2.does links are trackable for text content? like open and click?3.how to make any word...
I Have migrated the list's from default to snowflake, with the same name and internal name. but existing campaigns are referring these list's using readlist activity. but still the campaigns are readlist activity is referring default. if i delete these activity and recreated means it is working fine...
Hello,We are trying to set "maxCount" to 100 in XML body of offer requests to Adobe Campaign but we see the maximum that Adobe retrieves is 50 offers.Is there any way to change this configuration? Example:<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap....
Hi All, Does anyone know of a way to install the client console for Adobe Campaign V8 on a windows device. Ultimately, we would like to be able to deploy the application to selected users via SCCM or Microsoft Intune however there does not seem to be any documentation or indication this is possible.
Looking for guidance on how to best import our html email headers and footers into adobe campaign as personalization blocks. We have 100+ of each and I do not want to manually copy and paste html code into Adobe Campaign. I was hoping I could do something where I place the html in a folder on our SF...