Exam Name: | Salesforce Certified Marketing Cloud Developer (SU24) | ||
Exam Code: | Marketing-Cloud-Developer Dumps | ||
Vendor: | Salesforce | Certification: | Developers |
Questions: | 195 Q&A's | Shared By: | bea |
What can be created in Attribute Groups within Contact Builder? Choose 2.
A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?
A developer needs to use the 'contacts/ route of the REST API to update records in a data extension.
What should the developer verify before making the API call?