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
Re: SOAP API Session Token generation - Adobe Campaign 23-09-2019
Hi Somesh,I believe lifespan of tokens is configurable in the 'serverConf.xml' file.Regards,Marcin

Views

3.7K

Like

1

Replies

0
SOAP log - Adobe Campaign 23-09-2019
Hi,Is there a log of SOAP calls coming to AC instance? If yes, what is a path to this log? And one more question: is it possible to peek whole content and headers of incoming SOAP call?Thanks,Marcin

Views

5.3K

Like

1

Replies

4
strPurlTrackingServer variable from NmsTracking_ClickFormula option - Adobe Campaign 09-07-2019
Hi,I'm trying to understand code from NmsTracking_ClickFormula and NmsTracking_OpenFormula options. I'm stuck because I don't have a clue what is strPurlTrackingServer variable.I'm referring to this part of code: <% if( typeof strPurlTrackingServer!="undefined" && strPurlTrackingServer.toString() ) { %><%= strPurlTrackingServer %><% } else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>I will appreciate any clue. Thank you, Marcin

Views

1.6K

Like

1

Replies

1
Adobe Campaign - logging via Adobe Id - cookie error - Adobe Campaign 03-07-2019
Hi,I see below error when I'm trying to log in using Adobe Id. It appears immediately after I click checkbox "Connect with an Adobe ID" in Adobe Campaign Console for Windows.Does anyone have any idea how to resolve this issue?Thank you,Marcin

Views

999

Likes

0

Replies

0
Re: Multiple _key parameters in xtk.session.Write method - Adobe Campaign 19-03-2019
It works, thank you very much!

Views

2.0K

Likes

0

Replies

0
Multiple _key parameters in xtk.session.Write method - Adobe Campaign 18-03-2019
Hi All,I would like to use xtk.session.Write method, but with multiple _key parameters. My goal is to reconcile records by two values @someId and @email at the same time. I know how to use single _key:var newInput = "";xtk.session.Write(newInput);But what is a proper syntax for two _keys?Are you able to help me?Thank you,Marcin

Views

2.5K

Likes

0

Replies

2
Re: Dynamic Input Form / visibleIf= - Adobe Campaign 20-02-2019
Thanks Venu. Unfortunately it doesn't work too. I was able to achieve desired result with container nested inside iconbox's container. So I can hide or display content of child container. But the same code doesn't work with container which is an element of iconbox form. No idea why it works that way.

Views

2.5K

Likes

0

Replies

0
Re: Dynamic Input Form / visibleIf= - Adobe Campaign 19-02-2019
Thanks for prompt reply, Venu. I have type="visibleGroup" already:Unfortunately my container doesn't appear regardless the folder id. I changed to "!=" for testing, but the result is the same - I can't see my container. Maybe I have to add some code in order to load/reload folder id?

Views

2.5K

Likes

0

Replies

0
Dynamic Input Form / visibleIf= - Adobe Campaign 19-02-2019
Hi All,Recipient's input form is made up of iconbox containers. I have added one more container based on recipient schema extension, but I want to display it only in one specific recipients folder. How can achieve that? visibleIf="[/tmp/@folderId]==123456" doesn't work. Thank you,Marcin

Views

4.1K

Like

1

Replies

4
Re: instance.vars.foo in Delivery activity - Adobe Campaign 13-02-2019
Hi Jon,Thanks for your input. As I mentioned in my post, I'm aware of this solution. My questions are:- 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)?- There is no Initialization Script tab in Recurring delivery. How can I assign instance.vars.foo to the variable in Delivery/Properties/Variables?

Views

2.8K

Likes

0

Replies

0