Re: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-12 Thread Google Ads API Forum Advisor Prod
Hi Mark, I have validated with the engineering team and my initial investigation is correct. You will have to reduce your total number of RuleItems in order to get around this limit. Thanks, Poki, AdWords API Team ref:_00D1U1174p._5001UMWAzH:ref -- --

Re: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Mark, I'm still checking with the engineering team to validate my initial investigation here. Basically, there is a total length limit of rule string combined by all the RuleItems, even though your list does not reach 1000 RuleItems. For example, if I have 2 RuleItems with "url__ CONTAINS

Re: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-06 Thread Mark
Hey Mitchell, Replying to your response here. Were you successfully able to create a user list with all 246 items? I have tried to use only the last 4 URLs, and a user list was created successfully. According to the documentation

RE: StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-04 Thread Google Ads API Forum Advisor Prod
Hi Mark, Thank you for reaching out. Can you please provide the complete SOAP logs of you API request via reply privately to author so that I can investigate further? I'm not sure which client library you're using, but here is a guide on how to enable logging in the Java client library.

StringLengthError.TOO_LONG for userDataRule.ruleString

2019-11-04 Thread Mark
Hello, We have been encountering multiple cases where creating/updating user lists results in a *StringLengthError.TOO_LONG* error. I've been browsing through the documentation and haven't found any clues as to what the limit can be. I can see there is a limit of 1000 RuleItems per Rule

Re: stringLengthError.TOO_LONG

2016-11-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, The length of the key field should be between 1 and 16 characters. Looks like you might be using a string value which exceeds this limit. Could you please check and let me know if

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0

stringLengthError.TOO_LONG

2016-11-04 Thread Eshwar Chettri
Hi all, when I'am trying to add new campaign its showing an exception like stringLengthError.TOO_LONG here is the code. removeReadOnlyParameters(cmpOperation); int operLength = cmpOperation.length; int count = 0; int operCount = 0