A developer wants to create an AMPscript FOR loop that populates HTML table rows based on the number of rows and data in a target DE. Where should the developer place the FOR keyword to begin the loop?
A. Before the [table] tag
B. Before the
C. Before the
D. Before the
A developer is implementing a custom profile center and using the LogUnsubEvent request. Which parameter is required for the event to be tied to the appropriate send?
A. JobID
B. ListID
C. Unsub Reason
D. SubscriberKey
A developer created an email with AMPscript variable asthe subject line. The subject line variable was recently updated, but when testing the email, the wrong subject line continues to appear in the inbox. The developer thinks another, outdated, subject line variable is declared within the email. Where could the outdated variable be located?
A. In the HTML body which is processed after the Text body
B. In the Text body which is processed after the subject line
C. In the Text body which is processed after the HTML body
D. In the HTML body which is processed after the subject line
A developer wants to usethe Marketing Cloud SOAP API to retrieve which subscribers were sent a particular email. Which SOAP API object should be used?
A. Send
B. ListSend
C. SentEvent
D. LinkSend
A developer needs to add From Addresses to Marketing Cloud and wants to ensure they are verified before being used for sending.
Which two routeswould allow this?
Choose 2 answers
A. POST /messaging/vl/domainverification
B. POST /messaging/vl/domainverification/bulk/insert
C. POST /messaging/vl/dataevents/domainverification
D. POST/messaging/vl/push/domain/verification
NTO is using an asynchronous SOAP API call to the TriggerSend object to send order confirmation email to their customers. Which API object and attribute should be used to retrieve the status of the API call?
A. Result Object and EmailAddress
B. Result Object and ConservationID
C. ResultItem Object and OrderID
D. ResultItem Object and RequestID
Northern Trail Outfitters' account is configured with two child BU(s): US and Global. The account has a data extension In the SharedData Extensions folder named 'MemberData'. This data extension contains basic address information, as well as Boolean fields labeled 'US' and 'Global' indicating to which business unit the subscriber belongs. Automation needs to be created in the US business unit to query all records in New York who are members of the business unit US.
SELECT * FROM MemberData WHERE State = 'NY' AND US = 1
What would cause this query to report the following error: "An error occurred while checking the query syntax. Errors:MemberData is not a known data extension or system data view. You can only query existing data extensions or system data views.?
A. Incorrect syntax; Query Activities are written in SOQL
B. MemberData should be prefixed with ENT
C. Query should check fora US value of True'
D. Query Activities cannot use the " wildcard
A dataextension contains two fields which are being populated by a query activity. A third field has recently been added to the data extension.
Which SELECT statement is optimal for returning all of the columns in the data extension?
A. SELECT field*
B. SELECT*, field1, field2, field3
C. SELECT*
D. SELECT 22SE, field2, field3
When appending data to links via Web Analytics Connector, which parameter should be used to track subscriber behavior?
A. Email Address
B. Contact Key
C. Subscriber Key
D. Subscriber ID
Which SSJS library can be used in landing pages? Choose 1.
A. None
B. Core
C. Both
D. Platform