A campaign target population is cut at 100 random records to receive a limited offer. When the Campaign developer goes to approve the targeting for the offer, only 90 records are available. Ten records have been removed by a required topology rule Less than 18 Years Old.
A Campaign developer must make sure exactly 100 records are selected and sent an offer while ensuring compliance.
How should the Campaign developer perform this task?
A. Change the execution order of the Less than 18 Years Old typology rule to execute later
B. Select 110 random records to account for the drop by the typology rule
C. Remove the Less than 18 Years Old rule from the typology defined in the delivery
D. Add a filter to the workflow to select only 18 years of age or older
A Campaign developer creates an alert notification with the variable vars.recCount. What is the result?
A. The notification sends the total population count for all segments in the campaign.
B. The notification has the population count of the target going into the alert activity.
C. The notification has the number of recipient records in the database.
D. The notification is blank until the final target is approved for the workflow.
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.
Where do you define a new type of folder?
A. Navigation hierarchy XML
B. Form XML
C. Platform Option
D. Folder schema
From the Adobe Campaign client console, how should a Campaign developer determine if the wfserver log contains errors?
A. Navigate to "Home > Monitoring". Under "process list", click on the "wfserver@instance", then click on "open log journal" and search for "error"
B. Contact Adobe support for help because wfserver logs are only accessible to Adobe system administrators
C. Log in to the Adobe campaign server and navigate to the logs directory where Adobe Campaign software is installed. Edit the log file in a text editor
D. Navigate to "Home > Explore > Administration > Technical Workflows" and search for "wfserver monitor" workflow. The logs written by the wfserver service are displayed under the "audit" of this workflow
A Campaign developer wants to utilize the standard directory structure in Adobe Campaign as much as possible.
Where should the Campaign developer create a sub-folder for workflows importing data to the recipient schema?
A. Under Profiles and Targets > Jobs
B. Under Resources > Campaign Management
C. Under Administration > Production
D. Under Administration > Configuration
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'
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