CampaignWebpageParameterConditions
Retrieves the details of CampaignWebpage WebpageParameterConditions.The columns values set read-only false can be inserted in the parent table using Temp tables
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'.
- WebpageTargetId supports the '=,IN'.
For example:
SELECT * FROM CampaignWebpageParameterConditions WHERE AccountId = '25687' SELECT * FROM CampaignWebpageParameterConditions WHERE AccountId = '25687' AND CampaignId IN ('456971') SELECT * FROM CampaignWebpageParameterConditions WHERE AccountId = '25687' AND WebpageTargetId IN('8520')
Columns
Name | Type | References | Description |
WebpageTargetId | Int64 | Unique ID for each webpage. | |
AccountId | Int64 |
SearchAdsAccounts.AccountId | Account ID. |
CampaignId | Int64 |
SearchAdsCampaigns.CampaignId | Campaign ID. |
Argument | String | Value of rule setting. | |
Operator | String | A condition type of URL. This field can be specified only if the type is URL. If you specified EQUALS in operator, you can specify only one value in condition.
使用できる値は次のとおりです。CONTAINS, EQUALS, UNKNOWN | |
Type | String | Rule type of web page.
使用できる値は次のとおりです。URL, PAGE_TITLE, PAGE_CONTENT, CUSTOM_LABEL, ALL_PAGES, UNKNOWN |