CData Python Connector for Pinterest

Build 25.0.9454

CatalogHotelReport

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

Table Specific Information

Select

The connector will use the Pinterest API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the connector.

  • CatalogId supports the '=' operator.
  • CatalogType supports the '=' operator.
  • ReportType supports the '=' operator.
  • FeedId supports the '=' operator.
  • ProcessingResultId supports the '=' operator.
  • AdAccountId supports the '=' operator.
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 a more granular control over the tuples that are 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) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454