A developer receives a request for tracking data for alt sends associated with a specific JoblD. The developer needs to see Sends, Opens, Clicks, and Bounces.
Which two activities could the developer use? Choose 2 answers
To retrieve tracking data for all sends associated with a specific JobID, including Sends, Opens, Clicks, and Bounces, the developer can use the following activities:
Tracking Extract Activity (A) - This activity extracts tracking data such as sends, opens, clicks, and bounces into a file, which can then be used for reporting or further processing.
SQL Query Activity (D) - This activity can query the data views to gather tracking data directly from the Salesforce Marketing Cloud databases. The developer can write SQL queries to select specific tracking information based on the JobID.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit