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
*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,
>>
>>
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
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
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)
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
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
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
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
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
[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
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
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);
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
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?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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_
20 matches
Mail list logo