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: 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: Data schema and input form cached on servers ? - Adobe Campaign 22-09-2021
Thank you denis that's clear for me now I did not know about this Regenerate selected schemas function! Yes, I meant 2 app servers connected to the same database.

Views

333

Like

1

Replies

0
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: use api to get email content from CMS - Adobe Campaign 06-08-2021
Hi @Neo_Dia, You can call your CMS API and store the HTML code response in the instance variable of the workflow. and later on in the delivery activity, write a script to take a HTML code from the instance variable. Below is the sample code. Regards,Nitesh

Views

322

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: 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 05-07-2021
hi Denis, thanks for pointing that out. We already performed the step of https://experienceleague.adobe.com/docs/campaign-standard/using/integrating-with-adobe-cloud/working-with-campaign-and-audience-manager-or-people-core-service/provisioning-and-configuring-integration-with-audience-manager-or-people-core-service.html?lang=en.This was already some weeks ago, not recently.And we see both "External accounts" in our list.Is there any other critical point, which can lead to our issue?Thanks, Thom...

Views

381

Likes

0

Replies

0
Re: Need Help with Looping in JS for a usecase - Adobe Campaign 24-06-2021
Hi there,If the ask is to query the temporary table and update the temporary table in return, it's not doable outside JS and you would have to have the column you want to update into the temporary table prior the JS by adding it as Additional Data with an empty value.... From a temp table to itself within the workflow itself require a JS activity...Hope this helps,Denis.

Views

270

Likes

0

Replies

0
Re: Capacity Typology Rules for Transactional Messages in... - Adobe Campaign 07-05-2021
yes first option is to asked Adobe. second is to have your own system that will control the volume sent to Adobe

Views

502

Like

1

Replies

0
Re: Web analytics Account configuration - Adobe Campaign 29-04-2021
Hi Ram,There are 2 topics on your context The URL doesn't know the context is it HREF in: Button or Link, what you would do if to add a label for all the tracked link via the _label element and you could introduce a naming convention (btn, lnk, img). The label is what is seen in the URL & Clickstream reports and is Adobe internal only.The 2nd part is the trickiest one as in the TrackingFormula associated to the Web Analytics external account, you would have to loop through the list of tracked UR...

Views

268

Like

1

Replies

0
Likes given to