Re: How to get the keyword which triggered the phone call?

2019-05-08 Thread Alexander Nitschke
Sorry for "warming up" an older thread, but 1) the answers presented didn't really help to solve the question, and you should know this: imagine a scenario with 100 calls on a day on 10 criteria. The Call Metrics Call Detail Report only give the adgroup level for each call while the Criteria

Is it possible to get a list of possible ProductDimensions with the AdWords API?

2016-11-23 Thread Alexander Nitschke
We implemented the RMF of creating and modifying ProductDimension trees with subdivisions and units long ago. However, specifying the tree is very awkward in our UI as the user has to enter everything manually. And I mean *everything*, from dimension value of product partition to refine its

Re: Translations of Verticals?

2016-10-28 Thread Alexander Nitschke
Hi Josh, our clients naturally don't stop to ask for this feature. It is really a big problem that the Required Minimum Functionality (RMF) basically demands a complete GUI for all things Adwords from us, but we can't give our clients the verticals in their language like they are used from

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Alexander Nitschke
I can confirm that. It's more or less the same as of now. I will monitor this and look if there is improvement. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

RateExceededError occurring a lot more often today

2015-09-28 Thread Alexander Nitschke
Hi, we are using the TrafficEstimatorService in our UI to give advice for expected clicks and cost during campaign creation (similar to the Adwords UI). This used to work fine, but today this feature is practically broken. The reason is a very often occurring RateExceededError (which we

Re: Will destination urls work after July 1?

2015-06-30 Thread Alexander Nitschke
Hello, I'd like to point out that this thread is specifically about *ineligible destination urls* (which also is the only interesting use case here). So I really doubt your answer as the but only part should be the total part of the question, no? So Mostly (3) should be All (3), or? Or does

Re: Translations of Verticals?

2014-09-26 Thread Alexander Nitschke
Hi Josh, I have sent you the CustomerId and screenshots for French and German examples in a private message. Hope you got it. Best regards, Alexander -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: API V201302 - Problem on configuring campaign for Mobile and Tablet devices

2013-04-05 Thread Alexander Nitschke
You can't - enhanced campaigns always run on all platforms by default. What you can do however is mark all your ads in this campaign as mobile preferred. Furthermore I guess you could make a mobile bid adjustment of +300% and set the normal bid to a quarter of the intended bid. (But maybe this

Re: Discrepancies between the number of keywords between UI and API

2013-03-14 Thread Alexander Nitschke
Hi all, I had a similar phenomenon lately (more non-negative keywords in the UI than in the API) and I found a reason for it: If you delete a keyword and later add it as a negative keyword, it stays as a deleted keyword in the UI, but it is not in the deleted keywords in the API anymore, only

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-13 Thread Alexander Nitschke
No, email and password are those of your normal login. You have to set the CustomerId of the AdwordsUser object before downloading the report, for example (in Visual Basic .NET): TryCast(AdWordsUser.Config, AdWordsAppConfig).ClientCustomerId = GCustomerId, where AdWordsUser would be your user

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-12 Thread Alexander Nitschke
I say you aren't specifying the client. Reporting for multiple clients isn't possible anymore with the adhoc reports, so you have to get a report for each client (and specify the client of course). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Keyword bids to set if Google Ad Group Bid Optimizer is enabled

2012-12-11 Thread Alexander Nitschke
You are not saying which library you are using which could help with the answer. But regardless of the library, you shouldn't have a ManualCpcAdGroupCriterionBid object at all if budget or conversion optimizer is set for the campaign (not possible on ad group level as you seem to be implying).

Re: is it possible to get Transaction billing history just like the export CSV option?

2012-12-11 Thread Alexander Nitschke
Not possible afaik. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Adwords API Reponse Parse Comma Issue

2012-12-11 Thread Alexander Nitschke
Why yes, check for first. It's a simple parsing algorithm. But actually I would recommend using the XML output instead CSV, that's what I do. Parsing this is mcuh easier with an XML reader, as the XML format is more standardized than CSV. -- --

Re: Adwords API - Upgrading to V201206 and OAuth

2012-09-19 Thread Alexander Nitschke
You can use OAuth 2.0 but it isn't really necessary. Your assumption regarding OAuth2 with v201206 is wrong as the old login still works. What doesn't work is the login as a simple client, only logins as MCC will work with v201206. So you have to login into the MCC, and then change the

Re: CampaignCriterionService Location Determining Excluded Location

2012-08-24 Thread Alexander Nitschke
The answer is higher up the tree. You can set (or read) the type of the CampaignCriterion to NegativeCampaignCriterion. If it is set this way, the location in the CampaignCriterion is an excluded location. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Questions about BudgetOrderService

2012-07-26 Thread Alexander Nitschke
I can't really confirm the part about the date syntax. It still works only for me with the Los Angeles timezone. Other timezones (or not specified timezone) lead to exceptions (as I wrote in another post - I got directed to this thread but must say that there's no helpful answer to this problem

Re: Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-26 Thread Alexander Nitschke
To anyone who has this (serious) problem: Anash posted an update of the API in the issue tracker for issue 87 which works. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: PHP API - TargetingIdeaService - RelatedToUrlSearchParameter - [TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ selector.selector.searchParameters[2].includeSubUrls]

2012-07-24 Thread Alexander Nitschke
Hi Josh, please look further down to the documentation for includeSubUrls. This one is ignored for KEYWORD queries, generally the KEYWORD idea query supports only one Url. But I think Kevin's link was misleading as he linked to the v201206 doc and your code is using v201109. Still, the

Re: Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Alexander Nitschke
Hello Maurício, it most likely is the same as issue 87. We have the same problem, and it looks like there is no better solution than reverting to v14.4 of the .NET API. At least I didn't find anything which worked. Even using isolated tasks and cancelling them if needing too long isn't working

Re: Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-23 Thread Alexander Nitschke
Hello Bejan, I implemented your suggestion (DEFAULT_REPORT_VERSION = v201206) now as we migrate to v201206 anyway, and it worked just fine. Thanks for that! However, the hangup in the DownloadClientReport is still there, and by now it seems to me more like once every fifty downloads. In other

.NET client library for v201206?

2012-07-05 Thread Alexander Nitschke
Just wanted to ask when the .NET library for v201206 will be available? The sunsetting for v201109/v201109_1 is somewhat tight at October 26 which actually is plenty time as of now, but migration can only start when the client library is there, shortening the time further. Since we use a lot of

Problems with ReportUtilities.DownloadClientReport with .NET 14.5.0 client library

2012-07-04 Thread Alexander Nitschke
I have a few problems since upgrading to the .NET 14.5.0 library (newest version as of now): ReportUtilities.DownloadClientReport doesn't work when used with v201109_1 ReportDefinition. It gives the following error: Report contents are invalid. - !!!2|||-1|||cvc-complex-type.2.4.a: Invalid

TargetingIdeaService not working as of today

2012-06-28 Thread Alexander Nitschke
I have an urgent problem: The TargetingIdeaService used to work fine - until yesterday. There were no changes in the coding, but suddenly the TargetingIdeaService is producing an exception [TargetingIdeaError.INVALID_ATTRIBUTE_TYPE @ selector; trigger:'CRITERION']. According to the doc, this

TimeZone in BudgetOrderService

2012-06-21 Thread Alexander Nitschke
I feel there is an apparent lack of questions for the new features of the 201109_1 API version. Well, we totally welcome the new BudgetOrderService as we are able to eliminate one more manual step in the account creation process. However, I have a question regarding a detail: The fields

Re: Required Minimum Functionality Update?

2012-05-12 Thread Alexander Nitschke
languages in general, we are aware of these and working to have translations out in timely manner. There are no plans to update the RMF any time soon, the time set in text is approximate. Best, -David On Tuesday, May 8, 2012 11:26:50 AM UTC-4, Alexander Nitschke wrote: Hi David, thanks

Re: How to separate specific dates from daterange?

2012-05-09 Thread Alexander Nitschke
Hi Mika, I would do this with a report, not with the CampaignService. With a report it's not difficult to get daily stats. Best wishes Alexander Am Mittwoch, 9. Mai 2012 10:22:42 UTC+2 schrieb MikaSaarinen: Hi, I am wondering how to get stats for specific dates within the DateRange I have

Re: Required Minimum Functionality Update?

2012-05-08 Thread Alexander Nitschke
Alexander Am Montag, 7. Mai 2012 17:39:12 UTC+2 schrieb David Torres: Hi Alexander, I was revising the RMF page and couldn't find any broken, could you please give me a more specific example? Best, - David On Friday, May 4, 2012 8:47:05 AM UTC-4, Alexander Nitschke wrote: Hi, the RMF

Re: Error in setting Ad Schedule Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Alexander Nitschke
Hi Atul, this error is probably because your Adwords-User isn't set to the correct account before calling the CampaignTargetService (maybe its set to the MCC account which is the most common error). Just talking from experience, been there, had that too. Best wishes Alexander --

Re: Different results of Keyword Performance Report dependending day.

2012-05-04 Thread Alexander Nitschke
Hello Mauro, I believe setting the date prevents the zeroImpression parameter, so you still are getting only non-zero rows. Best wishes Alexander -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Required Minimum Functionality Update?

2012-05-04 Thread Alexander Nitschke
Hi, the RMF are supposed to get updated every six months or so, but now it's already almost eleven months since the last update. This is annoying since the only active API is the v201109 which didn't even exist back then, so quite a few items in the RMF (CampaignTargets, Reporting for

Re: AccountService is only available on a whitelist basis

2012-01-30 Thread Alexander Nitschke
Hi Rob, a list is available in the V13 doc: http://code.google.com/apis/adwords/docs/developer/adwords_api_timezones.html It works for me (so far) so I suppose it's still valid. It should be under the new System Codes as well though Best wishes Alexander On 30 Jan., 12:11, Rob

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-25 Thread Alexander Nitschke
Thanks Peter, but I actually already did it this way. I asked specifically about changing headers *after* creation of the AdWordsUser. Done your way this will only cause a Captcha exception to come up. Alexander On Jan 23, 10:40 pm, Peter S. peterseew...@gmail.com wrote: Alexander, You can

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-25 Thread Alexander Nitschke
Thanks Anash, especially the step 3 was the missing piece. I even studied the .NET library source code in depth and saw that object structure and thought about recompiling with headers exposed in the AdWordsUser object but it just didn't occur to me that they already are accessible in this way.

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-23 Thread Alexander Nitschke
the clientCustomerId  each time you want to download the report for a different user. - Kevin Winter AdWords API Team On Friday, January 20, 2012 12:21:26 PM UTC-5, Alexander Nitschke wrote: Hi Kevin, can you please tell me how to do this with the ASP.NET library? I really looked for AuthToken

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-01-20 Thread Alexander Nitschke
Hi Kevin, can you please tell me how to do this with the ASP.NET library? I really looked for AuthToken related methods or attributes but didn't find anything. Or another way of doing it (which I might even prefer) - is it possible to login with the MCC account and download the report once for

Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Alexander Nitschke
Noone? I thought this must be a real problem for all German developers (and French too as they seem to have the same problem). Any solution or even a workaround is greatly appreciated as it's really important to have the documentation for v201101. Thanks. --

Where is the documentation for v201101 gone?

2011-06-14 Thread Alexander Nitschke
I was searching for the v201101 docs to implement some more features, but it seemed to be gone mysteriously from the API docs: http://code.google.com/intl/de/apis/adwords/docs/ With some googling I found the English Adwords API docs start page in the google cache where the v201101 version is