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: Does not tracking when with Recipients selected in Target Mapping - Adobe Campaign 18-08-2022
Hi @smarquro1, 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. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.Thanks!

Views

7

Likes

0

Replies

0
Re: Target Birthday Email - Adobe Campaign 08-08-2022
Hi, another solution would be to use the "DayOfYear" function. DayOfYear(@birthDate) EQUAL TO DayOfYear(AddDays( GetDate() , 5)) Regards, Aurélien

Views

70

Like

1

Replies

0
Re: Error in send Delivery - Adobe Campaign 28-07-2022
The folder in the tree structure with 1192 as the id may also need to be updated to allow you modify deliveries. Check out this link https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/permissions/access-management-folders.html?lang=en#permissions-on-a-folder

Views

73

Like

1

Replies

0
Re: Update Delivery template Properties - Adobe Campaign 27-07-2022
@David_Loyd Yes I tried that. But no luck. I though it needed '==' to assign new id in that case it says 'id' not defined.

Views

104

Likes

0

Replies

0
Re: ☕ [Adobe Campaign Community Q&A Coffee Break] May 12th, 8am PT: Scott Segrin, Eric Knee, David Loyd, Peter Mancuso - Adobe Campaign Enterprise Architecture Team☕ - Adobe Campaign 01-06-2022
Try this,To make sure your messages are successfully executed, sent and delivered, Journey Optimizer offers capabilities to monitor the messages that are currently published and triggered. You can see how your messages are performing across journeys in real-time from the Executions list.This Message view shows you Sent, Delivered, Excluded ect.. https://experienceleague.adobe.com/docs/journey-optimizer/using/reporting/message-monitoring.html?lang=en This (below) is another link that gives you a ...

Views

253

Like

1

Replies

0
Re: Adobe Campaign Classic and Adobe Analytics - Technical Workflow does not execute and logs show - Out of Memory - Adobe Campaign 18-05-2022
Hi @MarioGlad, 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. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.Thanks!

Views

118

Likes

0

Replies

0
Re: [ Campaign Classic ] - Web Service call via REST - Adobe Campaign 26-04-2022
Hi Dloyd That's really helpful information. Really appreciate that

Views

180

Likes

0

Replies

0
Re: ☕ [Adobe Campaign Community Q&A Coffee Break] April 21st, 8am PT: Scott Segrin, Eric Knee, David Loyd, Peter Mancuso - Adobe Campaign Enterprise Architecture Team☕ - Adobe Campaign 21-04-2022
Thank you for the question. It is not a best practice to load transactional (e.g. invoice-level) data into ACS. Our recommendation would be to aggregate the invoice data outside of ACS and then import it, linked to the appropriate profile. Once loaded, ACS can be used to create the desired lists for audience selection, segmentation, and/or personalization.

Views

1.0K

Likes

2

Replies

0
Re: how to use Highcharts library in the email. - Adobe Campaign 19-04-2022
Hello @Luca_Lattarini ,I have found API to do what I tried to explain https://quickchart.io/documentation If you can you might do it by yourself inside JSSP page (or web app) hosted on adobe campaign or any other self hosted page. Take a look here for self hosted service (not in adobe) https://flaviocopes.com/canvas-node-generate-image/ Or you can try to create such image and retrieve its base64 before hand and then insert it as image in the email passing it there as variable. https://stackoverf...

Views

213

Likes

0

Replies

0
Re: On or before a certain 'Date' using Javascript. - Adobe Campaign 19-04-2022
Hi @bhaskarc1289447 , Convert both dates to same format and then compare.You can do something like:const myDate = formatDate(result.@mailDate, "%4Y/%2M/%2D %02H:%02N:%02S") Thanks,Jyoti

Views

119

Likes

0

Replies

0