Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
AttributeValueType
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["The \"value type\" of an attribute defines the kind of data it can hold, like boolean values, URLs, or predefined options from a list."],["Some attributes use enums, which have a specific set of allowed values, potentially including multiple selections for \"REPEATED_ENUM\" types."],["While most value types are straightforward, using \"ATTRIBUTE_VALUE_TYPE_UNSPECIFIED\" is discouraged as it lacks clarity."]]],["The core content describes different attribute value types. `BOOL` indicates boolean values, `ENUM` denotes a predefined list of values, and `URL` signifies URL values. `REPEATED_ENUM` represents an enum with multiple selectable values. `ATTRIBUTE_VALUE_TYPE_UNSPECIFIED` means the value type is not defined. The information provided is a description of the different types and not a guide to action.\n"]]