ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

CampaignSharedSets

Create, Read or Delete setup negative keyword list to campaign.

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

For example:

SELECT * FROM CampaignSharedSets WHERE AccountId = '1234339'

SELECT * FROM CampaignSharedSets WHERE AccountId = '1234339' AND CampaignId IN ('1833923')

SELECT * FROM CampaignSharedSets WHERE AccountId = '1234339' AND SharedListId IN ('25648')

INSERT

Insert can be executed by specifying the AccountId, CampaignId and SharedListId 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 CampaignSharedSets (AccountId, CampaignId, SharedListId) VALUES ('1234339', '1833923', '25648')

DELETE

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

DELETE FROM CampaignSharedSets WHERE AccountId = '1234339' AND CampaignId = '1833923' AND SharedListId = '25648'

Columns

Name Type ReadOnly References Description
SharedListId [KEY] Int64 True

AccountSharedLists.SharedListId

Negative keyword list ID of the account.

AccountId Int64 True

SearchAdsAccounts.AccountId

Account ID.

CampaignId Int64 True

SearchAdsCampaigns.CampaignId

Campaign ID.

CampaignName String False

Campaign name.

SharedListName String False

Negative keyword list name of the account.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
ReferenceNumber String

This column will be used in Bulk operations to get specific values from the Temp tables.

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