You are here:
Create a Query with a Data Extension
Create a query with data extensions to view your engagement data with your data extension data. For example, view total clicks per region.

Use more general search terms.
Select fewer filters to broaden your search.
Create a query with data extensions to view your engagement data with your data extension data. For example, view total clicks per region.
| Available in: Intelligence Reports Advanced |
| User Permissions Needed | |
|---|---|
| To Create a Query: | Create & Edit |
To query the data extension you can use SQL or the Query Builder. If you’re using SQL, you can create complex use cases. If you’re using the Query Builder and you want to query both engagement data and extension data in the same query, you must make sure you created a join before creating the query.
In this example, you can see how to query engagement data and data extension data using the Query Builder.
select data_extension.Region, sum(data_extension.email_unique_clicks)
from engagement_data left join data_extension on engagement_data.subscriber_id = data_extension.ID
group by data_extension.Region

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.