Tableau Connector for Mailchimp

Build 23.0.8839

ListInterests

A list of this category's interests

テーブル固有の情報

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

Select

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

Insert

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

INSERT INTO ListInterests (Name, CategoryId, ListID) VALUES ('myNewListInterest', 'myCategory', 'myListID')

Columns

Name Type ReadOnly Description
CategoryId [KEY] String False

The id for the interest category.

ListId [KEY] String False

The ID for the list that this interest belongs to.

Id [KEY] String True

The ID for the interest.

Name String False

The name of the interest. This can be shown publicly on a subscription form.

SubscriberCount String False

The number of subscribers associated with this interest.

DisplayOrder Integer False

Order in which the interests display.

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