ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

AdGroupWebpageParameterConditions

Retrieve the details of AdGroupWebpage 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 '='.
  • AdGroupId supports the '=,IN'.
  • WebpageTargetId supports the '=,IN'.
  • CampaignId supports the '=,IN'.

For example:

SELECT * FROM AdGroupWebpageParameterConditions WHERE AccountId = '25687'

SELECT * FROM AdGroupWebpageParameterConditions WHERE AccountId = '25687' AND AdGroupId IN ('89756')	

SELECT * FROM AdGroupWebpageParameterConditions WHERE AccountId = '25687' AND TargetId IN ('89756')

SELECT * FROM AdGroupWebpageParameterConditions WHERE AccountId = '25687' AND CampaignId IN ('78962')

Columns

Name Type References Description
TargetId Int64 Unique ID for each identify webpage.
AccountId Int64

SearchAdsAccounts.AccountId

Account ID.
AdGroupId Int64

SearchAdsAdGroups.AdGroupId

Ad Group ID.
Argument String Value of rule setting. If type is 'ALL_PAGES', this field is optional in ADD operation.
Operator String A condition type of URL. This field can be specified only if the webpageConditionType is URL. If you specified EQUALS in operator, you can specify only one value in condition.

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

WebpageConditionType String Rule type of web page.

使用できる値は次のとおりです。PAGE_CONTENT, CUSTOM_LABEL, ALL_PAGES, URL, PAGE_TITLE, UNKNOWN

CampaignId Int64 Campaign ID.

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