Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-20 Thread Dorian Kind
Hi, FWIW, we've also noticed these intermittent 400 Bad Request errors when downloading reports. We have not seen these specific failures before. >From what I can tell in our case, they do not seem to be related to OAuth2 access token issues as those fail with a message of "AuthenticationError.

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-04-03 Thread Dorian Kind
Hi all, I thought I posted previously in this thread, but it looks like my message has been deleted. I just wanted to chime in that we've also been seeing these sporadic report failures that return a HTTP 400 status code and no reponse content. They don't seem to be reproducible, from what we c

Unsupported Content Label Exclusions

2018-04-10 Thread Dorian Kind
Hi all, currently there's a number of content label exclusions that can be set in the Web UI, but are returned with ContentLabelType "UNKNOWN" and thus cannot be added to a campaign or account using the API. As far as I can see, the following content labels are affected: "Content suitable for

Re: Reporting API gives more and more BadRequest (400) responses

2018-04-12 Thread Dorian Kind
See also this thread . We are hit by these errors at a rate of about one in every couple of thousand requests. As far as I can see, we first encountered this end of December 2017. From our end, it doesn't seem that the freque

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-05-04 Thread Dorian Kind
Hi Josh, any updates on this topic? Can we just retry downloads that fail with this specific error condition (400 HTTP status code and no response content) for the time being? Thanks for your feedback and best regards, Dorian On Monday, 23 April 2018 14:52:50 UTC+2, Josh Radcliff (AdWords API

Re: Open Weather API data in banner

2018-05-16 Thread Dorian Kind
AFAIK you can't load any external assets or code at all, apart from those explicitely specified here: https://support.google.com/adwords/answer/1722096 (section "All other HTML5 ads" -> "Upload requirements"). So I think what you are describing is not possible on the GDN. On Tuesday, 15 May 20

Change of Error Types When Attaching Bidding Strategies

2018-07-30 Thread Dorian Kind
Hi, we run daily integration test for our Adwords API framework. Since July 25, a couple of these tests fail because of what appears to be a change in returned error codes. Specifically, we try to attach a bidding strategy to an adgroup (which was possible up to v201705, but disallowed from th

Re: Change of Error Types When Attaching Bidding Strategies

2018-07-30 Thread Dorian Kind
FWIW, I just noticed that the described change in error codes coincided exactly with the sunset date of API v201710. We currently use v201802. On Monday, 30 July 2018 10:48:00 UTC+2, Dorian Kind wrote: > > Hi, > > we run daily integration test for our Adwords API framework. Since J

Re: Change of Error Types When Attaching Bidding Strategies

2018-07-30 Thread Dorian Kind
Just to clarify, the change in error codes was with v201802 both before and after. Sorry for the ambiguity below. On Monday, 30 July 2018 11:19:41 UTC+2, Dorian Kind wrote: > > FWIW, I just noticed that the described change in error codes coincided > exactly with the sunset date of AP

Re: Change of Error Types When Attaching Bidding Strategies

2018-07-30 Thread Dorian Kind
> using the *Reply privately to author* option. > > Thanks and regards, > Peter > AdWords API Team > > On Monday, July 30, 2018 at 5:22:10 PM UTC+8, Dorian Kind wrote: >> >> Just to clarify, the change in error codes was with v201802 both before >> and

Re: Account labels in API are not correct

2018-08-29 Thread Dorian Kind
Hi, something to be aware of is that account labels are associated with a specific client manager account. The same account will appear to have different labels depending on which MCC account ID you provide for the call to the ManagedCustomerService. Just in case that might be the cause of the

Re: AppId with strange platform code?

2018-08-31 Thread Dorian Kind
Hi, sorry for bringing this old thread back to life, but I just stumbled over mobile apps whose platform code is none of the above, but *3*. As an example: *mobileapp::3-6a12c4cf-5681-4db2-a433-7aaa063aab35* Is there any information about what this platform code corresponds to? Thanks and bes

Re: AppId with strange platform code?

2018-08-31 Thread Dorian Kind
cking up even more platforms. Congrats! > > Cheers, > Nadine, AdWords API Team > > On Friday, August 31, 2018 at 8:57:21 AM UTC-4, Dorian Kind wrote: >> >> Hi, >> >> sorry for bringing this old thread back to life, but I just stumbled over >> mobile apps who

Policy Checks in v201809

2018-10-19 Thread Dorian Kind
Hi, we're currently updating our frameworks from v201802 to v201809 and noticed something peculiar about the new version, namely that it allows us to upload ads containing policy violations where we were denied previously. We check the correct handling of certain policy violations in our test s

Re: Policy Checks in v201809

2018-10-20 Thread Dorian Kind
API Team > > On Friday, October 19, 2018 at 11:17:05 PM UTC+8, Dorian Kind wrote: >> >> Hi, >> >> we're currently updating our frameworks from v201802 to v201809 and >> noticed something peculiar about the new version, namely that it allows us >> to u

AdOperations and BatchJobService

2018-10-22 Thread Dorian Kind
Hi, I just noticed that AdService's AdOperations are not in the list of supported operations for the BatchJobService. Is this by design or something that might be planned for one of the next API revisions?

Re: AdOperations and BatchJobService

2018-10-22 Thread Dorian Kind
As a follow-up, from the documentation it appears that, in contrast to AdGroupAdService, the AdService does not support GoalOptimizedShoppingAd. My question would be the same, is this something that will come later? On Monday, 22 October 2018 09:38:21 UTC+2, Dorian Kind wrote: > > Hi, >

Re: Can we use AdService to update only specific parts of an ETA?

2018-10-22 Thread Dorian Kind
Hi, let me just stress how important this feature ist. We have a use case where we need to change the URL suffices of all ads in an account. Ideally, we'd download an AD_PERFORMANCE_REPORT to get all ads IDs regardless of type, and then just send SET operations for those IDs with the correct f

AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-10-22 Thread Dorian Kind
Hi, As the title says, AdService reproducibly errors out with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when using a selector with a predicate that filters by AdType. For example, use the following AdService selector: { 'predicates': [{ 'field': 'AdType', 'operator': '

Re: AdService throws UNEXPECTED_INTERNAL_API_ERROR when filtering by AdType

2018-10-22 Thread Dorian Kind
s and > will get back to you as soon as we identify the root cause. You may send > them privately using the *reply privately to author* option. > > Thanks and regards, > Peter > AdWords API Team > > On Monday, October 22, 2018 at 5:54:39 PM UTC+8, Dorian Kind wrote: >

Re: Can we use AdService to update only specific parts of an ETA?

2018-10-22 Thread Dorian Kind
Hi Teja, thanks for your response and following up with your team. There's an interesting thing I just realized when playing around with the AdService. No matter which fields you actually specify in the selector, the service will always return a minimum set of fields. To illustrate, if you jus

Regarding Client Hierarchy in the Ads API

2019-05-02 Thread Dorian Kind
Hi, a common use case we have is to create an tree-like hierarchy of all Ads accounts that are accessible from a given Ads OAuth2 credential. In the Adwords API, it took a single call to the ManagedCustomerService to receive all the information required to build such a data structure. As far a

Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-06 Thread Dorian Kind
Hi, I just noticed that in the AD_PERFORMANCE_REPORT, outstream video ads have their AdType field set to the empty string, whereas other types of video ads use the value "Display ad", as far as I can tell, Is this by design? If so, can we safely assume that an empty AdType field always indicate

Re: Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-07 Thread Dorian Kind
Hello Sai Teja, here's the report definition: https://adwords.google.com/api/adwords/cm/v201809";> Id AdType CampaignStatus IN ENABLED PAUSED AdGroupStatus IN ENABLED PAUSED Status IN ENABLED

Re: Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-08 Thread Dorian Kind
Hi Sai Teja, thanks for confirming. Can we rely on the behavior that these ads have no AdType going forward? Best, Dorian On Tuesday, 7 May 2019 20:50:27 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Dorian, > > I took a look at the API report for that outstream Ad and got no value for > t

Using LIMIT without ORDER BY in a query for customer_client results in server error

2019-05-15 Thread Dorian Kind
Hi there, just an observation I made, if you send a query like the following to the GoogleAdsService, the result is reproducibly "Internal error encountered.": SELECT customer_client.client_customer FROM customer_client LIMIT 1000 The actual limit value doesn't matter, only either adding an O

GAQL Queries with Time Ranges Before Unix Epoch Cause "Internal error encountered."

2019-05-16 Thread Dorian Kind
Hi, I've been playing around with the GoogleAdsService a bit, and noticed that sending a query for dates before 1970-01-01 will reliably cause a StatusCode.INTERNAL / Internal error encountered error. Not that this matters for any real purposes, but maybe the error message could be more speci

Re: [GOOGLE ADS ERROR] - How to Fetch the Error Name and Discrepancy between Index and Number in Protobuf

2019-05-22 Thread Dorian Kind
Hi Marco, about the first part of your question, there's an open issue on the client library's tracker covering exactly your scenario: https://github.com/googleads/google-ads-python/issues/110 As a workaround, you might be able to use `google.protobuf.json_format.MessageToDict` to get the enum

Re: Getting report totals in new Google Ads API

2019-05-24 Thread Dorian Kind
Hi, just wanted to follow up on this. A reporting use case that we encounter quite frequently is to aggregate metrics for a specific set of campaigns of an account (e.g. "How are all my campaigns for product X doing?"). With the Adwords API, we can use the campaign report, set up appropriate f

UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-08-23 Thread Dorian Kind
Hi, we've encountered a peculiar case where removing and adding the same criterion in a batch job reproducibly causes an UNEXPECTED_INTERNAL_API_ERROR to occur. For some background, we have a housekeeping script in use that reads a rather large list of Youtube Channels from a spreadsheet and c

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-08-30 Thread Dorian Kind
Hi Yasar, I *think* I have answered privately, but as there doesn't seem to a way to copy oneself when replying in the new Google Groups interface, I'm not completely sure. Could you confirm that you have received the SOAP logs? Thank you very much! Best, Dorian On Wednesday, 25 August 2021 a

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-09-22 Thread Dorian Kind
Hi Aryeh, it's been a couple weeks, and this issue is still hitting us every now and then. Do you already have any feedback which you would be able to share? Thanks, Dorian On Wednesday, 1 September 2021 at 21:21:56 UTC+2 adsapi wrote: > Hi Dorian, > > I brought your internal error with your co

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-12-13 Thread Dorian Kind
Hi Ben, seeing as it's been a while, are there any updates on this issue? Thanks & best regards, Dorian On Thursday, 23 September 2021 at 19:34:43 UTC+2 adsapi wrote: > Hi Dorian, > > I'm a Developer Relations Engineer jumping in to help with this issue. > I've routed this through to the team

Re: UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-12-15 Thread Dorian Kind
Hi Ben, thanks for the update. We have not yet tackled the migration of that specific code as we're focussing on moving the reporting use cases to the new API in order to first gain some experience. I will let you know what we find once we start working on migrating the batch modification code.

How to Remove Custom Parameters in the Ads API

2022-02-25 Thread Dorian Kind
Hello, in the Adwords API, Custom Parameters can be removed by sending an update operation with the "isRemove" flag set. In the Ads API, this flag doesn't exist

Re: How to Remove Custom Parameters in the Ads API

2022-03-01 Thread Dorian Kind
ruary 2022 at 16:56:21 UTC+1 Dorian Kind wrote: > Hello, > > in the Adwords API, Custom Parameters can be removed by sending an update > operation with the "isRemove" flag > <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.CustomParamet

Re: How to Remove Custom Parameters in the Ads API

2022-03-01 Thread Dorian Kind
Thanks for the confirmation, Matt. On Tuesday, 1 March 2022 at 17:22:14 UTC+1 adsapi wrote: > Hi Dorian, > > Thanks for reaching out. As you pointed out, there isn't a field to set > the status of an existing custom parameter. To remove a single parameter > from the list, you will have to make

Mutate HTML5_UPLOAD_AD ads

2022-03-15 Thread Dorian Kind
Hi, according to the documentation , ads of type DisplayUploadAd are mutable. This should include the specific subtype HTML5_UPLOAD_AD

Re: Error details missing from ListBatchJobResultsResponse

2022-03-28 Thread Dorian Kind
Hi there, are there any updates on this topic? Not being able to create exemption requests when using BatchJobService is somewhat of a show-stopper for migrating completely to the Ads API. Using a batch job and then reverting to sending mutate operations directly to the various entities' servic

Re: Regarding Client Hierarchy in the Ads API

2022-03-28 Thread Dorian Kind
Hi Sai Teja, it's been three years without an update. I still believe there's worth in having a more efficient way of downloading the whole account hierarchy without having to send (number of accessible manager accounts) +1 requests. Are you planning on adding some features towards that end? B

Re: Regarding Client Hierarchy in the Ads API

2022-03-29 Thread Dorian Kind
Hi Ernie, Thanks for your response. I have seen the example code that you linked to and it still doesn't seem very efficient. It will perform 1+N calls to the Ads API, where N is the number of accessible manager accounts for the authenticated user. In larger account hierarchies—which are not un

Re: Regarding Client Hierarchy in the Ads API

2022-03-30 Thread Dorian Kind
Hi Yasar, I am aware of the fact that the Adwords API services don't always have a direct counterpart in the Ads API. My point is really just that a fundamental use case (at least for agencies that work with Google Ads) for the API is to build a hierarchy of all accessible Ads accounts for a gi

Re: Regarding Client Hierarchy in the Ads API

2022-04-12 Thread Dorian Kind
Hi Peter, thanks for your continued support. Happy to share our main use case, which is account selection in internal web tools—we are a mid-sized agency and currently manage about 800 Google Ads accounts distributed over around 100 manager accounts in a hierarchy around 3 to 4 levels deep on a

Re: Regarding Client Hierarchy in the Ads API

2022-04-13 Thread Dorian Kind
nager account—causing all accounts under it to be selected—and then unselect the ones that aren't required. In a list, this task is obviously much more difficult. Thanks & best regards, Dorian On Tuesday, 12 April 2022 at 17:05:50 UTC+2 Dorian Kind wrote: > Hi Peter, > > thanks for

`customer_label` returning labels that don't exist in `label`

2022-04-19 Thread Dorian Kind
Hi, when downloading all applied account labels within a manager account using the `customer_label` resource and then comparing the returned IDs with the labels listed by the `label` resource, a small number of labels only exist in the former. Both requests use the same login-customer-id. Check

Re: `customer_label` returning labels that don't exist in `label`

2022-04-19 Thread Dorian Kind
As an addendum, I've checked a sample of accounts using `customer_label`, and the additional labels also don't show up in that resource. It seems to really only be `customer_client` that returns those label IDs. On Tuesday, 19 April 2022 at 22:46:38 UTC+2 Dorian Kind wrote: >

Re: `customer_label` returning labels that don't exist in `label`

2022-04-20 Thread Dorian Kind
The first sentence should of course be "...using the *`customer_client`* resource...". Apologies for the confusion. On Tuesday, 19 April 2022 at 22:46:38 UTC+2 Dorian Kind wrote: > Hi, > > when downloading all applied account labels within a manager account using &g

Re: `customer_label` returning labels that don't exist in `label`

2022-04-21 Thread Dorian Kind
Hi Peter, thanks for reaching out. I've worded this issue terribly, apologies. Let me try and rephrase: There are label IDs which are being reported as applied to a specific client by querying the `*customer_client*` resource, let's take for example customer 929-857-9278. SELECT customer_cli

Alignment between API version upgrades and client libraries

2022-04-28 Thread Dorian Kind
Hi, yesterday, version 10.1 of the Ads API was released , adding support for discovery campaigns. While this feature is very helpful, to me it appears that the coordination with the client library owners was

Re: Alignment between API version upgrades and client libraries

2022-04-29 Thread Dorian Kind
es are officially released, you may reach back > to us privately with the logs so I can raise the issue to the rest of our > support team. > > Best regards, > > [image: Google Logo] > Peter Laurence > Google Ads API Team > > > ref:_00D1U1174p._5004Q2aOPQ7:ref >

Re: AdTypeEnum Values Documented in Google Ads API Not Appearing

2022-04-29 Thread Dorian Kind
See https://github.com/googleads/google-ads-python/issues/626. These enums were introduced in v10.1 and the client libraries aren't yet updated. On Friday, 29 April 2022 at 15:52:46 UTC+2 Elliot Partridge wrote: > Hello there, > > I'm hoping that someone could shed light on the below; it seems t

Re: Alignment between API version upgrades and client libraries

2022-05-02 Thread Dorian Kind
Hi Yasar, thanks for getting back. I'm not exactly sure how the depreciation date of v10 is relevant to this discussion. As for your request about examples for client library breakage, here's a simplified Python snippet that might be used for reporting: client = google.ads.googleads.client.Goo

Re: Alignment between API version upgrades and client libraries

2022-05-03 Thread Dorian Kind
Hi Jakeia, I appreciate your continued support, but I don't really see how your answer relates to the issue I've described. I'm well aware that the client libraries will be updated at some point in order to ensure compatibility with the latest API version. What's less clear to me is what to do

Re: Alignment between API version upgrades and client libraries

2022-05-05 Thread Dorian Kind
Hi Ernie, Thanks for your continued support. I do agree that further discussion will most likely not be fruitful. > With this, I would suggest raising your concern and suggestion to this Github tracker to know if there is a workaround with y

Re: Alignment between API version upgrades and client libraries

2022-05-06 Thread Dorian Kind
Hi Jinky, sure thing! Here's my issue , which was specifically about the AdTypeEnums. There's others, too, such as this one about the missing AdvertisingChannelTypeEnum. Best

Re: Alignment between API version upgrades and client libraries

2022-05-09 Thread Dorian Kind
Hi Nirmita, I think there's a bit of a disconnect between what I'm trying to convey and the impulse of API advisors on this board to fix every issue operationally. Fundamentally, I'm wondering why client libraries are updated *after* a new version of the Ads API is released instead of *simultan

CustomerSyncService vs. Change History In Web Interface

2017-07-05 Thread Dorian Kind
Hi there, I think this subject (correspondance between the web interface's change history and the results from the CustomerSyncService) has been discussed multiple times before, but as far as I recall the question usually was why a specific change in the web interface wasn't being returned by t

Increased occurrences of "stalled" BatchJobs

2017-07-26 Thread Dorian Kind
Hello, since about 24 hours, we're increasingly seeing BatchJobs that stay at zero percent completion rate for a very long time. Is anyone else affected by this? Best regards, Dorian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: What is "ad content" in simple words? and API to get that?

2017-08-18 Thread Dorian Kind
Hi, the "Ad Content" column in Google Analytics contains the "first line of the ad" as per the documentation. In practice, for an ETA it would be the Headline 1 field, whereas a Display Ad would show its Name field. Hope this helps, Dorian On Friday, 18 August 2017 07:40:19 UTC+2, pramod niral

Re: What is "ad content" in simple words? and API to get that?

2017-08-28 Thread Dorian Kind
response. Just one question that, > sometime I see *Headline 1* field empty. Can you please suggest to > select which field? in case of headline 1 is empty > > Thanks in advance > > >> > On Friday, 18 August 2017 18:11:09 UTC+5:30, Dorian Kind wrote: >> >> Hi,

Re: What is "ad content" in simple words? and API to get that?

2017-08-28 Thread Dorian Kind
No. On Monday, 28 August 2017 13:05:58 UTC+2, pramod niralakeri wrote: > > what about *Description line 1 *column? is it related somewhere to ad > content? > > On Monday, 28 August 2017 13:53:32 UTC+5:30, Dorian Kind wrote: >> >> If you're talking about the Ad

Is there any way to exclude placements for UACs programmatically?

2017-08-29 Thread Dorian Kind
Hi all, see title. As far as I know, the only way right now to exclude placements in Universal App Campaigns is to use the "Account placement exclusions" feature of the web interface, which is not accessible over the API. This problem will become acute in October, when all other app install ca

Re: Is there any way to exclude placements for UACs programmatically?

2017-08-31 Thread Dorian Kind
Hi Shwetha, thanks for your reply. It is indeed possible in the Adwords UI, using the "Account placement exclusions" feature (see attached screenshot). As mentioned, it's of *utmost* importance to us that we can manage agency-wide placement exclusion lists efficiently. *Our clients are very a

Re: Do AdGroupCriteria support temporary IDs?

2017-09-20 Thread Dorian Kind
o and does not seem to be able to use temporaryID > on the AdgroupAd entity to apply a label. > > Did you find a workaround by any chance? > > Thanks, > > Axel > > On Friday, June 16, 2017 at 12:16:10 AM UTC-7, Dorian Kind wrote: >> >> Hi Peter, >>

Re: IPv6 Exclusion

2017-09-20 Thread Dorian Kind
ipAddress = "2000:0:0:0:0:0:0:0/4" } CampaignCriterion.Type = "NegativeCampaignCriterion" }, } Maybe this helps someone. Cheers, Dorian On Tuesday, 12 May 2015 18:20:59 UTC+2, Dorian Kind wrote: > > Hi there, > >

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, just to clarify: The documentation at https://developers.google.com/adwords/api/docs/reference/v201708/FeedItemService.FeedItemAttributeValue clearly says *"Leave empty to clear an existing PRICE attribute value."* when talking about the "moneyWithCurrencyValue" field. So is the

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-27 Thread Dorian Kind
Hi Shwetha, that works indeed! Thanks a lot for your support! Best regards, Dorian On Wednesday, 27 September 2017 16:08:46 UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dorian, > > Thanks for pointing this out. I tried a couple of things and the following > operation successfully c

Re: AWQL Reporting slowdown?

2017-09-28 Thread Dorian Kind
Hello, FWIW, we also have experienced somewhat of a performance degradation in the reporting infrastructure. We have one job in particular that collects a number of KPIs and structural data for a few hundred accounts using non-AWQL report definitions, and up until September 7th its run time wa

Re: Change account e-mail

2017-09-28 Thread Dorian Kind
Hi, To me your issue is not exactly clear. If you are talking about changing the email address of an existing Google accounts, as far as I know this is only possible if you are using G Suite. A G Suite domain administrator should be able to change the email address of the account. However, if

Re: AWQL Reporting slowdown?

2017-10-17 Thread Dorian Kind
On Monday, 16 October 2017 20:28:44 UTC+2, AdWordsApiUser wrote: > > > @Dorian, do you use TSV format by any chance? I keep suspecting that it is > something to do with TSV format reports, but I am not able to prove it in > experiments with a hundred or so reports. > No, we use CSV reports excl

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-10-19 Thread Dorian Kind
If I may chime in, I'm pretty sure the googleads library only connects to "adwords.google.com". The "1e100.net" domain probably originates from a reverse lookup: $ host adwords.google.com adwords.google.com is an alias for adwords.l.google.com. adwords.l.google.com has IPv6 address 2a00:1450:40

Re: What are requirements for poxy server to coop with Google AdWordsAPI library

2017-10-20 Thread Dorian Kind
equests to the "adwords.google.com" host. Except probably for the BatchJobService, which AFAIK uses Google Cloud Storage to up/download large jobs. On Friday, 20 October 2017 10:59:59 UTC+2, Sebastian Piskorski wrote: > > @Dorian Kind, Thank you for the reply. > > Your ans

Re: Duplicate Labels

2017-11-14 Thread Dorian Kind
Hi there, we've also been experiencing this issue lately, the first time on November 7th. Interestingly it only affects certain label names. As an example for today, in one account we were able to create the label "M: 07.11.2017", but not "M: 06.11.2017". Both of these labels did never exist in

Re: Downloading > 100.000 adgroups

2017-11-17 Thread Dorian Kind
The maximum number of ad groups per campaign is 20'000 (https://support.google.com/adwords/answer/6372658). So as long as you download them per campaign, you shouldn't have a problem with pagination. Cheers, Dorian On Friday, 17 November 2017 03:40:03 UTC+1, David Antunes wrote: > > Hi, > > I h

Re: AWQL Reporting slowdown?

2017-12-11 Thread Dorian Kind
Hi all, I was just wondering whether the situation is still the same for you? On our end, the reporting slowdown first encountered in September seems to be permanent. Thanks for your feedback and best regards, Dorian On Tuesday, 7 November 2017 11:50:10 UTC+1, Tomas R wrote: > > It's a bit lik

Structure Report for CustomerNegativeCriterion

2018-02-26 Thread Dorian Kind
Hi, since API version 201710 there is the possibility to add negative criteria on the account level via the CustomerNegativeCriterionService. As there can be up to 65,000 of these negative criteria, I was a bit surprised to find that apparently there is no structure report that can be used to d

Re: Structure Report for CustomerNegativeCriterion

2018-02-27 Thread Dorian Kind
Hi Bharani, thanks for your response. I understand there's a number of reports for campaign level negative criteria, however I am interested in the account/customer level ones. Also, I'm a bit surprised you mention Shared Sets, as from what I can tell they don't support CustomerNegativeCriterio

Test Accounts Cancelled

2020-11-27 Thread Dorian Kind
Hi, we have a Google Ads test manager acccount containing a couple of test accounts that we use for integration testing. Around two weeks ago, all of those accounts were cancelled, seemingly without any notice being sent to the account admin. What's more, in contrast to regular Ads accounts tha

Re: Test Accounts Cancelled

2020-12-01 Thread Dorian Kind
Hi Xiaoming, thank you for your message. I'm still wondering why all of those accounts were suddenly closed and if there's any way to reactivate them so we don't have to set them all up again. Best, Dorian On Monday, 30 November 2020 at 21:52:33 UTC+1 adsapiforumadvisor wrote: > Hi Dorian, >

Re: Test Accounts Cancelled

2020-12-03 Thread Dorian Kind
Hi Xiaoming, I think we're having somewhat of a misunderstanding here. When we try to access these accounts over the API, we get a AuthorizationError.CUSTOMER_NOT_ACTIVE error. I assumed that this happens because the accounts are closed, but if I get you right then that's not the actual cause

Unkown Feed Placeholder Type

2021-01-19 Thread Dorian Kind
Hi, we recently came across a single FeedItem in one of our accounts with placeholder type *48*. This type ID doesn't show up in the reference data and it's the first time we encounter that specific type. What kind of feed it

Re: Unkown Feed Placeholder Type

2021-01-27 Thread Dorian Kind
For the benefit of future visitors to this thread—Anthony was able to help me. The following feed item types seem to be undocumented at this point in time: *42*: Dymamic image extensions *48*: Image extensions

Re: Getting report totals in new Google Ads API

2019-12-31 Thread Dorian Kind
Hi there, sorry to ressurect such an old thread, but I just wanted to inquire whether this feature has been added or is being considered for addition to the Google Ads API in the meanwhile. Thanks & best regards, Dorian On Friday, 24 May 2019 22:54:12 UTC+2, adsapiforumadvisor wrote: > > Hello

Emtpy channelId and channelName in YouTubeChannel criterion

2020-07-30 Thread Dorian Kind
Hi, I've stumbled upon a case where a specific Youtube exclusion (a Criterion object of type "YOUTUBE_CHANNEL" as returned by the CustomerNegativeCriterionService) did not have its channelId nor its channelName field set. If it helps, the ID of that specific criterion is 295325090879. I was wo

Re: Emtpy channelId and channelName in YouTubeChannel criterion

2020-07-31 Thread Dorian Kind
Hi Mitchell, I have sent you the logs privately. Many thanks for taking a look at this. Best, Dorian On Thursday, 30 July 2020 20:01:00 UTC+2, adsapiforumadvisor wrote: > > Hi Dorian, > > Thank you for reaching out. Can you please share your complete detailed > request and response logs *via Re

Re: Emtpy channelId and channelName in YouTubeChannel criterion

2020-08-06 Thread Dorian Kind
In case anyone stubles across this thread, the described behavior is expected and caused by a change in Youtube data retention policy: https://ads-developers.googleblog.com/2019/10/video-and-channel-ids-change-in-adwords.html On Friday, 31 July 2020 at 10:02:01 UTC+2 Dorian Kind wrote: >

<    1   2   3