Re: facing "request_error: unknown" for shopping performance reports

2024-08-05 Thread Stefan Zehr
We receive the same error message when attempting to load shopping performance data. The error occured around the time of the outage on 02.08.24 Google Ads API Forum Advisor schrieb am Montag, 5. August 2024 um 08:56:57 UTC+2: > Hi, > > Thank you for reaching out to the Google Ads API support

Re: google ads campaigns: prohibited_segment_with_metric_in_select_or_where_clause

2024-06-06 Thread Stefan Zehr
Thank you all for the replies, for us it was sufficient to just query only the conversions metric on campaign level (this is not prohibitted) and then filter by conversion_action_category <> 'PURCHASE' . We then could adjust the conversion metric in our main query (with impressions, costs, etc.)

Google Ads campaigns: PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE

2024-06-04 Thread Stefan Zehr
Hi, we retrieve our campaigns data from the Google Ads API: Clicks, Costs, Impressions etc. by campaign. I want to add a filter on conversion_action_category = 'PURCHASE' to restrict the results only on purchases. But I receive the following error message. What can I do to prevent this from

Filter campaigns data on conversion_action_category leads to error

2024-06-04 Thread Stefan Zehr
Hi, I added a filter for conversion_action_category into our campaigns data query: SELECTcpgn."id" AS campaignid , cpgn."name" AS campaignname , cpgn."cost_micros" , cpgn."clicks" AS Clicks , cpgn."interactions" AS Interactions , cpgn."conversions" AS Conversions FROM "GoogleAds.ca

Newbie on Google Ads API needs info on how it works

2023-06-01 Thread Stefan Rundgren
Hi! I am developing a platform for our web users (thousands) which will, if possible, use among one thing the Google Ads keyword Planer tool via API, to search and get statistics on usage. Just like you do via Google online. After many headaches I am connected to the API stack but get various e

Applying for basic access token results in Sorry, try again later.

2023-01-17 Thread Stefan Alexandru
For 2 weeks I have been trying to get just a basic access token, I have filled out that form many times, each time greeted with Sorry, try again later.. I have tried incognito mode and everything. Please, I just want a basic access token. I've been developing for over a month, why is it so hard.

Re: access problems for internal or test users

2022-12-29 Thread Stefan Alexandru
Thank you for the reply, how do i do this specifically: ?? - be a listed user in the production client account that you are making calls against ?? On Wednesday, December 28, 2022 at 5:47:24 PM UTC+2 adsapi wrote: > Hi Stefan, > > Thanks for reaching out. Are you receivi

access problems for internal or test users

2022-12-28 Thread Stefan Alexandru
I have developed an internal tool using the google ads api, with a test account. Everything ok so far. But did not work for a live account under that same user/email. I want to manage campaigns for our users, on live account, not test account. I do not want to publish, because I don't want ot

PHP SDK ERROR Unexpected stream close before receiving the closing byte

2022-11-22 Thread Stefan Alexandru
SELECT customer_client.client_customer, customer_client.level, customer_client.manager, customer_client.descriptive_name, customer_client.currency_code, customer_client.time_zone, customer_client.id FROM customer_client WHERE customer_client.level <= 1 this query yields this error Unexpected s

google ads api Unexpected stream close before receiving the closing byte

2022-11-22 Thread Stefan Alexandru
SELECT customer_client.client_customer, customer_client.level, customer_client.manager, customer_client.descriptive_name, customer_client.currency_code, customer_client.time_zone, customer_client.id FROM customer_client WHERE customer_client.level <= 1 this query yields this error Unexpected st

Cookie-based experiment setup

2022-09-30 Thread &#x27;Stefan Lauren' via Google Ads API and AdWords API Forum
erence/rpc/v11/ExperimentArm>. And not even in the schedule <https://developers.google.com/google-ads/api/reference/rpc/v11/ScheduleExperimentRequest> operation. Kind regards, Stefan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlead

Only able to turn settings on, but not off with the Ads API

2021-05-03 Thread Stefan Dieters
g'morning! I was wondering if i'm am running into a bug, or if i'm missing something obvious. It seems that some settings like manual_cpc->enhanced_cpc_enabled, and all 4 network_settings (targets) can only be turned on using the Ads API, but not turned off. I even double checked this by manual

Re: Youtube video Asset creation: AttributeError: Assignment not allowed to field "youtube_video_id" in protocol message object.

2020-06-23 Thread &#x27;Stefan Delic' via AdWords API and Google Ads API Forum
Hi Mitchell, Thank you, that worked, it was an error on my part! Best regards, Stefan On Monday, 22 June 2020 17:17:21 UTC+2, adsapiforumadvisor wrote: > > Hi Stefan, > > Thank you for reaching out. Please try making the following change to your > code:

Youtube video Asset creation: AttributeError: Assignment not allowed to field "youtube_video_id" in protocol message object.

2020-06-22 Thread &#x27;Stefan Delic' via AdWords API and Google Ads API Forum
Hello, I am trying to create a video Asset using the Google Ads API Beta python library. I am getting this error: "AttributeError: Assignment not allowed to field "youtube_video_id" in protocol message object" (I posted the code bellow). The video was successfully uploaded to Youtube previous

Campaign Perfomance Report - Problem with zero impressions

2020-03-04 Thread Stefan S.
Hello, there is a problem with the CAMPAIGN_PERFOMANCE_REPORT, when you set includeZeroImpressions to true, you get a campaign multiple times. Better to say, same campaign (equal ID's) but different network types (AdNetworkType1) and that is, every network type included. When includeZeroImpres

How to get AppAdInfo via Google Ads v2

2019-09-26 Thread Stefan Nguyen
How do I get the AppAdInfo using Java Library of Google Ads V2? The maven version is 4.1.1-SNAPSHOT The query i used is: SELECT ad_group_ad.ad.app_ad FROM ad_group_ad WHERE ad_group_ad.ad.id IN (...) The error I got back: { error_code { query_error: PROHIBITED_FIELD_IN_SELECT_CLAUSE } m

Product price benchmark via api

2019-05-08 Thread Stefan Zehr
Is it possible to get product price benchmarks through google ads api? https://support.google.com/google-ads/answer/9027761?hl=en -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Ads Api Java Throw exception of Channel was not shutdown properly

2019-02-22 Thread stefan
Hi, I'm trying to use Google Ads Api Beta Java library on Scala - Slick, and this error keeps getting thrown - which is not coming from any of the API calls and I can't tell where it throwing from Here is what the error looks like [error] i.g.i.ManagedChannelOrphanWrapper - *~*~*~ Channel Mana

Re: Issues with BatchJobService - jobs remain stuck

2017-03-09 Thread Stefan Kleine Stegemann
. Thanks for taking care of this. Best, Stefan Am Donnerstag, 9. März 2017 18:45:49 UTC+1 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Could you share the job IDs for some of the 22 jobs you mentioned? > > Thanks, > Josh, AdWords API Team > > On Thursday, M

Re: Issues with BatchJobService - jobs remain stuck

2017-03-08 Thread Stefan Kleine Stegemann
thread, it makes no sense to re-submit a job if it does not get through in the early morning. Regards, Stefan Am Mittwoch, 8. März 2017 20:18:19 UTC+1 schrieb Stefan Kleine Stegemann: > > Hi Nadine, > > over the past weeks, batch jobs have been stable and also much faster than > befo

Re: Issues with BatchJobService - jobs remain stuck

2017-03-08 Thread Stefan Kleine Stegemann
ring again? Best, Stefan Am Freitag, 24. Februar 2017 16:53:40 UTC+1 schrieb Nadine Sundquist (AdWords API Team): > > Hi Mike, > > It looks like the job is still waiting for a file to upload with > operations. If you haven't cancelled yet, you can try uploading a file with

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
Has this anything to do with this? https://twitter.com/search?q=google%20oauth&src=typd Am Freitag, 24. Februar 2017 08:20:00 UTC+1 schrieb Stefan Kleine Stegemann: > > > As additional information, it seems that the tokens are working > "sometimes". For a few acco

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
As additional information, it seems that the tokens are working "sometimes". For a few accounts, I created an AdWords session multiple times and occasionally, it works. That said, most of the times, it does not work. Best, Stefan Am Freitag, 24. Februar 2017 08:04:49 UTC+1 schr

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
ected customers, any advise on this? Can we expect the refresh tokens to be working again or are they lost? As a side note, some refresh tokens we have obtained for the content api also stopped working. Regards, Stefan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Issues with BatchJobService - jobs remain stuck

2017-02-17 Thread Stefan Kleine Stegemann
le of jobs from the past days and they all are canceled now. At the moment, it looks like the issue is solved. We'll keep an I on it and let you know if it happens again. Thanks for taking care of this and your constant updates on this issue. Best, Stefan Am Freitag, 17. Februar 2017

Re: Issues with BatchJobService - jobs remain stuck

2017-02-17 Thread Stefan Kleine Stegemann
days now, it becomes more critical for us because we are unable to deliver the full service to some of our customers. Thus, any advise for how the deal with the "broken" batch jobs is appreciated. Does it, for example, make sense to try smaller or larger jobs? Best, Stefan Am Donn

Re: Issues with BatchJobService - jobs remain stuck

2017-02-16 Thread Stefan Kleine Stegemann
n the past. Also, it feels like pushing more and more jobs to the "queue" might make things even worse. I checked again some of the jobs we did cancel (including jobs from tuesday) and they all are still in status canceling, so no progress on that side. Best, Stefan Am Donnerstag, 16.

Re: Issues with BatchJobService - jobs remain stuck

2017-02-15 Thread Stefan Kleine Stegemann
quot;CANCELING". It seems that these jobs are not doing anything anymore and that there is something broken fundamentally. Do you have any update on this issue? Can we expect batch jobs to come back to "normal"? We'd like to know that because if not, we need to take action t

Re: Issues with BatchJobService - jobs remain stuck

2017-02-15 Thread Stefan Kleine Stegemann
445954540 445989185 446102085 446102088 445952002 445986527 445986596 445986662 445986857 445987025 445987106 445987562 445987577 445987715 446107815 446107821 446108097 446108442 446108472 446108553 446108598 446108796 446108910 446108958 45948708 445983389 445983824 446105442 446105460 Thank

Re: Duplicate entries for Criterions in Product Partition Report

2016-11-17 Thread Stefan Kleine Stegemann
Hi, the problem has been solved. In fact, it turned out to be a problem on our side. Thanks very much for your support and your help, AdWords API Team! Best, Stefan Am Montag, 14. November 2016 18:10:40 UTC+1 schrieb Shwetha Vastrad (AdWords API Team): > > Hi Stefan, > > Could

Duplicate entries for Criterions in Product Partition Report

2016-11-14 Thread Stefan Kleine Stegemann
When downloading a product partition report, we sometimes receive duplicate rows for a single criterion. The reports are segmented by Date and Device and we're getting two rows for the same combination of CampaignId, AdGroupId, CriterionId and Device. When this happens, one row usually contains

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-28 Thread Stefan Kleine Stegemann
Hi, just wanted to update this thread saying that the problem does not longer exist. Thanks for solving it. Best, Stefan Am Dienstag, 25. Oktober 2016 12:19:30 UTC+2 schrieb Stefan Kleine Stegemann: > > Hi, > > > we are experiencing problems when downloading product partition

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-25 Thread Stefan Kleine Stegemann
Hi Shwetha, thanks for the fast reply. I sent you the campaign ids via private reply. I cannot tell whether it's related to the campaign or account, because each campaign belongs to a separate account and our system does not "manage" any other campaigns from these accounts. Be

ERROR_GETTING_RESPONSE_FROM_BACKEND when downloading Product Partition Report for some Campaigns

2016-10-25 Thread Stefan Kleine Stegemann
20160924 20161023 BMOS Report PRODUCT_PARTITION_REPORT CUSTOM_DATE GZIPPED_XML I cannot write the client customer id or campaign ids here, but I'll be happy to share it with you privately if that's necessary for investigation. Best, Stefan -- -- =~=~=~=~=~

Re: Read timed out on API calls

2016-09-19 Thread Stefan Kleine Stegemann
Hi Thanet, just wanted to report that the timeout problems have gone now. Timeouts started to drop significantly on friday morning and since saturday, we don't any have timeout at all. Just out of interest: did you change anything on your side? Anyway, thanks for your support. Stefan

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, sorry for the second post but I did not read it completely first. The failed request was also retried on our side and went through without problems (definitely less than 4 minutes). Thanks, Stefan Am Dienstag, 13. September 2016 16:34:46 UTC+2 schrieb Josh Radcliff (AdWords API

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
Hi Josh, we're also running on AWS services located in Frankfurt, Germany. Stefan Am Dienstag, 13. September 2016 16:34:46 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for sending over the details of your reporting request. What's odd >

Re: Read timed out on API calls

2016-09-13 Thread Stefan Kleine Stegemann
ignService, AdGroupService) which have very long timeouts (up to an hour, as I've mentioned in my first post). Cheers, Stefan Am Freitag, 9. September 2016 19:49:14 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for sending over that info. I looked a

Re: Read timed out on API calls

2016-09-12 Thread Stefan Kleine Stegemann
Hi Josh, is there any update on this issue? The situation is still the same and we haven't noticed an improvement over the past days (it also did not get worse, though). Thanks, Stefan Am Freitag, 9. September 2016 19:49:14 UTC+2 schrieb Josh Radcliff (AdWords API Team): > >

Re: Read timed out on API calls

2016-09-09 Thread Stefan Kleine Stegemann
Hi Josh, I sent you a private mail with some information. I hope that helps. Thanks, Stefan Am Freitag, 9. September 2016 15:58:01 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for looking. Since you aren't getting a response back due to the >

Re: Read timed out on API calls

2016-09-09 Thread Stefan Kleine Stegemann
uot; errors (such as user permission denied). I wonder what's the rule for request having an id or not? Cheers, Stefan Am Donnerstag, 8. September 2016 23:41:27 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > Would either of you happen to have a particularly unique

Re: Read timed out on API calls

2016-09-08 Thread Stefan Kleine Stegemann
figuration mechanism. For the request-id, I'll check our log-files today and see if I can find an id. Best wishes, Stefan Am Donnerstag, 8. September 2016 23:41:27 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi, > > Would either of you happen to have a particularly unique ex

Read timed out on API calls

2016-09-08 Thread Stefan Kleine Stegemann
I've attached an example request that failed with a timeout (to CampaignService) and response (well, the response is empty) as well as the stack trace of the root cause exception. Cheers, Stefan --- Here is the exception (I cropped the stacktrace whe

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2016-06-30 Thread Stefan S.
this case. Our BatchJob ID is 315190981. Many thanks in advance Regards, Stefan On Tuesday, July 28, 2015 at 5:12:22 PM UTC, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > This change was intentional in v201506 of the API. Bids on subdivisions in > product partitions

Re: BatchJobService not completing

2016-04-07 Thread Stefan S.
for the inconvenience Regards, Stefan Am Donnerstag, 7. April 2016 14:07:56 UTC schrieb Thanet Knack Praneenararat (AdWords API Team): > > Hello Stefan, > > Have you ever uploaded any jobs yet? > We can't find any evidence that you've done so. > If you really did uploa

Re: BatchJobService not completing

2016-04-06 Thread Stefan S.
your help Regards, Stefan PS: Without exception ALL of our BatchJobService requests result in the same AWAITING_FILE loop. For further investigation an example job id is 40851864, an example requestid f.e. 00052fcd82dc50580a0deb90ad088729. Please tell me if you need more data. Am Dienstag, 2

Re: RateExceededError occurring a lot more often today

2015-09-30 Thread Stefan Kleine Stegemann
Hi, thanks for your Update, Umesh. However, so far, we did not notice any improvement. In fact, today we get more rate limit errors than yesterday. Best regards, Stefan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: RateExceededError occurring a lot more often today

2015-09-29 Thread Stefan Kleine Stegemann
imes helps and sometimes doesn't. We've already noticed a slight increase in RateExceededErrors over the past days and they were always recoverable. Now, we wonder if the rate limit for the TrafficEstimatorService has been changed or if this is just a temporary behavior. Best regards

Re: Behavior of includeZeroImpressions-Flag for Product Partition Report

2015-08-24 Thread Stefan Kleine Stegemann
sorry, i meant that we get some rows with zero impressions when we set includeZeroImpressions to *false*, of course. Stefan Am Montag, 24. August 2015 13:59:18 UTC+2 schrieb Stefan Kleine Stegemann: > > > Hi Josh, > > today, we noticed the same behavior for keyword perf

Re: Behavior of includeZeroImpressions-Flag for Product Partition Report

2015-08-24 Thread Stefan Kleine Stegemann
Hi Josh, today, we noticed the same behavior for keyword performance reports. Despite setting includeZeroImpressions to true, we got some rows with no impressions (includeZeroImpressions=true gives much more rows). Filtering with a predicate works as expected. Cheers, Stefan Am Freitag, 21

Re: Behavior of includeZeroImpressions-Flag for Product Partition Report

2015-08-21 Thread Stefan Kleine Stegemann
Hi Josh, are there any updates on this issue so far? Cheers, Stefan Am Donnerstag, 4. Juni 2015 22:13:27 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Stefan, > > Thanks for pointing that out -- I hadn't tried setting it to *true* so > didn't notice the dif

Re: Behavior of includeZeroImpressions-Flag for Product Partition Report

2015-06-04 Thread Stefan Kleine Stegemann
ishes, Stefan 2015-06-04 19:56 GMT+02:00 Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com>: > Hi Stefan, > > Thanks for sending over the details to Anthony -- with that information I > was able to reproduce the issue you described. We're following up with

Behavior of includeZeroImpressions-Flag for Product Partition Report

2015-05-21 Thread Stefan Kleine Stegemann
When downloading a product partition report with includeZeroImpressions=false, we sometimes get rows with zero impressions. For example, we download a product partition report for a month, segmented by day and get some rows with zero impressions (although includeZeroImpressions is false). When

Adwords Sandbox down?

2012-11-07 Thread Stefan den Hartog
Anyone else getting the error: An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro I get it with the PHP version and the Sandbox Account Viewer (java) when using the sandbox -- =~=~=~=~=~=~=~=~=~=~

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
Aube het volgende: > > auth.ini should work. Did you include hyphens in your clientCustomerId? > > On Tuesday, November 6, 2012 8:51:58 AM UTC-5, Stefan den Hartog wrote: >> >> I tried adding the clientCustomerId to the auth.ini but that doesn't make >> any

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
> auth.ini should work. Did you include hyphens in your clientCustomerId? > > On Tuesday, November 6, 2012 8:51:58 AM UTC-5, Stefan den Hartog wrote: >> >> I tried adding the clientCustomerId to the auth.ini but that doesn't make >> any difference, should I set

Re: Problems setting up Sandbox account

2012-11-06 Thread Stefan den Hartog
stomerId to one of the 5 customer ids. > > On Monday, November 5, 2012 3:43:23 PM UTC-5, Stefan den Hartog wrote: >> >> I'm trying to set up a fresh Adwords account, at this moment I can get >> the account hierarchy and I get this back: >> >> (Customer Id, Acc

Problems setting up Sandbox account

2012-11-05 Thread Stefan den Hartog
I'm trying to set up a fresh Adwords account, at this moment I can get the account hierarchy and I get this back: (Customer Id, Account Name/Login) 9607306***, ***@***.nl --6169612***, client_1+***@***.nl --8294223***, client_2+***@***.nl --2731918***, client_3+***@***.nl --1920388***, client_4+*

Re: Is this the right way of getting the Timezone?

2012-08-31 Thread Stefan Podkowinski
Why not just use the java.util.TimeZone class to calculate the gmt offset? TimeZone timeZoneDE = TimeZone.getTimeZone("Europe/London"); int utcoffset = timeZoneDE.getRawOffset(); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-27 Thread Stefan Reichel
behind it. Regards Stefan Am Donnerstag, 2. August 2012 16:57:41 UTC+2 schrieb Eugene: > > Hi. > I encountered strange behavior of API. > I get duplicate entries when fetching keywords in adgroup with 'MatchType' > field (3 copies of each row to be exact). > Ever

Re: Report "account timezone" has incorrect offset

2012-08-22 Thread Stefan Podkowinski
Hi Kevin Your statement on how accounts won't obey DST is contrary to what I understand how AdWords handles account timezone settings. E.g. refer to "Data impacted by daylight savings time" at http://support.google.com/adwords/bin/answer.py?hl=en&answer=2404039 If the AdWords API won't make any

Click Performance Report

2012-07-03 Thread Stefan Podkowinski
I haven't really tested the new click report yet, but reading the field description it seems the clickId is provided as a long datatype. Has anyone figured out if it can be mapped to the alphanumeric gclid parameter? Having a click level report could be a potential game changer. But there need

Re: API developer token taking crazy long

2012-06-22 Thread Stefan Reichel
Google more protection and paying customers less frustration. Regards Stefan Reichel P.S. Sorry, Kevin for my/our complains, nevertheless you seem to be the only person at Google who is willing to help us. Btw. the API itself (as far as i can see) is well done ;-) Am Dienstag, 1. Mai 2012 15

Re: API developer token taking crazy long

2012-06-01 Thread Stefan
running asap. I dont need to explain that this is very frustrating, costing money and time. Thanks Stefan Our ID: 731-664-1723 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: Internal API Error while using the TargetingIdeaService in sandbox

2012-01-12 Thread Stefan Schmitt
I just tested it with another sandbox account that already has campaigns, but I still get the internal error. On 12 Jan., 09:19, Stefan Schmitt wrote: > Hi Eric, > > yes, I still get the same error. The other  thing I just noticed is, > when I try to display all my campaigns, I can

Re: Internal API Error while using the TargetingIdeaService in sandbox

2012-01-12 Thread Stefan Schmitt
Hi Eric, yes, I still get the same error. The other thing I just noticed is, when I try to display all my campaigns, I can not find any campaign. Shouldn't the creation of a sandbox account also create 5 test campaigns? Kind Regards, Stefan Schmitt On 12 Jan., 00:12, Eric Koleda wrote:

Internal API Error while using the TargetingIdeaService in sandbox

2012-01-09 Thread Stefan Schmitt
://adwords.google.com/api/adwords/o/v201101"; xmlns:ns2="https://adwords.google.com/api/adwords/cm/ v201101">[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init> (InternalApiErro]ApiExceptionhttp://www.w3.org/2001/ XML

Re: AccountService is only available on a whitelist basis

2011-12-15 Thread Stefan Podkowinski
Both the v13 account service and the new reporting service will return different kind of values. The v13 account service uses the timezone ID, such as "Europe/Berlin". This is a good idea, as it can be used with timezone databases that have historical data and know how to convert between dayli

Re: AdWords API v201109 is now available

2011-10-10 Thread Stefan Podkowinski
Those changes look great. Especially the new criteria report and ad hoc reports! *API version v13 AccountService will only be available on a whitelist basis. * We can't migrate to the new ServicedAccountService yet, as it does not return the currency and timezone of the account. Otherwise gr

Re: when clickType is used, impressions do not match (bigger)

2011-08-10 Thread Stefan Podkowinski
What I did is to stick with the "headline" views for aggregation, as the headline should be present every time the ad is served. Other elements, such as sitelinks or product extensions, will be included in your ad based on position, relevance and other factors. The way I understand the number of

Re: Can I use the same ReportDefinition for different clientEmails?

2011-08-03 Thread Stefan Podkowinski
In case the report definitions don't change on day by day basis, you'll be fine creating a definition once for all of your individual accounts. You'll only get charged for report creation and not for the daily downloads, so unit costs shouldn't be an issue. The downloads themself are very fast.

Re: Interpreting the [], "", -, + modifiers when adding keywords

2011-08-03 Thread Stefan Podkowinski
I don't think the API is aware of the mentioned notation. There are individual data types for match types and biddable/negative keywords that can be used. Also think about error handling in case the user gets the syntax wrong. That should probably be dealt with in your client code, so you need

Re: v201101: Keyword "structure" report stopped returning zero impressions

2011-08-03 Thread Stefan Podkowinski
It would be nice to get a clarification on deleted keywords and zero impression reports. Having deleted keywords returned based on the date range isnt very self-explanatory. Been looking through some of our download history (also using zero-imprs and "yesterday" range) and didn't notice any cha

Aw: Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-07 Thread Stefan Podkowinski
You cannot run reports for MCCs. You need to specify the client Id of a regular account that can run campaigns for that. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-07-06 Thread Stefan Podkowinski
Are you trying to create the report on behalf of a MCC account? On 6 Jul., 16:18, Chirag eBrandz wrote: > Hi, > > I am also getting same error > [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ > operations]. > Can you help me out what i am doing wrong? > If you find the solution c

OrderBy for TargetingIdeaSelector

2011-07-04 Thread Stefan
e documentation, TargetingIdeaSelector has no field OrderBy; does this mean, there is no possibility for returning just the most popular queries? Thank you, Stefan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Aw: Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Stefan Podkowinski
Apparently you can get it working again by setting your browsers preferred language to 'en' instead of 'de'. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

Aw: Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Stefan Podkowinski
Your right. I just tested this with firefox 3.6. In case you use the language selection on the top-right of the page we'll be redirected to another language version but won't be able to switch it back to english again. Whats even more annoying is that it will remember your selection from that p

Aw: Re: Missing content network data for keyword reports

2011-06-14 Thread Stefan Podkowinski
The easiest way to deal with this would be to merge keywords, placements and other reports into a single criterion report. Then use the matchtype field to tell the type of criterion, e.g. "exact" for exact keyword, "vertical" for managed placement, "domain" for autom. placements, "user list" for

Aw: KW Perf. Report missing Content Network stats

2011-06-14 Thread Stefan Podkowinski
Data on content seems to be back again. Just noticed it today, so I'm not sure when it has been fixed or if it works for everyone. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

Aw: Re: KW Perf. Report missing Content Network stats

2011-06-10 Thread Stefan Podkowinski
Using aggregated reports on adgroup/campaign/account level is not ideal for api clients that provide some kind of drill down functionality. Numbers will simply not match up if you're going to list objects below adgroup level. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Missing content network data for keyword reports

2011-06-08 Thread Stefan Podkowinski
ments have been returned with a keywordText "Content" (in v13 I think it was "Total - content targeting") and AdNetworkType1+2 being "Display Network". Now those rows seem to be completely gone. Could you restore the old behavio

Aw: How can I retrieve every fields by a generic selector (v201101) ?

2011-06-03 Thread Stefan Podkowinski
You need to explicit list all fields, which is a bit annoying. It can also be tricky to figure out the exact names, especially for nested objects such as bids. Beside that its also error prone since at least in the Java client lib there seem to be no constants for field names. If any of the name

Aw: What does AuthenticationError.CLIENT_EMAIL_INVALID mean in Sandbox account?

2011-05-31 Thread Stefan Podkowinski
I have a dot in my clientId as well and its working fine. Format should be: client_1+your.addr...@example.com -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

AdWords API Create an application that uses Gogle Adwords API

2009-11-11 Thread Stefan Matei
this application. Thank you, Stefan Matei -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-ap