Re: AdGroup TargetingSettings via Report

2013-01-08 Thread Danial Klimkin
Hello Ian, This field is currently not available via the reporting. -Danial, AdWords API Team. On Friday, January 4, 2013 3:13:41 AM UTC+4, Ian wrote: > > Is there a way to obtain an AdGroups TargetingSettings via the Report > Service? We are trying to sync our accounts' adgroups w/o having

Re: Problems using adwords api in php

2013-01-08 Thread Danial Klimkin
Hello bibudha ranjan, It looks like you are trying to access sandbox which is now shut down. Make sure you have the production server in your settings.ini file: DEFAULT_SERVER = "https://adwords.google.com"; -Danial, AdWords API Team. On Saturday, January 5, 2013 2:16:38 PM UTC+4, bibud

Re: AuthenticationError:GOOGLE_ACCOUNT_COOKIE_INVALID.

2013-01-08 Thread Danial Klimkin
Hello gpsphpdev, This topic is more than 2 years old. Please create a new thread describing your problem. Make sure to let us know if you use any of the client libraries. -Danial, AdWords API Team. On Tuesday, January 8, 2013 1:00:23 PM UTC+4, gpsphpdev wrote: > > I have same problem > > W

Re: Waiting for test account approval

2013-01-08 Thread Danial Klimkin
Hello Vicki, If you still haven't received the confirmation email, please let us know your MCC and test account CID via email so we could check for you. -Danial, AdWords API Team. On Thursday, January 3, 2013 6:16:16 PM UTC+4, Vicki Gore wrote: > > Hi, > > I filled out the online form early

Re: SOAP example to get ManagedCustomerPage

2013-01-08 Thread Danial Klimkin
See: https://groups.google.com/forum/#!topic/adwords-api/uFgQNjGtP4w On Thursday, January 3, 2013 3:09:08 PM UTC+4, Bernardo Alves wrote: > > Hi, > > Could anyone share an example of a SOAP request to get a > ManagedCustomerPage list from > ManagedCustomerService? > > > Thanks for any light you

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-08 Thread Danial Klimkin
Hello Bernardo, What kind of the account are you authorized with? Is this an MCC account or an advertiser account? MCS can only be used against MCC accounts. You also need to set the SOAPAction header properly: webRequest.Headers.Add("SOAPAction", "get") If you still receive the error, pleas

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-09 Thread Danial Klimkin
Hello Bernardo, Make sure the endpoint you are sending the request to matches the namespace. It should be https://adwords.google.com/api/adwords/mcm/v201209/ManagedCustomerService Also, see article on how to capture SOAP messages with the DotNet library: https://code.google.com/p/google-

Re: Waiting for test account approval

2013-01-09 Thread Danial Klimkin
ponses. I also emailed you guys > twice to follow up on it to no avail. Please let me know what I should do. > Thanks! > > -- > Ali > > On Tuesday, January 8, 2013 3:23:54 AM UTC-6, Danial Klimkin wrote: >> >> Hello Vicki, >> >> >> If you still ha

Re: MCM service - GetClientCustomerId : "The remote server returned an error: (500) Internal Server Error."

2013-01-09 Thread Danial Klimkin
Hello Kiran, A correct request should look like: http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl=" https://adwords.google.com/api/adwords/mcm/v201209"; xmlns:env=" http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0=" https://adwords.googl

Re: Getting Empty XML Reports

2013-01-09 Thread Danial Klimkin
Hello Jeff, Are you sure you use exactly the same report definition? If so, please send me your account CID and I will try to reproduce the issue. -Danial, AdWords API Team. On Saturday, January 5, 2013 2:06:07 AM UTC+4, Jeff Freeman wrote: > > Hi, I am trying to download a report through t

Re: INCOMPLETE_SIGNUP error

2013-01-09 Thread Danial Klimkin
Hello, Please make sure your MCC account is set up properly and has billing information included. If still in doubt, let us know your account CID (can be found in the top right corner in the user interface). -Danial, AdWords API Team. On Sunday, January 6, 2013 2:12:56 AM UTC+4, NewAdWorsUs

Re: Test Account Approval

2013-01-09 Thread Danial Klimkin
Hello Dave, Please send us your MCC and Test Account CIDs over email. -Danial, AdWords API Team. On Monday, January 7, 2013 6:30:56 PM UTC+4, google+g...@leadkarma.com wrote: > > Hello, > > I requested an API Test account on 12/18/12 and have not heard anything > back regarding this. I beli

Re: how to add/update destination url of a keyword using adword api

2013-01-09 Thread Danial Klimkin
Hello Kashif, See this example on how to add a keyword with destination URL: https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201209/BasicOperations/AddKeywords.cs and this one on how to update an exiting criterion: https://code.google.com/

Re: User with Gaia ID Does Not Exist

2013-01-09 Thread Danial Klimkin
Hello Alex, What authorization type do you use? Is this clientLogin (email + password) or OAuth? Did you set up the library configuration file? -Danial, AdWords API Team. On Monday, January 7, 2013 2:58:44 PM UTC+4, alex@junari.com wrote: > > Hi There, > > We've recently been approved fo

Re: Where can I see the given API accesses?

2013-01-09 Thread Danial Klimkin
Hello Martin, You can find your OAuth grants in the account section: https://www.google.com/settings/account Click 'Security' on the left, 'Manage access' under 'Connected applications and sites'. -Danial, AdWords API Team. On Tuesday, January 8, 2013 1:47:30 PM UTC+4, m...@catbirdseat.d

Re: Trying to migrate .NET/C# application to OAuth 2.0, Service Account, keep getting "access_denied"

2013-01-10 Thread Danial Klimkin
Hello, The error you are receiving is not an AdWords API error but OAuth2.0 error. First of all, you don't want to provide OAuth2ClientId and OAuth2ClientSecret for JWT auth, try removing it. If you still get the same error, send me a screenshot of the Console with this project / key over *em

Re: How to find out the possible ids for the OperatingSystemVersion Criterion? BETA_ERROR

2013-01-10 Thread Danial Klimkin
to offer those 4 operating systems as targeting criteria > in order to fulfill the point "Opt in/out of devices" in the RMF list? > > Am Freitag, 28. Dezember 2012 10:31:14 UTC+1 schrieb Danial Klimkin: >> >> Hello Manuel, >> >> >> The ConstantDataSe

Re: ManagedCustomerService SOAP example to get ManagedCustomerPage list

2013-01-10 Thread Danial Klimkin
ve way to to obtain the list of managed client IDs of my MCC > account, so I can pull reports for each of them? > > Best Regards, > Bernardo > > Quarta-feira, 9 de Janeiro de 2013 11:46:58 UTC, Danial Klimkin escreveu: >> >> Hello Bernardo, >> >> >&g

Re: Getting Empty XML Reports

2013-01-10 Thread Danial Klimkin
UTC+4, Jeff Freeman wrote: > > Were you able to reproduce the issue? > > On Wednesday, January 9, 2013 7:00:17 AM UTC-5, Danial Klimkin wrote: >> >> Hello Jeff, >> >> >> Are you sure you use exactly the same report definition? If so, please >> sen

Re: Getting CampaignCriterionError.OPERATOR_NOT_SUPPORTED_FOR_CRITERION_TYPE

2013-01-10 Thread Danial Klimkin
Hello Oliver, Criteria such as Language are system-wide constants. You can't change the language keeping the criterion (identified by the ID) the same, you need to remove English criterion and add Spanish. The SET operation could be used to change other criterion parameters (not ID, type or r

Re: AdWords Test Account best practice

2013-01-11 Thread Danial Klimkin
parate our main account and test account but seems that is > not possible? > I tried to run several requests to test account but I'm receiving: > QuotaCheckError.INCOMPLETE_SIGNUP which is pointing me to not approved > developer token (I found that on this forum). > > Thanks, &

Re: Problems using adwords api in php

2013-01-11 Thread Danial Klimkin
de some information about MCC account... > Thank you... > > On Tuesday, January 8, 2013 2:51:03 PM UTC+5:30, Danial Klimkin wrote: >> >> Hello bibudha ranjan, >> >> >> It looks like you are trying to access sandbox which is now shut down. >> Make s

Re: How to get segmented or "hour of day" campaign statistics using adwords API?

2013-01-11 Thread Danial Klimkin
Hello, Many of the API report support "HourOfDay" column. This should segment your stats hourly. See this page as a reference: https://developers.google.com/adwords/api/docs/appendix/reports -Danial, AdWords API Team. On Wednesday, January 9, 2013 7:29:43 PM UTC+4, Dev HPO wrote: > > > I

Re: Feature Request: Notes Field

2013-01-11 Thread Danial Klimkin
Hello Yeison, This is a nice feature but due to the scale of the service (millions of the accounts, campaigns, ad groups, keywords) and potentially large field size, it would not be effective. We recommend to keep notes on the client side and keep a link between your database and AdWords via t

Re: Test Account Approval

2013-01-14 Thread Danial Klimkin
t; Danial, > > I emailed this address: adwordsa...@google.com . Is that the > correct one? We want to make sure we have a test account so we can feel > comfortable upgrading our API by the deadline. > > Appreciate the help! > > Dave > > On Wednesday, January 9, 2013 7:03:

Re: Oauth2 jwt ruby issue

2013-01-15 Thread Danial Klimkin
Hello Georgi, If you initialize the library with a hash, you need to make sure to provide all required credentials. Make sure to include all required fields like this: adwords = AdwordsApi::Api.new({ :service => { :environment => :PRODUCTION }, :library => { :log_level => "DEBUG"

Re: test account query

2013-01-15 Thread Danial Klimkin
hat the test account is set up. Can you help? > > Thanks, > Akil > > On Thursday, 3 January 2013 08:03:07 UTC, Danial Klimkin wrote: >> >> Hello Chirag, >> >> >> The Test Account CId you've sent me is now set up properly, you can start >> using

Re: Oauth2 jwt ruby issue

2013-01-17 Thread Danial Klimkin
m/gems/ruby-1.9.3-p327/gems/google-ads-common-0.9.0/lib/ads_common/savon_service.rb:81:in > > `execute_action' > from > /path/.rvm/gems/ruby-1.9.3-p327/gems/google-adwords-api-0.8.0/lib/adwords_api/v201209/campaign_service.rb:21:in > > `get' > > The applica

Re: Oauth2 jwt ruby issue

2013-01-18 Thread Danial Klimkin
rror because of the domain administration > rights - how can check and verify them (is this the google analytics domain > owner verification)? > > Thank you in advance, > > All the best, > Georgi > > On Thursday, January 17, 2013 11:18:11 AM UTC+2, Danial

Re: Problems using adwords api in php

2013-01-23 Thread Danial Klimkin
ase tell me what credentials i have to use for test account? > > On Friday, January 11, 2013 7:21:09 PM UTC+5:30, Danial Klimkin wrote: >> >> Hello, >> >> >> Please see this guide: >> >> https://developers.google.com/adwords/api/docs/signingup &

Re: Oauth2 jwt ruby issue

2013-01-23 Thread Danial Klimkin
he > CampaignService with a OAuth2 Service Account and all I get is NOT_ADS_USER? > > Regards, > Thomas Heller > > On Friday, January 18, 2013 10:21:52 AM UTC+1, Danial Klimkin wrote: >> >> Hello Georgi, >> >> >> I have to say it is a library bug. I&#

Re: API not pulling data from sub mcc account in google adword

2013-01-23 Thread Danial Klimkin
Hello Sagar, Unfortunately MCC-level requests are currently not available for Test Accounts. Standard access should be enough to make those calls in production though. As per error, yes, you need an approved developer token to access non-test accounts. -Danial, AdWords API Team. On Tuesd

Re: INCOMPLETE_SIGNUP error

2013-01-23 Thread Danial Klimkin
it > will return QuotaCheckError.INCOMPLETE_SIGNUP, too? > > > Thank you. > Cristi > > On Wednesday, January 9, 2013 2:02:51 PM UTC+2, Danial Klimkin wrote: >> >> Hello, >> >> >> Please make sure your MCC account is set up properly and has billing

Re: Empty adType attribute for html5 ad

2013-01-25 Thread Danial Klimkin
99683. If you can >>> proceed with this much information, great, otherwise can you please advise >>> me on how to get the request/response XML. >>> >>> On Tuesday, January 15, 2013 5:15:50 PM UTC-5, j.e.frank wrote: >>>> >>>> Sorry, I

Re: ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread Danial Klimkin
Hello Richard, The keys are expected to be symbols, try changing: "field"=>"CampaignStatus", "operator"=>"NOT_EQUALS", "values"=>"DELETED" to: :field =>"CampaignStatus", :operator =>"NOT_EQUALS", :values => ["DELETED"] -Danial, AdWords API Team. On Monday, January 28, 2013 7:31:09 PM

Re: Remonté des mots clés source dans un outils de CRM

2013-02-05 Thread Danial Klimkin
Hello Sylvain, I am sorry we can't provide support in French. From the translation, it looks like it is a general question, rather than an API issue. Please contact general AdWords support for more info. -Danial, AdWords API Team. On Wednesday, January 30, 2013 3:35:00 PM UTC+4, Sylvain wro

Re: Billing information using Adwords Script.

2013-02-05 Thread Danial Klimkin
Closing as duplicate: https://groups.google.com/forum/#!topic/adwords-api/jHUKfa3Wk1Y On Wednesday, January 30, 2013 5:18:58 PM UTC+4, Микки Ми wrote: > > > Is there any way to get billing information using Adwords Script? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Billing information using Adwords Script

2013-02-05 Thread Danial Klimkin
Closing as duplicate: https://groups.google.com/forum/#!topic/adwords-api/jHUKfa3Wk1Y On Wednesday, January 30, 2013 5:24:04 PM UTC+4, Nikita wrote: > > Is it possible to get billing information using Adwords Script? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Remove the Heading Keyword Performance Report Title

2013-02-05 Thread Danial Klimkin
Hello Silvester, No, it is not. It should be easier to do on the client side though. Sometimes, the header is useful though, for example when duplicate columns are requested, you will not get them in the report. -Danial, AdWords API Team. On Tuesday, January 29, 2013 1:00:37 PM UTC+4, silv.

Re: SOAP headers and the new AdWords API pricing

2013-02-05 Thread Danial Klimkin
Hello Zweitze, The responseHeader and client libraries will be updated to reflect the changes. We can not provide any exact date for the change. -Danial, AdWords API Team. On Thursday, January 31, 2013 1:45:16 PM UTC+4, Zweitze wrote: > > Hello, > > I saw the announcement about the new AdWor

Re: AdGroup Targeting Method in v201209

2013-02-05 Thread Danial Klimkin
Hello Kraszi, Are there any settings associated with this AdGroup? If so, please send me your account CID and AdGroup ID for the request above via email (Reply to author button). I am locking this thread as the original one is old and not exactly relevant to the new question. Please feel free

Re: unable to start using sandbox on adwords version 15.5 (ExpatError)

2013-02-05 Thread Danial Klimkin
Hello, The sandbox is deprecated, please use test accounts instead, see: http://googleadsdeveloper.blogspot.ru/2012/11/introducing-test-accounts.html -Danial, AdWords API Team. On Saturday, February 2, 2013 4:34:35 PM UTC+4, revidim ravid wrote: > > hi, > i've registered an mcc, a test acc

Re: RateExceededError

2013-02-05 Thread Danial Klimkin
Hello Thomas, This is an extra rate limit we have to make sure test account calls do not interfere with the production systems. We do not publish exact rate and it can change at any time. The test accounts are designed for testing your application against a real API, rate limits for them can

Re: Caching JWT token

2013-02-08 Thread Danial Klimkin
Hello Richard, The library is thread-safe and you should be able to use one instance for all requests. Did you see we have a parallel report example available? This may be exactly what you need: https://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201209/reporti

Re: Oauth2 jwt ruby issue

2013-02-11 Thread Danial Klimkin
; > Is there anything else i should do? > > Thank you in advance, > > Best, > Georgi > > On Wednesday, January 23, 2013 11:30:36 AM UTC+2, Danial Klimkin wrote: >> >> Hello Thomas, Richard, >> >> >> For Ruby, the library fails to pass PRN pe

Re: INCOMPLETE_SIGNUP error

2013-02-11 Thread Danial Klimkin
Hello Hoygan, You need to have billing information set up, terms and conditions accepted, and a valid developer token. If you need more assistance, please open a new thread on this forum, I will close this one as your question is not relevant to the original one. -Danial, AdWords API Team.

Re: API Quota Units showing 0

2013-02-11 Thread Danial Klimkin
Hello All, As the new pricing is not based on units, we do not calculate or display them anymore. -Danial, AdWords API Team. On Thursday, February 7, 2013 12:26:02 AM UTC+4, j.e.frank wrote: > > I also thought it might have something to do with the new pricing, but I'm > hoping we can still

Re: Is there an annual audit for each API application?

2013-02-11 Thread Danial Klimkin
Hello S Naseweis, Please contact the tokens review team directly to get more information: adwordsapi-tok...@google.com We can provide support on technical issues only. -Danial, AdWords API Team. On Tuesday, December 11, 2012 5:43:14 PM UTC+4, S Naseweis wrote: > > Following all the buzz a

Re: Adwords API required SSL certificates keep changing

2013-02-11 Thread Danial Klimkin
Hello Jonathan, I am not aware of the exact reasons for this but I am sure there is some strong case. For this situation I believe you should review your configuration to make sure to include default set of certificates rather than a particular one for AdWords into your truststore. -Danial,

Re: Putting test accounts in their own MCC?

2013-02-11 Thread Danial Klimkin
Hello Holger, Test Account has to be linked directly to the MCC account with a developer token. -Danial, AdWords API Team. On Friday, February 8, 2013 1:58:33 PM UTC+4, te...@exelution.com wrote: > > > Hello, > > Currently our agency organizes most clients in their own MCC accounts and > at

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-02-11 Thread Danial Klimkin
Hello Hoygan, Please make sure you have entered your billing information for the MCC account and accepted Terms and Conditions which is the last step of the billing setup process. -Danial, AdWords API Team. On Saturday, February 9, 2013 12:01:27 AM UTC+4, Hoygan wrote: > > Hi, > I've receiv

Re: Google.Api.Ads.AdWords.v201209.AdParamService.mutate - The operation has timed out

2013-02-11 Thread Danial Klimkin
Hello Sanchita, Please check your network connectivity. In most cases this errors occur when the connection with the server was lost. -Danial, AdWords API Team. On Saturday, February 9, 2013 12:39:59 AM UTC+4, sanchita...@fareportal.com wrote: > > Hi > > Can anyone help me with the below er

Re: [5-7596000000445] Re: AdGroup Targeting Method in v201209

2013-02-11 Thread Danial Klimkin
an empty settings > entry like this: > >http://www.w3.org/2001/XMLSchema-instance";> > TargetingSetting > > > It's still empty, however adgroup has managed placements. So, I expect to > get a TargetSetting with

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-02-12 Thread Danial Klimkin
he account on the sign up. >>> Maybe it's something about the country? or something related with my >>> specific account? >>> >>> Thank you in advance >>> Daniel >>> >>> On Monday, February 11, 2013 6:42:53 AM UTC-3, Danial Klimkin wrote:

Re: [5-7596000000445] Re: AdGroup Targeting Method in v201209

2013-02-14 Thread Danial Klimkin
Hello Peter, Please see my answer earlier in the thread. Let us know if it doesn't answer your question. -Danial, AdWords API Team. On Thursday, February 14, 2013 2:02:30 PM UTC+4, Kraszi wrote: > > Hi Danial, Do you have any updates on this? Regards,Peter > "Krasznai Péter" > írta: > >H

Re: Oauth2 jwt ruby issue

2013-02-14 Thread Danial Klimkin
# the client_customer_id i used > with the adwords api > } > > i am getting the error: > > Signet::AuthorizationError: Authorization failed. Server message: > { > "error" : "invalid_grant" > } > > what am i doing wrong? > > > > > On Tuesday

Re: Oauth2 issue - referring to Daniel Klimkin

2013-02-14 Thread Danial Klimkin
Answred in: https://groups.google.com/d/msg/adwords-api/FFHpS4KpYvQ/WYOJQRbJMMoJ -Danial. On Wednesday, February 13, 2013 7:01:06 PM UTC+4, hagay wrote: > > Hi, > > I am writing server side application that using adwords_api, witch mean i > should use OAUTH2_JWT, right? > > To create the clie

Re: Oauth2 jwt ruby issue

2013-02-18 Thread Danial Klimkin
the 'Installed Application' how can i fetch the > verification_code every time i restart my server ? > > > Thanks for your help. > hagay. > > > On Thursday, February 14, 2013 12:40:29 PM UTC+2, Danial Klimkin wrote: >> >> Hello hagay, >> >> >> You

Re: Oauth2 jwt ruby issue

2013-02-18 Thread Danial Klimkin
27; or 'Installed >> Application' ? >> If I need to use the 'Installed Application' how can i fetch the >> verification_code every time i restart my server ? >> >> >> Thanks for your help. >> hagay. >> >> >> On Thurs

Re: Is there a way to get the serving status of a campaign using Reports?

2013-02-18 Thread Danial Klimkin
Hello Dimitris, For this use case you will need multiple requests. The API does not provide other objects' properties or calculated fields in the reports. -Danial, AdWords API Team. On Thursday, February 14, 2013 8:29:40 PM UTC+4, dimitrios...@webrepublic.ch wrote: > > In an ideal world I c

Re: Invalid promotional code?

2013-02-18 Thread Danial Klimkin
Hello, This forum is for technical questions regarding AdWords API only. Please contact general AdWords support with this question: http://support.google.com/adwords/ -Danial, AdWords API Team. On Saturday, February 16, 2013 6:18:59 AM UTC+4, sa...@shipinfanyigongsi.com wrote: > > Two da

Re: Detect operation that caused error on Bulk Job

2013-02-18 Thread Danial Klimkin
Hello John, Are you using the MutateJobService? Each error should have 'reason', 'trigger' and 'fieldPath' fields that should describe the issue. -Danial, AdWords API Team. On Saturday, February 16, 2013 12:58:24 AM UTC+4, John Lister wrote: > > Hi, when I do a BulkJob I can see in the resu

Re: Adwords API - get ConversionValue of Keyword

2013-02-18 Thread Danial Klimkin
Hello Werner, Did you take a look at Criteria performance report? https://developers.google.com/adwords/api/docs/appendix/reports#criteria -Danial, AdWords API Team. On Friday, February 15, 2013 3:32:14 PM UTC+4, Werner Ziegelwanger wrote: > > for a project, I get the total ConversionValue

Re: Getting ResponseHeader units using v201209

2013-02-18 Thread Danial Klimkin
Hello Alok, We a completely removing the units count but the operations number will stay and will be updated for the changes described above. -Danial, AdWords API Team. On Tuesday, February 12, 2013 7:02:10 PM UTC+4, alok wrote: > > Hi Anash, > > Thanks for the info on API pricing.But we sti

Re: QuotaCheckError.INCOMPLETE_SIGNUP

2013-02-18 Thread Danial Klimkin
Hello Jeff, Have you agreed with the Terms and Conditions when you set up the billing? Also, please check if your token is approved on the AdWords API Center page. If still in doubt, send us your MCC client customer ID over email ("Reply to author"). -Danial, AdWords API Team. On Friday,

Re: Detect operation that caused error on Bulk Job

2013-02-18 Thread Danial Klimkin
t; be nice if the error indicate the type of object as well so I could call > the right code to mark the error in our system. Its obviously not a > necessity as I'm storing the extra information when I submit the job > > Thanks > > John > > On Monday, 18 February 2013 1

Re: Querying multiple date ranges

2013-02-19 Thread Danial Klimkin
Hello Alex, Only one date range is allowed per request. You can request a two-months period though and calculate summary on the client side. -Danial, AdWords API Team. On Friday, February 15, 2013 1:53:56 AM UTC+4, Alex Coventry wrote: > > Is there a way to simultaneously query multiple date

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-19 Thread Danial Klimkin
Hello Bogdan, Please take a look at Proximity criterion: https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.Proximity?hl=en -Danial, AdWords API Team. On Friday, February 15, 2013 7:33:42 PM UTC+4, Bogdan S wrote: > > Hi guys, > > How can I achieve r

Re: Display Network Criteria Tracking

2013-02-19 Thread Danial Klimkin
Hello Grace, I suggest to double-check with the product support as this is not API-specific topic. The AdWords documentation says: "If an impression that's served has multiple destination URLs, AdWords will use the URL of the most specific targeting method." So I actually expect Placement t

Re: AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-19 Thread Danial Klimkin
Hello Igor, This error occurs when your oauth2 credentials are for the login that has no access to the account. Double-check the credential set you are using, and the clientCustomerId you send in the headers. -Danial, AdWords API Team. On Thursday, February 14, 2013 11:48:56 PM UTC+4, ig...

Re: Get managed clients ids

2013-02-19 Thread Danial Klimkin
Hello Konrad, It is possible with the ManagedCustomerService. Please check our client libraries examples for more details: https://developers.google.com/adwords/api/docs/clientlibraries -Danial, AdWords API Team. On Monday, February 18, 2013 5:22:59 PM UTC+4, konrad@ceferty.pl wrote:

Re: Querying multiple date ranges

2013-02-20 Thread Danial Klimkin
Very clever, > that would cut the number of requests in half. Thank you. > > Best regards, > Alex > > On Tuesday, February 19, 2013 4:17:22 AM UTC-5, Danial Klimkin wrote: >> >> Hello Alex, >> >> >> Only one date range is allowed per reques

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-20 Thread Danial Klimkin
le Maps Api to get the > (lat/long) pair for a (City,CountrCode) pair. > > Is there a way to get the center geo point of a (City,CountryCode) Address > when using the GeoLocationService ? > > On Tuesday, February 19, 2013 10:20:14 AM UTC+1, Danial Klimkin wrote: >&

Re: Display Network Criteria Tracking

2013-02-20 Thread Danial Klimkin
ther product > specific questions. > > Thank you so much! > Grace > > > > > On Tuesday, February 19, 2013 4:27:00 AM UTC-5, Danial Klimkin wrote: >> >> Hello Grace, >> >> >> I suggest to double-check with the product support as this is not >&

Re: Adwords API is still pending after 13months

2013-02-20 Thread Danial Klimkin
Hello, Did you contact the tokens review team via adwordsapi-tok...@google.com ? Please let me know your MCC CID. -Danial, AdWords API Team. On Wednesday, February 20, 2013 2:46:00 PM UTC+4, an...@mediabandit.co.uk wrote: > > I've emailed the Adwords API team on a number of occasions, most

Re: Campaign ID from AdGroupCriterionService

2013-02-20 Thread Danial Klimkin
Hello, No, but you can check out the Criteria report instead: https://developers.google.com/adwords/api/docs/appendix/reports#criteria -Danial, AdWords API Team. On Monday, February 18, 2013 9:48:18 PM UTC+4, dominik...@jestadigital.com wrote: > > Hi, > Is there a way to pull CampaignId d

Re: Adwords API is still pending after 13months

2013-02-21 Thread Danial Klimkin
t;> 11th Feb 2013 - FW: Fwd: [#962583577] ACTION REQUIRED: Your AdWords API >> Developer Token >> >> I'd prefer not to put my MCC in the public domain -- i will see about >> emailing it to you? >> >> Andy >> >> On Wednesday, February

Re: My Ads displaying the message "This ad is not eligible to run on the search network" !

2013-02-21 Thread Danial Klimkin
Hello Pragya, This group is for technical questions regarding AdWords API only. Please contact general AdWords support with this question: support.google.com/adwords/ -Danial, AdWords API Team. On Monday, February 18, 2013 11:33:51 AM UTC+4, Pragya Sharma wrote: > > Hi Everyone, > > I am

Re: product listing ads campaigns not in adhoc report

2013-02-21 Thread Danial Klimkin
Hello Daniel, Please let me know your account ID and an ID of at least one campaign that is not returned when expected, and also the full XML request your are using. To send email directly to me, use "Reply to Author" button on the right. -Danial, AdWords API Team. On Friday, February 15,

Re: INVALID_OPERATION_ENHANCED_CAMPAIGN

2013-02-21 Thread Danial Klimkin
Hello Dragan, It looks like you are trying to use an ADD operation for Platform criterion 30001. Since Enhanced campaigns, PLATFORM type criteria can not be added or removed. For setting bidModifier, your can use SET operator. -Danial, AdWords API Team. On Tuesday, February 19, 2013 1:14:

Re: Can the API access the campaign label?

2013-02-21 Thread Danial Klimkin
Hello Ali, AdWords API does not currently support labels. -Danial, AdWords API Team. On Tuesday, February 19, 2013 2:26:04 AM UTC+4, Ali Vahed wrote: > > Hello, > Are the APIs to access Label ready? > I develop a Google Adwords client and need to sync Google Ads Label. > Cheers? > > On Satu

Re: quick turnaround for a test account creation

2013-02-21 Thread Danial Klimkin
Hello Matt, Test Account request are normally handled within 24 hours without need for additional expedition requests. This account was already converted to the Test Account and can now be used. -Danial, AdWords API Team. On Tuesday, February 19, 2013 3:58:17 AM UTC+4, cojoina...@gmail.com

Re: API Change

2013-02-21 Thread Danial Klimkin
Hello Imran, Please refer to this blog post for the releases schedule: http://googleadsdeveloper.blogspot.ru/2012/08/release-schedule-for-adwords-api.html I am sorry we can not communicate exact dates or features planned until the actual release. -Danial, AdWords API Team. On Tuesday,

Re: API Quota Units showing 0

2013-02-22 Thread Danial Klimkin
ssed it, but I > didn't see anything in the pricing announcement about how to see your usage > count. I suppose I was expecting the same service that we've always used > to continue tracking the usage (the InfoService). > > On Monday, February 11, 2013 4:31:26 AM UTC-5

Re: Api Fiyatlandırması

2013-02-22 Thread Danial Klimkin
Hello Terkos, I am sorry we can not provide help in Turkish. Please refer to this blog post for the latest details on API pricing: http://googleadsdeveloper.blogspot.ru/2013/01/new-simplified-adwords-api-pricing.html -Danial, AdWords API Team. On Tuesday, February 19, 2013 12:51:29 PM UT

Re: SOAP headers and the new AdWords API pricing

2013-02-25 Thread Danial Klimkin
> > > On Tuesday, February 5, 2013 12:25:55 PM UTC+1, Danial Klimkin wrote: >> >> Hello Zweitze, >> >> >> The responseHeader and client libraries will be updated to reflect the >> changes. We can not provide any exact date for the change. >> >&g

Re: v201302 and old Java client library

2013-03-05 Thread Danial Klimkin
Hello Christian, The old java library update is now published: https://code.google.com/p/google-api-adwords-java/downloads/list -Danial, AdWords API Team. On Tuesday, March 5, 2013 5:26:43 AM UTC+4, cefc wrote: > > Following the announcement of the new API version, I see that an update >

Re: Is Product Target ID unique for a given customerID (account) ?

2013-03-12 Thread Danial Klimkin
Hello Shriya Arora , Any criterion ID is unique within an AdGroup. (AdGroupId, CriterionId) pair is globally unique. -Danial, AdWords API Team. On Thursday, February 28, 2013 10:53:19 PM UTC+4, Shriya Arora wrote: > > For obtaining a Product target report via API, I am using the Criteria >

Re: Ad Parameter feature requests

2013-03-12 Thread Danial Klimkin
Hello John, All, Thanks a lot for your feedback. I've logged your message as a feature request. -Danial, AdWords API Team. On Sunday, March 3, 2013 9:09:58 PM UTC+4, John Lister wrote: > > HI, probably too late for the (hopefully) soon released API next version, > but I have a few feature r

Re: Can I use a proxy server in Adwords API PHP Client Library v200909

2013-03-12 Thread Danial Klimkin
Hello William, This post is 2.5 years old, please start a new thread instead of resurrecting an old one. I will close this one now. You can use proxy with the current AdWords API library, it is configured in the settings.ini, see: https://code.google.com/p/google-api-adwords-php/source/bro

Re: Competition parameter in TargetingIdea selector

2013-03-12 Thread Danial Klimkin
Hello Mehdi, The API and UI shares the same product service to determine the values. Please check with the general AdWords support for more details as this is out of scope for the API Team. -Danial, AdWords API Team. On Friday, March 1, 2013 1:34:07 PM UTC+4, Mehdi wrote: > > Hi all, > > I

Re: InStream Video ad companion banner -- can it be a SWF?

2013-03-12 Thread Danial Klimkin
Hello Blake, Please open a new thread with more details on what request to you send and what server response you are getting. I am closing this one as it is too old. -Danial, AdWords API Team. On Thursday, January 31, 2013 9:23:26 PM UTC+4, Blake Fife wrote: > > Eric, > > I've having the sa

Re: I'd like someone to please assist me in setting up an Adwords API access to my MCC

2013-03-12 Thread Danial Klimkin
Hello Cole, Please email them directly specifying your MCC CID. If they don't reply within a week, contact me directly (reply to author button) with the same ID. Note we are the technical team and can't review applications ourselves. -Danial, AdWords API Team. On Thursday, March 7, 2013 9:1

Re: ngr (Nigerian currency) in adparam (AdParamService, v201209)

2013-03-12 Thread Danial Klimkin
Hello Albert, Can you specify the currency in the ad text instead, and use the ad param with the a number only? Also, please check you are sending the request in UTF-8. -Danial, AdWords API Team. On Monday, March 11, 2013 9:25:16 PM UTC+4, Albert wrote: > > this happened also for India rupi

Re: TargetingIdeaService no results for January

2013-03-12 Thread Danial Klimkin
Thanks for reporting, we are looking into this. -Danial, AdWords API Team. On Thursday, March 7, 2013 12:34:38 PM UTC+4, calford wrote: > > > Hi, > > In the past search volumes have been available around the 25th of the > month for the previous month. Today is the 7th of March and results for

Re: ngr (Nigerian currency) in adparam (AdParamService, v201209)

2013-03-13 Thread Danial Klimkin
or confirmation on that possible bug, > > thanks in advance, > Albert > > On Tuesday, March 12, 2013 1:55:59 PM UTC+2, Danial Klimkin wrote: >> >> Hello Albert, >> >> >> Can you specify the currency in the ad text instead, and use the ad param >> wi

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

2013-03-13 Thread Danial Klimkin
Hello, I can see at least two possible reasons for this: - time difference between checking the UI and API call; - different filter predicates (showing inactive, negative keywords etc). I suggest pulling both lists into a spreadsheet and finding at least one example of a keyword that is prese

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

2013-03-14 Thread Danial Klimkin
ply. What do you mean time difference ? You mean more > keywords have been added in the meantime ? > > Thank you > > On Wednesday, March 13, 2013 10:52:56 AM UTC+2, Danial Klimkin wrote: >> >> Hello, >> >> >> I can see at least two possible reasons fo

Re: Getting 'Could not connect to host' error intermittently with version v201209

2013-03-14 Thread Danial Klimkin
Hello Shobha, The error looks like a connectivity issue on the client side. Please check your network connection, firewall and proxy (if any). -Danial, AdWords API Team. On Wednesday, March 13, 2013 3:30:28 PM UTC+4, Tom wrote: > > I am using MutateJobService to update bids of multiple keywo

Re: TargetingIdeaService no results for January

2013-03-15 Thread Danial Klimkin
The data for January should be populated now. -Danial, AdWords API Team. On Thursday, March 7, 2013 12:34:38 PM UTC+4, calford wrote: > > > Hi, > > In the past search volumes have been available around the 25th of the > month for the previous month. Today is the 7th of March and results for

<    3   4   5   6   7   8   9   10   11   >