CustomerSyncSelector by user?

2019-07-08 Thread Richard Scorer
Hi, Using the CustomerSyncSelector (or equivalent in new API) I wondered if there was a way to find the user which applied the changes, either in the new or current API? Many thanks Richard On Wednesday, 20 December 2017 03:34:09 UTC, Peter Oliquino (AdWords API Team) wrote: > > Hi, > > Filt

Re: Adwords Batch Jobs CANCELED or INTERNAL_ERROR

2019-07-04 Thread Richard Scorer
Hi Josh, Thanks for getting back to us, we will modify our batch writer so that it collates the batch operations by type. Cheers, Richard On Wed, 3 Jul 2019 at 16:28, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Richard, > > I looked into our logs and spoke with

Re: Adwords Batch Jobs CANCELED or INTERNAL_ERROR

2019-07-02 Thread Richard Scorer
Hi Ben, Thanks for your response, is there any update? Thanks! On Thursday, 20 June 2019 22:36:48 UTC+1, adsapiforumadvisor wrote: > > Hi Richard, > > Thanks for the question. I'm looking into this for you and will get back > to you with more information as soon as I can. > > Thanks, > Ben Kar

Adwords Batch Jobs CANCELED or INTERNAL_ERROR

2019-06-20 Thread Richard Scorer
Yesterday we pushed a number of batch jobs, 10% of which failed for no provided reason. Could someone please take a look and hopefully explain what happened to our batch jobs so we can perhaps prevent these issues in the future? They are across a number of different accounts. We had 91 batch jo

RE: Error when batch creating adgroup with 17,200+ product groups

2019-03-07 Thread richard . scorer
Hi Josh, Thanks very much for your response, much appreciated... I will apply your suggested fix first thing in the morning! Cheers, Richard -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Error when batch creating adgroup with 17,200+ product groups

2019-03-06 Thread richard . scorer
Hello Sai, I believe this to be the OTHER case: AdGroupCriterionOperation{operand=NegativeAdGroupCriterion{adGroupId=-2, criterion=ProductPartition{caseValue=ProductOfferId{}, id=-17253, parentCriterionId=-1, partitionType=UNIT}}, operator=ADD}, We don't want to bid on the other items in this

Error when batch creating adgroup with 17,200+ product groups

2019-03-05 Thread richard . scorer
Hi, running into a strange problem with a batch processing job I ran today. It's telling me that errString=AdGroupCriterionError.PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE However, this same code path has worked on (many) previous batch jobs. The possible difference is that this one is

Batch job canceled - why?

2019-02-19 Thread richard . scorer
Hi reaching out for some help please. Batch creating a few campaigns in one of our accounts. 102 campaigns to be precise :) Account 3318670774 has 110796 ops 1088308022 Sleeping 30 seconds 3318670774:: No download URL (yet):: BatchJob{id=1088308022, progressStats=ProgressStats{estimatedPercentE

Re: Setting Billing fails with an unexpected internal API error

2019-01-08 Thread richard . scorer
Fixed it - my prep wasn't working properly and I was not setting the billing ID. Kind of important. On Tuesday, January 8, 2019 at 8:22:45 PM UTC, richard...@redbrain.com wrote: > > Hi, > > We have some code which attempts to add billing information to one of our > accounts, and it is failing w

Setting Billing fails with an unexpected internal API error

2019-01-08 Thread richard . scorer
Hi, We have some code which attempts to add billing information to one of our accounts, and it is failing with the unexpected internal API error :( While the code is fairly simple my test uses some hard coded values which do not belong in the groups :) The Request ID: 00057ef800a73e980ac15fccd

Re: Can't enable autotagging

2018-11-20 Thread richard . scorer
Hi Bharani, Setting it to null solved the problem. I had tried not setting it at all, setting it to true or false, but not null. Thanks On Monday, 19 November 2018 21:11:59 UTC, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > The ACTION_NOT_PERMITTED >

Can't enable autotagging

2018-11-19 Thread richard . scorer
Using the API to enable auto tagging, I am informed that I cannot set Parallel Tracking. final CustomerServiceInterface accountCustomerService = adWordsServices.get(adWordsSession, CustomerServiceInterface.class); final Customer[] customers = accountCustomerService.getCustomers(); final Customer

Re: Create Awords Account

2018-11-15 Thread richard . scorer
Any update? Accounts appear to be creating again, but not hearing from you makes me wonder if they're functioning correctly now? Thanks On Monday, 12 November 2018 10:15:30 UTC, Peter Oliquino (AdWords API Team) wrote: > > Hi All, > > With regards to ManagedCustomerServiceError.SAVE_CUSTOMERS

Re: Create Awords Account

2018-11-12 Thread richard . scorer
Hi Luis, I am receiving the same error when trying to create 3 different sub-accounts, and they have each apparently been created successfully, yet I get this error. I currently have 3 copies of each sub-account, each with no campaigns. I then manually attempted to cancel some of the accounts

Can't set EffectiveConversionTrackingId

2018-07-03 Thread richard . scorer
Hi I'm trying to set one of my accounts' effective conversion tracking id, and i am not able to do so. I can set the auto-tagging flag, but changing the conversion id makes no difference. void setConversionTrackingInfo(final Customer customer) { showConversionTrackingInfo(customer, "before");