What are two ways to achieve this outcome?

To import campaign members into a campaign in Salesforce CRM, a user wants to export the segment to Amazon S3. The resulting file needs to include the Salesforce CRM Campaign ID in the name.

What are two ways to achieve this outcome? Choose 2 answers
A . Include campaign identifier in the activation name.
B . Hard code the campaign identifier as a new attribute in the campaign activation.
C . Include campaign identifier in the filename specification.
D . Include campaign identifier in the segment name.

Answer: A, C

Explanation:

: The two ways to achieve this outcome are A and C. Include campaign identifier in the activation name and include campaign identifier in the filename specification. These two options allow the user to specify the Salesforce CRM Campaign ID in the name of the file that is exported to Amazon S3. The activation name and the filename specification are both configurable settings in the activation wizard, where the user can enter the campaign identifier as a text or a variable. The activation name is used as the prefix of the filename, and the filename specification is used as the suffix of the filename. For example, if the activation name is “Campaign_123” and the filename specification is “{segmentName}_{date}”, the resulting file name will be “Campaign_123_SegmentA_2023-12-18.csv”. This way, the user can easily identify the file that corresponds to the campaign and import it into Salesforce CRM.

The other options are not correct. Option B is incorrect because hard coding the campaign identifier as a new attribute in the campaign activation is not possible. The campaign activation does not have any attributes, only settings. Option D is incorrect because including the campaign identifier in the segment name is not sufficient. The segment name is not used in the filename of the exported file, unless it is specified in the filename specification. Therefore, the user will not be able to see the campaign identifier in the file name.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments