AudienceCount
Estimates the potential reach of your LinkedIn Ads campaigns based on defined targeting criteria, helping advertisers forecast audience size.
Table Specific Information
Select
The AudienceCount view allows advertisers to forecast the reach of targeting criteria.
The connector uses the LinkedIn Marketing Solutions API to process search criteria. You can combine the following filters also in a single search. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM AudienceCount WHERE AgeRanges = '(25,34)' SELECT * FROM AudienceCount WHERE DegreesId = '1234' SELECT * FROM AudienceCount WHERE FieldsOfStudyId = '1234' SELECT * FROM AudienceCount WHERE Genders = 'MALE' SELECT * FROM AudienceCount WHERE IndustriesId = '1234' SELECT * FROM AudienceCount WHERE JobFunctionsId = '1234' SELECT * FROM AudienceCount WHERE LocationsId = '1234' SELECT * FROM AudienceCount WHERE ProfileLocationsId = '1234' SELECT * FROM AudienceCount WHERE SenioritiesId = '1234' SELECT * FROM AudienceCount WHERE SkillsId = '1234' SELECT * FROM AudienceCount WHERE StaffCountRanges = '(11,50)' SELECT * FROM AudienceCount WHERE TitlesId = '1234'
Select Rules
Audience count reports:
| Dimensions | Use 1 or more | AgeRanges, DegreesId, FieldsOfStudyId, Genders, IndustriesId, JobFunctionsId, LocationsId, ProfileLocationsId, SenioritiesId, SkillsId, StaffCountRanges, TitlesId
Note: Only 1 dimension is allowed in the OR operation and 1 or more dimensions are allowed in the AND operation. If no dimension is specified the default dimension will be Genders and will be set to both MALE and FEMALE as the default value. |
Columns
| Name | Type | References | Description |
| ActiveAudience | Integer | Represents the count of active LinkedIn members matching the specified targeting criteria. | |
| TotalAudience | Integer | Represents the total number of LinkedIn members that meet the defined targeting parameters, regardless of recent activity. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| AgeRange | String | Specifies the age ranges used to match against members. Supported values: (18, 24), (25, 34), (35, 54), (55, 2147483647). | |
| DegreeId | String | Specifies the educational degrees attained by members to use for targeting. | |
| FieldOfStudyId | String | Specifies the fields of study to target, matched against those listed in members' profiles. | |
| Gender | String | Defines the gender-based targeting criteria. Supported values: MALE, FEMALE. | |
| IndustryId | String | Specifies the industries to target, based on members' current or past roles. | |
| JobFunctionId | String | Defines the top-level job functions to target, representing groupings of related job titles. | |
| LocationId | String | Specifies the geographic locations to include in audience targeting. | |
| ProfileLocationId | String | Specifies member profile locations for targeting, similar to LocationId but based on a member's listed profile location. | |
| SeniorityId | String | Defines the seniority levels to target, such as entry-level, manager, or director. | |
| SkillId | String | Specifies the skills to target, matched against those listed on members' profiles. | |
| StaffCountRange | String | Defines the organization size range to target. Supported values: (1, 1), (2, 10), (11, 50), (51, 200), (201, 500), (501, 1000), (1001, 5000), (5001, 10000), (10001, 2147483647). | |
| TitleId | String | Specifies the job titles to target, matched against members' current titles. | |
| AudienceMatchingSegmentId | String | Identifies an ad segment composed of specific entities, such as members or companies. It is used for audience matching. | |
| RetargetingSegmentId | String | Identifies an ad segment composed of entities previously engaged with your ads. It is used for retargeting campaigns. | |
| EmployerId | String | Specifies the employer identifier to match against companies listed in members' profiles. | |
| CompanyId | String | Specifies the company identifier to target, matched against companies listed in members' profiles. | |
| InterfaceLocaleId | String | Specifies the locale identifier to target, matched against members' preferred language or regional settings. |