googleads / googleads-java-lib

Google Ad Manager SOAP API Client Library for Java
Apache License 2.0
226 stars 361 forks source link

LineItemSummary is missing userConsentEligibility in v201805 #142

Closed ameenaskar closed 6 years ago

ameenaskar commented 6 years ago

Getting the following exception after upgrading to v201805: org.xml.sax.SAXException: Invalid element in com.google.api.ads.dfp.axis.v201805.LineItem - userConsentEligibility

I don't see userConsentEligibility member variable under LineItemSummary, so I suspect that this field was not fully added as expected.

christopherseeley commented 6 years ago

Thanks for reporting this! I regenerated the service stubs and released v3.14.2 with a fix.