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

Denis_Bozonnet
Denis_Bozonnet
Online

Badges

Badges
22

Accepted Solutions

Accepted Solutions
53

Likes Received

Likes Received
107

Posts

Posts
150

Discussions

Discussions
5

Questions

Questions
145

Ideas

Ideas
1

Blog Posts

Blog Posts
2
Top badges earned by Denis_Bozonnet
Customize the badges you want to showcase on your profile
Re: API need urgent help - Adobe Campaign Standard 17-03-2022
Hi there, I don't think so, looking at the Campaign API document, it provides how to use the product, it does not provide general design considerations that are not Adobe specifics in a sense that integration via APIs design should always follow industry best practices. and as such, if you want to build a strong and robust solution API based, you need to take into account that the 3rd party system you are calling might have issues (like the caller system can have some too), and error handling an...

Views

197

Like

1

Replies

0
Re: transactional message - Adobe Campaign Standard 25-02-2022
Campaign keeps only 6 months of records and after I think 90 days, delivery expires (clicks, etc...) Saying that, do you see your open records in the Tracking Logs? never tried to open an email from a year ago and I suspect the test is inconclusive because the email is far too old...ThanksDenis

Views

588

Like

1

Replies

0
Re: AES CBC encryption - Adobe Campaign 10-02-2022
Hi Lise,You might want to try to use the MemoryBuffer class which allow to convert into base64You wouldLoad the key in the memory buffer (FromString)Convert into base64 (toBase64)Dispose the memory buffer (dispose)DO NOT FORGET to invoke the "dispose" function otherwise you will never release resources (memory) and you will jam your instance up to a point it crasheshttps://experienceleague.adobe.com/developer/campaign-api/api/c-MemoryBuffer.html It might work,ThanksDenis

Views

327

Like

1

Replies

0
Re: How to get in ACS a random set of data for each recipient in a delivery ? - Adobe Campaign Standard 03-02-2022
Hi Antonin,Not sure people are scrolling down their emails much these days and they ight stop after 1 or 2 scroll down. I assumed you have uploaded in ACS the 1M ads metadata in a custom entity, then you would use an Enrichment to add a array of 24 ads as Additional data to the main audience?Then you would have a Content BLock that will loop trhough the array of ads in target data to and build the HTML...It's possble to use JS in content block in ACS similarly than ACC....I could share a sample ...

Views

98

Likes

0

Replies

0
Re: Count on delivery - Adobe Campaign 03-02-2022
HI there, It can also be due to the fact that you have duplicated recipients coming from the Target Mapping. Is the option remove duplicated record selected. it is by default but it could have been changed resulting that 1 email recipient in entry might trigger multiple sent due to same email multiple times. Seed or Control Group is most likely. Check the Delivery Logs for delivery logs flagged as Control or Seed....ThanksDenis

Views

143

Likes

0

Replies

0
Re: Triggers Integration with Adobe campaign Standard - Adobe Campaign Standard 16-12-2021
Hi denisb91363072,Can you help me in understanding what is the value you are passing in VID in the 2nd Screenshot. Regards,ShubhamPREVIEW

Views

575

Likes

0

Replies

0
Re: Personalizing error notification using values from operation schema - Adobe Campaign 19-10-2021
Hi, When you use supervisor notification as alert there is a link at the end which have all the details of that workflow which failed because of some error and also contains Campaign link and campaign label . If you check the source in HTML , it's using workflow.jssp <%@ include option='NmsServer_IntranetURL' %>/xtk/workflow.jssp?id=<%= dataSource.workflowId %>

Views

249

Likes

0

Replies

0
Re: How to restrict a operator group from viewing Output file of Direct Mail from Campaign Dashboard? - Adobe Campaign 18-10-2021
Hi @kapilKochar I went through the nms:delivery.jssp and found a piece of code where it is creating a clickable link to view file content.I was trying out to apply condition if user not authorized to view the file, then link should not be created. So far no luck Actually we don't want to change any OOTB JS / JSSP Implementation instead trying to handle in alternative way. Any other suggestions, please helpThanks for your help

Views

299

Likes

0

Replies

0
Re: Dynamic Segmentation Limiting - Adobe Campaign Standard 14-10-2021
Hi there, You might not be able to limit at the output level however using the Segmentation activity in a workflow, you can limit a audience. Is it not what you are after?Edit the segment to get filter and limit configuration ThanksDenis

Views

163

Likes

0

Replies

0
Re: Integer (64 bits, ±9,223×10^15) leading to additional zeroes at the end of values - Adobe Campaign Standard 07-10-2021
Hi Garima,Could you share the complete field definition in the Custom Resources and if you use a file import to load data, could you share the column definition representing this field in the Load Activity? In the load activity, look for any formatting that might be set there or look for the column type, it should be Int64 and not Text...Check also along the workflow is any trasnformaiton is occuring prior the Update activity or at time of Update activity....ThanksDenis

Views

181

Likes

0

Replies

0
Likes given to