ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

CampaignCustomizer

Get, Add, or Delete Asset 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 '='.
  • CampaignId supports the '=,IN'.
  • CustomizerAttributeId supports the '=,IN'.

For example:

SELECT * FROM CampaignCustomizer WHERE AccountId = '1234339'
SELECT * FROM CampaignCustomizer WHERE AccountId = '1234339' AND CampaignId = '89542'
SELECT * FROM CampaignCustomizer WHERE AccountId = '1234339' AND CampaignId = '89542' AND CustomizerAttributeId = '654852'

INSERT

Insert can be executed by specifying the AccountId, CampaignId, CustomizerAttributeId, Value 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 CampaignCustomizer (AccountId, CampaignId, CustomizerAttributeId, Value) VALUES (1234339, 1840750, 510004, 'FDSA')

DELETE

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

DELETE FROM CampaignCustomizer WHERE AccountId = 1234339 AND CampaignId = 1840750 AND CustomizerAttributeId = 510004

Columns

Name Type ReadOnly References Description
AccountId Int64 True

SearchAdsAccounts.AccountId

Account ID.

ApprovalStatus String False

Displays Editorial Status.

CampaignId Int64 True

Campaign ID.

CustomizerAttributeId Int64 True

Customizer Attribute ID.

DisapprovalReasonCodes String False

Reject reason on editorial review.

Value String False

The attribute value. It will be inserted into the ad for insertion.

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