ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

SearchAdsFeedItemServiceFeedItemAttributeValues

Retrieves the details of FeedItem FeedItemAttribute feedAttributeValues.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 SearchAdsFeedItemServiceFeedItemAttributeValues WHERE AccountId = '25687'

SELECT * FROM SearchAdsFeedItemServiceFeedItemAttributeValues WHERE AccountId='25687'

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

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

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

SELECT * FROM SearchAdsFeedItemServiceFeedItemAttributeValues 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

DisapprovalReasonCodes String Reject reason code of editorial review.
FeedAttributeValue String FeedItem attribute value.
ReviewFeedAttributeValue String FeedItem attribute value in review.

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