Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
Lettura da SendGrid entità
Prerequisito
Un SendGrid oggetto da cui vorresti leggere. Avrai bisogno del nome dell'oggetto comelists
, singlesends
osegments
.
Entità supportate per l'origine:
Entità | Può essere filtrato | Limite di supporto | Supporta Order by | Supporta Select * | Supporta il partizionamento |
---|---|---|---|---|---|
Elenchi | No | Sì | No | Sì | No |
Invii singoli | Sì | Sì | No | Sì | No |
Statistiche e automazioni delle campagne di marketing | Sì | Sì | No | Sì | No |
Statistiche della campagna di marketing: invii singoli | Sì | Sì | No | Sì | No |
Segmenti | Sì | No | No | Sì | No |
Contatti | Sì | No | No | Sì | No |
Categoria | No | No | No | Sì | No |
Statistiche | Sì | No | No | Sì | No |
Annulla l'iscrizione ai gruppi | Sì | No | No | Sì | No |
Esempio:
sendgrid_read = glueContext.create_dynamic_frame.from_options( connection_type="sendgrid", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "lists", "API_VERSION": "v3", "INSTANCE_URL": "instanceUrl" }
SendGrid dettagli dell'entità e del campo:
Entità con metadati statici:
Entità | Campo | Tipo di dati | Operatori supportati |
---|---|---|---|
Elenchi | id | Stringa | N/A |
nome | Stringa | N/A | |
contact_count | Numero intero | N/D | |
_metadati | Struct | N/D | |
Invii singoli | id | Stringa | N/A |
nome | Stringa | EQUAL_A | |
astenuto | Struct | N/D | |
status | Stringa | EQUAL_A | |
categorie | Elenco | EQUAL_A | |
inviare_a | Stringa | N/A | |
is_abtest | Booleano | N/D | |
aggiornato_at | Stringa | N/A | |
created_at | Stringa | N/A | |
canali | Elenco | N/D | |
Statistiche e automazioni delle campagne di marketing | id | Stringa | N/A |
aggregazione | Stringa | N/A | |
step_id | Stringa | N/A | |
statistiche | Struct | N/D | |
automation_ids | Elenco | EQUAL_A | |
Statistiche della campagna di marketing - Singlesends | id | Stringa | N/A |
ab_variation | Stringa | N/A | |
ab_phase | Stringa | N/A | |
aggregazione | Stringa | N/A | |
statistiche | Struct | N/D | |
singlesend_ids | Elenco | EQUAL_A | |
Segmenti | id | Stringa | N/A |
nome | Stringa | N/A | |
versione_query | Stringa | N/A | |
contacts_count | Numero intero | N/D | |
sample_updated_at | Stringa | N/A | |
successivo_sample_update | Stringa | N/A | |
created_at | Stringa | N/A | |
aggiornato_at | Stringa | N/A | |
parent_list_id | Stringa | N/A | |
status | Struct | N/D | |
parent_list_id | Stringa | EQUAL_A | |
no_parent_list_id | Booleano | EQUAL_A | |
Contatti | id | Stringa | N/A |
first_name | Stringa | N/A | |
last_name | Stringa | N/A | |
nome_univoco | Stringa | N/A | |
Stringa | N/A | ||
email_alternative | Elenco | N/D | |
indirizzo_linea_1 | Stringa | N/A | |
indirizzo_linea_2 | Stringa | N/A | |
città | Stringa | N/A | |
stato_provincia_regione | Stringa | N/A | |
country | Stringa | N/A | |
codice_postale | Stringa | N/A | |
phone_number | Stringa | N/A | |
Stringa | N/A | ||
linea | Stringa | N/A | |
Stringa | N/A | ||
list_id | Elenco | N/D | |
custom_fields | Struct | N/D | |
created_at | Stringa | N/A | |
aggiornato_at | Stringa | N/A | |
_metadati | Struct | N/D | |
event_timestamp | DateTime | BETWEEN | |
Categoria | categorie | Elenco | N/D |
Statistiche | data | Stringa | N/A |
statistiche | Elenco | N/D | |
data_inizio | DateTime | EQUAL_A, BETWEEN | |
aggregato_di | Stringa | EQUAL_A | |
Annulla l'iscrizione ai gruppi | id | Numero intero | EQUAL_TO |
nome | Stringa | N/A | |
description | Stringa | N/A | |
last_email_sent_it | Numero intero | N/D | |
è_predefinito | Booleano | N/D | |
annulla l'iscrizione | Numero intero | N/D |
Nota
I tipi di dati Struct e List vengono convertiti in tipo di dati String e il tipo di DateTime dati viene convertito in Timestamp nella risposta dei connettori.
Interrogazioni di partizionamento
SendGrid non supporta il partizionamento basato su filtri o il partizionamento basato su record.