Hello, I'm trying to get my conversions created using the Ruby library with following code:
``` @client = AdwordsApi::Api.new service = @client.service(:ConversionTrackerService, :v201809) service.get ``` But I'm always getting this error back: WARN -- : ID: 154-447-7958, URL: https://adwords.google.com/api/adwords/cm/v201809/ConversionTrackerService, Service: ConversionTrackerService, Action: get, Response time: ms, Request ID: , Is fault: true, Fault message: Unmarshalling Error: cvc-elt.3.1: Attribute 'http://www.w3.org/2001/XMLSchema-instance,nil' must not appear on element 'serviceSelector', because the {nillable} property of 'serviceSelector' is false. I've read here <https://groups.google.com/forum/#!topic/google-doubleclick-for-publishers-api/DCAg14K2JT4> that I need to pass a blank `external_id`, but I could't find how to do in the docs, what I'm doing wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0d61b299-5a39-4ba6-aec7-6fc545785e4e%40googlegroups.com.