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

timg96297954
timg96297954
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
10

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by timg96297954
Customize the badges you want to showcase on your profile
Re: Session.Write: Insert date - Adobe Campaign Standard 04-10-2017
Hi Tim,This works well.var modifiedDate = formatDate(new Date(), "%4Y-%2M-%2D %02H:%02N:%02S")xtk.session.Write();

Views

1.8K

Like

1

Replies

0
Re: Mobile App Channel: Usage of seeds possible? - Adobe Campaign Standard 09-10-2017
Hi Tim,As much as possible, use the same fields as you would use for a recipient, depending on the personalization you need to include in your push notifications. We have a few documents coming shortly about push notifications, I do not know the exact content but they should greatly help, stay tuned!I think the minimal information would be targeting information used to query the recipient (age? name/firstname? country?), as well as the mobile app ID, as you'd be sending the notification through ...

Views

337

Likes

0

Replies

0
Re: Filtering on FDA tables - Adobe Campaign Standard 03-07-2017
Hi Tim,It is generally recommended not to perform:queries on high volume 1-N related tablesqueries on 1-N related tables connected through FDAThis is for performance reasons mostly and the reason why it is working better when working on a different filtering dimension.I'd recommend to try by applying the recommendations mentioned here: Accessing an external database. Also, can you share your server and console versions?Please let me know how it goes,Florent.

Views

351

Likes

0

Replies

0
Re: Workflow: Export in file only if entries available - Adobe Campaign Standard 13-06-2017
Hi Tim,You can use the Test activity and then put the condition vars.recCount > 0 to really move to Export activity.Regards,Vipul

Views

344

Like

1

Replies

0
Re: System name as an instance variable? - Adobe Campaign Standard 13-06-2017
Hi Tim,While I'm trying to identify the JS API to get server name, there is an easy fix for this situation.Create an option inside the Campaign instance say serverName. This option will hold the server name depending upon Prod, Stage or Dev.Inside your workflow use the getOption function to retrieve this value.path = "\appexec\" + getOption('serverName')+ "\export"Hope this helps.Regards/,Vipul

Views

356

Likes

0

Replies

0
HTML rendering override via SOAP - Adobe Campaign Standard 20-04-2017
Hey guys,I have a question regarding to the rendering function in offer spaces.I have a rendering function like follows:function (shortContent, htmlSource, imageURL) { var html = imageURL + " " + shortContent + " " + htmlSource; return html;}I have an offer filled with all 3 fields:imageURL: testshortContent: deschtmlSource: this is a htmlI am trying to get the offer via SOAP using the propositionMethod.I get the 3 fields back via SOAP like this:testdesc but not the rendered hmtl like:test desc ...

Views

360

Likes

0

Replies

0
Re: Tracking of links in offers - Adobe Campaign Standard 13-06-2017
Thank you. The topic is solved for me.

Views

477

Likes

0

Replies

0
Offer categories in a form (drop down list) - Adobe Campaign Standard 13-04-2017
Hi guys,I am looking for a solution for the following situation:I have an offer structure as follows (same for the live environment):Design Offer Category A (parent) Sub A Sub B Offer Category B Sub C Sub DNow I want to create a form in the delivery-forms that gives me a dynamic drop down list, where I can choose all sub-categories from Offer Category A for example (Sub A, Sub B).I want this list to be extended automatically, when a new sub-categorie in Offer Category A (parent) is created.I hop...

Views

489

Likes

0

Replies

0
Likes from