Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-23 Thread Edward Grave
Ok thanks, i have done that now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Edward, Since this is specific to .Net library, could you please post this on the issues tracker so that the library owner can take a look at this? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-22 Thread Edward Grave
Sorry, i didn't mean a multi-dimensional array. It's an array of arrays that the reference.cs has for the groups property. On Tuesday, 22 August 2017 16:40:40 UTC+1, Edward Grave wrote: > > Hi Sreelakshmi, > > I can confirm the WSDL matches what you state, however, when pulling this > in Visual

Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-22 Thread Edward Grave
Hi Sreelakshmi, I can confirm the WSDL matches what you state, however, when pulling this in Visual Studio as a service reference I see no mention in the Reference.cs file of an RuleItemGroup object. public partial class Rule : object, System.ComponentModel.INotifyPropertyChanged {

Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi The relationship between Rule and RuleItem is as follows : Rule -> groups(RuleItemGroup[])

AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-21 Thread Edward Grave
Hi, I'm looking through the documentation and comparing it to the code produced by the WSDL for the AdWordsUserListService. I've noticed a discrepancy that is causing errors in my code when calling the get function. I'm consuming the endpoint from a C# client. >From what I can tell the Express