网页条件数据对象 - 市场活动管理

定义有助于确定是否要显示动态搜索广告的条件或条件。

语法

<xs:complexType name="WebpageCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Argument" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Operand" type="tns:WebpageConditionOperand" />
    <xs:element minOccurs="0" name="Operator" nillable="true" type="tns:WebpageConditionOperator">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

元素

网页版对象具有以下元素:ArgumentOperandOperator

元素 说明 数据类型
参数 网页条件或条件。 如果操作数引用的网页属性包含或等于参数的值,则满足条件。

例如,可以将此字符串设置为网站的 URL、类别、页面标题或页面内容。

注意: 对于“性能最大”市场活动,只能将参数设置为 URL。

加: 必填
更新: 不適用。 无法更新网页条件。 若要更新条件,必须删除条件并添加新条件。
string
操作数 网页条件操作数。

加: 必填
更新: 不適用。 无法更新网页条件。 若要更新条件,必须删除条件并添加新条件。
WebpageConditionOperand
运算符 网页条件运算符。

加: 自选。 如果未定义默认运算符,则使用默认运算符。 仅当使用 Operand=URLOperator = Equals 时,才需要运算符
更新: 不適用。 无法更新网页条件。 若要更新条件,必须删除条件并添加新条件。

默认值

URL/PageTitle/PageContent - Contains,Category/CustomLabel - Equals。

支持的值

URL - Contains/Equals、PageTitle/PageContent - Contains、CustomLabel/Category - Equals
网页版ConditionOperator

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

WebpageParameter