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

ChristopheProtat
ChristopheProtat
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
8

Likes Received

Likes Received
13

Posts

Posts
14

Discussions

Discussions
0

Questions

Questions
14

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ChristopheProtat
Customize the badges you want to showcase on your profile
Re: How to use Personalization tab in delivery properties? - Adobe Campaign 04-03-2022
Hello Vijay.First thing first, Welcome to you in Adobe Campaign family As you may see, we have many paths for personalize a message in Campaign and it may appear confusing at the beginning. Perso path is sometimes depending on the execution context (i.e. from a Campaign workflow, A standalone delivery, etc. ...) and whether the data used for personalising is bound to the profiles or not. I assume you question is then totally legitimate by the way.Personalisation tab is a legacy from earlier vers...

Views

111

Likes

2

Replies

0
Re: How to check the API functions definition? - Adobe Campaign 03-03-2022
Hi Chris, That makes sense now. Thank you very much for your help! Very appreciated. Xihao

Views

274

Likes

0

Replies

0
Re: Clarification on Insert or Update in Adobe Campaign Classic - Adobe Campaign 02-03-2022
 This is working fine. Thanks!!!   

Views

264

Likes

0

Replies

0
Re: how do we implement Field Level Encryption in Adobe campaign table - Adobe Campaign 25-02-2022
Hello, Database is encrypted at rest. That protects the data to get read outside of Campaign and Database authenticated access. So we protect data from the outside to say. Now if your need is project from the inside meaning to hide a piece of data from your Campaign users while still being able to use this data it for sending message (email address or personalization data) then this capability is indeed not here so far. Encrypting email address at delivery / tracking logs level is then not suppo...

Views

137

Like

1

Replies

0
Re: When to use Change data source activity - Adobe Campaign 01-02-2022
Hi, Here are a set of videos we just published and that could help you understanding the usage pattern for Change data source activity. Fundamentals of data management with Adobe Campaign workflows - Feature Video:https://experienceleague.adobe.com/docs/campaign-learn/tutorials/data-management/data-management-fundamentals.html?lang=enChange the data source - Feature Video: https://experienceleague.adobe.com/docs/campaign-learn/tutorials/data-management/change-data-source.html?lang=en

Views

137

Likes

2

Replies

0
Re: Same UUID in V8 - Adobe Campaign 01-02-2022
Hi, You are right. This should not happen when Adobe Campaign engine generates the UUID itself. That said, duplicates could arise when UUID is inserted directly by SQL query for example. Snowflake (aka Cloud DB) does not block insertion of duplicates at DB engine level.In addition, in V8 we have improved the Product to prevent insertion of duplicates at application level (guardrails).

Views

164

Like

1

Replies

0
Re: Restrict the users to see only Reports in Adobe Campa... - Adobe Campaign 11-10-2020
Hello, Indeed "Access to reports" group does not prevent to display other tabs from the homepage and you cannot remove those screens. This is work as designed. We keep note of this good insight for potential future improvements. That said, content in it should remain empty.

Views

518

Likes

0

Replies

0
Re: Restrict data deletion in update Data activity - Adobe Campaign 11-10-2020
Hi, On a product standpoint, the path forward to control data CRUD remains the combo folder restriction + sysfilters. Sysfilters needs to apply on each schema/table and then could impact overall queries performance. On top of this, admin users cannot be blocked. admin is by definition such level of user with total control on the instance.

Views

1.2K

Likes

0

Replies

0
Re: Best way to export and import recipient data includin... - Adobe Campaign 11-10-2020
Hello Koti,For recipients, perfect with file export importsDepending on your needs, I would not recommend to inject tracking from Instance 1 to an instance 2 in the OOTB tracking table. By the way the id of the recipient will be different from both instance and you will have hard time to reconcile freshly imported recipients with tracking. Second importing tracking in nms tables is highly risky as you need to embed linked object (url, etc. ...) to guarantee the system to work as expected. For tr...

Views

553

Like

1

Replies

0
Re: Tracking personalised links in an email - Adobe Campaign 11-10-2020
Hello Sonam, This example from the documentation is more a trick, a way hack the fact Personalisation engine comes after Tracking processing. Even if it makes it possible to have different tracking links for reporting purpose, it comes with some limitations. It requires nested loops against your main collection you want to use for personalisation (the one attached to your recipients) and a static array of value you use to build different links (across recipients) If your use case is just persona...

Views

409

Like

1

Replies

0