Re: AddKeywords issue

2021-11-09 Thread Oleg Disrupt
E:\xec\Test\google-ads-php>php examples/BasicOperations/AddKeywords.php --customerId 9641267633 --adGroupId 129982595255 ApiException was thrown with message '{ "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ {

RE: AddKeywords issue

2021-11-09 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Oleg, Thank you for reaching out to us. With regard to your concern, are you getting an error upon submitting your keywords request with special characters? If so, could you provide the full error message, which is usually included in the complete logs (request and response with request-id)

AddKeywords issue

2021-11-09 Thread Oleg Disrupt
Hello I want to add keyword "+a +b+c" using google api. It doesn't work well with above keyword because of "+" sign. It works well for general words. $keywordText="+a+b+c"; $keywordInfo = new KeywordInfo([ 'text' => $keywordText, 'match_type' => KeywordMatchType::BROAD