Re: Keyword Ideas and relatedToQuerySearchParameter

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, As per your description, the following code snippet worked. $kwlist = ['bakery','pastries','birthday cake']; $relatedToQuerySearchParameter->setQueries($kwlist); If this is not your requirement, could you please let me know what exactly you are trying to achieve and what issues

Re: Keyword Ideas and relatedToQuerySearchParameter

2018-07-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, The RelatedToQuerySearchParameter uses array of Strings . Could you reply back with SOAP request and response of when you got both keywords clumped? For your

Keyword Ideas and relatedToQuerySearchParameter

2018-07-06 Thread Stephen Barrett
What is the array associated in this parameter. $relatedToQuerySearchParameter->setQueries( ['shoes', 'flip flops'] ); $searchParameters[] = $relatedToQuerySearchParameter; I thought it was a simple json array but I noticed it has single quotations. Does that even matter? I