ODBC Driver for Mailchimp

Build 23.0.8839

ListInterestCategories

A listing of this list's interest categories.

テーブル固有の情報

ListInterestCategories ではSELECT、INSERT、UPDATE、およびDELETE がサポートされています。

Select

このテーブルからデータを取得するにはListId を指定する必要があります。WHERE 句に何も指定されていない場合は、アカウントで使える最初のものが使用されます。

Insert

INSERT にはTitle、Type、およびListId を指定する必要があります。

INSERT INTO ListInterestCategories (Name, Type, ListID) VALUES ('myNewListInterestCategory', 'myType', 'myListID')

Columns

Name Type ReadOnly Description
ListId [KEY] String False

The ID for the list that this category belongs to.

Id [KEY] String True

Title String False

The text description of this category. This field is displayed on signup forms and is often phrased as a question.

DisplayOrder Integer False

Order in which the categories display in the list. Lower numbers display first.

Type String False

Determines how this category's interests are displayed on signup forms.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839