Customer

Risorsa che rappresenta un lead per un partner Google Cloud.

Rappresentazione JSON
{
  "name": string,
  "company": string,
  "googleAccountDomain": string,
  "totalEmployees": integer,
  "industry": enum (Industry),
  "customerAddress": {
    object (CustomerAddress)
  },
  "customerContacts": [
    {
      object (CustomerContact)
    }
  ]
}
Campi
name

string

Solo output. ID risorsa del cliente. Formato: customers/{customer}

company

string

Nome dell'azienda del cliente.

googleAccountDomain

string

Dominio dell'Account Google per l'azienda cliente.

totalEmployees

integer

Numero di dipendenti dell'azienda.

industry

enum (Industry)

Settore del cliente.

customerAddress

object (CustomerAddress)

Indirizzo del cliente.

customerContacts[]

object (CustomerContact)

Contatti correlati al cliente.

Settore

Specifica il settore per il cliente.

Enum
INDUSTRY_UNSPECIFIED Nessuno specificato.
INDUSTRY_ADVERTISING_AND_MARKETING Pubblicità e marketing.
INDUSTRY_AGRICULTURE Agricoltura.
INDUSTRY_AUTOMOTIVE Automobilistico.
INDUSTRY_BUSINESS_AND_PROFESSIONAL_SERVICES Servizi aziendali e professionali.
INDUSTRY_CONSUMER_PACKAGED_GOODS Beni di largo consumo.
INDUSTRY_EDUCATION Istruzione.
INDUSTRY_ELECTRICAL_AND_ELECTRONICS Elettricità ed elettronica.
INDUSTRY_ENERGY_AND_UTILITIES Energia e servizi pubblici.
INDUSTRY_FINANCIAL_SERVICES Servizi finanziari.
INDUSTRY_FOOD_BEVERAGE_AND_RESTAURANTS Alimentari, bevande e ristorazione.
INDUSTRY_GAMING Giochi.
INDUSTRY_HEALTHCARE_AND_LIFE_SCIENCES Sanità e scienze biologiche.
INDUSTRY_INDUSTRIAL_GOODS_AND_MANUFACTURING Prodotti industriali e produzione.
INDUSTRY_LAW_AND_GOVERNMENT Giustizia e pubblica amministrazione.
INDUSTRY_LOGISTICS_AND_TRANSPORTATION Logistica e trasporti.
INDUSTRY_MANUFACTURING_INDUSTRIAL_AND_TRANSPORTATION Produzione, industria e trasporto.
INDUSTRY_MEDIA_AND_ENTERTAINMENT Media e intrattenimento.
INDUSTRY_NON_PROFIT Non profit.
INDUSTRY_OTHER Altro
INDUSTRY_PUBLIC_SECTOR_AND_EDU Settore pubblico e istruzione.
INDUSTRY_RETAIL_AND_CONSUMER Retail e beni di consumo.
INDUSTRY_RETAIL_AND_WHOLESALE Vendita al dettaglio e all'ingrosso.
INDUSTRY_SOFTWARE_AND_INTERNET Software e internet.
INDUSTRY_TELECOMMUNICATIONS Telecomunicazioni.
INDUSTRY_TELECOMMUNICATIONS_MEDIA_AND_GAMING Telecomunicazioni, media e giochi.
INDUSTRY_TOURISM_AND_LEISURE Turismo e tempo libero.

CustomerAddress

Rappresenta i dettagli dell'indirizzo del cliente.

Rappresentazione JSON
{
  "street": string,
  "city": string,
  "regionCode": string,
  "state": string,
  "zip": string
}
Campi
street

string

Jackson Street 414.

city

string

Città.

regionCode

string

Il paese/la regione CLDR dell'indirizzo.

state

string

Stato.

zip

string

Codice postale.

CustomerContact

Rappresenta una persona di contatto per un account cliente.

Rappresentazione JSON
{
  "name": string,
  "givenName": string,
  "familyName": string,
  "email": string,
  "phoneNumber": string
}
Campi
name

string

ID risorsa per il contatto del cliente.

givenName

string

Nome.

familyName

string

Cognome.

email

string

le email, Deve corrispondere a Customer.google_account_domain.

phoneNumber

string

Numero di telefono.