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: Custom Table with new Target Mapping - Adobe Campaign 29-06-2022
Hi @kapilKochar As for documentation on subscription, I don't think there is one but I would more or less duplicate the nms:subscription data schema, adapt to use the new entity (B)The most complex part would be to replicate the methods such as Subscribe/Unsubscribe which you would certainly use in your preference centre if it is provided by ACC....You will have to write a JS Library for these functions... ThanksDenis

Views

125

Likes

2

Replies

1
Re: Custom Table with new Target Mapping - Adobe Campaign 29-06-2022
Hi @kapilKochar You can create an unique index with your 2-3 fields if required, the trick will be that anytime you want to reconcile using these 3 fields, you would have to ensure you use the fields in the Join clause in the same order than in the index definition otherwise the index won't be used... For custom sequence, you could look at the documentation https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/data-model/data-model-best-practices.html?lang=e...

Views

128

Like

1

Replies

2
Re: Custom Table with new Target Mapping - Adobe Campaign 29-06-2022
Hi @kapilKochar If you look at the Target Mapping configuration you will see a series of field you can set to manage the standrd exclusion it is done via DenyListIn your B data schema, you must allow to capture these fields and of course you need to have a field to capture the email address. For ease, you could name these fields same as in nms:recipient The new entity has its own Delivery, Exclusion, and Tracking Logs schema as expected. DESIGN CAUTION:1- Avoid to have a composite fields as a PK...

Views

139

Likes

2

Replies

4
Re: Adobe Campaign Standard Out of the box tables - Adobe Campaign Standard 29-06-2022
Hi @JC_JGPLC ToastData table is a Postgres mechanism to store data when data block size exceed a certain size (typical 8KB), since Adobe store large chunks of HTML, it contains mostly information related to Delivery.This is an internal Postgres table and I would not worry to much about it.As you know ACS clears data following its retention policy (usually 6 months). this will not clear much on the Toast Data table. though...What's the size of your Delivery table? IF you have a large volume of de...

Views

104

Like

1

Replies

1
Re: Separate with multiple characters in data loading - Adobe Campaign 29-06-2022
Hi @MartinViking You are probably hitting a very unusual scenario on that one as it's very rare to have 2 digit separators in file and the product seems to not support it very well......You could ask the file provider to supply a file with a single digit separator. I found out that pipe | works in most cases.... If a column can potentially hold the pipe (|) character within its value, you will need to use a Double Quote as String separator, meaning that the file will look like the following"colu...

Views

59

Likes

2

Replies

0
Re: Send Message Center (transactional email) indicators/metrics to Adobe Analytics - Adobe Campaign 27-06-2022
Hi @parmeshwarr3905 My suggestion was more ACC oriented, but would work in ACS too. In ACS, the standard KPI Sharing workflow does not include transactional messages, so you would have to replicate it for transactional messages, certainly doable in ACS too.ThanksDenis

Views

170

Like

1

Replies

1
Re: Tracking opens mobile vs desktop - Adobe Campaign 27-06-2022
Hi @UserForAdobeCampClass Recipient Tracking Logs is holding the Open (and click) information. As part of the records, you have the user agent the open occur and in the user agent you would have the relevant information, (information is stored in entity nms:userAGent).... You can check the standard report "Breakdown on Open" which will give you hints of devices.Sadly with the new privacy policies by browser and mobile app, you might start to see a load of "Unknown" indicating most likely that th...

Views

66

Likes

0

Replies

0
Re: Report on user activity logs - Adobe Campaign 27-06-2022
Hi @MartinViking For workflows activities, you've got the Audit features available under Administration \ Audit folderFor login, it is available in Experience Cloud Admin Console if you use IMS otherwise, it would be available in the logins.log file for native user login, in the instance directory , this would require some JS script to read the file and extract the information....Hope this helps,ThanksDenis

Views

73

Like

1

Replies

0
Re: Send Message Center (transactional email) indicators/metrics to Adobe Analytics - Adobe Campaign 23-06-2022
Hi @parmeshwarr3905 It's a tough one as in standard RT instances are not accessible nor customisable and they are always exceptions to the rules.What you could doCreate an external account in Marketing instance where you will configure the tracking part of it. Normally I think the external account might be published along with the RT delivery template pulication... Not tested it though but I think it is.For the KPI, what you do is to write our own Send KPI workflow replicating what the standard ...

Views

206

Like

1

Replies

3
Re: Best method to setup UTM parameters - Adobe Campaign 21-06-2022
Hi @dipendu_g Could you share the code you added? in Plain text.. a sample would be as follow<%@ include option='NmsTracking_ClickFormula' %>&eid=<%= message.delivery.internalName %>&bid=<%= message.id.toString().toLowerCase() %>This will put the delivery internal name in the eid parameter ad the broadLog id in the bid parameter if you wish the delivery label, it would be something like message.delivery.label and if you want campaign information it would be message.delivery.operation.labelThanks...

Views

277

Like

1

Replies

6
Likes given to