@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
CompanySearchResult
Interface CompanySearchResult
A single company match from a brand search query.
interface
CompanySearchResult
{
domain
:
string
;
canonical_domain
:
string
;
brand_name
:
string
;
house_domain
?:
string
;
parent_brand
?:
string
;
keller_type
:
"master"
|
"sub_brand"
|
"endorsed"
|
"independent"
;
brand_agent_url
?:
string
;
source
:
string
;
}
Index
Properties
domain
canonical_
domain
brand_
name
house_
domain?
parent_
brand?
keller_
type
brand_
agent_
url?
source
Properties
domain
domain
:
string
canonical_
domain
canonical_domain
:
string
brand_
name
brand_name
:
string
Optional
house_
domain
house_domain
?:
string
Optional
parent_
brand
parent_brand
?:
string
keller_
type
keller_type
:
"master"
|
"sub_brand"
|
"endorsed"
|
"independent"
Optional
brand_
agent_
url
brand_agent_url
?:
string
source
source
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
canonical_
domain
brand_
name
house_
domain
parent_
brand
keller_
type
brand_
agent_
url
source
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...
A single company match from a brand search query.