R: Re: R: how to get keyword's bid

2011-06-23 Thread Marco T.
Until v201008 was a simple get request.. but now? The documentation is not clear... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

R: Re: R: how to get keyword's bid

2011-06-23 Thread Marco T.
After a long research I found the response... http://code.google.com/apis/adwords/docs/appendix/selectorfields.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

R: how to get keyword's bid

2011-06-22 Thread Marco T.
Invalid fields: Bids, Placement, Criterion.Placement, Amount What's the right one for retrieve placement/bids for keywords and adgroups. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

how to get keyword's bid

2011-06-21 Thread Marco T.
Hi, I'have some problems to upgrade my system to the new API version. I'm using the PHP client. For example when I try to download all the keywords from an adgroup the bids property are empty. Is there a field to set or is there a new procedure? thx, Marco --

R: how to get keyword's bid

2011-06-21 Thread Marco T.
The same problem is for get the adgroup's bid. What's the correct procedure for retrieving info and bids? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: why can a campaign not be named the same as a a deleted campaign?

2011-04-08 Thread Marco T.
Because all the entities in AdWords cannot be really deleted. I hate this thing... :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: authtoken error

2011-04-05 Thread Marco T.
I experienced this error on the API version change in the developing stage. Keeping the old ini files, the API give fault. Fixed with CURLOPT_SSL_VERIFYPEER at false in the auth token class. Now with your hint is more clean. Thx Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: real delete campaign

2011-04-01 Thread Marco T.
Hi Eric, another question again, remove a parent element cause removing the childs? For example: removing an adgroup cause removing ads and criterions or I have to remove every type of child? Thank you Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: real delete campaign

2011-04-01 Thread Marco T.
Ok, maybe someone could change the documentation? For this page we could use the REMOVE operator in an AdGroupOperation. http://code.google.com/intl/it-IT/apis/adwords/docs/reference/latest/AdGroupService.AdGroupOperation.html My question was for understanding the element count for the

authtoken error

2011-04-01 Thread Marco T.
Using the new v201101 php library I experienced this problem with sandbox: Failed to get authToken. Reason: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed Marco --

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-31 Thread Marco T.
done! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-29 Thread Marco T.
Please, could you give me a clear email address? the forum is hiding it. Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

real delete campaign

2011-03-25 Thread Marco T.
Hi, is there an API method for phisically delete campaign (and all childs)? We have done a mess with a campaign, and now we have too many adgroups... Thanks, Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

BUG: API (v200909) had not throw duplicate adgrup exception

2011-03-25 Thread Marco T.
Hi, debugging my last problem I'had found my error. Due my error our program had try to ADD many times the same AdGroup. The API don't throw the duplicate adGroup exception and now we have in the same campaign many adgroups with the same name. I could give you more private info if needed. Let

Re: V13 report service.

2011-03-21 Thread Marco T.
Hi, you have to pass at the new version v201101. This link contain some info about sunset: http://adwordsapi.blogspot.com/2011/03/adwords-api-v201101-launch-providing.html bye On 21 Mar, 12:04, Syed Javeed javeed.s...@gmail.com wrote: Hello Adwords, Its been 5 days i have posted a question

Re: UNEXPECTED_INTERNAL_API_ERROR

2011-03-04 Thread Marco T.
the soap request/response [Mar 04 2011 09:05:18.00 - INFO] POST /api/adwords/cm/v201008/ CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.2.12, gzip Accept-Encoding: gzip, deflate Content-Encoding: gzip Content-Type: text/xml;

Re: UNEXPECTED_INTERNAL_API_ERROR

2011-03-03 Thread Marco T.
I'have the same error with the sandbox. If somebody can tell how to take the soap request/response with the PHP client library, I could send that here. Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: could not read report

2010-10-12 Thread Marco T.
:39, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Marco, I've seen this error when the report definition contains an invalid predicate value.  Do you have the code you used to create the report definition? Best, - Eric Koleda, AdWords API Team On Oct 6, 4:38 am, Marco T. ma

Re: can't download report

2010-10-11 Thread Marco T.
Sorry for the bump, but this is my second message without answer.. Marco On 8 Ott, 10:27, Marco T. ma...@inartek.it wrote: Hi, when I try to download a report created by v201008 I'have this error: culdn't read report Is there a restriction on account? The report are created for AccountId

can't download report

2010-10-08 Thread Marco T.
Hi, when I try to download a report created by v201008 I'have this error: culdn't read report Is there a restriction on account? The report are created for AccountId and I try to download with the main account. This error occours everytime. I use the PHP client library to create a report. The

Re: could not read report

2010-10-06 Thread Marco T.
= curl_exec($ch); //print response echo $x; curl_close($ch); On 5 Ott, 17:00, Marco T. ma...@inartek.it wrote: Everytime I try to download accepted report (with or without the PHP reports utilties) I obtaing this response: !!!1|||47767XX|||Could not read report??? Any idea? Marco

list of predicates

2010-10-05 Thread Marco T.
Hi, I need to know the possible predicate fields for selector. The documentation is missing this info. Thanks, Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

could not read report

2010-10-05 Thread Marco T.
Everytime I try to download accepted report (with or without the PHP reports utilties) I obtaing this response: !!!1|||47767XX|||Could not read report??? Any idea? Marco -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

AdWords API PHP5 Soap v200906 problem

2009-09-23 Thread Marco T.
Hi to all, I've experience a problem when try to make SOAP request for v200906 API. This is a simple soap request generated by soapclient function __soapcall: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/ envelope/

AdWords API Re: checkAds service in v200906 ?

2009-09-23 Thread Marco T.
YES! incredible for 2 days I don't see that header!! thank you! Marco On 23 Set, 16:56, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Qmeapi, Unfortunately this feature doesn't exist yet in v2009, but it is something the core engineering team is investigating.  I don't know if

AdWords API internal error when creating campaign on sandbox

2009-02-03 Thread Marco T.
Hello to everybody. I can't create new campaign into the sanbox after the cleaning. I obtaing this error: soapenv:Fault faultcodesoapenv:Server.generalException/faultcode faultstringAn internal error has occurred. Please retry your request./faultstring detail ns1:fault