AdGroupCriterionAction Data Object - Campaign Management

Defines the action to apply to a BiddableAdGroupCriterion or NegativeAdGroupCriterion, specifically one that contains a ProductPartition. You can send a group of AdGroupCriterionAction objects, also known as a product group, to the ApplyProductPartitionActions service operation.

Syntax

<xs:complexType name="AdGroupCriterionAction" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Action" type="tns:ItemAction" />
    <xs:element minOccurs="0" name="AdGroupCriterion" nillable="true" type="tns:AdGroupCriterion" />
  </xs:sequence>
</xs:complexType>

Elements

The AdGroupCriterionAction object has the following elements: Action, AdGroupCriterion.

Element Description Data Type
Action The action to be applied for the AdGroupCriterion. ItemAction
AdGroupCriterion The BiddableAdGroupCriterion or NegativeAdGroupCriterion, either of which must contain a ProductPartition criterion.

For the Update action, only the CriterionBid and DestinationUrl elements of the AdGroupCriterion are mutable. To update the order or structure of the product group, you cannot use the update action. You must delete ad group criterions and then add new product partitions instead.
AdGroupCriterion

Requirements

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

Used By

ApplyHotelGroupActions
ApplyProductPartitionActions