Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

marcinkacz
marcinkacz
Offline

Badges

Badges
18

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
19

Posts

Posts
46

Discussions

Discussions
7

Questions

Questions
39

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by marcinkacz
Customize the badges you want to showcase on your profile
instance.vars.foo in Delivery activity - Adobe Campaign 06-02-2019
Hi All,I have some doubts related to using variables inside delivery activity. I know how to do it using Enrichment and <%= targetData.foo %> in delivery. But I have some questions about other methods:1) Let's assume that I have declared variable instance.vars.foo="foo" at the beginning of my workflow in JS activity. Why I can simply use <%= instance.vars.foo %> inside Alert activity (in technical workflow) and it works fine, but I can't use it in Delivery activity (in campaign workflow)? Return...

Views

3.6K

Like

1

Replies

3
Re: Converting time zone of dateTime field and saving it in another field within a workflow - Adobe Campaign 31-01-2019
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 additional questions to your post:- What is this option name?- How properly use 'Taken into account if' ?Thank you,Marcin

Views

2.6K

Likes

0

Replies

0
Converting time zone of dateTime field and saving it in another field within a workflow - Adobe Campaign 28-01-2019
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 to change time zone of DateAndTime field and save it in DateAndTime2. I can do it by using loop in JavaScript activity and formatDate method and xtk.session.Write(). Unfortunately this solution is ve...

Views

3.9K

Like

1

Replies

4
Re: How to Track Cookie Consent in Adobe Campaign Classic - Adobe Campaign 03-01-2019
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 displaying one more time.Regards,Marcin

Views

3.9K

Like

1

Replies

2
Re: Tracking of Delivery - Email Click /Open not working as per the details shared in Adobe Campaign Classic documentation - Adobe Campaign 03-01-2019
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./r/?id=hbae5f78,100b455f,101c8e5f (or similar).

Views

13.6K

Like

1

Replies

1
Re: Tracking of Delivery - Email Click /Open not working as per the details shared in Adobe Campaign Classic documentation - Adobe Campaign 03-01-2019
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

Views

13.6K

Likes

2

Replies

7
Re: How to delete a folder or file from SFTP (AC v6.1.1) - Adobe Campaign 15-10-2018
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

Views

5.4K

Like

1

Replies

0
Sending a report to a list - how to set and pass variables? - Adobe Campaign Standard 14-02-2018
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 of report). Dates are stored in two variables: endDate and startDate:My question is: how to set and pass these variables to xtk.report.export method (launched in JS activity)?My code:var reportName = ...

Views

1.7K

Likes

0

Replies

3
Re: nlserver commands - Adobe Campaign Standard 05-02-2018
Thank you all!

Views

3.3K

Likes

0

Replies

0
Re: nlserver commands - Adobe Campaign Standard 01-02-2018
Yes, it is hosted by Adobe.

Views

3.3K

Likes

0

Replies

0