Hello Roelf,

Absolutely (provided you use the same ad group ID). This is known as 
"sparse updates" -- we recommend to only send the fields you are actually 
changing, and an ID to identify the object.


-Danial, AdWords API Team.


On Thursday, May 16, 2013 4:47:35 PM UTC+4, Roelf Jansen wrote:
>
> Hi Danial
>
> As I responded earlier, this workaround does the trick.
>
> I need to confirm that the tempory AdGroup object is just a local 
> construct & won't be seen as a new AdGroup object in the Campaign ?
>
> We do not want to use the AdGroups' long performance histories.
>
> Regards
> Roelf
>
>
> On Wed, May 15, 2013 at 10:30 PM, Danial Klimkin <
> adwordsapiad...@google.com <javascript:>> wrote:
>
>> Hello Roelf,
>>
>>
>> It sounds like you are sending a biddingStrategyType or biddingScheme in 
>> the mutate request. I suggest creating a new AdGroup object locally and 
>> setting its ID to the ad group ID value and the status to the one you want. 
>> Please let us know if you still get this error after that.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>>
>> On Monday, May 13, 2013 2:10:58 PM UTC+4, Roelf Jansen wrote:
>>>
>>>
>>> I'm trying to enable a paused AdGroup in a Campaign which is set up for 
>>> automatic bidding.
>>>
>>> However, when I try to mutate I'm told I'm not allow to override the 
>>> BiddingStrategy.  I don't understand how enabling the AdGroup should 
>>> trigger a BiddingStrategy exception ?
>>>
>>> ....
>>>
>>>  AdGroup adGroup = (AdGroup)adGroupEntries[j];
>>>                                                                       
>>>                         
>>> if ("PAUSED".equals(adGroup.**getStatus().toString())){
>>>
>>>     adGroup.setStatus(**AdGroupStatus.ENABLED);    
>>>
>>>     AdGroupOperation enableOperation = new AdGroupOperation();
>>>     enableOperation.setOperand(**adGroup);
>>>     enableOperation.setOperator(**Operator.SET);
>>>                         
>>>     AdGroupOperation[] enableOperations = new AdGroupOperation[]{**
>>> enableOperation};
>>>
>>>     AdGroupReturnValue enableResult = adGroupService.mutate(**
>>> enableOperations);
>>>
>>> }
>>>
>>> ....
>>>
>>> AxisFault
>>>  faultCode: 
>>> {http://schemas.xmlsoap.org/**soap/envelope/}Server<http://schemas.xmlsoap.org/soap/envelope/%7DServer>
>>>  faultSubcode: 
>>>  faultString: [BiddingErrors.BIDDING_**STRATEGY_OVERRIDE_NOT_ALLOWED @ 
>>> operations[0].operand.**biddingStrategyConfiguration]
>>>  faultActor: 
>>>  faultNode: 
>>>  faultDetail: 
>>>     {https://adwords.google.com/**api/adwords/cm/v201302}**
>>> ApiExceptionFault<https://adwords.google.com/api/adwords/cm/v201302%7DApiExceptionFault>
>>> :<message>[**BiddingErrors.BIDDING_**STRATEGY_OVERRIDE_NOT_ALLOWED @ 
>>> operations[0].operand.**biddingStrategyConfiguration]<**/message><**
>>> ApplicationException.Type>**ApiException</**ApplicationException.Type><*
>>> *errors 
>>> xmlns:xsi="http://www.w3.org/**2001/XMLSchema-instance<http://www.w3.org/2001/XMLSchema-instance>"
>>>  
>>> xsi:type="BiddingErrors"><**fieldPath>operations[0].**operand.**
>>> biddingStrategyConfiguration</**fieldPath><trigger/><**
>>> errorString>BiddingErrors.**BIDDING_STRATEGY_OVERRIDE_NOT_**
>>> ALLOWED</errorString><**ApiError.Type>BiddingErrors</**
>>> ApiError.Type><reason>BIDDING_**STRATEGY_OVERRIDE_NOT_ALLOWED<**
>>> /reason></errors>
>>>
>>> [BiddingErrors.BIDDING_**STRATEGY_OVERRIDE_NOT_ALLOWED @ 
>>> operations[0].operand.**biddingStrategyConfiguration]
>>
>>  -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com<javascript:>
>> To unsubscribe from this group, send email to
>> adwords-api...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/adwords-api?hl=en
>>  
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "AdWords API Forum" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/adwords-api/cJDhcl996FI/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> adwords-api...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to