InheritFromParentBiddingScheme Data Object - Campaign Management

Defines an object that represents the inherit from parent bid strategy type.

This is the default bid strategy type for your ad groups and keywords. Use this bid strategy type to inherit the bid strategy type of the respective parent campaign or ad group.

Syntax

<xs:complexType name="InheritFromParentBiddingScheme" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:BiddingScheme">
      <xs:sequence>
        <xs:element minOccurs="0" name="InheritedBidStrategyType" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The InheritFromParentBiddingScheme object has the following elements: InheritedBidStrategyType.

Element Description Data Type
InheritedBidStrategyType The type of bidding scheme (a.k.a. bid strategy type) that is inherited from the parent campaign or ad group.

This value is equal to the Type element of the parent campaign or ad group's BiddingScheme object. Possible values include EnhancedCpc, ManualCpc, MaxClicks, MaxConversions, MaxConversionValue, TargetCpa, TargetImpressionShare, and TargetRoas. New bid strategy types might be added in the future, so you should not take any dependency on a fixed set of values.
string

The InheritFromParentBiddingScheme object has Inherited Elements.

Inherited Elements

Inherited Elements from BiddingScheme

The InheritFromParentBiddingScheme object derives from the BiddingScheme object, and inherits the following elements: Type. The descriptions below are specific to InheritFromParentBiddingScheme, and might not apply to other objects that inherit the same elements from the BiddingScheme object.

Element Description Data Type
Type The type of the bidding scheme. This value is InheritFromParentBiddingScheme when you retrieve an "inherit from parent" bidding scheme. For more information about bidding scheme types, see the BiddingScheme Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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