RetargetingTags
Create or Read site retargeting tag 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 '='.
For example:
SELECT * FROM RetargetingTags WHERE AccountId = '1002504155'
INSERT
Insert can be executed by specifying the AccountId 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 RetargetingTags(AccountId) VALUES ('1002504155')
Columns
Name | Type | ReadOnly | References | Description |
RetargetingTagId [KEY] | String | True |
Tag ID for site retargeting. | |
AccountId | Int64 | True |
DisplayAdsAccounts.AccountId |
Account ID. |
AdvancedTag | String | False |
The new format of site retargeting tag avoids the impacts such as changes made to the browser. | |
ApprovalStatus | String | False |
Status of tag approval for site retargeting 使用できる値は次のとおりです。AVAILABLE, DISAPPROVED, DISAPPROVED_WITH_REVIEW, UNKNOWN |