Can any one explain what the "R.O" mean when we generate a SQL expression:...and does Adobe Campaign generate the "R.O" be default in every SQL interpretation.Thank you.
Hi,Is there a way to export the P-Blocks for reference to the local machine? Or is the only way to copy the html from the pblock into a notepad and save them in the machine separately?Any guidance in this is highly appreciated.Thanks,Vignesh
Hi Team,I want to get the latest date from a date column of a data file.So could you please help me with some JS code which could server this functionality for me.RegardsRaman
Hello Campaign Users,Can anyone please help how to chnge dimension in ACS. We have profile schema with a profile ID. we have to to change the dimension from profile ID to App subscriptin ID.Your response would be greatly appreciated. Thanks!!
Hi everyone,Happy new year !Can anyone tell me how ACS releases are managed by Adobe.Any documentation about the lifecycle/process and/or corresponding recommendations are welcome.My main concerns are :Is the customer notified of the next date of release ?How much time does the customer get to test ...
I am using the following sql query to remove some unwanted strings. select case when sSource like '%<%%' then SUBSTRING(sSource, 1,charindex('<' ,SSource)-1) else sSource end from [xx].[xx].NmsTrackingUrlIt will cleanse the record and remove the string (<% } ...
Dear all,Does someone already made a SMS in arabic language ? I 've met an issue : my text is reversed when I copy paste in Adobe Campaign ? Can someone help me ? Thanks in advance Agnès
Hi,We are looking to integrate social marketing links into newsletters, however this functionality appears not to be setup on our instance. I have followed the below documentation, but this is instructions for once this feature is setup.https://docs.campaign.adobe.com/doc/AC/en/DLV_Subscriptions_and...
Hi All,I am unable to find some elegant way to track the dynamic URLs in message center emails. I know I can use http://<%=ctx.myURL%> pattern but this is not a recommended way because Tidy can incorrectly patch some of the links, which can happen randomly. The typical symptom is a piece of HTML tha...