Create Audiences
Audiences are custom segments of respondents that you can create to focus your analysis on specific groups of people. These segments help you unlock insights that are most relevant to your goals by isolating key behaviors, demographics, or preferences within GWI’s rich data.
With GWI, you can build Audiences that reflect real-world segments of the populace, ensuring that your data-driven decisions are accurate and actionable. Whether you’re targeting Gen Z gamers, frequent social media users, or parents who stream content daily, Audiences allow you to explore behaviors and trends tailored to your exact needs.
By defining an Audience, you can:
- Focus your insights on the groups that matter most to your business.
- Compare segments side-by-side to uncover differences and affinities.
- Create tailored strategies for marketing, product development, and more.
Audiences can be built using a combination of attributes, behaviors and filters, such as location, frequency of use, or demographics. Once created, they can be applied across other tools like Charts, Crosstabs, Dashboards, or API queries to streamline analysis and deliver insights at scale.
Let’s create an Audience of people aged between 25-34 who are based in the UK and who use Instagram, Facebook or Twitter at least once a day or like gaming, and have no children.
Create Audience
- Use AND, OR, NOT in the Audience request:
- live in UK (
s2_44
) - 25-34 years old (
q4_3
) - use Instagram/Facebook/Twitter daily (
q42011a_3
/q42011a_14
/q42011a_25
) or like gaming (q3181c_23
) - do not have children living with them (NOT
q22010_2
)
- live in UK (
Manage Audience by ID
You can simply use a GET request with given <AUDIENCE_ID>
to retrieve the Audience. To update the Audience, you can
use either PATCH or PUT method. Both the request body and the response are equivalent to when you create an Audience.
To remove the Audience, you can use DELETE method.