AccountTrackingUrl
Read or Update 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 AccountTrackingUrl WHERE AccountId = '25687'
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 AccountTrackingUrl SET DisapprovalReasonCodes = 'test' WHERE AccountId = '1569342'
Columns
Name | Type | ReadOnly | References | Description |
AccountId [KEY] | Int64 | True |
SearchAdsAccounts.AccountId |
Account ID. |
AccountName | String | False |
Account name. | |
DisapprovalReasonCodes | String | False |
Code of disapproval reason. | |
DisapprovalReviewUrl | String | False |
Tracking URL the has been disapproval. | |
InReviewUrl | String | False |
Tracking URL that is in review. | |
TrackingUrl | String | False |
Tracking URL.When tag is set blank, existing Tracking URL will be deleted. | |
UrlApprovalStatus | String | False |
A review status of URL. 使用できる値は次のとおりです。DISAPPROVED, NONE, APPROVED, APPROVED_WITH_REVIEW, REVIEW, UNKNOWN |