ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsFeeds

Create, Read, Update or delete Feed information

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 '='.
  • FeedId supports the '=,IN'.

For example, the following queries are processed server side:

SELECT * FROM DisplayAdsFeeds WHERE AccountId = '1002504155'

SELECT * FROM DisplayAdsFeeds WHERE AccountId = '1002504155' AND FeedId = '1002504'

Insert

Insert can be executed by specifying the AccountId and FeedName columns. The columns that are not read-only can be inserted optionally. Following is an example of how to insert into this table

INSERT INTO DisplayAdsFeeds (AccountId,FeedName) VALUES ('1002504155','Testfeed')

Update

Update can be executed by specifying the AccountId and FeedId in the WHERE Clause. The columns that are not read-only can be Updated. For example:

UPDATE DisplayAdsFeeds SET FeedName = 'Testfeed' WHERE AccountId = '1002504155' AND FeedId = '1002504155'

Delete

Delete can be executed by specifying the AccountId and FeedId in the WHERE Clause. For example:

DELETE FROM DisplayAdsFeeds WHERE AccountId = '1002504155' AND FeedId = '1002504155'

Columns

Name Type ReadOnly References Description
FeedId [KEY] Int64 True

ID for identifying Feed.

AccountId Int64 True

DisplayAdsAccounts.AccountId

Account ID.

ApprovedItemCount Int64 False

Number of approved items

DisApprovedItemCount Int64 False

Number of disapproved items.

FeedName String False

Name for identifying Feed

ItemCount Int64 False

Number of items.

UploadLimitSourceTypes String True

Source Type.

使用できる値は次のとおりです。FTP_SCHEDULE, FTP_DIRECT, API, FTP_AND_API, CAMPAIGN_MANAGEMENT_TOOL, UNKNOWN

UploadLimitControlType String True

Control type

使用できる値は次のとおりです。UPLOAD_COUNT_LIMIT, FILE_ROWS_LIMIT, FILE_SIZE_LIMIT_COMPRESS, FILE_SIZE_LIMIT_UNCOMPRESS, UNKNOWN

UploadLimitValue Int64 True

Number of limit.

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