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?
Answer : B
An Adobe Campaign Classic Developer's client uses a unique customer ID to identify and contact their customers. This customer ID is a number. The client wants to send out a personalized email to all customers.
Which Exclusion setting can have a different impact if the ID would have been an email instead of a number?
Answer : A
How should a Campaign developer prepare an encrypted flat file for use with a campaign workflow as the starting population?
Answer : D
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?
Answer : C
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?
Answer : C
A client has a user created specifically for making API calls. The client does NOT want to create a new session token for each call.
How should the Campaign developer configure the operator to accomplish this request?
Answer : B
A Campaign developer must store a dynamically created email subject line code from a campaign workflow.
How should the Campaign developer meet this requirement?
Answer : B