Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-20 Thread Claudio Pomo
e specifying your MCC id as clientCustomerId, > instead what you want to specify the id of the account owner of those > campaigns. > > Best, > > -David Torres - AdWords API Team > > On Friday, June 8, 2012 3:30:16 AM UTC-4, Claudio Pomo wrote: >> >> *requestId=0004c1bc

Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-08 Thread Claudio Pomo
*requestId=0004c1bcd7694f100a3414e350c1* On Thursday, June 7, 2012 10:41:39 PM UTC+2, Claudio Pomo wrote: > > Hi David, > > where I can found a request id? > > On Thursday, June 7, 2012 9:22:59 PM UTC+2, David Torres wrote: >> >> Hi Claudio, >> >>

Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-07 Thread Claudio Pomo
Hi David, where I can found a request id? On Thursday, June 7, 2012 9:22:59 PM UTC+2, David Torres wrote: > > Hi Claudio, > > Can you post a request id? I'll be glad to check. > > Best, > > -David Torres - AdWords API Team > > On Tuesday, June 5, 2012 1

EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-05 Thread Claudio Pomo
I'm using adwords API for java but when I try to "mutate" my campaign I get this error: > > AxisFault > > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server > > faultSubcode: > > faultString: [EntityNotFound.INVALID_ID @ operations[0].operand; >> trigger:'CampaignId: 93996448', Enti

Re: EntityNotFound.INVALID_ID @ operations[ *]operand.criterion; trigger:'******'

2012-03-14 Thread Claudio Pomo
rs, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, 13 March 2012 22:38:03 UTC+5:30, Claudio Pomo wrote: >> >> I'm trying to update my campaign targetCriteri with this code: >> >> foreach ($id_camp as $id){ >> >> //$campaignId = (float) &#

Re: GeoTargetList v201109

2012-03-11 Thread Claudio Pomo
Thank you Jim for your reply! I've just modified my code trough the way indicated by you: $campaignCriterionService = $user->GetService('CampaignCriterionService', 'v201109'); $campaignCriteria = array(); $provincia = array(); foreach ($id_camp as $id){ //$campaignId = (float) '57171644'; $cam

GeoTargetList v201109

2012-03-08 Thread Claudio Pomo
Hi, I've a problem with GeoTargetList in php api v201109!! With api v201101 I use this code to set province-target $on = array(); $i=0; foreach ($attivate as $pr){ $provincia = new ProvinceTarget(); $provincia->provinceCode = $pr; $provincia->excluded = false; $on[$i] = $provincia; $i++; } // Cr

R: Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-06-27 Thread Claudio Pomo
I've same problem... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

R: Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-06-27 Thread Claudio Pomo
I've some problem -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

intenal api error

2011-06-27 Thread Claudio Pomo
Sorry, but this problem is already instead to one week!! Have you a solution? [Jun 23 2011 16:02:30.00 - INFO] POST /api/adwords/cm/v201101/ CampaignTargetService HTTP/1.1 Host: adwords.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.3.6, gzip Accept-Encoding: gzip, deflate Conte

INTERNAL API ERROR

2011-06-23 Thread Claudio Pomo
[Jun 23 2011 16:02:30.00 - INFO] POST /api/adwords/cm/v201101/CampaignTargetService HTTP/1.1 Host: adwords.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.3.6, gzip Accept-Encoding: gzip, deflate Content-Encoding: gzip Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Lengt

set provinceCode INTERNAL ERROR

2011-06-23 Thread Claudio Pomo
http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201101"> aa5b38e5dfde9d024e1c3b842c33bd7d 0 234 0 soap:Server [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@1666e32

GeoTarget

2011-06-17 Thread Claudio Pomo
I want obtain only Provincetraget and I use this code but I have some problem. What is the trouble? $campaignTargetService = $user->GetCampaignTargetService('v201101'); $campaignId = (float) '56869364'; $selector = new CampaignTargetSelector(); $selector->campaignIds = array($campaignId);

Re: R: Re: app token

2011-06-17 Thread Claudio Pomo
ok, thank you vary much! On 17 Giu, 08:05, "Anash P. Oommen" wrote: > Hi Claudio, > > I'd check in the following sequence: > > - Ensure that your request is going tohttps://adwords.google.com > - If you are using an MCC to generate credentials, then >   -- your authtoken should be generated using

R: Re: app token

2011-06-16 Thread Claudio Pomo
Hi! Today my developer token is approving and I try to use the API without sandbox. In my adwords account I've a lot of campaings, but when I start the 'getAllCampaings' (in exemple) the response is 'No campaigns were found.' What is the problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

getAllCampaings exemple

2011-06-16 Thread Claudio Pomo
Hi! Today my developer token is approving and I try to use the API without sandbox. In my adwords account I've a lot of campaings, but when I start the 'getAllCampaings' (in exemple) the response is 'No campaigns were found.' What is the problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

app token

2011-06-03 Thread Claudio Pomo
Hi! I've a developer token approved and I've required an application token 4 week ago. Now my developer token is reject and the application token is ever pending -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: sandbox SOAP PHP trouble

2011-05-21 Thread Claudio Pomo
Hi Evgeniy, thank you for your help!!! On 20 Mag, 21:01, Evgeniy Bogdanov wrote: > Hi Claudio. > > Yes, you're right. > You don't have PHP SOAP extension. I'm not familiar with Darwin or Mac > OS yet. :) > Try to use this > linkhttp://wiki.developerforce.com/index.php/Workbench#Option_4:_Compil

Re: sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi Evgeniy, this is the response of 'phpinfo()' on my shell. Probably I've a problem with php claudio$ php index.php PHP Warning: PHP Startup: Unable to load dynamic library './ php_mcrypt.dll' - (null) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library './ php_mysq

sandbox SOAP PHP trouble

2011-05-20 Thread Claudio Pomo
Hi, I've a SOAP extension enable but whene I try to lunch exemple code "GetAllCampings.php", on shell, this is the response: Fatal error: This client library requires the SOAP extension to be activated. See http://php.net/manual/en/soap.installation.php for details. in /Users/claudio/Downloads/aw_