A Campaign developer is creating a flag to identify recipients who have specified date of birth. The
Campaign developer codes the expression as follows in an enrichment activity:
lif([target/birthDate] is null, `N', `Y')
When the developer goes to save the expression, the following error displays:
Element `birthDate' unknown (see definition of schema `Recipients (nms:recipient)')
The path `/target/birthDate' is invalid in schema `Enrichment 2 (temp:enrich2-src)'.
Unable to parse expression `lif([Itarget/birthDate] is null, 'N' Y')` What is the problem with this expression?
A. The condition is null is NOT valid in expressions
B. target is not a valid schema
C. target/birthDate is missing the @ before birthDate
D. lif() is an invalid function
A Campaign developer must store a dynamically created email subject line code from a campaign workflow.
How should the Campaign developer meet this requirement?
A. Extract subject line code to a file from the campaign workflow and use the file in reports or re-marketing workflows
B. Modify the email delivery to write the subject line code to a custom schema
C. Write a custom JavaScript code in the campaign workflow to store subject line code in custom schema
D. Modify the target mapping used in delivery to log subject line code as "additional parameter" in the delivery logs
A Campaign developer must create a workflow to extract a set of specific records to a flat file each day.
Which three workflow activities are required? (Choose three.)
A. Scheduler
B. Query
C. Start
D. End
E. Data Extraction (file)
A Campaign developer must build a technical workflow to automate loading a flat file that contains the opt-in status of customers.
The flat file is placed on an external SFTP server daily. The server details and credentials have been provided.
How should the Campaign developer import the flat file to load into Adobe Campaign?
A. Define an external account of type SFTP with the provided info. Use the external account with "file transfer" task in the technical workflow.
B. Define an external account of type SFTP with the provided info. Use the external account with Data Import step in the technical workflow.
C. The file must be transferred to the Adobe Campaign server by the team that generates the file. Use the File Collector in the technical) workflow.
D. In the technical workflow, add a JavaScript code task that connects to the SFTP server and downloads the file to be loaded.
What is NOT a prerequisite for Adobe Campaign Server installation on a Windows Server?
A. Tomcat
B. Internet Information Service (IIS)
C. SQL Client
D. Java
A Campaign developer wants to allow users to pick values from a drop-down list within a form and allow users to enter values that may not be in the drop-down list.
How should the Campaign developer meet this requirement using enumeration?
A. Create a user enumeration that specifies open as the type
B. Create an enumeration within the input form definition
C. Create a user enumeration that specifies system as the type
D. Create an enumeration within the schema definition using the type="userDef" syntax
What monitoring log should a Campaign developer look at for a database error in a query activity?
A. web
B. wfserver
C. mta
D. inMail
Which type of External Account should be used to connect to the mid-sourcing instance in a hybrid installation?
A. HTTP
B. Routing
C. External Database
D. Execution Instance
A developer configures two split activities (Split1 and Split2). Each split has only one resulting segment. The population of the first split is the input population of the second. The segmentCode is configured on the splits as follows:
Split 1 Name: Split1 segmentCode = ‘segment1’ Split 2 Name: Split2 segmentCode = ‘segment2’
All splits and subsequent segments result in records. The Campaign developer turns on the Concatenate the code of each segment with the code found in the input population option of the second split
What is the resulting segmentCode value?
A. segment1segment2
B. segment2
C. split1segment1split2segment2
D. @ID of the recipient record + 'Segment2'
How should a Campaign developer restrict users from entering only one of three possible data values in a column called customerstatus?
A. Create an onChange JavaScript trigger to alert the end user to the invalid value
B. Leverage the enableif keyword with an expression that evaluates the values for customerstatus
C. Leverage Enumerations in drop-down lists for the three allowed values
D. Apply a sysfilter to the form and filter on the values for customer status