Awesome thanks Anthon. One more question. I am trying to retrieve the Cpc bid change from the results. so i am using the following code:
for result in result_response['SimpleMutateResult']['results']: print(result.AdGroupCriterion.biddingStrategyConfiguration.bids[0].bid.microAmount) On Monday, September 28, 2015 at 1:12:45 PM UTC-5, Anthony Madrigal wrote: > > Hi, > > Fortunately, the Partial Failure > <https://developers.google.com/adwords/api/docs/guides/partial-failure> > is always set to true when using the MutateJobService. By setting this > flag > <https://developers.google.com/adwords/api/docs/guides/bestpractices#partial_failure>, > > you will not have *all *of your requests fail when only one or a few of > them fail. > > For future reference, you can set the Partial Failure flag to true by > setting it in the *googleads.yaml *file. > > Cheers, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4ad9bc15-13a2-4517-a493-18fe339b72e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
