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

beastiekeith
beastiekeith
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
10

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by beastiekeith
Customize the badges you want to showcase on your profile
Re: Remove Blacklist and Quarantine prior to delivery analysis - Adobe Campaign Standard 25-04-2018
Turns out the issue I was having was due to a casing issue between nmsDelivery and nmsRecipient. The implementation I am working on has all email addresses as upper cased on nmsRecipient. The correction for our specific use case was extending the nmsDelivery table with an upper cased email address and joining using that. I'm happy to finally put this issue behind me.

Views

1.3K

Likes

0

Replies

0
Re: Confirming multiple deliveries at once - Adobe Campaign Standard 15-02-2018
Hi,here is an idea which might solve your problem.get all your deliveries using a query activity //update this every day or use delivery codeswrite a script to iterate over all deliveries in that delivery collectionStart Loop for every var delivery in delivery collectiondelivery.scheduling.validationMode = "auto";delivery.validation.validationMode = "auto";delivery.scheduling.delayed = 0;delivery.save();delivery.Play();End the loopit should start your delivery.Regards,Amit

Views

430

Like

1

Replies

0
Re: 3 Part Question - 'Display the Target', Exporting the target, and 'Distribution of Values' are not working properly - Adobe Campaign Standard 14-02-2018
The client version I was on was 8724 and I had lived with these bugs for a while. Today I downgraded to 8664 and these bugs are not present. I am not sure if an upgrade to 8767 would have fixed the specific bug, but confirm they were still present in 8724.

Views

404

Likes

0

Replies

0
Re: Can the auto subject line of [Proof 1] be changed? - Adobe Campaign Standard 04-12-2017
Hi again,Just tried on one my instance and it appears that proofs are automatically incremented (proof1, 2, 3 ...) each time a new proof is sent for the same delivery.Do you observe this on all your deliveries or only in specific cases?Let me know,Florent

Views

401

Likes

0

Replies

0
Likes given to