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: Personalizing error notification using values from operation schema - Adobe Campaign 07-10-2021
HI There, Unless I am mistaken on the request but the Alert activity allows you to get the Workflow and Campaign information via the editor itself. See belowHope this helps,ThanksDenis

Views

268

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
Re: Subscription via Workflow and Sending of Transactional message - Adobe Campaign Standard 22-09-2021
Hi Thomas,Unfortunately, yes you would have to do such copy/paste. On the reporting side, you would have to build a dynamic report filtering by the 2 deliveries to get an overview of the deliveries for the subscription service.ThanksDenis

Views

281

Likes

0

Replies

0
Re: Subscription via Workflow and Sending of Transactional message - Adobe Campaign Standard 22-09-2021
Hi Thomas,I see your dilemma and it's a tricky one because although ideal using the Transactional Message at Subscription level would be, you could face some performance issue when the workflow updates large volume of subscription and this is the reason why the message at Subscription isn't triggered when subscribing via a workflow, it will make the solution quite unstable (image hundred of thousands transactional emails sent)For your scenario, there is no other option that to have 2 emails:Tran...

Views

286

Like

1

Replies

2
Re: Data schema and input form cached on servers ? - Adobe Campaign 22-09-2021
Hi, I hope you do mean a single instance with 2 application servers connected to the same database, this is what composed an instance.To answer your questions, yes the data schemas definition is cached on each of the application servers. Normally the daily restart to flush the cache and reload but if you have issues, you have to connect to each of the application server via Campaign Client Console and use the "Regenerate selected schemas" option from the Actions menu after having selected your d...

Views

338

Likes

4

Replies

1
Re: Abandoned Basket in ACS - Adobe Campaign Standard 10-09-2021
Hi Don,Yes it's doable a bit cumbersome but you'll be able to get the true basket in a Content Block. The code also stops the delivery is there is no product in the basketHope this helpsThanksDenis <% var nbProducts = 0;%><% var productsToKeep = []; %><% var productsToExclude = []; %><% var nbProductsToExclude = 0; %><% if (context.rtEvent.ctx.analytic**bleep**Summary_products_cartAdditions.length > 0) { %><% for (var i =0; i < context.rtEvent.ctx.analytic**bleep**Summary_products_cartAdditions. 0-->...

Views

209

Likes

0

Replies

0
Re: Help -- Including only current offers in a delivery - Adobe Campaign 04-08-2021
Hi there,I suppose the start and end date are part of your offer definition and you have a rule on the offer that checked these dates.So far I know, for offer, you have 2 daysUse activity Offer Cell equivalent to a Split activity in which you are set an offer for each branch of the Split. This I think is bypassing the offer engine all together, you might want to look at this one and see if the offer could be set dynamic in the Offer Cell, if so, you would get the list of current offers prior the...

Views

139

Likes

0

Replies

0
Re: use api to get email content from CMS - Adobe Campaign 22-07-2021
Hi,First of all, on the CMS part, you will need an endpoint where you'll be able to select a email content and once selected, the CMS returns the HTML back to the calling system, Campaign in our end, then in Campaign, you can customise the Delivery form to add a button that would use the new endpoint, once you've got the HTML you will save it in the field content\html\source, you will also need to get the Text version of the email that you would save in the field content/text/source....Certainly...

Views

361

Like

1

Replies

0
Re: How to add the new channel ID into the "address" colu... - Adobe Campaign Standard 22-07-2021
Hi Felix, I'm a bit worried reading you, push messages targeting dimension is not nms:recipient but nms:appSubscriberRcp which has its own delivery log appSubscriberBroadLog where the registration token is stored automatically...Could you clarify how you enable the push notifications in Campaign. Could you confirm you are on Adobe Campaign Classic?ThanksDenis

Views

224

Likes

0

Replies

0
Re: Configuring Shared Audience for Triggers - Adobe Campaign Standard 01-07-2021
Hi Tommy, A reminder that Visitor ID date source in Campaign works on the Tracking Logs level to reconcile with Profile, meaning a profile you would have clicked on a link in the email Also, did you make the request to be provisionned for Shared Audiences for your instances? Reason being that two S3 buckets are created as part of the shared audiences provisionning and you will be provided with the credentials to connect to these buckets via external accountFinally and not least, it can take up t...

Views

400

Likes

0

Replies

1
Likes given to