DisplayAdsAccountTrackingUrl
Get Information related to account tracking.
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 '='.
For example:
SELECT * FROM DisplayAdsAccountTrackingUrl WHERE AccountId = '1002504155'
UPADTE
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 DisplayAdsAccountTrackingUrl SET AccountName = 'Test' WHERE Accountid = '1002504155'
Columns
Name | Type | ReadOnly | References | Description |
AccountId [KEY] | Int64 | True |
DisplayAdsAccounts.AccountId |
Account ID. |
AccountName | String | False |
Account name. | |
IsRemoveTrackingUrl | String | False |
flag for removing an information item. 使用できる値は次のとおりです。TRUE, FALSE, UNKNOWN |