Question 6

During development, the client must only send emails to their company domain.
How should a Campaign developer make sure this is enforced?
  • Question 7

    A Campaign Classic Developer wants to monitor which variables are being passed through a workflow to begin debugging a JavaScript activity. To begin, the Developer needs to see all of the eventVariables that are available at each stage of the workflow by task.
    During execution of a workflow, which action should the Adobe Campaign Classic Developer take to show which eventVariables are being passed throughout the workflow?
  • Question 8

    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?
  • Question 9

    What is the purpose of the script iis_neolane_setup.vbs?
  • Question 10

    A campaign developer must store a customer's secondary email address, secondary phone number, and secondary physical address in Adobe Campaign.
    The campaign developer extends the recipient schema to perform this task. What is the result of doing this?