Adobe AD0-E313 Adobe Campaign Classic Developer Certified Professional Online Training
Adobe AD0-E313 Online Training
The questions for AD0-E313 were last updated at Dec 26,2024.
- Exam Code: AD0-E313
- Exam Name: Adobe Campaign Classic Developer Certified Professional
- Certification Provider: Adobe
- Latest update: Dec 26,2024
With every marketing campaign for a client that has several brands, a Campaign developer must associate the brand with the campaign for reporting purposes.
What changes should the Campaign developer recommend?
- A . Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsPlan to include the brandName as input field.
- B . Extend the nmsOperation schema and add brandName attribute. In the campaign workflows, include an “update activity” to update the nmsOperation’s brandName attribute.
- C . Extend the nmsOperation schema and add brandName attribute. Modify the form for nmsOperation to include the brandName as input field.
- D . Extend the nmsPlan schema and add brandName attribute. Modify the form for nmsProgram to include the brandName as input field.
What configuration would allow a folder to display records that are physically stored in one or more folders of the same type?
- A . Make this folder a system folder
- B . Make this folder a view
- C . Give the read data access right
- D . Hide this folder from the lists
How should a Campaign developer restrict users from entering only one of three possible data values in a column called customerstatus?
- A . Create an onChange JavaScript trigger to alert the end user to the invalid value
- B . Leverage the enableif keyword with an expression that evaluates the values for customerstatus
- C . Leverage Enumerations in drop-down lists for the three allowed values
- D . Apply a sysfilter to the form and filter on the values for customer status
A daily campaign has sent out 0 emails to customers this week when it should be sending over 1000 emails a day. None of the activities are flashing red 10 indicate they are showing an error.
What would be a developer’s first step in troubleshooting the failed workflow?
- A . Close the Adobe Campaign program and restart it
- B . Check the logs for each individual activity to identify any errors
- C . Check the workflows Journal to analy run It
Which two attributes need to be configured in order to create an External Account of type 5FTP? Choose the two correct answers.
- A . Access Key
- B . Encryption
- C . Server
- D . Account
- E . Channel
A Campaign developer is sending proofs for an email delivery. The Campaign developer must indicate what time the proof was generated in the proof email subject line.
How should the Campaign developer accomplish this task?
- A . In the delivery properties > advanced, edit the proof properties and define a JavaScript block to calculate the current timestamp
- B . In the delivery properties > advanced, edit the proof properties to append the current date time stamp when sending the proof
- C . While sending proofs, manually change the subject line to include the current date time
- D . Code the email delivery to dynamically append the date time in the subject line if a proof is being sent
What would a developer use to trigger one workflow from another?
- A . Scheduler activity
- B . Option
- C . PostEvent method
- D . Jump activity
If a user is to receive email notifications regarding alerts from campaign workflows, which default operator group is required?
- A . Workflow execution
- B . Campaign managers
- C . Delivery operators
- D . Workflow supervisors
What monitoring log should a Campaign developer look at for a database error in a query activity?
- A . web
- B . wfserver
- C . mta
- D . inMail
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