TDV Adapter for Marketo

Build 22.0.8462

Tags

Query Tags for a Marketo organization.

Table Specific Information

Select

Marketo allows both the Type and Value columns to be used in the WHERE clause of a SELECT query. The Value column allows multiple values to be specified by using the OR logical operator. Note that only the '=' operator is supported.

SELECT * FROM Tags WHERE Type='TestTag' AND Value='Value1' OR Value='Value2'

Columns

Name Type Description
Type [KEY] String The tag type.
Value [KEY] String The tag value.

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