<faultstring>[AdGroupCriterionError.CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION @ operations[0].operand.criterion]</faultstring>
<message>[AdGroupCriterionError.CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION @ operations[0].operand.criterion]</message>
<errorString>AdGroupCriterionError.CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION</errorString>
HERE IS WHAT I'M TRYING TO DUPLICATE AND WHAT THE PRODUCT GROUP I CREATED LOOKS LIKE ON A REQUEST:
<soap:Header>
<requestId>00052ad44b884f380a4c49679b08c536</requestId>
<serviceName>AdGroupCriterionService</serviceName>
<methodName>get</methodName>
<operations>1</operations>
<responseTime>384</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<rval>
<totalNumEntries>1</totalNumEntries>
<Page.Type>AdGroupCriterionPage</Page.Type>
<adGroupId>33190889968</adGroupId>
<criterionUse>BIDDABLE</criterionUse>
<criterion xsi:type="ProductPartition">
<type>PRODUCT_PARTITION</type>
<Criterion.Type>ProductPartition</Criterion.Type>
<partitionType>UNIT</partitionType>
</criterion>
<AdGroupCriterion.Type>BiddableAdGroupCriterion</AdGroupCriterion.Type>
<userStatus>ENABLED</userStatus>
<systemServingStatus>ELIGIBLE</systemServingStatus>
<approvalStatus>APPROVED</approvalStatus>
<biddingStrategyConfiguration>
<biddingStrategyType>MANUAL_CPC</biddingStrategyType>
<biddingStrategySource>CAMPAIGN</biddingStrategySource>
<bids xsi:type="CpcBid">
<Bids.Type>CpcBid</Bids.Type>
<bid>
<ComparableValue.Type>Money</ComparableValue.Type>
<microAmount>10000</microAmount>
</bid>
<cpcBidSource>CRITERION</cpcBidSource>
</bids>
<bids xsi:type="CpmBid">
<Bids.Type>CpmBid</Bids.Type>
<bid>
<ComparableValue.Type>Money</ComparableValue.Type>
<microAmount>10000</microAmount>
</bid>
<cpmBidSource>ADGROUP</cpmBidSource>
</bids>
</biddingStrategyConfiguration>
</entries>
</rval>
</getResponse>
</soap:Body>
</soap:Envelope>