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 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 user in the campaign manager group opens a workflow and clicks to open a delivery. After the delivery
opens, the following error is thrown:
Cannot load document of type `Deliveries (nms:delivery)' satisfying condition `(@id=12345678) AND
((@deleteStatus = 0))'.
The requested database record does not exist. What is the most likely cause of this error?
A. The user does NOT have access to the workflow folder.
B. The delivery has already been sent and therefore CANNOT be opened.
C. The MTA process is NOT running on the instance.
D. The user is NOT in the Delivery operators group and does NOT have permission.
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.
An attribute called model_name is added to an existing schema, customerModel, using the following code:
The XML for the new columns is parsed successfully and saved to the schema definition.
The end user tries to view the data using configure list... by adding the new attribute to the output columns.
The following database error is thrown. "Invalid column name `sModel_name'"
What is the reason for this error?
A. The navtree definition for customerModel must be updated.
B. The end user must disconnect and reconnect from the Campaign client.
C. The attribute definition is missing a default value.
D. The Update Database Structure process was NOT completed successfully.
A Campaign developer is setting up a new API to query the recipient table from an external application. The developer is setting up an Operator for use specifically with the new API. In doing so, the developer selects the option "forbid access from the rich client"
What impact does this have on the API?
A. The Operator will authenticate via external accounts for API access.
B. The Operator has access via the API.
C. `The Operator can issue API calls from within the rich client.
D. The Operator is denied access via the API.
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
In which activities can a Campaign developer set the segment code?
A. Read List, Update Data, Fork, Test
B. Test, Intersection, Fork, Enrichment
C. Read List, Fork, Query, List Update
D. Intersection, Query, Exclusion, Enrichment
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 new column is added to the recipient schema via a schema extension. The extension is called recipientExt in namespace abc. This new column is called CustomerDecile and is of type long.
What is the database location of the new column?
A. NmsRecipient.iCustomerDecile
B. abcRecipient.CustomerDecile
C. NmsRecipientExt.CustomerDecile
D. abcRecipientExt.iCustomerDecile