To build an audience by identifying subscribers who opened a specific email, the developer should use the following query:
SELECT SubscriberKey FROM _Open WHERE JobID = '1234'
This query selects the SubscriberKey from the _Open data view where the JobID matches the specific email send.
[References:, Salesforce Marketing Cloud Data Views, Salesforce SQL Reference Guide, , , ]
Submit