A Campaign developer is adding a schema to the existing data model.
Which step must be performed for the table to be used in Adobe Campaign queries?
A. Create a join in the schema to the Recipient table.
B. Match the schema name to the table name.
C. Create a primary key in the schema.
D. Create the schema in a new namespace.
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
Which of the following is a server command?
A. nlserver pause [@]
B. nlserver begin [@]
C. nlserver stop [@]
D. nlserver cancel [@]
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.
A Campaign developer uses the sysFilter tag in a form definition. What is the result?
A. The form is rendered with a filter button.
B. Records returned are filtered based on the condition in the tag.
C. A save error occurs because the sysFilter tag only applies to schemas.
D. The tag generates a predefined filter for use in queries.
With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.
What changes should the Campaign developer recommend?
A. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
B. Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an "update activity" to update the nmsOperation's brandName attribute.
C. Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
D. Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
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
In a split activity, the Campaign developer defines the Segment Code for each subset and needs to use this value to select conditional content in an email delivery.
How should the Campaign developer reference the field in the delivery?
A. targetData.segmentCode
B. [targetData/@segmentCode]
C. segmentCode
D. @segmentCode
What is the primary benefit of utilizing a platform option?
A. To reference and update a parameter across multiple workflow executions
B. To automatically create an incremental counter to maintain a consistent sequence
C. To standardize the values of a field and help with data input or use within queries
D. To communicate with external applications
A Campaign developer needs to run a newly created campaign workflow. The workflow fails with the following error: "The schema specified in the transition is not compatible with schema "nms:recipient" specified in the delivery - they must be identical".
Which steps should the Campaign developer take to resolve this error?
A. Create a new target that matches the default schema of the workflow.
B. Unconditionally stop and restart the workflow.
C. Delete the email delivery and re-add it into the workflow.
D. Change the targeting dimension to the recipient schema prior to the delivery.