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:Documentation Index
Fetch the complete documentation index at: https://api.globalwebindex.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
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.

