GRPC error

2022-04-18 Thread Kiran MK
Hi,
I have been trying to use Google Ads API for a project.
ruby version: 2.6.9
rails version: 5.1.7

I was just trying out this example here 

 from 
the google ads repo , to get 
the campaigns info in the console. While running the block of code below




*responses.each do |response|   response.results.each do |row| puts 
"Campaign with ID #{row.campaign.id} and name '#{row.campaign.name}' was 
found."   end*
*end*

its showing an error like this 

*GRPC::Unimplemented: 12:Operation is not implemented, or supported, or 
enabled.. 
debug_error_string:{"created":"@1650273920.527183000","description":"Error 
received from peer 
ipv4:142.250.183.202:443","file":"src/core/lib/surface/call.cc","file_line":906,"grpc_message":"Operation
 
is not implemented, or supported, or enabled.","grpc_status":12}*


If the code is run again its showing another error 

*GRPC::Core::CallError: Cannot run batch on closed call*


*Complete code I tried *

client = Google::Ads::GoogleAds::GoogleAdsClient.new do |config|

  config.client_id = *'* *'*

  config.client_secret = *'* *'*

  config.refresh_token = *'* *'*

  config.developer_token = *'* *'*

end


responses = client.service.google_ads.search_stream(
customer_id: ' ',
query: 'SELECT campaign.id, campaign.name FROM campaign ORDER BY 
campaign.id',
)


# Output of responses  

*#*



responses.each do |response|
  response.results.each do |row|
  puts "Campaign with ID #{row.campaign.id} and name '#{row.campaign.name}' 
was found."
  end
end


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5a6d5363-fd5d-4c9e-8564-2d30a8fc2fccn%40googlegroups.com.


Design Of TargetingIdeaService

2019-02-13 Thread MK
Hello,

I have integrate TargetingIdeaService 

 
of google adwords API .

I am searching for design template for above service.

Kindly provide link if anyone knows.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/36a49a12-6abe-456d-a300-4c9fe46efdd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to create Audiences via API with including/excluding by PagePath

2017-05-22 Thread MK
Hi,

my goal is to use data from Google Spreadsheets as parameters for bulk 
creation of AdWords Remarketing Audiences from Google Analytics stats data.

My code is based on this article 

.

API connection seems to be working. Audiences are being created but I have 
an issue with specifying segment parameters that should include/exclude 
audience based on the ga:pagePath.

So my questions are:

   - What do I do wrong?
   - Can someone give a hint or an advice how to make it working?

I posted this issue earlier on Stack Overflow 

 with 
table data example and script code.

Thanks,
Martin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62509b2d-0424-497a-92b4-676d0ef44412%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Creating Audiences via API with including/excluding by pagePaths

2017-05-22 Thread MK


Hi,


my goal is to use data from Google Spreadsheets as parameters for bulk 
creation of AdWords Remarketing Audiences from Google Analytics stats data.

My code is based on this article 

.


API connection seems to be working. Audiences are being created but I have 
an issue with specifying segment parameters that should include/exclude 
audience based on the ga:pagePath.

So my questions are:


   - What do I do wrong?
   - Can someone give a hint or an advice how to make it working?
   
I already posted this issue on Stack Overflow 
,
 
with table data example and script code.

Thanks for replies,
Martin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f283356-2a68-412b-8c61-ca2b8e499d51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-02-22 Thread prayag mk
Hi, 

   I am facing an issue while using the google Adword API for keyword 
estimation. The API was working fine two days before and last two days I am 
getting the same error. 
Please find the attachement for request and response headers below.

Regards,
Prayag

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e6f3c99e-5a50-4617-b93f-6b16f317aef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/o/v201509; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201509;>***-***-*
https://adwords.google.com/api/adwords/cm/v201509;>***_
https://adwords.google.com/api/adwords/cm/v201509;>Mozilla/5.0 
(Linux; Android 4.3; Nexus 10 Build/JSS15Q) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/42.0.2307.2 Safari/537.36 (AwApi-Java, AdWords-Axis/2.8.0, 
Common-Java/2.8.0, Axis/1.4, Java/1.7.0_80, maven)
https://adwords.google.com/api/adwords/cm/v201509;>false
https://adwords.google.com/api/adwords/cm/v201509;>false



https://adwords.google.com/api/adwords/o/v201509;>





https://adwords.google.com/api/adwords/cm/v201509;>Restaurants in 
Bangalore
https://adwords.google.com/api/adwords/cm/v201509;>EXACT




https://adwords.google.com/api/adwords/cm/v201509;>Bangalore 
Restaurants
https://adwords.google.com/api/adwords/cm/v201509;>EXACT




https://adwords.google.com/api/adwords/cm/v201509;>Booking 
Restaurants in bangalore
https://adwords.google.com/api/adwords/cm/v201509;>EXACT



https://adwords.google.com/api/adwords/cm/v201509;>100


https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns14:Location">
1007768

https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns15:Language">
1000


https://adwords.google.com/api/adwords/cm/v201509;>100







[WARN ] 
[com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger]  
SOAP Response:
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201509; 
xmlns="https://adwords.google.com/api/adwords/o/v201509;>
00052c41b7e127e00a4cad02f601f041
LocationCriterionService
get
1
155




soap:Server
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

https://adwords.google.com/api/adwords/o/v201509; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509;>

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Getting a AuthenticationError.NOT_ADS_USER error

2010-08-16 Thread mk user
Hello Adwords team,

I had posted this question last week and I haven't received any
response yet. I'm totally stuck and I need to know what is causing
this issue.

http://groups.google.com/group/adwords-api/browse_thread/thread/c7c32151781bd35c

Thanks.

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


Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
Hi,

I'm using the AdWords Sandbox API for the first time. I'm using
the .NET client library(v201003) to access the API. When I tried
calling the TargetingIdeaService service, I'm getting the
AuthenticationError.NOT_ADS_USER error.

This is how my config file looks like:

add key=CompanyName value=ENTER_YOUR_COMPANY_NAME_HERE/
add key=Email value=x...@gmail.com/
add key=Password value=password/
add key=ClientEmail value=client_1+x...@gmail.com/
add key=DeveloperToken value=x...@gmail.com++cad/

I created the above adwords account yesterday for testing.

This is the sandbox API I'm trying to access:
add key=AdWordsApi.Url value=https://adwords-sandbox.google.com/

I'm stuck and not sure what I'm doing wrong. It would be great if
someone could point me in the right direction.

Thanks.

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


Re: Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
To add to my question , I'm pasting the soap xml log information:

If somebody could debug it for me that would be great.

In the error message below, I see this:
AuthenticationError.NOT_ADS_USER @ ; trigger:'946251427309'
Service[TargetingIdeaService.get].

What does the trigger 946251427309' represent? any ideas anyone?


-BEGIN API CALL-

Request
---

POST /api/adwords/o/v201003/TargetingIdeaService
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 2.0.50727.3615)
VsDebuggerCausalityData: uIDPoz/
qvZxJtQtBvUxHcDBOe1wABPmALZzeyUSj6eCAGosiM8DfWkRD5PRGqxL2EenlZ/
MACQAA
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Host: adwords-sandbox.google.com
Content-Length: 2256
Accept-Encoding: gzip
Connection: Keep-Alive

?xml version=1.0 encoding=utf-8?soap:Envelope
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/
XMLSchemasoap:HeaderRequestHeader xmlns=https://
adwords.google.com/api/adwords/o/v201003authToken xmlns=https://
adwords.google.com/api/adwords/cm/v201003/
authTokenuserAgent xmlns=https://adwords.google.com/api/adwords/cm/
v201003AWAPI DotNetLib 9.0.0 - ENTER_YOUR_COMPANY_NAME_HERE/
userAgent/RequestHeader/soap:Headersoap:Bodyget xmlns=https://
adwords.google.com/api/adwords/o/v201003selectorsearchParameters
xsi:type=RelatedToKeywordSearchParameterkeywordstext
xmlns=https://adwords.google.com/api/adwords/cm/v201003;ipod/
textmatchType xmlns=https://adwords.google.com/api/adwords/cm/
v201003EXACT/matchType/keywordskeywordstext xmlns=https://
adwords.google.com/api/adwords/cm/v201003apple/textmatchType
xmlns=https://adwords.google.com/api/adwords/cm/v201003;EXACT/
matchType/keywordskeywordstext xmlns=https://adwords.google.com/
api/adwords/cm/v201003steve/textmatchType xmlns=https://
adwords.google.com/api/adwords/cm/v201003EXACT/matchType/
keywordskeywordstext xmlns=https://adwords.google.com/api/adwords/
cm/v201003jobs/textmatchType xmlns=https://adwords.google.com/
api/adwords/cm/v201003EXACT/matchType/keywordskeywordstext
xmlns=https://adwords.google.com/api/adwords/cm/v201003;ipad/
textmatchType xmlns=https://adwords.google.com/api/adwords/cm/
v201003EXACT/matchType/keywords/
searchParametersideaTypeKEYWORD/ideaTyperequestTypeIDEAS/
requestTyperequestedAttributeTypesKEYWORD/
requestedAttributeTypesrequestedAttributeTypesGLOBAL_MONTHLY_SEARCHES/
requestedAttributeTypespagingstartIndex xmlns=https://
adwords.google.com/api/adwords/cm/v2010030/
startIndexnumberResults xmlns=https://adwords.google.com/api/
adwords/cm/v20100310/numberResults/pagingcurrencyCodeCAD/
currencyCode/selector/get/soap:Body/soap:Envelope

Response


Content-Encoding:
Transfer-Encoding: chunked
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Fri, 13 Aug 2010 16:13:35 GMT
Expires: Fri, 13 Aug 2010 16:13:35 GMT
Server: GSE

soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns:ns2=https://
adwords.google.com/api/adwords/cm/v201003 xmlns=https://
adwords.google.com/api/adwords/o/
v201003ns2:requestId7307a2a5587ed8009d52b0ed1288ee07/
ns2:requestIdns2:operations0/ns2:operationsns2:responseTime225/
ns2:responseTimens2:units0/ns2:units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstringAuthenticationError.NOT_ADS_USER @ ;
trigger:'946251427309' Service[TargetingIdeaService.get]/
faultstringdetailApiExceptionFault xmlns=https://
adwords.google.com/api/adwords/o/v201003 xmlns:ns2=https://
adwords.google.com/api/adwords/cm/
v201003ns2:messageAuthenticationError.NOT_ADS_USER @ ;
trigger:'946251427309' Service[TargetingIdeaService.get]/
ns2:messagens2:ApplicationException.TypeApiException/
ns2:ApplicationException.Typens2:errors xmlns:xsi=http://www.w3.org/
2001/XMLSchema-instance
xsi:type=ns2:AuthenticationErrorns2:fieldPath/
ns2:fieldPathns2:trigger946251427309/
ns2:triggerns2:errorStringAuthenticationError.NOT_ADS_USER/
ns2:errorStringns2:ApiError.TypeAuthenticationError/
ns2:ApiError.Typens2:reasonNOT_ADS_USER/ns2:reason/ns2:errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

-END API CALL---



On Aug 13, 10:45 am, mk user mkwire...@gmail.com wrote:
 Hi,

 I'm using the AdWords Sandbox API for the first time. I'm using
 the .NET client library(v201003) to access the API. When I tried
 calling the TargetingIdeaService service, I'm getting the
 AuthenticationError.NOT_ADS_USER error.

 This is how my config file looks like:

 add key=CompanyName value=ENTER_YOUR_COMPANY_NAME_HERE/
     add key=Email value=x...@gmail.com/
     add key=Password value=password/
     add key=ClientEmail value=client_1+x...@gmail.com/
     add key=DeveloperToken value=x...@gmail.com++cad/

 I created the above adwords account

Re: Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
Is anybody from the Google Adwords API team available to help me here?
I'm kinda stuck here. It would be great if someone can answer my
questions above.

Thanks.

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


AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
I am seeing the same error when I try to create a campign in the
sandbox. Funny thing is I am pretty sure that I have *not* any made
any calls at all to the adwords api today. I am not sure if you guys
realize how much of an inconvenience this is to us.

I am also not sure about the secrecy around exactly how many calls we
can make in a day. We plan to upload a large number of keywords to a
new account that we are creating and if production has similar quota
limits, it is going to be a big problem for us.



On Nov 17, 11:32 am, AdWords API Advisor
adwordsapiadvi...@google.com wrote:
 Hi,

 There have been other reports of this happening when the
 BulkMutateJobService wasn't used, and our core engineering team in
 looking into it.

 Best,
 - Eric

 On Nov 17, 12:13 pm, martinusapiklie...@centrum.sk

 martinusapiklie...@centrum.sk wrote:
  I use only CampaignService, AdGroupService, AdGroupCriterionService
  services and get, mutate functions...
  No I don't use BulkMutateJobService...

  On 17. Nov, 17:41 h., AdWords API Advisor

  adwordsapiadvi...@google.com wrote:
   Hi,

   What service and methods did you use?  Did you use the
   BulkMutateJobService at all?

   Best,
   - Eric

   On Nov 17, 3:48 am, martinusapiklie...@centrum.sk

   martinusapiklie...@centrum.sk wrote:
But this error I get in the production environment.
The exact error is:
QuotaExceededError.QUOTA_EXCEEDED@ ; trigger:'You have exceeded the
quota in the following categories:bulk_light_api_type,bulk_light_qps'

On 17. Nov, 00:35 h., AdWords API Advisor

adwordsapiadvi...@google.com wrote:
 Hi,

 Yes, this specific type of quota was introduced in v2009.  We have
 been working to better fine tune the quota though and these errors
 should be rare in the sandbox.  What is the exact error message you
 are receiving?

 Best,
 - Eric Koleda, AdWords API Team

 On Nov 16, 3:17 pm, martinusapiklie...@centrum.sk

 martinusapiklie...@centrum.sk wrote:
  I have this problem in v200909 version too. But in v13 version I 
  don't
  have this problem...
  It is problem only for v200909 version Adwords API???

  On 25. Sep., 08:32 h., Colin Ramsay i...@colinramsay.co.uk wrote:

   I'm getting an over quota error on the sandbox:

   QuotaExceededError.QUOTA_EXCEEDED@ ; trigger:'You have exceeded 
   the
   quota in the following categories:DB_OPERATIONS'

   How can I resolve this?

--

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-...@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=.




AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
This continues to be a problem for us. I ran the one test that I'm
trying to get working which created one campaign and one adgroup under
it. The second time I try to run this test, it fails! Here is the
actual error:

QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the
quota in the following categories:bulk_new_qps,bulk_new_api_type'

I am using the CampaignService.mutate method to add a new campaign.
Would it be possible for someone to look at this and let us know whats
going on. At this point, our development has to come to a complete
standstill unless we can resolve this. I can send you the SOAP
messages if that helps or provide our sanbox information.

Thanks in advance.

On Nov 22, 12:43 pm, mk manish.khet...@gmail.com wrote:
 I am seeing the same error when I try to create a campign in the
 sandbox. Funny thing is I am pretty sure that I have *not* any made
 any calls at all to the adwords api today. I am not sure if you guys
 realize how much of an inconvenience this is to us.

 I am also not sure about the secrecy around exactly how many calls we
 can make in a day. We plan to upload a large number of keywords to a
 new account that we are creating and if production has similar quota
 limits, it is going to be a big problem for us.

 On Nov 17, 11:32 am, AdWords API Advisor

 adwordsapiadvi...@google.com wrote:
  Hi,

  There have been other reports of this happening when the
  BulkMutateJobService wasn't used, and our core engineering team in
  looking into it.

  Best,
  - Eric

  On Nov 17, 12:13 pm, martinusapiklie...@centrum.sk

  martinusapiklie...@centrum.sk wrote:
   I use only CampaignService, AdGroupService, AdGroupCriterionService
   services and get, mutate functions...
   No I don't use BulkMutateJobService...

   On 17. Nov, 17:41 h., AdWords API Advisor

   adwordsapiadvi...@google.com wrote:
Hi,

What service and methods did you use?  Did you use the
BulkMutateJobService at all?

Best,
- Eric

On Nov 17, 3:48 am, martinusapiklie...@centrum.sk

martinusapiklie...@centrum.sk wrote:
 But this error I get in the production environment.
 The exact error is:
 QuotaExceededError.QUOTA_EXCEEDED@ ; trigger:'You have exceeded the
 quota in the following categories:bulk_light_api_type,bulk_light_qps'

 On 17. Nov, 00:35 h., AdWords API Advisor

 adwordsapiadvi...@google.com wrote:
  Hi,

  Yes, this specific type of quota was introduced in v2009.  We have
  been working to better fine tune the quota though and these errors
  should be rare in the sandbox.  What is the exact error message you
  are receiving?

  Best,
  - Eric Koleda, AdWords API Team

  On Nov 16, 3:17 pm, martinusapiklie...@centrum.sk

  martinusapiklie...@centrum.sk wrote:
   I have this problem in v200909 version too. But in v13 version I 
   don't
   have this problem...
   It is problem only for v200909 version Adwords API???

   On 25. Sep., 08:32 h., Colin Ramsay i...@colinramsay.co.uk 
   wrote:

I'm getting an over quota error on the sandbox:

QuotaExceededError.QUOTA_EXCEEDED@ ; trigger:'You have 
exceeded the
quota in the following categories:DB_OPERATIONS'

How can I resolve this?

--

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-...@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=.