Webpage Data Object - Campaign Management
Defines a webpage parameter that contains a list of webpage conditions or criteria that help determine whether you want to show dynamic search ads.
The Webpage criterion can be included within BiddableAdGroupCriterion, NegativeAdGroupCriterion, and NegativeCampaignCriterion objects. If ad group level negative webpage criterions are specified, the campaign level negative webpage criterions are ignored for that ad group. In other words the ad group negative webpage criterions override the campaign negative webpage criterions, and are not applied as a union.
A Webpage criterion can only be created within campaigns that have a DynamicSearchAdsSetting or PerformanceMaxSetting.
- Search campaigns if the CampaignType is set to "Search", if the ExperimentId element is not set, and if the AdGroupType is set to "SearchDynamic".
Syntax
<xs:complexType name="Webpage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="Parameter" nillable="true" type="tns:WebpageParameter" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The Webpage object has the following elements: Parameter.
Element | Description | Data Type |
---|---|---|
Parameter | The webpage parameter that contains a list of webpage conditions or criteria. Add: Required Update: Optional. You can update the criterion name, but cannot update the webpage conditions. To update the conditions you must delete the criterion and add a new criterion. |
WebpageParameter |
The Webpage object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The Webpage object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to Webpage, and might not apply to other objects that inherit the same elements from the Criterion object.
Element | Description | Data Type |
---|---|---|
Type | The type of the criterion. This value is Webpage when you retrieve a webpage criterion. For more information about criterion types, see the Criterion Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13