Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2014-01-24 Thread Danial Klimkin
Hello Daniel,


Please create a new thread on the forum for your issue and attach the XML 
logs of the request and server response to investigate. Please make sure to 
remove sensitive parts such as developer and auth tokens.


-Danial, AdWords API Team.

On Tuesday, January 21, 2014 8:00:57 PM UTC+4, Modix Germany wrote:
>
> Hi AdWords team,
>
> I'm running into the same problem: EntityNotFound.INVALID_ID.
>
>   KeywordId/CriterionId: 62589520809
>   ClientCustomerId: 270-433-8426
>   AdGroupId: 10044796569
>
> When using the reportdownload service, the keyword id is present in the 
> download (UserStatus enabled).
>
> Regards
> - Daniel
>
> Am Freitag, 2. August 2013 09:54:01 UTC+2 schrieb Rob:
>>
>> Looks like you're trying to change the bid on a deleted criterion 
>> (DELETED). That could explain why it doesn't work.
>>
>> On Monday, 22 July 2013 12:13:01 UTC+1, Akil Burgess wrote:
>>>
>>> Hi All,
>>>
>>> We're seeing a reproducable issue where we receive an 
>>> EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate 
>>> operation on AdGroupCriterion using a valid AdGroupId and CriterionId 
>>> ("Id"). The AdGroupCriterionService get call returns the AdGroupCriterion 
>>> object with the same Ids that are being said to be invalid. 
>>>
>>> I have attached the soap logs for the mutate operation and the get 
>>> operation below. Is this a bug in the AdGroupCriterionService or is there 
>>> something wrong with our AdGroupCriterionOperation?
>>>
>>> Thanks!
>>> Akil Burgess
>>>
>>>
>>> -BEGIN API CALL-
>>>
>>> Request (Mutate)
>>> ---
>>>
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>>> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
>>> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
>>> gzip)https://adwords.google.com/api/adwords/cm/v201306";>SET>>  
>>> xsi:type="BiddableAdGroupCriterion">3790202104>>  
>>> xsi:type="Keyword">37523985304>>  
>>> xsi:type="CpcBid">80
>>>
>>> Response (Mutate)
>>> 
>>>
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/
>>> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179870ad280ae50e884419AdGroupCriterionServicemutate0478soap:Server[EntityNotFound.INVALID_ID
>>>  
>>> @ operations[0].operand.criterion.id; 
>>> trigger:'CriterionId{id=37523985304}']>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[EntityNotFound.INVALID_ID
>>>  
>>> @ operations[0].operand.criterion.id; 
>>> trigger:'CriterionId{id=37523985304}']ApiException>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="EntityNotFound">operations[0].operand.criterion.id
>>> CriterionId{id=37523985304}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID
>>> -END API CALL---
>>>
>>> -BEGIN API CALL-
>>>
>>> Request (Get)
>>> ---
>>>
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>>> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
>>> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
>>> gzip)https://adwords.google.com/api/adwords/cm/v201306
>>> ">AdGroupIdCriterionUseStatusSystemServingStatusApprovalStatusDisapprovalReasonsDestinationUrlFirstPageCpcIsKeywordAdRelevanceAcceptableIsLandingPageQualityAcceptableIsLandingPageLatencyAcceptableQualityScoreBiddingStrategyTypeCpcBidCpcBidSourceCpmBidCpmBidSourcePercentCpaBidPercentCpaBidSourceIdCriteriaTypeAgeRangeTypeUserInterestIdUserInterestNameUserListIdUserListMembershipStatusGenderTypeKeywordTextKeywordMatchTypeMobileAppCategoryIdDisplayNamePlacementUrlTextVerticalIdVerticalParentIdPathAdGroupIdEQUALS3790202104IdEQUALS3752398530401
>>>
>>> Response (Get)
>>> 
>>>
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/
>>> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179c2f6e900ae503c65ebdAdGroupCriterionServiceget0415>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>1AdGroupCriterionPage>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="BiddableAdGroupCriterion">3790202104BIDDABLE>>  
>>> xsi:type="Keyword">37523985304KEYWORDKeywordcheap
>>>  
>>> David Haye Dereck C

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2014-01-21 Thread Modix Germany
Hi AdWords team,

I'm running into the same problem: EntityNotFound.INVALID_ID.

  KeywordId/CriterionId: 62589520809
  ClientCustomerId: 270-433-8426
  AdGroupId: 10044796569

When using the reportdownload service, the keyword id is present in the 
download (UserStatus enabled).

Regards
- Daniel

Am Freitag, 2. August 2013 09:54:01 UTC+2 schrieb Rob:
>
> Looks like you're trying to change the bid on a deleted criterion 
> (DELETED). That could explain why it doesn't work.
>
> On Monday, 22 July 2013 12:13:01 UTC+1, Akil Burgess wrote:
>>
>> Hi All,
>>
>> We're seeing a reproducable issue where we receive an 
>> EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate 
>> operation on AdGroupCriterion using a valid AdGroupId and CriterionId 
>> ("Id"). The AdGroupCriterionService get call returns the AdGroupCriterion 
>> object with the same Ids that are being said to be invalid. 
>>
>> I have attached the soap logs for the mutate operation and the get 
>> operation below. Is this a bug in the AdGroupCriterionService or is there 
>> something wrong with our AdGroupCriterionOperation?
>>
>> Thanks!
>> Akil Burgess
>>
>>
>> -BEGIN API CALL-
>>
>> Request (Mutate)
>> ---
>>
>>
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
>> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
>> gzip)https://adwords.google.com/api/adwords/cm/v201306";>SET>  
>> xsi:type="BiddableAdGroupCriterion">3790202104>  
>> xsi:type="Keyword">37523985304>  
>> xsi:type="CpcBid">80
>>
>> Response (Mutate)
>> 
>>
>>
>> http://schemas.xmlsoap.org/soap/envelope/
>> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179870ad280ae50e884419AdGroupCriterionServicemutate0478soap:Server[EntityNotFound.INVALID_ID
>>  
>> @ operations[0].operand.criterion.id; 
>> trigger:'CriterionId{id=37523985304}']>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[EntityNotFound.INVALID_ID
>>  
>> @ operations[0].operand.criterion.id; 
>> trigger:'CriterionId{id=37523985304}']ApiException>  
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>> xsi:type="EntityNotFound">operations[0].operand.criterion.id
>> CriterionId{id=37523985304}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID
>> -END API CALL---
>>
>> -BEGIN API CALL-
>>
>> Request (Get)
>> ---
>>
>>
>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
>> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
>> gzip)https://adwords.google.com/api/adwords/cm/v201306
>> ">AdGroupIdCriterionUseStatusSystemServingStatusApprovalStatusDisapprovalReasonsDestinationUrlFirstPageCpcIsKeywordAdRelevanceAcceptableIsLandingPageQualityAcceptableIsLandingPageLatencyAcceptableQualityScoreBiddingStrategyTypeCpcBidCpcBidSourceCpmBidCpmBidSourcePercentCpaBidPercentCpaBidSourceIdCriteriaTypeAgeRangeTypeUserInterestIdUserInterestNameUserListIdUserListMembershipStatusGenderTypeKeywordTextKeywordMatchTypeMobileAppCategoryIdDisplayNamePlacementUrlTextVerticalIdVerticalParentIdPathAdGroupIdEQUALS3790202104IdEQUALS3752398530401
>>
>> Response (Get)
>> 
>>
>>
>> http://schemas.xmlsoap.org/soap/envelope/
>> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179c2f6e900ae503c65ebdAdGroupCriterionServiceget0415>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>1AdGroupCriterionPage>  
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>> xsi:type="BiddableAdGroupCriterion">3790202104BIDDABLE>  
>> xsi:type="Keyword">37523985304KEYWORDKeywordcheap
>>  
>> David Haye Dereck Chisora 
>> ticketsBROADBiddableAdGroupCriterionDELETEDSEARCHStatsMANUAL_CPC
>> -END API CALL---
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "A

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-08-02 Thread Rob
Looks like you're trying to change the bid on a deleted criterion 
(DELETED). That could explain why it doesn't work.

On Monday, 22 July 2013 12:13:01 UTC+1, Akil Burgess wrote:
>
> Hi All,
>
> We're seeing a reproducable issue where we receive an 
> EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate 
> operation on AdGroupCriterion using a valid AdGroupId and CriterionId 
> ("Id"). The AdGroupCriterionService get call returns the AdGroupCriterion 
> object with the same Ids that are being said to be invalid. 
>
> I have attached the soap logs for the mutate operation and the get 
> operation below. Is this a bug in the AdGroupCriterionService or is there 
> something wrong with our AdGroupCriterionOperation?
>
> Thanks!
> Akil Burgess
>
>
> -BEGIN API CALL-
>
> Request (Mutate)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306";>SET  
> xsi:type="BiddableAdGroupCriterion">3790202104  
> xsi:type="Keyword">37523985304  
> xsi:type="CpcBid">80
>
> Response (Mutate)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179870ad280ae50e884419AdGroupCriterionServicemutate0478soap:Server[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']ApiException  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="EntityNotFound">operations[0].operand.criterion.id
> CriterionId{id=37523985304}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID
> -END API CALL---
>
> -BEGIN API CALL-
>
> Request (Get)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306
> ">AdGroupIdCriterionUseStatusSystemServingStatusApprovalStatusDisapprovalReasonsDestinationUrlFirstPageCpcIsKeywordAdRelevanceAcceptableIsLandingPageQualityAcceptableIsLandingPageLatencyAcceptableQualityScoreBiddingStrategyTypeCpcBidCpcBidSourceCpmBidCpmBidSourcePercentCpaBidPercentCpaBidSourceIdCriteriaTypeAgeRangeTypeUserInterestIdUserInterestNameUserListIdUserListMembershipStatusGenderTypeKeywordTextKeywordMatchTypeMobileAppCategoryIdDisplayNamePlacementUrlTextVerticalIdVerticalParentIdPathAdGroupIdEQUALS3790202104IdEQUALS3752398530401
>
> Response (Get)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179c2f6e900ae503c65ebdAdGroupCriterionServiceget0415  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>1AdGroupCriterionPage  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="BiddableAdGroupCriterion">3790202104BIDDABLE  
> xsi:type="Keyword">37523985304KEYWORDKeywordcheap
>  
> David Haye Dereck Chisora 
> ticketsBROADBiddableAdGroupCriterionDELETEDSEARCHStatsMANUAL_CPC
> -END API CALL---
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+un

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-08-01 Thread Erkan Ceran
Hi,

   I had this problem. If you use  mcc login or change clientId after 
create AdwordsUser object, its couldnt find campaigns because that time 
login is not in scope of account. I changed my login with client id problem 
is solved.

Ex. in PHP : $adwordsUser = new AdWordsUser(null, $email, $pass, 
$developerToken,  $applicationToken, $userAgent, $customerID);

Best,
Erkan



22 Temmuz 2013 Pazartesi 14:13:01 UTC+3 tarihinde Akil Burgess yazdı:
>
> Hi All,
>
> We're seeing a reproducable issue where we receive an 
> EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate 
> operation on AdGroupCriterion using a valid AdGroupId and CriterionId 
> ("Id"). The AdGroupCriterionService get call returns the AdGroupCriterion 
> object with the same Ids that are being said to be invalid. 
>
> I have attached the soap logs for the mutate operation and the get 
> operation below. Is this a bug in the AdGroupCriterionService or is there 
> something wrong with our AdGroupCriterionOperation?
>
> Thanks!
> Akil Burgess
>
>
> -BEGIN API CALL-
>
> Request (Mutate)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306";>SET  
> xsi:type="BiddableAdGroupCriterion">3790202104  
> xsi:type="Keyword">37523985304  
> xsi:type="CpcBid">80
>
> Response (Mutate)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179870ad280ae50e884419AdGroupCriterionServicemutate0478soap:Server[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']ApiException  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="EntityNotFound">operations[0].operand.criterion.id
> CriterionId{id=37523985304}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID
> -END API CALL---
>
> -BEGIN API CALL-
>
> Request (Get)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306
> ">AdGroupIdCriterionUseStatusSystemServingStatusApprovalStatusDisapprovalReasonsDestinationUrlFirstPageCpcIsKeywordAdRelevanceAcceptableIsLandingPageQualityAcceptableIsLandingPageLatencyAcceptableQualityScoreBiddingStrategyTypeCpcBidCpcBidSourceCpmBidCpmBidSourcePercentCpaBidPercentCpaBidSourceIdCriteriaTypeAgeRangeTypeUserInterestIdUserInterestNameUserListIdUserListMembershipStatusGenderTypeKeywordTextKeywordMatchTypeMobileAppCategoryIdDisplayNamePlacementUrlTextVerticalIdVerticalParentIdPathAdGroupIdEQUALS3790202104IdEQUALS3752398530401
>
> Response (Get)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179c2f6e900ae503c65ebdAdGroupCriterionServiceget0415  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>1AdGroupCriterionPage  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="BiddableAdGroupCriterion">3790202104BIDDABLE  
> xsi:type="Keyword">37523985304KEYWORDKeywordcheap
>  
> David Haye Dereck Chisora 
> ticketsBROADBiddableAdGroupCriterionDELETEDSEARCHStatsMANUAL_CPC
> -END API CALL---
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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, v

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-07-31 Thread Christian S
Same issue here.

Account: 2341888483
AdGroup: 3002521520
CriterionId: 21622250

I can get this Criterion via a get operation on the AdGroupCriterionService 
but I receive an " ApiError: EntityNotFound.INVALID_ID / 
CriterionId{id=21622250}" when I try a mutate operation :-(

Looking forwards to your response.

Best regards,
Christian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-07-23 Thread Takeshi Hagikura (AdWords API Team)
Hi,

Are you still able to retrieve the criterioin where AdGroupId = 3790202104 
CriterionId = 37523985304?
I queried it in our backend, but not found the criterion with that 
condition. 

Best,
- Takeshi, AdWords API Team

On Monday, July 22, 2013 8:13:01 PM UTC+9, Akil Burgess wrote:
>
> Hi All,
>
> We're seeing a reproducable issue where we receive an 
> EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate 
> operation on AdGroupCriterion using a valid AdGroupId and CriterionId 
> ("Id"). The AdGroupCriterionService get call returns the AdGroupCriterion 
> object with the same Ids that are being said to be invalid. 
>
> I have attached the soap logs for the mutate operation and the get 
> operation below. Is this a bug in the AdGroupCriterionService or is there 
> something wrong with our AdGroupCriterionOperation?
>
> Thanks!
> Akil Burgess
>
>
> -BEGIN API CALL-
>
> Request (Mutate)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306";>SET  
> xsi:type="BiddableAdGroupCriterion">3790202104  
> xsi:type="Keyword">37523985304  
> xsi:type="CpcBid">80
>
> Response (Mutate)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179870ad280ae50e884419AdGroupCriterionServicemutate0478soap:Server[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>[EntityNotFound.INVALID_ID
>  
> @ operations[0].operand.criterion.id; 
> trigger:'CriterionId{id=37523985304}']ApiException  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="EntityNotFound">operations[0].operand.criterion.id
> CriterionId{id=37523985304}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID
> -END API CALL---
>
> -BEGIN API CALL-
>
> Request (Get)
> ---
>
>
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/cm/v201306";>https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>**  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>9765518125  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";> 
> (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.18051, 
> gzip)https://adwords.google.com/api/adwords/cm/v201306
> ">AdGroupIdCriterionUseStatusSystemServingStatusApprovalStatusDisapprovalReasonsDestinationUrlFirstPageCpcIsKeywordAdRelevanceAcceptableIsLandingPageQualityAcceptableIsLandingPageLatencyAcceptableQualityScoreBiddingStrategyTypeCpcBidCpcBidSourceCpmBidCpmBidSourcePercentCpaBidPercentCpaBidSourceIdCriteriaTypeAgeRangeTypeUserInterestIdUserInterestNameUserListIdUserListMembershipStatusGenderTypeKeywordTextKeywordMatchTypeMobileAppCategoryIdDisplayNamePlacementUrlTextVerticalIdVerticalParentIdPathAdGroupIdEQUALS3790202104IdEQUALS3752398530401
>
> Response (Get)
> 
>
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">https://adwords.google.com/api/adwords/cm/v201306";>0004e2179c2f6e900ae503c65ebdAdGroupCriterionServiceget0415  
> xmlns="https://adwords.google.com/api/adwords/cm/v201306";>1AdGroupCriterionPage  
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="BiddableAdGroupCriterion">3790202104BIDDABLE  
> xsi:type="Keyword">37523985304KEYWORDKeywordcheap
>  
> David Haye Dereck Chisora 
> ticketsBROADBiddableAdGroupCriterionDELETEDSEARCHStatsMANUAL_CPC
> -END API CALL---
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Foru