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: Getting Error while generating Access Token (ACS- API) in AEM - Adobe Campaign Standard 17-03-2022
Hi there,Did you get the JWT token from the Adobe I/O project itself? Did you get the postman environment from Adobe I/O project too? looks like the orgId used to generate the token doe snot have the correct structure.....as the error says, it must finish by @AdobeOrgThanksDenis

Views

264

Like

1

Replies

0
Re: API need urgent help - Adobe Campaign Standard 17-03-2022
Hi there,Adobe does not provide any queueing mechanism for incoming events, so if you receive anything than a 200, it would certainly mean your event has failed to be registered into ACS, the responsibility to retry, queueing, etc... is left on the calling system to implement.From an architecture point of view, your calling system should implement what follows 9at minima):Transparent JWT token generation: token being valid for 24 hrs, you need to regenerate it once it expires (the API will retur...

Views

202

Likes

0

Replies

2
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: AES CBC encryption - Adobe Campaign 06-01-2022
Hi Lise, The crypt function is the one to go in ACC and the documentaiton provided is correcthttps://experienceleague.adobe.com/developer/campaign-api/api/f-cryptString.htmlCalling JS in the HTML has its own syntax and I suspect that's what you're facing. Could you do the following test if not alredy doneIf a workflow: use a JS Code activity and place the following code and you'll have a result Then in the HTML the way to call a JS function is Adobe specific using <% %> elementAt the top of the ...

Views

390

Like

1

Replies

3
Re: How to restrict a operator group from viewing Output file of Direct Mail from Campaign Dashboard? - Adobe Campaign 15-10-2021
Hi there,I think the Delivery dashboard is the "nms:delivery.jssp" located in the "Administration \ Configuration \ Dynamic JavaScript pages" folder.I can't be sure as I never look at modifying the dashboard however it's most likely the one to look at. Also, make sure you make a copy of the JSSP and keep it safe prior doing any modification. It might be useful during future upgrade.... You could then try to use HasNamedRight in there to remove the visibility of the output file.Thanks a lotDenis

Views

315

Like

1

Replies

3
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
Likes given to