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

Alexandros2
Alexandros2
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
3

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Alexandros2
Customize the badges you want to showcase on your profile
Re: Target mapping in a delivery cannot read the worktable data - Adobe Campaign 05-09-2018
Thank you Ankur, you had the answer from the start. It was indeed this, in my enrichment the alias did not have the @. I did not realize that was what you were saying before. I also realized that after Vipul's thorough message.How can I mark 3 messages as the correct answer? I really appreciate your time and effort, thank you.

Views

1.7K

Likes

0

Replies

0
Re: Target mapping in a delivery cannot read the worktable data - Adobe Campaign 04-09-2018
Vipul, first of all thanks so much for your thorough answer.I don't think you should bother installing a different version. We just upgraded our sandbox two weeks ago and I have the same issue.I did notice in your screenshots that the enrichment's column's alias is displayed as '@alexTest', but I don't recall using the @ notation there. It worked fine though. I'll double check that.I will also check other details that you mention in your message in case I'm missing something obvious, and I'll ge...

Views

1.7K

Like

1

Replies

0
Re: Target mapping in a delivery cannot read the worktable data - Adobe Campaign 04-09-2018
Thank you Vipul for the SQL logs hint, this was very useful.I examined the logs and they seemed to do the correct thing. Here's the INSERT statement during the delivery:INSERT INTO NmsBroadLogRcp (iBroadLogId, iDeliveryId, sAddress, iStatus, iFlags, tsEvent, tsLastModified, iMsgId, sPersadoCampaignName,sPersadoVariationCode,sPersadoGenopediaId,iRecipientId ) SELECT BL.iMessageId, 1136493815, BL.sAddress, CASE WHEN BL.iFailureReason = 0 THEN 6 ELSE 0 END, CASE WHEN BL.iFailureReason = 127 THEN 8 ...

Views

1.7K

Likes

0

Replies

0
Re: Target mapping in a delivery cannot read the worktable data - Adobe Campaign 04-09-2018
Ankur, could you elaborate a bit? I'm not sure I understand what you mean, especially on the first point.Schema edit shouldn't be needed. I'm adding the proper alias in the enrichment and this adds my column just fine.

Views

1.7K

Likes

0

Replies

0
Re: Adobe campaign Email tracking - Adobe Campaign 31-08-2018
This is not possible as a tracking feature, not because of any ESP's limitation but because of the way email clients work.Same with forwards. If they forward an email through their email client, you'd have no way of knowing. If they forwarded by clicking an ESP-provided feature "forward this to a friend" and submitting a form, you could track that.Hopefully the replies go back to you, so you could track those through other means.

Views

1.6K

Likes

0

Replies

0
Re: Target mapping in a delivery cannot read the worktable data - Adobe Campaign 31-08-2018
Bump― would anyone have an insight about this?

Views

1.7K

Likes

0

Replies

0
Target mapping in a delivery cannot read the worktable data - Adobe Campaign 02-08-2018
Summary: I cannot get my worktable data to get saved to the delivery log (broadLog). I'm using a custom target mapping that uses the [targetData/@fieldName] convention.Detailed Explanation and stepsI have extended the delivery logs schema, nms:broadLogRcp, to include three additional fields that we need to use.I have created this target mapping:And use this in my delivery:Once I run my workflow, I can confirm that the worktable data is there correctly, this is the worktable after the delivery:an...

Views

3.9K

Like

1

Replies

10
Re: Personalization block in Email subject - Adobe Campaign Standard 26-07-2018
In case it is of any interest to anyone, I was looking for a solution to this.There is a function called evaluateTemplate() that would have worked for this, but it is not available in the delivery context, but only in a javascript workflow action.So I manually searched and replaced the string that comes with personalization vars, similar to the following:(This assumes that instead of <%= and %> the string comes with %JS_START% and %JS_END%. The reason I do this is that I want to _paste_ this cod...

Views

1.8K

Like

1

Replies

0
Re: Personalization block in Email subject - Adobe Campaign Standard 24-07-2018
supratim320​ Did you ever manage to find a solution for this issue? I'm facing the same problem. I'm pretty sure that eval'ing the string 'Hi <%= recipient.firstName %>' won't work, so I'm looking into building a search-and-replace kind of solution where I check for probably just '<%='.

Views

1.8K

Likes

0

Replies

0
Likes given to
Likes from