Hello Shwetha, Yes, the problem is exactly the OrderedDict being returned. Here it says it's a list https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.BiddingStrategyConfiguration#bids So one of the two must be wrong. Which one is it? :)
Best, Stefano- On Wednesday, July 6, 2016 at 8:51:35 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Stefano, > > The ParseResponse method of the batch_job_helper object internally > converts the XML response to dict in the Python client library. This > method > <http://googleads.github.io/googleads-python-lib/googleads.adwords-pysrc.html#BatchJobHelper.GetResponseParser> > returns > an OrderedDict containing the Batch Job Service Response. > > The format listed in the reference document > <https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupService.BiddingStrategyConfiguration#bids> > is > how the Bids will be available in the SOAP XML response. > > Regards, > Shwetha, 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/51e79c9e-7bea-4cb4-a3ce-97be509e8d47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
