Creating expandable ads with v201605 version

2016-09-08 Thread Justinas Ringaila
Hi, As Josh stated in this announcement [Google Ads Developer Blog] Announcing v201607 of the AdWords API "creation of ExpandedTextAds

Re: Why Batchjob download url is null?

2016-08-16 Thread Justinas Ringaila
words-api/Uf7N4m_8Gxc>), > awaiting a fix, hopefully soon. As you mentioned, the downloadUrl is > relevant when getting the results, any time later, the batch moves on, this > is at least how our system is designed. > > regards, > Zia > > On Tuesday, 16 August 2016 08:17:

Re: Why Batchjob download url is null?

2016-08-16 Thread Justinas Ringaila
Were we misusing api? Or this is an error on your side? Because we have more than one batch job with this case thus we need long term solution for this. Manually generating download url won't help us much in a long run. On Monday, 15 August 2016 21:02:44 UTC+3, Josh Radcliff (AdWords API Team

Why Batchjob download url is null?

2016-08-12 Thread Justinas Ringaila
Hi, Batchjob status is done but download url is null. Why could be it like this? selector looks like this: fields = new string[] { BatchJob.SelectableFields.Id, BatchJob.SelectableFields.Status, BatchJob.S

Why around 10% of all batch jobs fails with "Unknown reason"?

2016-07-07 Thread Justinas Ringaila
Hi, As you can see in the title around 10 % of our batchobs returns this: { "CustomerId" : "XX", "GoogleBatchJobId" : NumberLong(322307760), "CreationDate" : ISODate("2016-07-07T14:26:34.438Z"), "JobStatus" : "Failed", "LastStatusCheck" : ISODate("2016-07-07T14:31:07.655Z")

How to get keywords/ads count per adgroup?

2016-06-14 Thread Justinas Ringaila
Hi, lets say I a customer that has 20 000 adgroups, I want to get keywords and ads for theses adgroups. I can only get this data in chunks because of the limits. How to get count of entities in one api request? response should return the following info: adgroup: 1 has 20 ads and 50 keywords,

Re: Why batcjob status is set to canceled when sending AdGroupExtensionSettingOperations through BatchJobService?

2016-04-26 Thread Justinas Ringaila
Any suggestions how to extract it if I'm using c# drivers of adwords? On Monday, 25 April 2016 18:22:11 UTC+3, Yin Niu wrote: > > Hi, > > Please send the SOAP request and response logs so that we could > investigate further. Click *Reply privately to author* in the forum when > responding. > >

Why batcjob status is set to canceled when sending AdGroupExtensionSettingOperations through BatchJobService?

2016-04-25 Thread Justinas Ringaila
Hi, I'm sending a list of AdGroupExtensionSettingOperation items through BatchJobService. The status of batch job is set to canceled on Adwords side despite the fact that when I send the same operations through AdGroupExtensionSettingService mutate method everything works fine. What could be t

Is it possible to use conditional operation execution on BatchJobService?

2016-04-19 Thread Justinas Ringaila
Hi, I'm trying to update Ad (actually to remove it and recreate new one with updated fields). I created two operations: operations = new[] { new AdGroupAdOperation { @operator = Operator.ADD,

Re: How to edit an ad through adwords api in a correct way?

2016-03-09 Thread Justinas Ringaila
= DISABLED in case of reporting. > > Cheers, > Thanet, AdWords API Team > > On Wednesday, March 9, 2016 at 6:36:13 PM UTC+9, Justinas Ringaila wrote: >> >> >> Strangely I was not able to reproduce it today By the way any >> suggestions how remove and cre

Re: How to edit an ad through adwords api in a correct way?

2016-03-09 Thread Justinas Ringaila
other fields, like displayUrl or > finalUrls, could you please send the SOAP logs to us via *Reply privately > to author*? > > Cheers, > Thanet, AdWords API Team > > On Wednesday, March 9, 2016 at 6:22:58 AM UTC+9, Justinas Ringaila wrote: >> >> Hi, &g

How to edit an ad through adwords api in a correct way?

2016-03-08 Thread Justinas Ringaila
Hi, I'm trying to edit ad. According to your documentation https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupAdService.Ad it is not possible to do so. As it was stated there I need to remove the ad and add new one Despite the fact I tried to do it in this way;