Hi, Our tool uses the PHP client lib. and even running the sample "AddCompleteCampaignUsingBatchJob.php" an exception is thrown when there are errors in the downloaded result set, so basically it cant process the results.
I have traced it back to XmlDeserializer.php utility. The error message says: "Property _parameterMap does not exist". To be more specific when it tries to get the errorString property of a child of ApiError class (ConvertElementToObject method last section), the hasProperty() call returns false, then it tries to get the _parameterMap of ApiError, which fails, and throws the above mentioned error. Am I missing / have overlooked something here? Thanks, Peter Gerő -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/44e1b011-1139-4eac-a88d-7a624649c1f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
