What is the reason for this error?
A developer receives a 401 Unathorized HTTP status message from a REST API request . What is the reason for this error?A . The account lacks the privileges necessary to perform the request B. The access token was not found in the request, or it is invalid or expired C....
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."?
Northern Trail Outfitters' account is configured with two child BU(s): US and Global. The account has a data extension In the Shared Data 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....
How can subscriber, system, and sendable Data Extension attributes be referenced for content personalization using SSJS? Choose 1.
How can subscriber, system, and sendable Data Extension attributes be referenced for content personalization using SSJS? Choose 1.A . <ctrl:field name="attributeName" /> B. <field name="attributeName" /> C. <ctrl:attribute name="attributeName" /> D. <ctrl:var name="attributeName" />View AnswerAnswer: A
Which feature could NTO use to prevent the coupon from being sent and report the email addresses skipped?
Northern Trail Outfitters (NTO) wants to prevent competitors from receiving a coupon email. They also want to capture email addresses of competitors who are included in the targeted audience. Which feature could NTO use to prevent the coupon from being sent and report the email addresses skipped?A . Auto-Suppression list...
What Marketing Cloud Server-Side JavaScript Platform function should be used for converting a string payload in JSON format to a JavaScript object?
A developer needs to process a payload from an external system in a CloudPage. What Marketing Cloud Server-Side JavaScript Platform function should be used for converting a string payload in JSON format to a JavaScript object?A . Base64Decode B. ParseJSON C. CreateObject D. StringifyView AnswerAnswer: B
Which API should the developer use?
A developer is managing the data model programmatically and needs to access Attribute Group schema via the API . Which API should the developer use?A . Bulk B. SOAP C. XML D. RESTView AnswerAnswer: D
Which considerations should be taken regarding the token used in the API Call?
Northern Trails Outfitters is using REST API to send emails to customers after a purchase. Which considerations should be taken regarding the token used in the API Call?A . Make a token API call and re-use the token until the next API call fails. B. Make a token API call...
Which query should the developer use?
A developer wants to build an audience by identifying subscribers who opened a specific email . Which query should the developer use?A . SELECT * FROM _Open WHERE ListID = '1234' B. SELECT * FROM _Open WHERE JobID = "1234" C. SELECT SubscriberID FROM _Open WHERE JobID = "1234" D....
How should the developer use AMPscript to generate the total?
A developer wants to aggregate monthly energy usage data over a four month period for each subscriber within an email. The monthly usage values are stored in variables for each month in the following way: How should the developer use AMPscript to generate the total?A . SET @total - (@jan...
Where should the developer place the FOR keyword to begin the loop?
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 <td> tag C. Before...