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:46:16 PM UTC-4, Claudio Pomo wrote:
>>
>> 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', EntityNotFound.INVALID_ID @ 
>>>> operations[1].operand; trigger:'CampaignId: *******', 
>>>> EntityNotFound.INVALID_ID @ operations[2].operand; 
>>>> trigger:'CampaignId: *******', EntityNotFound.INVALID_ID @ 
>>>> operations[3].operand; trigger:'CampaignId: *******', 
>>>> EntityNotFound.INVALID_ID @ operations[4].operand; 
>>>> trigger:'CampaignId: *******', EntityNotFound.INVALID_ID @ 
>>>> operations[5].operand; trigger:'CampaignId: *******', 
>>>> EntityNotFound.INVALID_ID @ operations[6].operand; 
>>>> trigger:'CampaignId: *******', EntityNotFound.INVALID_ID @ 
>>>> operations[7].operand; trigger:'CampaignId: *******'
>>>
>>>
>> I don't understand where is the problem because I've used adwords API 
>> with PHP and there never still have been problem.
>>
>> I create a linkedList of "CampaignCriterionOperation" 
>>
>>> operations2.add(new CampaignCriterionOperation(Operator.ADD, 
>>> campaignCriterionType, new CampaignCriterion(campaign.getId(), location, 
>>> campaignCriterionType)));
>>
>>
>> then I mutate the campaing
>>
>>> CampaignCriterionOperation[] operations = new 
>>> CampaignCriterionOperation[operations2.size()];
>>
>> CampaignCriterionReturnValue result = 
>>> campaignServiceOperation.mutate(operations2.toArray(operations));
>>
>>  
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to