AD0-E313 Adobe Campaign Classic Developer Certified Professional

Loading demo links...

Showing 7–9 of 10 questions

Question 7

A Campaign developer receives a request to attach a file to each email in a campaign.

There are three variations of the attachment. The filename to be attached must be based on a recipient-level derived field: attachmentSegment. The derived field is created in an enrichment activity and carried through as additional data with the target population.

The developer will select File Name is Computed during delivery for each message and use a computed filename.

How should the developer set the attachment computed filename for the three attachments located in the C: \tosend directory?

Select an option, then click Submit answer.

  • C:\tosend\ <%= targetData. attachmentSegment %>.pdf

  • C:\tosend\ <%= additonalData. attachmentSegment %>.pdf

  • C:\tosend\ <%= recipient.attachmentSegment %>.pdf

  • C:\tosend\<%= enrichmentData. attachmentSegment %>.pdf

Question 8

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?

Select an option, then click Submit answer.

  • Enable trusted IP

  • Forbid web access

  • Use LDAP integration

  • Use Adobe ID login

Question 9

What is the correct way to define enumeration?

A)

B)

C)

D)

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D