ODBC Driver for Yahoo! Ads

Build 23.0.8839

SearchAdsFeedItemSchedulingSchedules

Retrieves the details of FeedItem Scheduling Schedules.The columns values set read-only false can be inserted in the parent table using Temp tables

Table Specific Information

Select

The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The AccountId is required to make a request and the rest of the filter is executed client-side within the 本製品.

  • AccountId supports the '='.
  • FeedItemId supports the '=,IN'.
  • ApprovalStatus supports the '=,IN'.
  • FeedId supports the '=,IN'.
  • PlaceholderType supports the '=,IN'.

For example:

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId = '25687';

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId='25687'

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId='234535' AND FeedItemId='456971'

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId='234535' AND ApprovalStatus IN ('APPROVED_WITH_REVIEW')

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId='234535' AND FeedId IN ('0147')	

SELECT * FROM SearchAdsFeedItemSchedulingSchedules WHERE AccountId='234535' AND PlaceholderType IN ('CALLEXTENSION','AD_CUSTOMIZER')

Columns

Name Type References Description
FeedItemId Int64 Feed Item ID.
AccountId Int64

SearchAdsAccounts.AccountId

Account ID.
ApprovalStatus String FeedItemServiceApprovalStatus displays Editorial Status.

使用できる値は次のとおりです。APPROVED, APPROVED_WITH_REVIEW, REVIEW, PRE_DISAPPROVED, POST_DISAPPROVED, UNKNOWN

FeedId Int64

SearchAdsFeeds.FeedId

Feed ID.
PlaceholderType String selects FeeItem information type.

使用できる値は次のとおりです。QUICKLINK, CALLEXTENSION, AD_CUSTOMIZER, CALLOUT, STRUCTURED_SNIPPET, UNKNOWN

DayOfWeek String A day of the week.

使用できる値は次のとおりです。MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY, UNKNOWN

StartMinute String Minutes of an hour.

使用できる値は次のとおりです。ZERO, FIFTEEN, THIRTY, FORTY_FIVE, UNKNOWN

EndMinute String Minutes of an hour.

使用できる値は次のとおりです。ZERO, FIFTEEN, THIRTY, FORTY_FIVE, UNKNOWN

StartHour Int64 Start time in hour. Specify in 0-23.
EndHour Int64 End time in hour. Specify in 0-24.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839