ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

PageFeedAssetSet

Get, Add or Remove the Page feed asset set.

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

For example:

SELECT * FROM PageFeedAssetSet WHERE AccountId = '1234339'
SELECT * FROM PageFeedAssetSet WHERE AccountId = '1234339' AND PageFeedAssetSetId = '1732'
SELECT * FROM PageFeedAssetSet WHERE AccountId = '1234339' AND PageFeedAssetSetId = '1732' AND FeedId = '12342'

INSERT

Insert can be executed by specifying the AccountId, PageFeedAssetSetName and Domain 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 PageFeedAssetSet (AccountId, PageFeedAssetSetName, Domain) VALUES (1234339, 'TestPageAssetName', 'https://www.cdata.com/')

UPDATE

Update can be executed by specifying the AccountId, PageFeedAssetSetName AND PageFeedAssetSetId in the WHERE Clause. For example:

UPDATE PageFeedAssetSet SET PageFeedAssetSetName = 'Yogesh' WHERE PageFeedAssetSetId = 1728 AND AccountId = 1234339

DELETE

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

DELETE FROM PageFeedAssetSet WHERE AccountId = 1234339 AND PageFeedAssetSetId = 1728

Columns

Name Type ReadOnly References Description
PageFeedAssetSetId [KEY] Int64 True

Page Feed Asset Set ID.

AccountId Int64 False

SearchAdsAccounts.AccountId

Account ID.

Domain String False

Domain.

PageFeedAssetSetName String False

Page Feed Asset Set Name.

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