Re: TargetingIdeaSelector via PHP - need some advice

2013-05-09 Thread google
that works! ..what a stupid mistake.. thanks a lot! On Wednesday, May 8, 2013 4:44:37 PM UTC+2, Paul Matthews (AdWords API Team) wrote: > > Hi goo..., > > It's to do with how you invoke the call to the API. > > So, instead of performing the $client->__soapCall() method, if you set the > headers

Re: TargetingIdeaSelector via PHP - need some advice

2013-05-08 Thread Paul Matthews (AdWords API Team)
Hi goo..., It's to do with how you invoke the call to the API. So, instead of performing the $client->__soapCall() method, if you set the headers with $soap->__setSoapHeaders($encodedHeaders); Then call the client's magic get method, it should work. e.g: $encodedHeaders = new SoapHeader(AD

Re: TargetingIdeaSelector via PHP - need some advice

2013-05-02 Thread google
Thanks, but that doesn't work, so I guess the problem sticks somewhere else. here's my php-file: https://adwords.google.com";); define("ADWORDS_API_NAMESPACE", "https://adwords.google.com/api/adwords/o/"; . ADWORDS_API_VERSION); define("ADWORDS_API_CAMPAIGN_SERVICE", ADWORDS_API_SERVER . "/a

Re: TargetingIdeaSelector via PHP - need some advice

2013-04-30 Thread Paul Matthews (AdWords API Team)
Hi goo..., Try sending this selector instead: array(1) { ["selector"]=> array(5) { ["requestType"]=> string(5) "IDEAS" ["ideaType"]=> string(7) "KEYWORD" ["requestedAttributeTypes"]=> array(4) { [0]=> string(12) "KEYWORD_TEXT" [1]=> string(13) "

Re: TargetingIdeaSelector via PHP - need some advice

2013-04-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, First can you please try this exampleof get keyword ideas and see if it's suceessful? Best, - Takeshi, AdWords API Team On Saturday, April 27, 2013 8:02:19 PM UTC+9, goo...@my

TargetingIdeaSelector via PHP - need some advice

2013-04-27 Thread google
Hi, I try to create a really simple API call to get related keywords, but I'm not successful with it. I create this array and send it via PHP SoapClient: Array ( [get] => Array ( [TargetingIdeaSelector] => Array ( [searchParameter] =>