Excel Add-In for Mailchimp

Build 24.0.9060

ListInterests

A list of this category's interests

Table Specific Information

SELECT, INSERT, UPDATE, and DELETE are supported for ListInterests.

Select


SELECT * FROM ListInterests WHERE ListId = 'abc'

Insert

The Title, CategoryId, and ListId are required for INSERTs.

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 True

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 24.0.9060