Skip to main content

BrandLocationDescription

Description

A human-readable description of where a brand operates geographically, based on the states of its operating locations.

For brands with multiple locations, this shows the top states where the brand has a significant presence (either more than 10% of locations or more than 5 locations). Up to 5 states are listed alphabetically (e.g., "CA, FL, NY, TX, WA" or "CA, FL, NY, TX, WA and others" if there are more than 5 significant states).

For brands with a single location, this shows the specific city and state of that location (e.g., "San Francisco, CA").

This attribute provides a quick summary of a brand's geographic footprint without needing to examine all individual locations.

Time Structure

This attribute does not include time series data and reflects the most current state of the brand's locations.

Data Sources

This attribute is derived from:

  • Brand to operating location relationships
  • Operating location to address relationships
  • Address state and city information
type BrandLocationDescription implements MathFunctions {
id: UUID!
firstObservedDate: String
lastObservedDate: String
locationDescription: String
internalId: String
internalBrandId: String
count(
field: String!
conditions: Conditions
): Int
sum(
field: String!
conditions: Conditions
): Int
min(
field: String!
conditions: Conditions
): Int
max(
field: String!
conditions: Conditions
): Int
avg(
field: String!
conditions: Conditions
): Float
collect(
field: String!
separator: String
conditions: Conditions
): String
minDateTime(
field: String!
conditions: Conditions
): DateTime
maxDateTime(
field: String!
conditions: Conditions
): DateTime
}

Fields

BrandLocationDescription.id ● UUID! non-null scalar

BrandLocationDescription.firstObservedDate ● String scalar

BrandLocationDescription.lastObservedDate ● String scalar

BrandLocationDescription.locationDescription ● String scalar

A text description of the brand's geographic presence based on its operating locations.

For brands with multiple locations, this shows up to 5 states where the brand has a significant presence, listed alphabetically. If there are more than 5 significant states, "and others" is appended (e.g., "CA, FL, NY, TX, WA and others").

For brands with a single location, this shows the specific city and state of that location (e.g., "San Francisco, CA").

A state is considered significant if it contains either more than 10% of the brand's locations or more than 5 locations.

BrandLocationDescription.internalId ● String scalar

BrandLocationDescription.internalBrandId ● String scalar

BrandLocationDescription.count ● Int scalar

BrandLocationDescription.count.field ● String! non-null scalar
BrandLocationDescription.count.conditions ● Conditions input

BrandLocationDescription.sum ● Int scalar

BrandLocationDescription.sum.field ● String! non-null scalar
BrandLocationDescription.sum.conditions ● Conditions input

BrandLocationDescription.min ● Int scalar

BrandLocationDescription.min.field ● String! non-null scalar
BrandLocationDescription.min.conditions ● Conditions input

BrandLocationDescription.max ● Int scalar

BrandLocationDescription.max.field ● String! non-null scalar
BrandLocationDescription.max.conditions ● Conditions input

BrandLocationDescription.avg ● Float scalar

BrandLocationDescription.avg.field ● String! non-null scalar
BrandLocationDescription.avg.conditions ● Conditions input

BrandLocationDescription.collect ● String scalar

BrandLocationDescription.collect.field ● String! non-null scalar
BrandLocationDescription.collect.separator ● String scalar
BrandLocationDescription.collect.conditions ● Conditions input

BrandLocationDescription.minDateTime ● DateTime scalar

BrandLocationDescription.minDateTime.field ● String! non-null scalar
BrandLocationDescription.minDateTime.conditions ● Conditions input

BrandLocationDescription.maxDateTime ● DateTime scalar

BrandLocationDescription.maxDateTime.field ● String! non-null scalar
BrandLocationDescription.maxDateTime.conditions ● Conditions input

Interfaces

MathFunctions interface

Member Of

BrandLocationDescriptionEdge object