REST Resource: customers.tempTables

Risorsa: TempTable

Definisce una tabella temporanea creata da una query Ads Data Hub. Le tabelle temp vengono create utilizzando CREATE TABLE temp_table AS (...) in una query Ads Data Hub. Le tabelle temporanee rimangono attive per 72 ore prima di essere aggiornate.

Rappresentazione JSON
{
  "name": string,
  "tablePath": string,
  "adsDataCustomerId": string,
  "matchDataCustomerId": string,
  "queryType": enum (QueryType),
  "usableQueryTypes": [
    enum (QueryType)
  ],
  "columns": [
    {
      object (Column)
    }
  ],
  "createTime": string,
  "operation": string
}
Campi
name

string

Nome che identifica in modo univoco una tabella. Il formato è customer//customerId]/tempTables/[resource_id]. L'ID risorsa è generato dal server.

tablePath

string

Percorso tabella completo, ad es. 'tmp.table'

adsDataCustomerId

string (int64 format)

ID cliente Ads Data Hub collegato utilizzato durante l'esecuzione della query alla tabella temporanea originale.

matchDataCustomerId

string (int64 format)

ID cliente Ads Data Hub collegato utilizzato durante l'esecuzione della query alla tabella temporanea originale.

queryType

enum (QueryType)

Tipo di query che ha creato la tabella. Le tabelle temporanee sono accessibili solo per le query dello stesso tipo, a meno che non sia impostato usableQueryTypes.

usableQueryTypes[]

enum (QueryType)

Tipi di query che possono accedere a questa tabella temporanea. Se vuota, questa tabella temporanea è accessibile solo per le query dello stesso tipo del suo queryType.

columns[]

object (Column)

Un elenco di colonne di tabella.

createTime

string (Timestamp format)

Timestamp in fase di creazione della tabella temporanea, in microsecondi.

Un timestamp in formato RFC3339 UTC "Zulu", con una risoluzione in nanosecondi e fino a nove cifre frazionarie. Esempi: "2014-10-02T15:01:23Z" e "2014-10-02T15:01:23.045123456Z".

operation

string

Operazione che ha creato la tabella temporanea. Ha il formato Operations/[jobId]

Tipo di query

Tipo di query.

Enum
QUERY_TYPE_UNSPECIFIED Nessun tipo di query specificato.
ANALYSIS Una Query Analysis.
USER_LIST Query UserList.
SPECIAL_ENDPOINT Una query attivata da un endpoint speciale.

Metodi

get

Recupera la tabella temporanea relativa ad Ads Data Hub.

list

Elenca le tabelle temp di Ads Data Hub create dal cliente.