Re: RequiredError.REQUIRED... What is missing?

2017-06-28 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the list of uploaded operations to see if the keyword text is provided correctly? Are you using PHP client library perform these operations? If so, you need to set the keyword text as shown below: $keyword->setText($text); Thanks, Shwetha, AdWords API Team. -- --

RequiredError.REQUIRED... What is missing?

2017-06-28 Thread sam
I believe this is coming from my addKeyword function: http://www.w3.org/2001/XMLSchema-instance; xsi:type= "RequiredError"> operations[6].operand.criterion.text operations 6 operand criterion text RequiredError.REQUIRED RequiredError REQUIRED Do we know what's causing this? Here's the