TDV Adapter for Mailchimp

Build 22.0.8462

ListMemberTags

Tags assigned to a certain member/members.

Table Specific Information

SELECT and INSERT are supported for ListMemberNotes.

Select

A ListId and MemberId are required to retrieve data from this table. If none are specified in the WHERE clause, the first ones available for your account will be used.

Insert

Name, ListId and MemberId are required when Inserting.

INSERT INTO ListMemberTags (Name, ListId, MemberId) VALUES ('test', '434gfsd4', 'esdfsd4563vfghxgsf45645sdfgdfg')

Columns

Name Type ReadOnly Description
Id [KEY] String True

The unique ID of the tag.

Name String False

Name of the tag. When inserting, if the name doesn't exist, it will be created and then assigned to the member specified.

TimeAdded Datetime True

Date and time the tag was added to the member.

ListId String False

The ID of the list on which the member of this tag belongs to.

MemberId String False

The ID of the member this tag is assigned to.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462