...
Here below you can find the default responses for the Italian and English versions of MailUp console that have been activated after March 2012 (less recent consoles have fewer default fields). Please note that field names could change if Mailup user renames some of MailUp personal data fields. Also field number could change, increasing
If you have bought Marketing+ option you can fully access to all these fields and increase them up to 40 fields, but this option is reserved to user that have bought Marketing+ option, otherwise your access should be restricted to the first eleven fields.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<GetFields_st>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<Fields>
<Field Name="Email" Id="111"></Field>
<Field Name="nome" Id="1"></Field>
<Field Name="cognome" Id="2"></Field>
<Field Name="azienda" Id="3"></Field>
<Field Name="città " Id="4"></Field>
<Field Name="provincia" Id="5"></Field>
<Field Name="cap" Id="6"></Field>
<Field Name="regione" Id="7"></Field>
<Field Name="paese" Id="8"></Field>
<Field Name="indirizzo" Id="9"></Field>
<Field Name="fax" Id="10"></Field>
<Field Name="telefono" Id="11"></Field>
<Field Name="IDCliente" Id="12"></Field>
<Field Name="IDUltimoOrdine" Id="13"></Field>
<Field Name="DataUltimoOrdine" Id="14"></Field>
<Field Name="TotaleUltimoOrdine" Id="15"></Field>
<Field Name="IDProdottiUltimoOrdine" Id="16"></Field>
<Field Name="IDCategorieUltimoOrdine" Id="17"></Field>
<Field Name="DataUltimoOrdineSpedito" Id="18"></Field>
<Field Name="IDUltimoOrdineSpedito" Id="19"></Field>
<Field Name="DataCarrelloAbbandonato" Id="20"></Field>
<Field Name="TotaleCarrelloAbbandonato" Id="21"></Field>
<Field Name="IDCarrelloAbbandonato" Id="22"></Field>
<Field Name="TotaleFatturato" Id="23"></Field>
<Field Name="TotaleFatturatoUltimi12Mesi" Id="24"></Field>
<Field Name="TotaleFatturatoUltimi30gg" Id="25"></Field>
<Field Name="IDTuttiProdottiAcquistati" Id="26"></Field>
</Fields>
</GetFields_st> |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<GetFields_st>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<Fields>
<Field Name="Email" Id="111"></Field>
<Field Name="FirstName" Id="1"></Field>
<Field Name="LastName" Id="2"></Field>
<Field Name="Company" Id="3"></Field>
<Field Name="City" Id="4"></Field>
<Field Name="Province" Id="5"></Field>
<Field Name="ZIP" Id="6"></Field>
<Field Name="State" Id="7"></Field>
<Field Name="Region" Id="8"></Field>
<Field Name="Address" Id="9"></Field>
<Field Name="fax" Id="10"></Field>
<Field Name="phone" Id="11"></Field>
<Field Name="CustomerID" Id="12"></Field>
<Field Name="LatestOrderID" Id="13"></Field>
<Field Name="LatestOrderDate" Id="14"></Field>
<Field Name="LatestOrderAmount" Id="15"></Field>
<Field Name="LatestOrderProductIDs" Id="16"></Field>
<Field Name="LatestOrderCategoryIDs" Id="17"></Field>
<Field Name="LatestShippedOrderDate" Id="18"></Field>
<Field Name="LatestShippedOrderID" Id="19"></Field>
<Field Name="LatestAbandonedCartDate" Id="20"></Field>
<Field Name="LatestAbandonedCartTotal" Id="21"></Field>
<Field Name="LatestAbandonedCartID" Id="22"></Field>
<Field Name="TotalOrdered" Id="23"></Field>
<Field Name="TotalOrderedLast12m" Id="24"></Field>
<Field Name="TotalOrderedLast30d" Id="25"></Field>
<Field Name="AllOrderedProductIDs" Id="26"></Field>
</Fields>
</GetFields_st> |
...