Developer token with basic access.

2024-04-11 Thread Rafael Machado
I submitted my application for the basic access developer token over a week ago and I haven’t received any response, not even a rejection. I reached out to the API support team four days ago, explained the issue, and included the

BatchJobError.DISK_QUOTA_EXCEEDED with no pending BatchJob

2018-09-17 Thread Rafael Machado
Hello, I'm getting a DISK_QUOTA_EXCEEDED error for one of my Google Ads account. I already checked the BatchJobs and there is no active one (all of them are DONE, except for one that is CANCELLED). Could you help me with that problem, please? Thanks in advance, Rafael -- --

List All ProductIds in Shopping ProductPartition

2018-03-13 Thread Rafael Machado
Hello, Is there a sistematic way to list all ProductIds for a ProductPartition (for them to later have individual CPCs) using the AdWords API? When we do via the online AdWords interface, the number of individual Produts initially listed is limited to 200, and we have to manually add more

OutOfMemoryException on BatchJobUtilities Upload

2017-06-29 Thread Rafael Machado
Hello, I'm getting a System.OutOfMemoryException when trying to upload 212.000 operations on a BatchJob Upload. The error is thrown at System.Text.StringBuilder.ToString() at System.IO.StringWriter.ToString() at Google.Api.Ads.Common.Util.SerializationUtilities.SerializeAsXmlText(Object

Re: ServiceAccount not working on new API verson

2017-06-08 Thread Rafael Machado
Hello Ivan, Thanks, the installed app flow worked very well! I have two doubts: first of all, will I need to refresh the token from times to times? Because my service is automated on a server... Second, I also use the Analytics Auth via the P12 key and a service Account Email, something like

Re: ServiceAccount not working on new API verson

2017-06-07 Thread Rafael Machado
Hello, I managed to find a document saying that P12 keys are no longer accepted. I then created a new JSON Key, but I'm getting a "Bad Data" System.Security.Cryptography.CryptographicException... Thanks, Rafael On Wednesday, June 7, 2017 at 4:51:12 PM UTC-3, Rafael Machado wrote:

ServiceAccount not working on new API verson

2017-06-07 Thread Rafael Machado
Hello, Since my last API update, I'm not able to create an AdWordsUser using a ServiceAccount. I get the following error: "Looks like your application is not configured to use OAuth2 properly. Required OAuth2 parameter ServiceAccountEmail is missing" But I'm using the

Re: BatchJobUtilities Upload taking too long

2016-02-18 Thread Rafael Machado
> > Cheers, > Anash > > On Friday, February 5, 2016 at 7:20:44 AM UTC-5, Rafael Machado wrote: >> >> Hello Anash, >> >> I have a Web Service (C# with Web API). The user pastes a predefined >> table and i process the csv into an account, so I'm

Re: BatchJobUtilities Upload taking too long

2016-02-05 Thread Rafael Machado
> the next release. Meanwhile, you could use this code in your main() to > increase the connection limit. > > System.Net.ServicePointManager.DefaultConnectionLimit = 100; > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, February 3, 2016 at 9:19:27

Re: BatchJobUtilities Upload taking too long

2016-02-03 Thread Rafael Machado
Hello Yin, Thank you for your attention. I hav a BatchJob with Id 1200430. Is that the Id you need? Thank you, Rafael On Friday, January 15, 2016 at 6:06:00 PM UTC-2, Yin Niu wrote: > > Hi Rafael, > > Do you have the request id that is taking too long? > > Thanks, > Yin, AdWords API Team. >

BatchJobUtilities Upload taking too long

2016-01-15 Thread Rafael Machado
Hello, I'm trying to bach upload some CampaignCriterionOperations with c# BatchJobUtilities.Upload, but sometimes it's taking too long (I've been waiting for an upload of aprox. 500 operations for more than two hours now). The BatchJobUtilities.Upload(Url, operations) gets stucked (It does

Re: [0-0533000009519] Error on .NET BatchJobUtilities instance creation

2015-12-01 Thread Rafael Machado
e.com> escreveu: > > Hi Rafael, > > I'm having our .NET engineer take a look at this to see if he's seen this > before. We'll get back to you soon. > > Cheers, > Nadine, AdWords API Team > > On Monday, November 30, 2015 at 11:55:50 AM UTC-5, Rafael Machado wrote:

Error on .NET BatchJobUtilities instance creation

2015-11-30 Thread Rafael Machado
Hello, I'm having troubles creating a BatchJobUtilities instance. I followed the code on .NET examples (https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201509/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs), but when i call BatchJobUtilities

Re: Error on .NET BatchJobUtilities instance creation

2015-11-30 Thread Rafael Machado
ee if he's seen this > before. We'll get back to you soon. > > Cheers, > Nadine, AdWords API Team > > On Monday, November 30, 2015 at 11:55:50 AM UTC-5, Rafael Machado wrote: >> >> Hello, >> >> I'm having troubles creating a BatchJobUtilities instance. I foll

Re: MutateJobService gets stuck

2015-01-29 Thread Rafael Machado
. On Thursday, January 29, 2015 at 2:26:11 AM UTC+5:30, Rafael Machado wrote: 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

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