You want to add the following new columns to the output of a direct mail file extract: <firstparturl><firstName>-<lastNa

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

You want to add the following new columns to the output of a direct mail file extract: <firstparturl><firstName>-<lastNa

Post by answerhappygod »

You want to add the following new columns to the output of a direct mail file extract:
<firstparturl><firstName>-<lastName>
Firstparturl is already declared in a JavaScrips activity which will be executed before the targeting query: vars.firstparturl ='http:/ /www.amazingcompany.com/u=';
The additional column for recipient called John Doe should look like this: http:/
/www.amazingcompany.com/u=John-Doe
How would you have created the expression in the query activity (Additional columns window) in order to meet the above mentioned requirement?

A. 'vars.firstparturl' +vars.firstName+' -' +vars.lastName
B. $(vars/@firstparturl)+@firstName+' -'+@lastName
C. $(vars.firstparturl)+firstName+' -' +lastName
D. 'vars.firstparturl' +$(vars/ @firstName)+' -' +$(vars/ @lastName)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply