Skip to content

Data Tables

Data Tables feature allows you to create custom tables to hold additional information about your subscribers (such as basket contents, purchase history etc) that do not fit into standard subscriber properties.

There are several Dynamic Content methods that allow you to access and modify this data:

  1. GetRows – retrieving the data
  2. GetRowsByTemplate – retrieving the data using predefined SQL query template
  3. GetAndDeleteRow – retrieving a single row and deleting it
  4. UpdateRow – updating single row
  5. DeleteRow – deleting single row
  6. InsertRow – inserting single row
On this page
To top