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

David_Loyd
David_Loyd
Online

Badges

Badges
22

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
70

Posts

Posts
82

Discussions

Discussions
6

Questions

Questions
76

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by David_Loyd
Customize the badges you want to showcase on your profile
Re: Ho to get a particular set of values from another set of values - Adobe Campaign 27-01-2022
Hi @Greeshma_Sampath1, Were you able to resolve this query with the help of any of the given solutions or do you still need more help here? Do let us know.Thanks!

Views

384

Likes

0

Replies

0
Re: Adobe Campaign Classic user logout from rich client - Adobe Campaign 26-01-2022
Is this a one time thing? Or do you need to programmatically need to log users out?A simple way to do it is to change the operators password. A dialog will come up asking if you want to force the operator to log out.

Views

134

Like

1

Replies

0
Re: Converting String date to Date in JavaScript - Adobe Campaign 20-01-2022
You need to change that string into a date before you evaluate it in the loop. What is the format of the current string? Inside your for loop do something like this.Option 1 - using vanilla JS (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse)const myDate = Date.parse(new Date(result.@mailDate));//thenIf(myDate > date2){} Option 2 - using ACC Date functionconst myDate = formatDate(result.@mailDate, "%4Y/%2M/%2D")//thenIf(myDate > date2){}https://experie...

Views

134

Likes

2

Replies

0
Re: Campaign Tracking - Multiple clicks reported on the same delivery at the same time - Adobe Campaign 20-01-2022
Hi @annemariep, Were you able to resolve this issue or do you still need more insights from the Community on this? Do let us know. Thanks!

Views

131

Likes

0

Replies

0
Re: Inbound Offer (Unitary) Call Not Updating Webpage - Adobe Campaign 20-01-2022
Hi @David_Loyd, Were you able to resolve this query with the help of the given solutions or were you able to find a solution on your own? Do let us know. Thanks!

Views

260

Likes

0

Replies

0
Re: Query for filtering recipient - Adobe Campaign 18-01-2022
DateOnly(@eventdate) is equal to DateOnly(DaysAgo(0)) -- this is giving me results now. I ran this and recipients whose accounts were created yesterday are being shown based on above query. I'm not sure why. Shouldn't it be DaysAgo(1) for that one ? I noticed that event date of few records were updated to today's date. So this might have created this issue. On a separate note, DateOnly ( event date of recipient delivery logs) equal to DateOnly(DaysAgo(1)) and delivery code equal to "xyz" -- will...

Views

258

Likes

0

Replies

0
Re: What is the best way to study for the AD0-314 exam? - Adobe Campaign 18-01-2022
If you have been using the tool for about 2 years everyday then you will be fine. My only caution is the questions are very specific. So build a few workflows with unions, dedups, intersections, and anything else you can do to prep. The wording is very specific so try to remember every click and the sequence of screens you go through to build an enrichment ect... Also the sample exam is a good place to starthttps://sei.caveon.com/launchpad/ad4-e314-campaign-classic-business-practitioner-certifie...

Views

168

Likes

2

Replies

0
Re: Message center, event is stuck on pending with error retry - Adobe Campaign 15-01-2022
Seems like an MTA issue. Submit a ticket to support to verify that the MTA's are processing requests and sending them through the SMTP.

Views

23.2K

Like

1

Replies

0
Re: DCE - Select related recipient fields - Adobe Campaign 13-01-2022
The DCE is somewhat limited. If you are building an email, then you would want to make sure you have enriched all your data in the workflow from other tables. Then can you use <%= targetData.columnName %> to pull in data from the workflow. If you are building a web page you need to run a query as your first step (in XML) then add it to the CTX web variable, to be able to use it in a web page.web app: https://blog.floriancourgey.com/2018/07/use-the-context-in-web-apps-in-adobe-campaignemails: htt...

Views

130

Likes

2

Replies

0
Re: Need a help tp prepare a IP warmup plan - Adobe Campaign 13-01-2022
Hi @user02636, Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know.Thanks!

Views

264

Likes

0

Replies

0