Thank you All for your tips. FYI I decided to use simple approach: choose proper time zone in workflow's properties. With this settings time is converted into desired time zone directly in Data extraction (file) activity without any additional code (so I'm not saving it in temp table).Venu, I have a...
Hi,I built custom data schema in order to collect and export selected records from nms:trackingLogRcp and nms:broadLogRcp. One of the column is DateAndTime. It contains eventDate (if record comes from broadLogRcp) or logDate (if record comes from trackingLogRcp). Before export this data I would like...
Hi Sai,I believe the simplest solution is to extend recipient data schema and use xtk.session Write method fired by clicking button. Also additional cookie when someone clicks on Accept button can be helpful. You need to write some code in JavaScript to achieve this, but It will prevent banner from ...
I'm not familiar with this sandbox environment, but Tracking server have to receive http request to count a click. In other words: you need to open link that goes to tracked URL in a web browser. You can try to copy link's URL from email and open it in your browser. URL should look like http://t.<yo...
Hi Aman. If you still can't see logs from email clicks, then you may want to check if Tracking workflow is running. It is located under Administration/Production/Technical workflows. If it is paused then tracking data won't be displayed.Regards,Marcin
Hi Salvatore,you can add JavaScript code activity into a workflow. Inside you can use curl commands.Curl manual: https://curl.haxx.se/docs/manual.htmlSample:var cmd = "type your curl command";var res = execCommand(cmd, true);Regards,Marcin
Hi,I'm trying to build a workflow that sends one of my custom made report to a list. I'm fallowing these process: https://docs.campaign.adobe.com/doc/AC/en/WKF_Use_cases_Sending_a_report_to_a_list.htmlMy issue is related to variables. First step of my report's template is choosing dates (time range ...