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

David_Loyd
David_Loyd
Online

Badges

Badges
22

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
70

Posts

Posts
82

Discussions

Discussions
6

Questions

Questions
76

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by David_Loyd
Customize the badges you want to showcase on your profile
Re: New to adobe - Adobe Campaign 23-12-2021
Welcome! Its a fun journey!Let the documentation be your best friend and ask questions in the community as you go.ACC v7 documentation: https://experienceleague.adobe.com/docs/campaign-classic.html?lang=enACC v7 tutorials: https://experienceleague.adobe.com/docs/campaign-classic-learn/tutorials/overview.html?lang=enAlso highly recommend that digital learning courses and live classes from Adobe: https://learning.adobe.com/catalog.html?solution=Adobe%20CampaignThere is also more and more on YouTub...

Views

137

Likes

2

Replies

0
Re: Storing data in mData / Memo XML - Adobe Campaign 20-12-2021
acx:pipelineEvent is also another good schema to take notes from on using the Memo field. It uses a combination of XML and JSON. I've also used a Memo field to solely store JSON and pull it into workflows.

Views

233

Like

1

Replies

0
Re: Increase maximum capacity of delivery - Adobe Campaign 16-12-2021
How are you measuring the "7-8k per hour to 15k at maximum"?If all deliveries are set to the same priority (0) that can certainly be the issue. Start applying priorities to all deliveries and see if that helps over the next week. It won't hurt anything to submit a ticket to ACC support and ask them to have their deliverability team take a second look at the slow sending just to make sure all the of settings are correct in the email headers. In the same ticket i would also ask ACC support to chec...

Views

319

Likes

2

Replies

1
Re: Problem in displaying data from the BroadLog table - Adobe Campaign 16-12-2021
So I get the same error code when I click on that data tab for nms:broadLog in my localhost and some client installs. This makes me think this is expected. What are you looking for? Do you need to see Sent, Open and Clicks of recipients?if you so you want a different table, nms:broadLogRcp or nms:trackingLogRcp

Views

200

Likes

2

Replies

1
Re: Increase maximum capacity of delivery - Adobe Campaign 16-12-2021
To answer your question directly the through put is list in Mail Rule Sets. See below screen shot. HOWEVER, you really shouldn't need to edit this. If you have having trouble at 50K you may have other issues. I would recommend that you first start with changing the delivery priority. If you have 1000's of emails per day that could be one issue. Also take a look at how many other workflows and deliveries are processing at the same time. Do you have the Heat Map installed?Lets say once you get a p...

Views

328

Like

1

Replies

3
Re: Problem in displaying data from the BroadLog table - Adobe Campaign 16-12-2021
Hi there,This looks like a custom table you created or extended. High level you should double check your data schema fields you extended.Have you updated the DB structure, logged out and logged back in? Can you share more about how you customized this table?

Views

210

Likes

0

Replies

3
Re: Update data error - Adobe Campaign 14-12-2021
Was anything copied over from another workflow? The temp table of the workflow thinks that field is present. If you are 110% that field is not in existing activity (or the advance JS in activities), I would re-create that workflow from scratch in a new workflow canvas. Don't copy and past anything. Perhaps look up up the table your are writing to in data schemas and make sure that field is not present. Maybe someone edited the actual table structure.

Views

403

Like

1

Replies

0
Re: Preview of real time template not showing up when checking with seed address - Adobe Campaign 14-12-2021
So looking at the code & the error again... mctx is undefined...Which means there is no data being mapped to alert.ctx.. This seems backwardsin your code you have var mctx = alert.ctx; If you want to populate mctx with data you would need to pass something like this in your SOAP request. All variable data should be within your CTX (context variable) Below would be the correct way. someString Then map it this way.var mctx = ctx.alert ;

Views

123

Like

1

Replies

0
Re: Preview of real time template not showing up when checking with seed address - Adobe Campaign 14-12-2021
So the error "content htmlContent" means that something in your HTML is not correct. Usually this is because of a personalization tag error <% %> or and If Else statement in javascript. Can you share the code you are using with mctx?

Views

130

Like

1

Replies

2
Re: Filtering Email Bot Activity in Adobe campaign Classic - Adobe Campaign 14-12-2021
Email bots (usually) won't log into your App or website. You could always take email clickers and exclude anyone who has not logged in or authenticated on your domains.

Views

337

Like

1

Replies

0