RE: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi, As of now, we still do not have information as to when this will be fully available. Please continue to follow our blog for updates. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCZUjm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-06-25 Thread RY
Any update on this? When will this be released? On Tuesday, May 14, 2019 at 3:26:42 AM UTC-4, googleadsapi-forumadvisor wrote: > > Hello Wesley, > > I apologize for keeping you waiting. > The engineering team is working their best to make this feature complete > and robust before releasing it w

RE: [3-7896000026236] Google Ads API: MutateJobService Code Examples

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Wesley, I apologize for keeping you waiting. The engineering team is working their best to make this feature complete and robust before releasing it widely. We're expecting to have it very soon, probably in the next release. Best, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API: MutateJobService Code Examples

2019-05-13 Thread Wesley Bowman
Is there any sort of estimation on when this feature will be released? When I went to the workshop, we asked about this feature then (March 26), and we were told it would potentially be released in 2-3 weeks. It's now been a quite a bit longer than that, and this is the feature we need to cont

RE: Google Ads API: MutateJobService Code Examples

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, As of now we are not accepting the whitelisting for the batch-job services, It's still in testing phase. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/searc

Re: Google Ads API: MutateJobService Code Examples

2019-05-10 Thread RY
How can I get whitelisted? As stated in my OP, the majority of the requests to the API are done through the BatchService, as they are long running jobs with potentially thousands of operations uploading with each one. I cannot migrate to the new API without being able to test this. It is integ

RE: Google Ads API: MutateJobService Code Examples

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Yes, as per the document, for now Batch job service is a whitelisted feature. The code samples to create the batch jobs is not yet available for Google Ads API. Our team is aware of this concern, meanwhile you could keep an eye on our blog

Google Ads API: MutateJobService Code Examples

2019-05-09 Thread goingdev
ation using the MutateJobService, AddMutateJobOperationsRequest etc. *Questions:* 1. How would I upload a batch job and get its response with the new Google Ads API? I'm using the .NET / C# client library. Can you post some sample code? 2. The documentation states <https:

RE: MutateJobService Google ADS API - DEVELOPER_TOKEN_NOT_WHITELISTED

2019-03-31 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sergi, Currently, MutateJobService <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#mutatejobservice> is only available for whitelisted customer as per this link <https://cases.corp.google.com/Client.html#e9-183525673>. If you wish

MutateJobService Google ADS API - DEVELOPER_TOKEN_NOT_WHITELISTED

2019-03-29 Thread Sergi Alà Pla
('MutateJobService',* * version='v1')* *response = (mutatge_job_service.create_mutate_job('*'))* Getting the following error: *Request made: ClientCustomerId: ***, Host: googleads.googleapis.com:443, Met

Re: Switching from MutateJobService to BulkJobService

2016-04-12 Thread 'Yin Niu' via AdWords API Forum
Hi Kanan, You can take a look at AddCompleteCampaignsUsingBatchJob.php example. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Switching from MutateJobService to BulkJobService

2016-04-12 Thread Kanan Farzali
Hi, I am trying to change the old 'MutateJobService' to 'BulkJobService' as the former service has been deprecated in the last version of the API. I use PHP, and my code currently looks like this: public function create_mutate_job($client_id, $operations) { $us

Re: error - Mutatejobservice

2015-09-24 Thread Umesh Dengale
Hi Sri, I am glad that you are able to update the keywords in bulk. Let us know if you need help with any other issues. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: error - Mutatejobservice

2015-09-24 Thread srkeshav
ONLY_ONE_JOB* error because > you are passing more than one job id. For the MutateJobService.getResult > <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#getresult>() > > operation, it is recommended to submit only one job > <https://de

Re: error - Mutatejobservice

2015-09-18 Thread Umesh Dengale
Hi Sri, You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB* error because you are passing more than one job id. For the MutateJobService.getResult <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#getresult>() operation, it is recommended to submi

error - Mutatejobservice

2015-09-18 Thread srkeshav
Hi, I am getting the following error for the mutatejobservice. I am using the python API. Server raised fault: '[BulkMutateJobError.CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB @ selector.jobIds]' My selector contains a list of jobs. selector = { 'xsi_type': &#

Re: MutateJobService in Bulk to change keywords CPC

2015-09-04 Thread Umesh Dengale
Hi Chirag, The CampaignCriterionOperation <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.CampaignCriterionOperation> of the MutateJobService is used to add/update the criteria across the *campaign*. Please check out our SetBidModifier

Re: MutateJobService in Bulk to change keywords CPC

2015-09-04 Thread Chirag
gt; > for keywords > <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.Keyword> > across > the AdGroup > <https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupService.AdGroup> > level. You could use the MutateJobSe

Re: MutateJobService in Bulk to change keywords CPC

2015-08-31 Thread Umesh Dengale
for keywords <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.Keyword> across the AdGroup <https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupService.AdGroup> level. You could use the MutateJobService <https://developers.

Re: MutateJobService in Bulk to change keywords CPC

2015-08-31 Thread Chirag
ng the MutateJobService.mutate <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#mutate> Is SimpleMutateJob <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.SimpleMutateJob> useful to change bid for approx 1000 keywords? Or Need t

Re: MutateJobService in Bulk to change keywords CPC

2015-08-28 Thread Umesh Dengale
developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.SimpleMutateJob> which could be submitted using the MutateJobService.mutate <https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService#mutate> and run asynchronously. Please check

MutateJobService in Bulk to change keywords CPC

2015-08-28 Thread Chirag
Hello All, I am looking at to change keywords bid periodically. I have found 2 services 1) Simple Mutate Service 2) Bulk Mutate Service. I am processing around 1000 keywords across campaigns to update bid. Which service should I use? Simple or Bulk service. Please note that I need to use this se

Re: MutateJobService Slow

2015-07-22 Thread Umesh Dengale
Hi Subhash, I'm not aware of any current issues with Google AdWords services that would be causing above error. Please check on your end for the above error. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://

MutateJobService Slow

2015-07-22 Thread Subash NG
Hello, We have been using json to import our campaigns, adgroups, ads, keywords and we doing to all based on per-defined templates. Our issue right now is when we run upto 5-20 campaigns the process is fast and all completed in less than 5 minutes includ all ads, adgroup..etc inserted but whe

Re: Unable to add location extension via MutateJobService

2015-07-17 Thread siddharth . mehta
; > Hi Siddharth, > > I suggest you to use the Extension Setting Services > <https://developers.google.com/adwords/api/docs/guides/extension-settings> > for > adding/updating the ad extension instead of the MutateJobService. Please > check out how to add new ad extensio

Re: Unable to add location extension via MutateJobService

2015-07-16 Thread Umesh Dengale
Hi Siddharth, I suggest you to use the Extension Setting Services <https://developers.google.com/adwords/api/docs/guides/extension-settings> for adding/updating the ad extension instead of the MutateJobService. Please check out how to add new ad extensions to a campaign

Re: Unable to add location extension via MutateJobService

2015-07-16 Thread siddharth . mehta
Hi Umesh, I am creating adExtension object. In the adExtension object I'm setting location extension object. In location extension object, documentation specifies that AdExtension.Type is not required to be provided. Then also, when I'm using MutateJobService to upload location ex

Re: Unable to add location extension via MutateJobService

2015-07-06 Thread Umesh Dengale
Hello Siddharth, The adExtension is required field for the CampaignAdExtension object and above error is due to this reason. Please refer the CampaignAdExtension document

Unable to add location extension via MutateJobService

2015-07-06 Thread siddharth . mehta
Hi, When I'm trying to add location extension by creating an object of CampaignAdExtension, and using the MutateJobService, it gives following error AdExtensionError.INVALID_ADEXTENSION_TYPE. I'm using the client library with version v201502. Can anybody tell me, which adExtension

Re: MutateJobService for Shopping campaigns?

2015-07-01 Thread Anash P. Oommen (AdWords API Team)
:03:32 AM UTC-3, Alex wrote: >> >> Is it possible to use the MutateJobService for Shopping campaigns? I >> tried to change a MaxCPC bid for a criterion in a shopping campaign and got >> CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE. The change had no effect. >> &g

Re: MutateJobService for Shopping campaigns?

2015-06-29 Thread AdWordsApiUser
oduct groups in one shot, please let me know :-) MG On Thursday, May 22, 2014 at 6:03:32 AM UTC-3, Alex wrote: > > Is it possible to use the MutateJobService for Shopping campaigns? I tried > to change a MaxCPC bid for a criterion in a shopping ca

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-22 Thread Josh Radcliff (AdWords API Team)
Hi Gustavo, If you use the reporting approach I mentioned, hopefully you won't run into any limits since the report limits are separate from the SOAP service limits . Cheers, Josh, AdWords API Team > >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-22 Thread adwordsapi
Hi Josh, Thanks for promptly response. If we have a limited amount of requests we can send to the API this can be a problem since the number of those can get drastically increased because of this property gone. Well Cheers Best Regards, Gustavo Schlaien On Friday, 19 June 2015 17:31:00 UT

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-19 Thread Josh Radcliff (AdWords API Team)
Hi Gustavo, At this time we do not plan to reintroduce this field, so when handling errors you will have to look up the ad group ID from the corresponding operation. In the case of an ADD where the failure is due to an existing ad group with the same name, please use AdGroupService

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-16 Thread adwordsapi
done or if that field will be re incorporated. Thanks Best Regards, Gustavo Schlaien On Wednesday, 3 June 2015 17:15:11 UTC+2, Janak Prajapati wrote: > > Hi, > > We have migrated to v201502 recently and we noticed that, when we get > DUPLICATE_ADGROUP_NAME error through Mutate

Re: Problem with mutatejobservice because of clientlogintoken?

2015-06-16 Thread TompiT
;>>>>>> >>>>>>>1. You have updated your adwords-api.properties with the latest >>>>>>>version >>>>>>> >>>>>>> <https://code.google.com/p/google-api-ads-java/source/browse/modules/ads_lib/sr

Re: How to create Campaign hierarchy using AdWords MutateJobService?

2015-06-15 Thread Michael Cloonan (AdWords API Team)
Hello, No, there is still no way to use the MutateJobService to create an entire hierarchy in a single request. Regards, Mike, AdWords API Team On Monday, June 15, 2015 at 8:42:37 AM UTC-4, lda...@raccoon.ag wrote: > > I see the last post was written on 2011. Have answer for this

Re: How to create Campaign hierarchy using AdWords MutateJobService?

2015-06-15 Thread ldavid
I see the last post was written on 2011. Have answer for this issue changed, nowadays? On Thursday, November 10, 2011 at 12:13:38 PM UTC-2, Danial Klimkin wrote: > > Hello Jon, > > > You are correct, there is no way to know the ids for higher level objects > until they are created so at least 3

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-05 Thread Josh Radcliff (AdWords API Team)
he Ads and keywords in that > Adgroup using the Adgroup ID. If this behavior is not changed in v201502, > with the MutateJobService, there might be some technical issue in the API > system. Can you please confirm it. > > For now, as a workaround, we have applied edits in our automated

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-04 Thread Janak Prajapati
ID), the automated script stores it and continue the insertion of the Ads and keywords in that Adgroup using the Adgroup ID. If this behavior is not changed in v201502, with the MutateJobService, there might be some technical issue in the API system. Can you please confirm it. For now, as a

Re: MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-04 Thread Josh Radcliff (AdWords API Team)
Hi, > > We have migrated to v201502 recently and we noticed that, when we get > DUPLICATE_ADGROUP_NAME error through MutateJobService, the error detail not > including respective Adgroup ID. In the earlier API versions, we were > getting Adgroup ID along with the DUPLICATE_ADGROUP_

MutateJobService not passing Adgroup ID with DUPLICATE_ADGROUP_NAME error in v201502

2015-06-03 Thread Janak Prajapati
Hi, We have migrated to v201502 recently and we noticed that, when we get DUPLICATE_ADGROUP_NAME error through MutateJobService, the error detail not including respective Adgroup ID. In the earlier API versions, we were getting Adgroup ID along with the DUPLICATE_ADGROUP_NAME error. Here is

Re: MutateJobService - slow response

2015-05-11 Thread GDZ
> operations via *MutateJobService* or via the type-specific services such > as *AdGroupCriterionService*, since the bottleneck is in how suds handles > marshalling and unmarshalling large requests and responses. > > I'm not aware of any immediate plans to try to switch to a

Re: MutateJobService - slow response

2015-05-11 Thread Josh Radcliff (AdWords API Team)
Hi, You will encounter this issue whether you submit a large number of operations via *MutateJobService* or via the type-specific services such as *AdGroupCriterionService*, since the bottleneck is in how suds handles marshalling and unmarshalling large requests and responses. I'm not

Re: MutateJobService - slow response

2015-05-11 Thread GDZ
es, I measure time before and after "response = >>>>>> mutate_job_service.mutate(operations, policy)" >>>>>> >>>>>> >>>>>> On Tuesday, May 5, 2015 at 4:22:31 PM UTC-4, Josh Radcliff (AdWords >>>>>> API Team) wr

Re: MutateJobService - slow response

2015-05-08 Thread Josh Radcliff (AdWords API Team)
er the request ID. According to our records, the >>>>>> response was returned in 844 *milli*seconds. I'm wondering if >>>>>> there's either a bottleneck in the library you're using or your code >>>>>> that's >>>&g

Re: MutateJobService - slow response

2015-05-08 Thread GDZ
e was returned in 844 *milli*seconds. I'm wondering if there's >>>>> either a bottleneck in the library you're using or your code that's >>>>> actually causing the delay. >>>>> >>>>> Could you let me know which client

Re: MutateJobService - slow response

2015-05-07 Thread Josh Radcliff (AdWords API Team)
ient library you're using to send your >>>> requests? Also, have you confirmed that the 50 second delay is actually >>>> from the time the request is sent to the time the response is received? >>>> >>>> Thanks, >>>> Josh, AdWords API T

Re: MutateJobService - slow response

2015-05-06 Thread GDZ
>>> >>> On Tuesday, May 5, 2015 at 11:59:47 AM UTC-4, GDZ wrote: >>>> >>>> Here's the requestId: 00051557bc394c380aecb348e200683b >>>> >>>> >>>> Thank you. >>>> >>>> On Monday, May 4, 2015 at 4:07:47

Re: MutateJobService - slow response

2015-05-06 Thread Josh Radcliff (AdWords API Team)
00683b >>> >>> >>> Thank you. >>> >>> On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API >>> Team) wrote: >>>> >>>> Hi GDZ, >>>> >>>> Do you have the *requestId* from the response of one

Re: MutateJobService - slow response

2015-05-05 Thread GDZ
, Josh Radcliff (AdWords API >> Team) wrote: >>> >>> Hi GDZ, >>> >>> Do you have the *requestId* from the response of one of your >>> *MutateJobService* requests that took 50 seconds? I'd like to take a >>> look at it from our side. >>

Re: MutateJobService - slow response

2015-05-05 Thread Josh Radcliff (AdWords API Team)
> > Here's the requestId: 00051557bc394c380aecb348e200683b > > > Thank you. > > On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API > Team) wrote: >> >> Hi GDZ, >> >> Do you have the *requestId* from the response of one of your >> *MutateJ

Re: MutateJobService - slow response

2015-05-05 Thread GDZ
Here's the requestId: 00051557bc394c380aecb348e200683b Thank you. On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi GDZ, > > Do you have the *requestId* from the response of one of your > *MutateJobService* requests that took 50

Re: MutateJobService - slow response

2015-05-04 Thread Josh Radcliff (AdWords API Team)
Hi GDZ, Do you have the *requestId* from the response of one of your *MutateJobService* requests that took 50 seconds? I'd like to take a look at it from our side. One thing to keep in mind is that the benefits of *MutateJobService* go beyond just quickly submitting large requests. Alt

MutateJobService - slow response

2015-05-03 Thread GDZ
When creating a mutate call submitting ~1000 keywords via MutateJobService, response time is always around 50 sec. Wasn't the idea of this service to just submit operations in bulk quickly, and only after that periodically check for job status and result? 50 sec for just submitting (not a

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-20 Thread Josh Radcliff (AdWords API Team)
urce/browse/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/conf/props/adwords-api.properties> >>>>>>2. The classpath is the same for both your local and server >>>>>>processes >>>>>> >>>>>

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-20 Thread amber . kulkarni
ssue, please send on your classpath >>>>> information from both processes so I can investigate further. >>>>> >>>>> Thanks, >>>>> Josh, AdWords API Team >>>>> >>>>> On Monday, November 18, 2013 5:20:06 AM UTC-

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-20 Thread Josh Radcliff (AdWords API Team)
API Team >>>> >>>> On Monday, November 18, 2013 5:20:06 AM UTC-5, F.Per wrote: >>>>> >>>>> Funny thing is that i dont get this error starting my application >>>>> locally and not on the server?! >>>>> >>>>>

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-20 Thread amber . kulkarni
> Thanks, >>> Josh, AdWords API Team >>> >>> On Monday, November 18, 2013 5:20:06 AM UTC-5, F.Per wrote: >>>> >>>> Funny thing is that i dont get this error starting my application >>>> locall

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-17 Thread Josh Radcliff (AdWords API Team)
ud wrote: >>>> >>>> Hi >>>> >>>> i am getting the following error for a code the worked for month. >>>> >>>> java.lang.NullPointerException: No group found for service: >>>> v201306.MutateJobServicejava.lang.NullPointerExcep

Re: Problem with mutatejobservice because of clientlogintoken?

2015-04-17 Thread amber . kulkarni
lud wrote: >>> >>> Hi >>> >>> i am getting the following error for a code the worked for month. >>> >>> java.lang.NullPointerException: No group found for service: >>> v201306.MutateJobServicejava.lang.NullPointerException: No group found for >>> service: v201

Re: MutateJobService

2015-04-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ravindar, No, we still don't support Shopping campaign operations with MutateJobService with v201502. And it is probably more effective to use the regular AdGroupCriterionOperation in this case, since the whole list of criterion you pass to the system is probably to build a single part

MutateJobService

2015-04-07 Thread Ravindar Gujral
https://developers.google.com/adwords/api/docs/reference/v201402/MutateJobService.AdGroupCriterionOperation This service was not available to be used with shopping campaign in the API release of 201409. I wanted to find out if and when this service will be availabe to be used for ShoppingCampaig

Re: MutateJobService and UNDO option is adwords web UI

2015-03-20 Thread Danial Klimkin
-Danial, AdWords API Team. On Thursday, March 19, 2015 at 7:34:23 PM UTC+3, assaf wrote: > > Hi Daniel, > > Thanks for pointing this out. I Could not find any reference there to > MutateJobService and it's affects regarding Undo. > I understand not all operations can h

Re: MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread assaf
Hi Daniel, Thanks for pointing this out. I Could not find any reference there to MutateJobService and it's affects regarding Undo. I understand not all operations can have the Undo option. I was just wondering if it is connected to the usage of MutateJobService rather than the operation i

Re: MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread Danial Klimkin
Hello Assaf, Please check with the general AdWords support on the UI features: https://support.google.com/adwords/?hl=en -Danial, AdWords API Team. On Thursday, March 19, 2015 at 3:27:42 PM UTC+3, assaf wrote: > > Hi, > > I started using MutateJobService for creating negative

MutateJobService and UNDO option is adwords web UI

2015-03-19 Thread assaf
Hi, I started using MutateJobService for creating negative criterian on Campaign level and noticed that there is no UNDO option in the adwords "View Change History" section. I do see that other operations via API do have undo. 1. Does MutateJobService support undo via web UI

Re: RateExceededError despite using MutateJobService

2015-02-22 Thread Jason Stedman
Dominic, There are two different types of RateExceededErrors. There is the more common rate limit exceeded error that results from too many requests per minute, which is the one that can be avoided by using MutateJobService. You are running into the less common type which is based on your

RateExceededError despite using MutateJobService

2015-02-21 Thread Dominic Asche
We are trying to change the target URLs of our clients ads through the AdWords API. What we do is, that we batch the changes and use the MutateJobService to get the updates applied. After several successfull calls, we receive an RateExceededError: - API CALL WITH JOBID 1 FAILED

Re: MutateJobService gets stuck

2015-02-01 Thread Anash P. Oommen (AdWords API Team)
Hi Rafael, That seems a different case to me - could you please setup Fiddler as explained on https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages#option-2-use-fiddler and see if the request actually goes through and you get a response back? That would tell if

Re: MutateJobService gets stuck

2015-01-29 Thread Rafael Machado
Anash, Thank you for your reply. I'm using the last client library (v18.7.0). The program gets stuck when i call the following method: SimpleMutateJob job = mutateJobService.mutate(operations.ToArray(), policy); Thank you, Rafael On Thursday, January 29, 2015 at 3:58:37 AM UTC-2, Anash P. Oomme

Re: MutateJobService gets stuck

2015-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Rafael, API call "stuck" usually means that you have a WebRequest leak somewhere - something like this one . Are you using the latest client library? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 29, 2015 at

MutateJobService gets stuck

2015-01-28 Thread Rafael Machado
I'm trying to use the C# Adwords API to batch update keywords. Sometimes the MutateJobService.mutate() method gets stuck (the code doesn't continue and it doesn't return any error either). As it doesn't return any error or any other output (it simply gets frozen), i'm not able to verify what's

Re: Concurrent MutateJobService jobs

2014-11-06 Thread GDZ
Thank you! On Thursday, November 6, 2014 1:59:50 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi GDZ, > > You should place a limit on the number of concurrent threads submitting > MutateJobService requests, as that service is subject to the QPS limit just > like oth

Re: Concurrent MutateJobService jobs

2014-11-06 Thread Josh Radcliff (AdWords API Team)
Hi GDZ, You should place a limit on the number of concurrent threads submitting MutateJobService requests, as that service is subject to the QPS limit just like other services. Check out our Rate Limits guide <https://developers.google.com/adwords/api/docs/guides/rate-limits> for more d

Concurrent MutateJobService jobs

2014-11-06 Thread GDZ
I assume there is no limit on how many threads we can use to create MutateServiceJob processes? Also may be useful to somebody - even if max amount of operations in the batch is limited to 1 for MSJ, the fastest is to have ~1000 operations. GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: MutateJobService not completing

2014-10-22 Thread Alan Coleman
ne, > > I'm having trouble getting MutateJobService jobs to complete dealing with > several jobs, each with 3000 operations. > > Could someone from the API Team take a look at the job id in the last > entry into my soap log: > > > http://schemas.xml

Re: MutateJobService not completing

2014-10-18 Thread Josh Radcliff (AdWords API Team)
;m having trouble getting MutateJobService jobs to complete dealing with > several jobs, each with 3000 operations. > > Could someone from the API Team take a look at the job id in the last > entry into my soap log: > > > http://schemas.xmlsoap.org/soap/envelope/";> >

MutateJobService not completing

2014-10-14 Thread Alan Coleman
Hello everyone, I'm having trouble getting MutateJobService jobs to complete dealing with several jobs, each with 3000 operations. Could someone from the API Team take a look at the job id in the last entry into my soap log: http://schemas.xmlsoap.org/soap/envelope/";>

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
gt;>>>> >>>>>>> https://developers.google.com/adwords/api/docs/guides/batch-processing >>>>>>> >>>>>>> there is a paragraph that says: >>>>>>> >>>>>>> >>>>>

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-23 Thread Alan Coleman
g on the same AdGroups >>>>>> at the >>>>>>same time, while maintaining large job sizes. Many unfinished jobs >>>>>> (with >>>>>>status of PENDING or PROCESSING) that try to mutate the same set >>>>&

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-04 Thread Anash P. Oommen (AdWords API Team)
G) that try to mutate the same set >>>>>of AdGroups may lead to deadlock-like conditions resulting in severe >>>>>slow-down and even job failures. >>>>> >>>>> I don't know exactly what is being referred to by this

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-02 Thread 360gamaster1
red as >>>> operating on the adgroup itself? >>>> >>>> If so, is this implying that we shouldn't attempt to create multiple >>>> Ads within the same adgroup using MJS? >>>> >>>> Oliver >>>&g

Re: Adwords MutateJobService stochastically returning soap fault XML_STREAM_EXC

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post <https://groups.google.com/d/msg/adwords-api/0iNXiDL1iP4/5Z0MSG-IpdUJ> regarding this issue. Thanks, Josh, AdWords API Team On Monday, September 1, 2014 9:25:36 AM UTC-4, Erik Mellegård wrote: > > We just recently discovered that MutateJobService st

Adwords MutateJobService stochastically returning soap fault XML_STREAM_EXC

2014-09-02 Thread Erik Mellegård
We just recently discovered that MutateJobService stochastically returns XML_STREAM_EXC when sending the exact same xml envelope. The xml envelope we send looks like this, using the "get" method: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-29 Thread Oliver
shouldn't attempt to create multiple >>>> Ads within the same adgroup using MJS? >>>> >>>> Oliver >>>> >>>> >>>> >>>> On Thursday, August 28, 2014 10:39:40 AM UTC+1, Alan Coleman wrote: >>>>&

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-29 Thread Anash P. Oommen (AdWords API Team)
t;>> >>>> Thanks Anash, >>>> >>>> I caught another such error in my SOAP Log this morning, although this >>>> time the error returned before any results. >>>> >>>> I'd really appreciate it if you could take a quick look and let

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-29 Thread Oliver
k look and let me know >>> what you think. >>> >>> Many thanks. >>> >>> HTTP/1.1 500 Internal Server Error >>> Content-Type: text/xml; charset=UTF-8 >>> Date: Thu, 28 Aug 2014 09:28:48 GMT >>> Expires: Thu, 28 Aug 2014 09:28:48 GMT >>>

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-29 Thread Alan Coleman
gt;> Many thanks. >> >> HTTP/1.1 500 Internal Server Error >> Content-Type: text/xml; charset=UTF-8 >> Date: Thu, 28 Aug 2014 09:28:48 GMT >> Expires: Thu, 28 Aug 2014 09:28:48 GMT >> Cache-Control: private, max-age=0 >> X-Content-Type-Options: nosniff >> X

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-28 Thread Oliver
;;> > > https://adwords.google.com/api/adwords/cm/v201402";> > 000501ad297264b00a4254a6960046b8 > MutateJobService > mutate > 0 > 8909 > > > > > soap:Server > [InternalApiError.UNEXPECTED_INTERNAL

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-28 Thread Alan Coleman
elope/";> https://adwords.google.com/api/adwords/cm/v201402";> 000501ad297264b00a4254a6960046b8 MutateJobService mutate 0 8909 soap:Server [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.e

Re: Issue with uploading large amounts of data using MutateJobService

2014-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, InternalApiError.UNEXPECTED_INTERNAL_API_ERROR means that something unexpected happened at our end. MutateJobService should be able to process the kind of batch size you provide without any issues. Can you please provide the SOAP request id (or the sanitized SOAP logs)? You can turn

Issue with uploading large amounts of data using MutateJobService

2014-08-27 Thread Alan Coleman
ywords and Negatives. I'm using MutateJobService to bulk upload data in batches of 1000 records. So for example if I need to create 16,000 AdGroups I'm chunking the array of AdGroups into 16 x 1000 and making 16 MutateJobService requests in a loop. This works, up to a point. I can c

Re: MutateJobService for Shopping campaigns?

2014-08-14 Thread Anash P. Oommen (AdWords API Team)
) wrote: >> >> Hi, >> >> We're aware that there's interest in adding support for Shopping >> campaigns to MutateJobService, but I don't have any additional information >> at this time regarding when or if that functionality will be added to the &

Re: MutateJobService for Shopping campaigns?

2014-08-13 Thread ptdang
or Shopping campaigns > to MutateJobService, but I don't have any additional information at this > time regarding when or if that functionality will be added to the API. > > Best regards, > Josh, AdWords API Team > > On Friday, July 25, 2014 1:17:12 PM UTC-4, Józef Janik

Re: How to speed up MutateJobService processing?

2014-07-30 Thread Michael Cloonan (AdWords API Team)
Hello Oliver, There is no priority queue in the MutateJobService. There is no way to speed up the performance of this service. When you have a large volume of requests, as you do with 1 million updates to make, it is going to take some time to send all the data to the API and for the API to

How to speed up MutateJobService processing?

2014-07-30 Thread oseemann
Hi! For some accounts we're experiencing very slow processing speeds by the MutateJobService. We submit for example 1 Million CPC updates to one account in bulks of 10,000 operations each. For some accounts it takes 1 - 2 minutes per bulk to be completed. Similar times occur also with

Re: MutateJobService for Shopping campaigns?

2014-07-28 Thread Josh Radcliff (AdWords API Team)
Hi, We're aware that there's interest in adding support for Shopping campaigns to MutateJobService, but I don't have any additional information at this time regarding when or if that functionality will be added to the API. Best regards, Josh, AdWords API Team On Friday, July 2

Re: MutateJobService for Shopping campaigns?

2014-07-28 Thread Józef Janik
Will MutateJobService eventually support ProductPartitions as it does other AdGroupCriterion? On Monday, June 30, 2014 12:33:26 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Your assumption is correct - we still do not support MutateJobService > calls for sho

Re: MutateJobService for Shopping campaigns?

2014-06-30 Thread Josh Radcliff (AdWords API Team)
Hi, Your assumption is correct - we still do not support MutateJobService calls for shopping campaigns. Cheers, Josh, AdWords API Team On Friday, June 27, 2014 6:11:28 AM UTC-4, david wrote: > > Can I confirm if this error is still at large? > I encountered the same error today while

  1   2   >