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: SCM-120008 Unable to find key values for element 'Condition' ( document with Schema 'delivery' ) - Adobe Campaign 18-07-2022
Hi @dipendu_g Sadly, none. i know the above works for one-off and Recurring, will have to check with Continuous delivery.....have you try a basic campaign and delivery with very simple HTML? Is your campaign enable Approval?ThanksDenis

Views

45

Likes

0

Replies

1
Re: Not able to see the existing delivery templates and campaigns for other "non-administration right" operator - Adobe Campaign 14-07-2022
Hi @PoonamBhardwaj Do you assign them also the default Delivery Operator operator group? I strongly suggest to assign them this operator group as it's used all ever the place in folders permissions and you would want to inherit these permissions for sure... If you're on latest release (most likely), you would have to give them write access to the External Account and Target Mapping folder too but I don't think it's the issue on that one yetDo they see the Resources / Template folders?ThanksDenis

Views

185

Likes

0

Replies

4
Re: How to export delivery logs only for profiles in a audience? - Adobe Campaign Standard 14-07-2022
Hi @olsalas711 On the Delivery Logs query, could you look at the Properties tab and ensure you are selecting Profiles as a return object for the query: in the 2nd dropdown select profile linkCould you share the intesection activity definition too?ThanksDenis

Views

60

Likes

0

Replies

1
Re: SCM-120008 Unable to find key values for element 'Condition' ( document with Schema 'delivery' ) - Adobe Campaign 14-07-2022
ooops sorry @dipendu_g my typo it is var delivery = nms.delivery.load(vars.deliveryId) This should work tested it earlier today..ThanksDenis

Views

56

Likes

0

Replies

1
Re: Creating a Waterfall Report in ACC v7 - Adobe Campaign 14-07-2022
Hi @montezh2001 and @Marcel_Szimonisz Be aware that using the logs, you might not have the exact waterfall as in the workflow editor because as there is no true start and true end in the logs and the logs don't have always the count associated to itThe current Workflow Editor is your waterfall representation of a workflow, I agree with the latest execution and not the past execution.What is the use case to see the workflow execution for past execution as opposed the current?ThanksDenis

Views

76

Like

1

Replies

0
Re: How to load associated deliveries for any given campaign in a Query activity - Adobe Campaign 14-07-2022
Hi @sirikambampati I would query Delivery and using the Link to Campaign select all the deliveries belonging to Campaign older than 3 years old.... BUT YOU CAN'T USE the Delete Action for Deleting deliveries as none of the related entities would be deleted. You MUST put these deliveries on the right deleted status (@deleteStatus set to 2) with a deleted status date (@deletedStatusDate set to current Date). Then these deliveries will be picked up by the normal clean up. 2 considerations to take:D...

Views

57

Like

1

Replies

0
Re: Best method to setup UTM parameters - Adobe Campaign 14-07-2022
Hi @dipendu_g I've added comments there, have a look, the following worked for me to load a delivery.https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/scm-120008-unable-to-find-key-values-for-element-condition/m-p/460897/highlight/true#M15687:~:text=Have%20you%20tried%20the%20following%3A Please be aware that using load function is memory intensive and NEVER EVER use it in a loop that you don't control the number of records in the loop, you will end up getting out...

Views

161

Like

1

Replies

0
Re: SCM-120008 Unable to find key values for element 'Condition' ( document with Schema 'delivery' ) - Adobe Campaign 14-07-2022
Hi @dipendu_g Have you tried the following:var delivery = nsm.delivery.load(vars.deliveryId);Please be aware that using load function is memory intensive and NEVER EVER use it in a loop that you don't control the number of records in the loop, you will end up getting out of memory and will require a service restart, ThanksDenis

Views

188

Like

1

Replies

6
Re: Availability of ACS sandbox environment on personnel ID ? - Adobe Campaign Standard 14-07-2022
Hi @Rut7 Sadly Campaign Standard and Classic don't come with sandbox infrastructure. If you are part of one of Adobe's partners, they might have one and you would have to connect to your internal Partner Manager to find out if they have some instances they can add you on.Hope this helps,Thanks a lotDenis.

Views

60

Like

1

Replies

1
Re: How to determine if a contact has already been part of the Campaign - Adobe Campaign 13-07-2022
Hi @dipendu_g So if an author + book content has been sent on day 1, it can't be used in day x which is understandable...The way I would do is to store the author + book in the Delivery Logs and in the workflow bring the author + book from the past 15 days that have been already used and have an exclusion to the ones you currently selected. To store information in the Delivery Logs, you would have to extend the Target Mapping using the Additional Fields sectionDestination is the name of the fiel...

Views

90

Like

1

Replies

1
Likes given to