Hi Ihmran,You can do several ways:In a Script activity:This way below, no control on the target, _self is used (as for the standard url of an End activity) so the idea is a page without an iframe:response.sendRedirect("http://www.yourcompany.com/page_with_no_iframe")Or a variant I use whenever poss...
Hi Thibault,If I understand you correctly, you don't want to store a boolean in your document type Loyalty defined in your webApp properties, that gives information to target table/schema for Preloading activity and Storage activity, but in a dedicated List, as you would do in standard workfklow wit...
Hi Isha,Moreover, you should always use:try{ <your code>}catch(e){ logWarning("Error number: " + e );}so the timeout message would have been much more clearer.Same for other kind of errors.Then you have a look in the web.log file (on mta server or on applicative server depending on the pbjec...
Hi Isha,Please change your serverConf.xml file, the section with urlPermission to allow outgoing connection.This is documented in section "Outgoing connection protection" in this documentation:Configuring Campaign server It was added about 2 years ago in a build for security reasons.RegardsJ-Serge
Hi ihm,Very similar situation for me from years.Our web site is another domain as Adobe Campaign webApps, and many restricting CORS and so on.We can't manipulate easily Javascript/html open windows parameters (_parent etc).For example, to enforce the parent page (the website), to change the iframe s...
I confirm, this optimization on query activity on broadlogs is very efficient, by using recipient.email instead of broadlogRcp.address field, it takes only 1 second to display the result:BRJS
Thibault,Yes, broadlog and tracking logs are huge tables, and the query could last some seconds, but 10 minutes seems abnormal, because email fields are indexed.For comparison, it takes about 1 minute for me for 14 millions of contacts and broadlogs/trackinglogs purge after 1year and half.I tried wi...
Hi Thibault,Regarding the Filter parameter screen in Query activity, the problem is that this fields form is quite buggy with special characters management, often it generates bad escaping chars; so the best is to use the Advanced editor to circumvent such issues;Often with direct type in field, bac...
Hi Donald,Did you use a Open SSH different private/public key for your dev and your prod environments?And in Adobe Experience Cloud (AEC) for Adobe Analytics triggers authentication, the key is correctly entered as you did for dev environment?Perhaps there is a mislead in the key entered in AEC ?Sor...