ADO.NET Provider for Pinterest

Build 26.0.9655

CatalogHotelReport

Returns the hotel catalog processing report with status, run timestamps, item counts, and error summaries.

View-Specific Information

SELECT

The provider uses the Pinterest API to process WHERE clause conditions built with the following columns and operators. Any remaining filters are processed client-side within the provider.

ColumnSupported Operators
CatalogId=
CatalogType=
ReportType=
FeedId=
ProcessingResultId=
AdAccountId=

For example:

	SELECT * FROM CatalogHotelReport
	SELECT * FROM CatalogHotelReport WHERE CatalogId='4853306950123'
	SELECT * FROM CatalogHotelReport WHERE AdAccountId = '549768233165'
	SELECT * FROM CatalogHotelReport WHERE CatalogType = 'RETAIL'
	SELECT * FROM CatalogHotelReport WHERE ReportType='DISTRIBUTION_ISSUES'

Columns

Name Type References Description
CatalogId String Unique identifier of a catalog.
CatalogName String CatalogName.
DataSourceId String DataSourceId.
DataSourceName String DataSourceName.
MerchantHotelId String MerchantHotelId.
Name String Name.
IneligibleForOrganic String IneligibleForOrganic.
IneligibleForAds String IneligibleForAds.
CodeLabel String CodeLabel.
Message String Message.
Link String Link.
ImageLink String ImageLink.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.

Name Type Description
CatalogType String Type of the catalog entity.

The allowed values are RETAIL, HOTEL, CREATIVE_ASSETS.

ReportType String Report Type.

The allowed values are FEED_INGESTION_ISSUES, DISTRIBUTION_ISSUES, ALL_ITEMS.

FeedId String ID of the feed entity.
ProcessingResultId String Unique identifier of a feed processing result.
AdAccountId String Unique identifier of an ad account.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655