Audiences
GA4 audiences are groups of users that match defined conditions. They serve two purposes: targeting (sending audience lists to Google Ads or Display & Video 360 for remarketing) and analysis (using audiences as segments and comparisons in GA4 reports).
Unlike Universal Analytics segments, GA4 audiences persist over time. Once a user qualifies, they remain in the audience until they no longer meet the conditions or their membership duration expires.
Audience types
Section titled “Audience types”Rule-based audiences — users who meet a set of conditions you define based on events, parameters, user properties, demographic data, or predicted behaviors.
Predictive audiences (requires predictive metrics) — users predicted to perform an action, such as “likely 7-day purchasers” or “likely 7-day churning users.” Available when your property has sufficient conversion volume for GA4 to train prediction models.
Suggested audiences — GA4 pre-built templates for common use cases (all users, purchasers, non-purchasers, etc.).
Creating an audience
Section titled “Creating an audience”-
Go to Admin → Audiences → New audience.
-
Choose a starting point: create a custom audience, use a suggested template, or use a predictive audience.
-
Build your conditions in the audience builder.
-
Set the Membership duration — how long a user stays in the audience after qualifying. Maximum 540 days.
-
Add a trigger (optional) — fire a GA4 event when a user first enters the audience.
-
Name the audience and save.
Audience builder
Section titled “Audience builder”The audience builder has three condition modes:
Include conditions — users must meet these conditions to enter the audience.
Exclude conditions — users matching these conditions are removed from the audience, even if they meet include conditions.
Trigger conditions — an optional event fires the first time a user enters the audience.
Condition types
Section titled “Condition types”Each condition can filter by:
- Event — user has triggered a specific event
- Event parameter — an event with a specific parameter value
- User property — current user property value
- GA4 dimensions — device, geography, demographics
- Predicted probability — likelihood of purchase or churn (predictive)
Within same session vs. any combination
Section titled “Within same session vs. any combination”When you add multiple conditions, GA4 lets you specify whether they must occur within the same session or across any sessions:
- Within same session: user must meet all conditions in a single session
- Across any sessions: conditions can be met across different sessions
For funnel-like audiences (user viewed product AND purchased), “within same session” is usually too restrictive. Use “across any sessions” with a time window unless you specifically want same-session qualification.
Useful audience examples
Section titled “Useful audience examples”Cart abandoners
Section titled “Cart abandoners”Include: event = add_to_cart in the last 14 daysExclude: event = purchase in the last 14 daysMembership duration: 14 daysUsers who added to cart but did not complete purchase within 14 days. Classic remarketing audience.
High-value users
Section titled “High-value users”Include: user property subscription_tier = pro OR premiumInclude: event = purchase, value >= 100 (at any point)Membership duration: 540 daysEngaged readers (content site)
Section titled “Engaged readers (content site)”Include: event = page_view with content_type = blog_post, 3 or more times in last 30 daysMembership duration: 30 daysNew users who have not converted
Section titled “New users who have not converted”Include: event = first_visit in the last 7 daysExclude: event = purchase at any pointMembership duration: 7 daysSaaS trial users approaching expiration
Section titled “SaaS trial users approaching expiration”Include: user property account_type = trialInclude: user property trial_days_remaining between 1 and 5Membership duration: 5 daysMembership duration
Section titled “Membership duration”Membership duration determines how long a user stays in the audience after they qualify, even if they no longer meet the conditions.
- Default: 30 days for most custom audiences
- Maximum: 540 days
- Minimum: 1 day
Choose duration based on your use case:
- Cart abandonment remarketing: 14-30 days (after that, the intent has likely faded)
- Long-term customer cohorts: 540 days (keep users in the audience for the analysis period)
- Predictive “likely to purchase”: 7 days (predictions are only relevant short-term)
Audience triggers
Section titled “Audience triggers”An audience trigger fires a GA4 event the first time a user enters the audience. This lets you use the moment of audience qualification as a conversion event or analysis signal.
Example use case: create an audience for users who have viewed 3+ product pages in a session and create a trigger event high_intent_user. Mark that event as a conversion. Now you can measure how many users reach this “high intent” threshold and analyze their subsequent behavior.
-
In the audience builder, expand the Trigger section.
-
Check Log an event when a user matches this audience.
-
Name the trigger event (follows standard event naming rules).
-
Save the audience.
The trigger event fires once per user when they first qualify. It does not fire again if they re-qualify after their membership expires.
Sending audiences to Google Ads
Section titled “Sending audiences to Google Ads”Audiences created in GA4 can be shared with linked Google Ads accounts for remarketing.
-
Link your Google Ads account in Admin → Product Links → Google Ads Links.
-
When creating an audience, eligible audiences will automatically sync to linked Ads accounts.
-
In Google Ads, find the GA4 audiences under Tools & Settings → Audience Manager → Your Data Segments → Google Analytics.
Audience minimums for remarketing
Section titled “Audience minimums for remarketing”Google requires minimum audience sizes before serving ads:
- Display Network: 100 users
- Search Network: 1,000 users
- YouTube: 1,000 users
Small audiences are collected but cannot be used for ad targeting until they exceed these thresholds.
Audiences in analysis
Section titled “Audiences in analysis”Audiences can be used as comparisons in GA4 reports:
- In any standard report, click Add comparison at the top
- Select Audiences as the filter type
- Select the audience to compare
This lets you compare metrics between audience members and all users — see if cart abandoners have higher lifetime value than average, or whether your “engaged readers” convert more than casual visitors.
Audiences are also available as segments in Explorations, allowing the same comparison in funnel, path, and cohort analyses.
Audience limits
Section titled “Audience limits”| Limit | Value |
|---|---|
| Audiences per property | 100 |
| Conditions per audience | 10 |
| Groups per audience | 5 |
| Membership duration (max) | 540 days |
Common mistakes
Section titled “Common mistakes”Using audiences instead of cohorts for time-based analysis
Section titled “Using audiences instead of cohorts for time-based analysis”Audiences are not cohorts. An audience with 30-day membership duration continuously refreshes with new qualifying users. If you want to analyze a fixed group defined at a specific time (users who signed up in January), use cohort analysis in Explorations.
Short membership duration for long funnel analysis
Section titled “Short membership duration for long funnel analysis”If your sales cycle is 60 days and your cart abandonment audience membership is 14 days, users who purchase after 15 days appear in neither the “purchased” nor the “abandoned” categories. Match membership duration to your actual conversion window.
Forgetting audience triggers for conversion tracking
Section titled “Forgetting audience triggers for conversion tracking”If you want to track a complex behavioral threshold (e.g., “users who have read 5 articles and visited the pricing page”), using an audience trigger is more reliable than trying to replicate the logic with a GA4 event tag. Create the audience, add a trigger event, and mark it as a conversion.
Creating audiences after you need them
Section titled “Creating audiences after you need them”Like custom dimensions, audiences do not backfill. An audience you create today starts building from today forward. Create audiences for important segments (purchasers, trial users, high-engagement users) as early as possible so they have meaningful membership when you need to analyze them.