ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsBudgets

Read or Update budget information for the account.

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 '=,IN'.
For example:
SELECT * FROM DisplayAdsBudgets WHERE AccountId = '1234'

UPDATE

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

UPDATE DisplayAdsBudgets SET AccountType = 'PREPAY' WHERE AccountId = '1234'

Columns

Name Type ReadOnly References Description
AccountId [KEY] Int64 True

DisplayAdsAccounts.AccountId

Account ID.

AccountType String False

Displays the account charge type

使用できる値は次のとおりです。PREPAY, INVOICE, UNKNOWN

Amount Int64 False

Amount of budget.The monthly budget can be changed only when accountType is INVOICE. In addition, the budget amount must be specified in units of 1000 yen.

LimitChargeType String False

The account's budget allotment .Specify MONTHLY to change the monthly budget.

使用できる値は次のとおりです。SUM, MONTHLY, UNKNOWN

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