accountContacts
Use the accountContacts data format creator to export contacts (customer data) and save this data in the cloud. Depending on the plentyBI edition that has been booked, the raw data file is stored in the cloud for 6 to 48 months. Therefore, the data must be processed before this period of time ends. More detailed information on the storage periods are available on the Managing reports page of the manual. The following tables contain further information about the format.
1. Technical specifications
See Table 1 for further information on the available properties and their corresponding values.
Property | Description | Value | Explanation |
---|---|---|---|
dataName |
Name |
accountContacts |
Name of the creator process and prefix of the created file. |
fileFormat |
File format |
CSV, GZIP |
The data is provided as a GZIP-compressed CSV file (RFC 1952). |
limitPage |
Lines per request |
up to 6,000 |
The maximum number of data rows that is written into a single file. |
limitDay |
Lines per day |
up to 180,000 |
The maximum number of data rows that is written on one day in total. |
earliestPossibleDataDate |
Earliest point in time |
2020-01-01 |
Point in time as of which the raw data can be collected. The data is filtered by the date saved in the dataUpdatedAtColumnName column. |
filterType |
Filter type |
lastUpdate |
Data are filtered based on the last update. |
dataUpdatedAtColumnName |
Column header |
ac_updated_at |
Name of the column that contains the time stamp of the last data update. |
defaultActive |
Activated by default |
no |
The data is only exported automatically in the background after you have activated the creator in the Setup » plentyBI » Raw data menu. |
interval |
Interval |
daily |
With this setting, all data that has been changed since the last run is exported once a day, usually during the night. |
storableFromPlan |
Storage starting from edition |
plentyBI XS |
Minimum fee plan required for saving the data in cloud storage and making it available via REST. |
processableFromPlan |
Usage starting from edition |
plentyBI L |
Minimum fee plan required for making the data available in plentyBI Data Warehouse, i.e. for using, filtering and processing key figures. |
2. Data columns
See Table 2 for further information on the accountContacts data columns included in the CSV file during raw data export.
Column name | Data type | Full name | Explanation |
---|---|---|---|
plenty_id |
INTEGER NOT NULL |
plenty id |
ID of the PlentyONE system |
ac_id (Primary key) |
VARCHAR NOT NULL |
account contact id |
ID of the contact |
a_id |
VARCHAR |
account id |
ID of the company, if available |
act_id |
VARCHAR |
account contact type id |
Contact type ID |
acc_id |
VARCHAR |
account contact class id |
ID of the contact class |
r_id |
NUMERIC(5,2) |
referrer id |
ID of the order referrer via which the data record was saved |
u_id |
VARCHAR |
user id |
ID of the user that was saved as owner of the contact |
ac_name |
VARCHAR |
account contact name |
First and last name of the contact |
ac_postal_code |
VARCHAR |
account contact postcode |
Postcode of the contact |
ac_town |
VARCHAR |
account contact town |
Town of the contact |
ac_country |
VARCHAR |
account contact country |
Country of the contact as ISO2 country code |
ac_lang |
VARCHAR |
account contact lang |
Language of the contact that is saved in the contact data record. |
ac_rating |
SMALLINT |
account contact rating |
Rating of the contact |
ac_updated_at |
TIMESTAMPZ |
account contact updated at |
Time stamp of the last update |
ac_created_at |
TIMESTAMPTZ NOT NULL |
account contact created at |
Time stamp of the creation |