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

johnwwilcoxmba
johnwwilcoxmba
Online

Badges

Badges
25

Accepted Solutions

Accepted Solutions
30

Likes Received

Likes Received
64

Posts

Posts
137

Discussions

Discussions
16

Questions

Questions
121

Ideas

Ideas
6

Blog Posts

Blog Posts
0
Top badges earned by johnwwilcoxmba
Customize the badges you want to showcase on your profile
Re: Blocking deliveries without unsubscription link - Adobe Campaign Standard 20-12-2021
Copy the topology rule and change the command from logWarning to logError. To copy the topology rule you will need to export it, then change the code, then import it as a new name.

Views

222

Like

1

Replies

1
Re: How to use additional data from workflow to personalize email delivery? - Adobe Campaign Standard 12-11-2021
You need to add an enrichment activity to your workflow to include the additional info. Do it after the reconciliation. There will be 2 into the enrichment activity. Reconciliation activity and the Load activity.

Views

407

Likes

0

Replies

1
Re: Best and worst campaign openers - Adobe Campaign Standard 01-10-2021
In a workflow I do the following to get number of opens per profile:Query profileAdd tracking logs as additional dataChoose type =aggregateCountDistinct([delivery/@name])Filter Type OpensExtract File and Transfer File

Views

343

Like

1

Replies

1
Re: Count of all deliveries sent per subscriber - Adobe Campaign Standard 01-10-2021
For our metric we use what is described above:Query profileAdd delivery logs as additional dataChoose type =aggregateCountDistinct(@deliveryLogID)Then I do a segmentation with a range of # of emails sent

Views

146

Likes

0

Replies

0
Re: Using email ID or label as personalization fields - Adobe Campaign Standard 13-09-2021
What I have done in the past is to pass it in using additional data or enrichment step. Instead of id, I just encrypt the email address like this: encryption_aescbcEncrypt(@email,'\x9999adc9a9b9b99f', '\xd99999e999ecd99')

Views

296

Likes

0

Replies

0
Re: Bounce - Adobe Campaign Standard 31-08-2021
This document has a little more detail: https://experienceleague.adobe.com/docs/campaign-standard/using/testing-and-sending/monitoring-messages/understanding-delivery-failures.html?lang=en

Views

297

Like

1

Replies

0
Re: Bounce - Adobe Campaign Standard 26-08-2021
Yes it is editable.  

Views

329

Likes

0

Replies

3
Re: Bounce - Adobe Campaign Standard 26-08-2021
Administration/Channels/Email/Email Processing Rules/Mails rebonds

Views

351

Likes

0

Replies

5
Re: workflow error - Adobe Campaign Standard 30-07-2021
In the enrichment step, make your query primary and uncheck Keep All additional data from the main set. Under relational definition use your Audience, then source will be @address and destination will be your additional data field. Under the Additional data tab, add a field from your audience like Demo_Code.

Views

787

Likes

0

Replies

0
Re: workflow error - Adobe Campaign Standard 30-07-2021
I am thinking you may need to use an enrichment activity instead of an intersection activity.

Views

790

Likes

0

Replies

0