google ads to windows UWP convestion

2023-03-17 Thread 'Maxim Belov' via Google Ads API and AdWords API Forum
Hi, We want to track a conversion that comes via the following flow google ads -> landing page -> player goes and installs application from Mircosoft Store -> makes a purchase inside the windows application. We are able to capture the gclid value (and anything else) from the landing page to the

GenerateHistoricalMetricsResponse is empty for a particular keywords plan

2023-03-01 Thread 'Maxim Kurapatkin' via Google Ads API and AdWords API Forum
Hello, I'm able retrieve historical info for keywords plan in adwords. But with api request response.metrics == [] GenerateHistoricalMetricsRequest is: keyword_plan: "customers/XXX/keywordPlans/625987651" historical_metrics_options { year_month_range { start { year: 2022 month: J

Re: Create Campaign Error

2021-10-25 Thread Maxim Serebryakov
Hi, we have faced the same problem. Now we can't create campaigns with conversions. Need help =) *AdWords API request:* CampaignOperation{operand=Campaign{advertisingChannelType=SEARCH, biddingStrategyConfiguration=BiddingStrategyConfiguration{biddingStrategyType=MAXIMIZE_CONVERSIONS}, budget=

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
shows a bit different numbers which are bigger, even when I do not use segments. On Thursday, 25 March 2021 at 04:48:45 UTC+3 adsapiforumadvisor wrote: > Hi Maxim, > > Could you provide the complete report definition > <https://developers.google.com/adwords/api/docs/guides/repor

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
hursday, 25 March 2021 at 04:48:45 UTC+3 adsapiforumadvisor wrote: > Hi Maxim, > > Could you provide the complete report definition > <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> > > in XML > <https://developers.

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Maxim Mazurov
Hi, This feature is already developed in my code. I am iterating through the whole client account id list, however, I cannot get the geo performance report for active accounts! For example, I can get statistics for those accounts by ad performance report and all of them are visible in Google

GEO_PERFORMANCE_REPORT data loss

2021-03-23 Thread Maxim Mazurov
Hi, I am currently building code to extract cost, clicks and impressions data with city, region and country groupings. I have been using GEO_PERFORMANCE_REPORT from Adwords API , howev

LocationCriterionService usage python (awql // change response language)

2021-03-10 Thread Maxim Mazurov
Hi, I want to convert CityCrieriaID in GEO_PERFORMANCE_REPORT into the location name using LocationCriterionService, however, I cannot find answers on some questions here: 1) Can you provide an example how to query the LocationCriterionService with AWQL in python? I found this example on GitH

Basic access approval after submitting intention of use

2020-06-04 Thread Maxim Mazurov
your API is involved and I saw some people struggling to get basic level accounts. Will it take more than one week to review? Again, API compliance team already got back and asked to fill out the form where functionality of the app is explained. Best, Maxim

Re: Standard access application form returns 403 Forbidden

2020-06-03 Thread Maxim Mazurov
Bryan, hi No response for already 4 full business days. I have applied last Thursday. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Re: Standard access application form returns 403 Forbidden

2020-06-02 Thread Maxim Mazurov
Hi again I have used this link yesterday to ask the API Compliance team about the approval of my application which I did 4 business days ago. How long it can take? On Friday, 29 May 2020 20:02:30 UTC+3, adsapiforumadvisor wrote: > > Hi Maxim, > > Thank you for the update. You

Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Maxim Mazurov
Is that form working for everyone? I also have the same problem (403) applying for a basic account. How long should I wait for the application review? Thanks On Tuesday, 26 May 2020 17:06:10 UTC+3, adsapiforumadvisor wrote: > > Hi, > > I've taken a look at this issue with my team. Could you tr

Access denied since the customer is not active

2020-05-24 Thread Maxim Mazurov
Добрый вечер Я тоже недавно залез в данный API и начал натыкаться на ошибки подобного рода. Что значит вероятно токен не аппрувнули. С другой стороны они пишут что этого достаточно для тест аккаунтов. Вы создали под основным аккаунтом тестовый? В yaml надо указать customer_id от данного именно т

Re: Use Targeting Ideas with the test account

2020-05-22 Thread Maxim Mazurov
erence: https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#mapping_to_keyword_planner On Saturday, 23 May 2020 00:12:03 UTC+3, adsapiforumadvisor wrote: > > Hi Maxim, > > Thank you for reaching out. The API call of the TargetingIdeaService > <https://devel

Use Targeting Ideas with the test account

2020-05-22 Thread Maxim Mazurov
Hi, I want to use Google Adwords API for retrieving data from keyword planner as I would normally do from the AdWords UI. How can I do it? I have a test account and extracted data seems to be toy data including 'red herring' as the entry :) How to retrieve real data? -- -- =~=~=~=~=~=~=~=~=

invalid_client The OAuth client was not found Error 401 on python

2020-05-22 Thread Maxim Mazurov
Hi, I am running into 401 error when trying to authenticate to the API and get a refresh token. I am working in python and with the latest updates from github . My consent screen is not verified however, it seems to me from the tutorial

Re: Access Adwords programmatically without OAuth

2020-05-22 Thread Maxim Mazurov
Hi, I got this and how it should operate. However, as in the previous consent config screens (from 2016) optional tags appeared where necessary. Now there is no this tags however, it’s possible to submit the screen with only name assigned which allows to issue Oauth2 tokens for test purposes.

Re: Access Adwords programmatically without OAuth

2020-05-22 Thread Maxim Mazurov
? On Thursday, 21 May 2020 22:49:13 UTC+3, adsapiforumadvisor wrote: > > Hi Maxim, > > Thank you for reaching out. You could follow these steps to set up the > Adwords API and make API calls for your MCC account: > >1. > >Apply for the Adwords AP

Access Adwords programmatically without OAuth

2020-05-21 Thread Maxim Mazurov
I want to use AdWords API to programmatically extract keywords related data in batch. The current solution I found is this as the way to request data. However, it asks for the application link and relates to user client data

Remarketing audience list: fetch "Size: YouTube" and "Size: GMail"

2018-12-05 Thread Maxim Sigalin
ot; (actually I also need "Owner" but it is optional). Quick search gave me that this is currently not possible, but may be I missed something and there is another way to grab this data? TIA, Maxim -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Please tell me the method for the script adwords

2018-11-21 Thread marketing . maxim . adwords
Good day, I write a script to optimize rates in Ads, I see methods for the keyword: https://developers.google.com/google-ads/scripts/docs/reference/adwordsapp/adwordsapp_keyword With the "Estimated bid to show at the top of the page" (getTopOfPageCpc()) and "Estimated bid for first page" (getFi

Re: I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread Maxim
Thanks! I found this values Gclid at 15 July. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "Ad

I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT

2018-08-09 Thread Maxim
I have a problem with getting some values Gclid from CLICK_PERFORMANCE_REPORT. I use query like "SELECT GclId FROM CLICK_PERFORMANCE_REPORT where GclId = "EAIaIQobChMIvcbA1-Sg3AIV1wIZCh0knwCDEAEYASAAEgLXgfD_BwE" DURING 20180725,20180725". It returns empty respond. I attached the screenshot by

Re: How to retrieve disapproval reasons for an ad through the api

2018-07-06 Thread maxim . napadiy
Hey there, I am trying to run a similar report, but I noticed that the AdGroupAdTrademarkDisapproved field no longer exists. Is there any way to still retrieve this information via the reporting API? Best, Max -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Re: Received an undocumented 'FRAUDSTER_CANNOT_ADD_CLIENTS' error when attempting to link an account

2017-07-18 Thread Maxim
We too started receiving this error a few days ago. We have ~80K accounts under our MCC but unable to add any more accounts because of this. Did you find a solution? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot

DSK campaign individual budget

2016-02-15 Thread maxim . gavrilenko
I create DSK campaign by API (PHP). And set budget to 100$ Campaign created. but with shared budget. I tried: When I create the Budget, set the *isExplicitlyShared* property to *false* (default value is true. *$budget->isExplicitlyShared = false;*) and assign that budget to the campaign. Camp

How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so: campaign_extension_setting_service = client.GetService( 'AdGroupExtensionSettingService', version='v201506') operation = { 'operator': 'REMOVE', 'operand': { 'adGroupId': GROUP_ID, 'extensionType': 'SITE

How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so: campaign_extension_setting_service = client.GetService( 'AdGroupExtensionSettingService', version='v201506') operation = { 'operator': 'REMOVE', 'operand': { 'adGroupId': GROUP_ID, 'extensionType': 'SITE

How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so: campaign_extension_setting_service = client.GetService( 'AdGroupExtensionSettingService', version='v201506') operation = { 'operator': 'REMOVE', 'operand': { 'adGroupId': GROUP_ID, 'extensionType': 'SITE

Re: AccountDisabled Error

2013-12-13 Thread Maxim Kurapatkin
Hi Josh, Thanks a lot for your help! Finally i went thru the ClientId login. The thread could be closed. Thanks again -Maxim Kurapatkin On Monday, December 9, 2013 3:22:42 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Maxim, > > Could you try regenerating your a

Re: AccountDisabled Error

2013-12-09 Thread Maxim Kurapatkin
Nope! Web login for either API and google adwords works as usual without any alerts... On Thursday, December 5, 2013 2:05:44 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Maxim, > > When you manually log into AdWords using an account for which you received > this e

Re: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
Thanks for the insight. Did that with no luck... On Tuesday, December 3, 2013 1:53:13 PM UTC-5, Evgeniy Bogdanov wrote: > > If you run this code on server, try to open Adwords UI from server's IP. > > > 2013/12/3 Maxim Kurapatkin > > >> Hello, >> >

Re: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
3:09:54 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Maxim, > > This error comes from ClientLogin and can occur when AuthTokens are > requested too quickly or at the same time from different locations. To > unlock the accounts you will need to log into them manua

Re: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
Got you! Thanks! -Maxim Kurapatkin On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi Maxim, > > This error comes from ClientLogin and can occur when AuthTokens are > requested too quickly or at the same time from different locations

AccountDisabled Error

2013-11-30 Thread Maxim Kurapatkin
accounts (the same library, the same code)... Could you please give an insight the reasons that can cause error responses like that? Thanks -Maxim Kurapatkin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blog

Duplicate Creative question.

2013-10-01 Thread Maxim
Hi. Hypothetically I have a Creative like Title Description With Every Word Capitalized Like This displayedURL Let's say it has id= I deleted this creative. Now I add another one to the same adgroup: Title Description with every word capitalized like this Is it identical to the cre

Unknown CampaignService TargetError.TARGET_ERROR (v201109)

2012-10-24 Thread Maxim
Hello. We are submitting POST /api/adwords/cm/v201109/CampaignService?wsdl HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: adwords.google.com Cache-Control: no-cache Pragma: no-cache SOAPActi

Re: v201206 authentification error (latest perl v201206 client library)

2012-08-22 Thread Maxim Kurapatkin
pplication_token => $cfg->appltoken, version=> $VERSION, use_auth_token_cache => $USE_AUTH_TOKEN_CACHE } Thank you in advance! On Tuesday, August 14, 2012 1:39:48 AM UTC+3, David Torres wrote: > > Hi Maxim, > > What kind of authorization method are you trying to us

v201206 authentification error (latest perl v201206 client library)

2012-08-08 Thread Maxim Kurapatkin
https://adwords.google.com/api/adwords/cm/v201206";>[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'<null>']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; xsi:type="AuthorizationError"><null>AuthorizationError.USER_PERMISSION_DENIEDAuthorizatio

Re: Авторизация AdWords API на php

2012-05-22 Thread Maxim Kurapatkin
http://code.google.com/p/google-api-adwords-php/ - Original Message - From: "Allex" To: adwords-api@googlegroups.com Sent: Tuesday, May 15, 2012 11:13:19 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Авторизация AdWords API на php Плиз, хоть один пример с работающ

Ad qualityScore - which report?

2012-03-14 Thread Maxim
Is there a way to get quality score for an ad? Either through AdGroupAdService or through a report? Which report? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=

Campaigns with similar names get same ID when created concurrently.

2012-02-20 Thread Maxim
Often times, but not every time, when two threads create campaigns with similar names for the same account, e.g. 40AC459A-E44F-4ED4-AB8C-ECFD653E216F-GES and 40AC459A-E44F-4ED4-AB8C-ECFD653E216F-GEL or 40AC459A-E44F-4ED4-AB8C-ECFD653E216F-IPS and 40AC459A-E44F-4ED4-AB8C-ECFD653E216F-IPL Google

V201109: Keywords Report comes back empty, but Ad Performance Report returns rows

2012-02-10 Thread Maxim
We only use Search network, so ads can only get impressions if they are triggered by one of the keyword matches. We use same selector, just different report type. Why does Keywords Performance Report come back empty? keyword report request: CustomerDescriptiveNameAdGroupIdCampaignIdAdNetworkType1

Unable to convert V13 keyword performance report to V201109

2012-01-31 Thread Maxim
Hello. In V13 we were able to get keyword stats aggregated by customerId, campaignId, adGroupId, keywordId, AdId, matchType In V2010+ AdId is missing from Keyword performance report, and if we use Creative performance report, it's missing the match type. As the result we are losing valuable int

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
Yes, I always use "all", but in this case axis decided to unwrap the type. Oh well... On Dec 27, 2:14 pm, Kevin Winter wrote: > Hi Maxim, >   One of the previous maintainers of the current java library mentioned > that there's a flag for WSDL2JAVA and you need to tell it

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
We are still on v201008 and I'm building v201109 client. Sounds like an axis config problem. I'm on a skiing trip at the moment, but I'll try different settings. Thanks for your help. On Dec 27, 9:23 am, Kevin Winter wrote: > Hi Maxim, >   I can confirm that our Targetin

Re: Axis doesn't generate TargetingIdea class from WSDL

2011-12-27 Thread Maxim
verything is already generated. On Dec 27, 5:46 am, Kevin Winter wrote: > Hi Maxim, >   What version of axis are you using?  I believe we're using axis 1.4 for > the existing Java library and did not run into this issue.  We're trying to > add support for axis 2 in the rewrite of the

Axis doesn't generate TargetingIdea class from WSDL

2011-12-22 Thread Maxim
[][] getEntries() { return entries; } So it looks like the WSDL2Java totally skipped the definition of TargetingIdea. In the examples in the API docs the code and import statements definitely refer to TargetingIdea class. Any ideas? (‘scuse the pun) Thanks, Maxim

RESPONSE_SIZE_LIMIT_EXCEEDED Error

2011-07-11 Thread Maxim Kurapatkin
EEDED @ ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; xsi:type="SizeLimitError">SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED Thanks -Maxim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Any API units rate changes recently?

2010-11-17 Thread Maxim
Have there been any changes to API quota/rates since October 2010? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

How can I pay for AdWords API token in Russia??

2010-11-03 Thread Maxim Lovchikov
Hey! How can I pay for AdWords API token in Russia? There's no "Russia" option in country list at billing preference tab.. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

Re: can not submit billing settlement information in China for apply for adwords API token

2010-11-02 Thread Maxim Lovchikov
u are not alone, man. Russians can't do it too. Just makes me mad(( On Nov 2, 5:50 am, guoli zhu wrote: > hi, >  I can not submit billing settlement information in China for apply > for adwords API token. > > Who can tell me why? > > Thanks, >         faqing -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Auth Token Forbidden

2010-07-16 Thread Maxim Kurapatkin
Thank you so much Anash! Hi Maxim, You need to cache and reuse Authtokens in your application. The ClientLogin server will raise 403 errors and captcha challenges if you make calls to it too often. See our blog post on best practices around authtoken usage for more details. http

Auth Token Forbidden

2010-07-15 Thread Maxim Kurapatkin
Thanks -Maxim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to th

Re: Confusion with docs & Reactivating ENDED campaign

2010-04-21 Thread Maxim
20371230 works as "no end date". Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

2010-04-21 Thread Maxim Kurapatkin
rInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ https://adwords.google.com/api/adwords/cm/v200909";>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; xsi:type="InternalApiError&q

Confusion with docs & Reactivating ENDED campaign

2010-04-21 Thread Maxim
Documentation is confusing regarding startDate/endDate values: on one hand, you are saying setting NULL values will mean values will not be modified by mutate(). On the other hand, you are saying "pass NULL for startDate to start campaign immediately after creation, and NULL for endDate to have no

Re: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-20 Thread Maxim Kurapatkin
Got it, thank you -Maxim Hi Maxim, Some of the elements in your request have xmlns="". This is removing the elements from the AdWords cm namespace, so they aren't being seen in the request, resulting in very large responses. Please ensure you namespaces are set correctly.

RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-16 Thread Maxim Kurapatkin
w3.org/2001/XMLSchema-instance"; xsi:type="SizeLimitError">SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED Please avdice Thanks! -Maxim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion grou

Re: AdWords API Setting convertions

2010-03-29 Thread Maxim Kurapatkin
Hello, We are using both google and our native conversion tracking. Second is a complex task and it's has individual actions in each case. Let me know If you need help. Thanks -Maxim Kurapatkin Hello, dear colleagues! Is it somehow possible to set conversions without using &q

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-03-26 Thread Maxim
also seeing huge delays in execution of adGroupCriterionService.mutate(ADD) operations. Are you guys throttling us down? On Mar 26, 1:26 pm, Maxim wrote: > We are seing very slow execution of deleteCriteria() even if only 1 > criterion is being deleted. v2009. > This problem was re

AdWords API 10+ second latency deleting criteria (v2009)

2010-03-26 Thread Maxim
We are seing very slow execution of deleteCriteria() even if only 1 criterion is being deleted. v2009. This problem was reported in 2006 and early 2007, but seems to be back again in v2009. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on

AdWords API Re: AdGroupAd service mutate doesn't accept the data

2010-03-17 Thread Maxim Krizhanovsky
nstance";>...headers...ADD375396524Test TextAd DescriptionSecond Linehttp://example.comhttp:// example.comT1268826548 headline On Mar 17, 4:08 pm, Maxim Krizhanovsky wrote: > Up to now I've successfully implemented Campaign and AdGroup services. > AdGroupAd service however doesn

AdWords API AdGroupAd service mutate doesn't accept the data

2010-03-17 Thread Maxim Krizhanovsky
Up to now I've successfully implemented Campaign and AdGroup services. AdGroupAd service however doesn't accept my ads. The mutate method tells that all fields are empty, while they are not. Here is the XML posted: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/a

AdWords API v2009 Invalid City Code.

2010-02-18 Thread Maxim
Did city codes change from V13 to V2009? This SOAP request fails: POST /api/adwords/cm/v200909/CampaignTargetService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: adwords.google.com Cache-Control

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread Maxim
I have a theory that it only happens if your campaign's GEO target is set to something other then Country:USA. -- 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

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread Maxim
We are having this problem today also for our Axis client. campaignTargetService.get(new long[] {campaignId}).getEntries(); 15:10:58,995 ERROR [STDERR] Caused by: Cannot construct an instance of com.google.ads.api.services.campaignmgmt.campaigntarget.v200909.jaxbgen.TargetList because it is abstr

AdWords API Re: Errors not descriptive

2010-01-29 Thread Maxim
OK, I was confused, because Axis did not generate a class for SoapHeader type in Wsdl. To whom it may concern, if you are using Axis +Ant to generate Soap client for Google AdWords API, make sure you use all="true" parameter when you invoke Axis-wsdl2java Ant task. Thanks, Eric. -- You received

AdWords API Re: Errors not descriptive

2010-01-29 Thread Maxim
thing like that too. Then the type would be generated for us by Axis. On Jan 29, 2:02 pm, AdWords API Advisor wrote: > Hi Maxim, > > You are correct, the applicationToken header is no longer required. > However, you still haven't built your header correctly.  There should > b

AdWords API Re: Errors not descriptive

2010-01-29 Thread Maxim
Still no luck... Same response. clientEmail header does not apply in this case. POST /api/adwords/cm/v200909/CampaignService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, multipart/related, text/* User-Agent: Axis/1.4 Host: adwords.google.com Cache-

AdWords API Re: Errors not descriptive

2010-01-29 Thread Maxim
Hello. I understand one header should be "authToken", not just "auth". But the API blog says "applicationToken" is no longer required. Is that correct? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to ad

AdWords API Re: Errors not descriptive

2010-01-28 Thread Maxim
Here's a very basic API call: return campaignService.get(new CampaignSelector(new long[0], new CampaignStatus[0], null, null)).getEntries(); results in: POST /api/adwords/cm/v200909/CampaignService HTTP/1.0 Content-Type: text/xml; charset=utf-8 Accept: application/soap+xml, application/dime, mult

AdWords API Re: Getting auth token thru ClientLogin API

2010-01-28 Thread Maxim
ok, after little trial and error, the obvious "adwords" is the correct value :) On Jan 28, 5:25 pm, Maxim wrote: > Shriny, that's not what I was asking, but thanks anyway. > Question is, what's the value for "service" parameter matching AdWords > service fo

AdWords API Re: Getting auth token thru ClientLogin API

2010-01-28 Thread Maxim
Shriny, that's not what I was asking, but thanks anyway. Question is, what's the value for "service" parameter matching AdWords service for the POST request for the URL that you mentioned? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To

AdWords API Getting auth token thru ClientLogin API

2010-01-28 Thread Maxim
>From Google Client Login API documentation: service Name of the Google service you're requesting authorization for. Each service using the Authorization service is assigned a name value; for example, the name associated with Google Calendar is 'cl'. This parameter is required when accessing servic

AdWords API Re: Errors not descriptive

2010-01-27 Thread Maxim
I'm getting same error while calling other methods in campaign service with v2009. On Jan 27, 3:29 pm, shriny wrote: > Errors not descriptive > > I am getting this error when trying to add campaigns using new api in > Java > > com.google.api.adwords.cm.ApiException_Exception: > [RequiredError.REQ

AdWords API Please post an example of handling PolicyViolationError

2009-12-16 Thread Maxim
...using OGNL, preferrably in Java. If I'm passing an array of AdGroupAd[] to mutate() operation in AdGroupAdService, and some ads violate a policy, it's not clear how to evaluate ApiError.fieldPath with OGNL library - what should be passed as parameter to Ognl.getValue() - array of AdGroupAd[], a

AdWords API What should the matchType of a negative keyword should be?

2009-09-25 Thread Maxim
Are Criterions with isNegative=true all Broad match or Exact? Is matchType field being ignored for negative keywords? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, s

AdWords API Another account budget question

2009-07-06 Thread Maxim
Is it possible to set infinite account budget through the API? I think I can do it through the UI, but last time I tried I wasn't able to create a budget without an exact amount before. Cheers, Maxim --~--~-~--~~~---~--~~ You received this message because yo

AdWords API Re: Strange account budget error

2009-07-06 Thread Maxim
ou cancel the old policy and buy a new policy. Same here, no? Thanks, Maxim --~--~-~--~~~---~--~~ 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-api@googl

AdWords API Strange account budget error

2009-07-03 Thread Maxim
One of the calls to updateBudget() returned this error: "The budget cannot be lowered below the amount which has already been spent" What does it really mean and what's the remedy? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

AdWords API Same keyword in the same adgroup with different match types

2009-07-01 Thread Maxim
Can I have the same keyword in the same adgroup with different match types, e.g. both [portfolio management] "portfolio management" portfolio management? Will these keywords share the same ID? --~--~-~--~~~---~--~~ You received this message because you are subscr

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-09 Thread Maxim
The SSL handshake problem appeared to have been fixed in the evening yesterday, but just started again. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to a

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-08 Thread Maxim
We are seing it now too. On Jun 8, 11:42 am, tozor wrote: > I saw this last night and again this morning.  Different accounts each > time. > >     Tim Ozor > > On Jun 8, 12:32 am, Achal Rastogi wrote: > > > > > Hi, > > > Just checking to see if anyone is experiencing ssl connection failures > >

AdWords API GeoTarget problem

2009-02-26 Thread Maxim
m/api/adwords/v13/ reseller"> 122 One or more input elements failed validation. 0 geoTargeting 725 29 false Cannot target a location already enclosed by another location target. What is the