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: 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: Triggers Integration with Adobe campaign Standard - Adobe Campaign Standard 24-06-2021
Hi ShubhamUsing Experience Cloud Trigger with ACS requires a few more steps than just defining the trigger and the messageIn People Core Service (People in the 9 dot menu of Experience Cloud), you need to create a new Customer Attribute, make sure to give an unique integration code, you could call it "emailId" for clarity Then on the website, when your email id is captured, you need to set the email id to the integration code via the setCustomerIDs of Experience Cloud ID Service, if you want to ...

Views

912

Like

1

Replies

3
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
Re: Sending emails to recipients of previous deliveries - Adobe Campaign 28-04-2021
Hi Mubeen,To sum on your last message, you'd like to see the expected population for email 2 prior email 1 is sent? You might be able to do it if you set explicitly the contact date of email 1 in the future and execute the workflow allowing email 1 to be prepared. If you execute a delivery now and put the contact date in the future, the system retains the target of email 1 and you should be able to query the forecast logs (I think the target is stored in the nms:tmpBroadcast entity until the con...

Views

359

Likes

2

Replies

0
Re: Users list - Adobe Campaign Standard 23-04-2021
Hi,This is how the Admin Console looks like when multiple instances are deployedYou go into Adobe Campaign and you'll see the list of instances You go into each instance and you've got the list of users which you can extract by copy/paste by 100 form the screen or you'll go into each Product Profile and you can extract users for each Product Profile then externally you would have to aggregate all the files into one.... The user list itself under Product doesn't allow you to export, just add but ...

Views

325

Like

1

Replies

0
Re: How to count a shared audience population in a workflow? - Adobe Campaign 22-04-2021
Hi,Try to query the Audience entity, it also contains a count, however depending how your audience is updated, we might have a cumulated count. It worth a tryThanksDenis

Views

305

Likes

0

Replies

0
Re: Users list - Adobe Campaign Standard 22-04-2021
Hi,Since user management is made in Admin Console, you're best option would be in the Admin Console by export all users and then filtering the resulting CSV file to include only your ACS Production instance.To have the export menu at user level, you would need System Admin role. Otherwise with Product permission you would have to do through each of your ACS instance and the export menu should be available tooThanksDenis

Views

346

Likes

0

Replies

1
Re: Need to Short URL for uploaded images with Local syst... - Adobe Campaign Standard 22-04-2021
HiUnfortunately, by default, when Campaign uploads the image it generates an unique image name and there is no option as in CampaigN Classic to conserve the name. What you might have to do is to contact Customer Care to see if the image could be renamed on the server, I've never made such request so I can't say if it will be accepted, worth a try. and If an option exists in the back-end to conserve the original fie name, having a Support ticket might help to set it. Again I don't know if such op...

Views

338

Like

1

Replies

0
Re: Equivalent of profile substitution or Preview of Emai... - Adobe Campaign Standard 22-04-2021
HiIs your transactional email of type Real-Time or of type Profile. I suspect if it of type Profile. When you mentioned, live API payload, what do you mean by that? That's it is a true call from the 3rd party system acting as it should and at last minute you want to swap the email address to a test email address? Why not having a true test user created in the 3rd party system, such test user would be propagated to ACS in the agreed way and from there, you could use the test user instead.... Is t...

Views

327

Like

1

Replies

0
Re: Capacity Typology Rules for Transactional Messages in... - Adobe Campaign 22-04-2021
Hi Vikash If you use typology rules for transactional message, you need to write the rules on the rtEventBroadLog and the rules will apply on the email address.You can't use rules applied on Recipient in Classic transactional messages but on real-time events it should workThanks Denis.

Views

582

Likes

0

Replies

5
Likes given to