BusinessAudience
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["BusinessAudience is a structured data type used to specify details about a business audience, extending the general Audience type."],["It includes information about the business size based on the number of employees, annual revenue, and years in operation."],["Each of these properties (numberOfEmployees, yearlyRevenue, yearsInOperation) utilizes the QuantitativeValue type for expressing the specific value and unit."]]],["The `BusinessAudience` type, which extends `Audience`, defines attributes for describing businesses. It includes `numberOfEmployees`, detailing the business size by employee count; `yearlyRevenue`, representing the business's annual revenue size; and `yearsInOperation`, indicating the business's age. All these attributes use the `QuantitativeValue` type for their data.\n"]]