Re: Unable to differentiate between Search Network with Display Select and Search Display Networks - Standard

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Margaret, Campaign type is not exposed in AdWords API yet, that's why you are unable to distinguish these two campaign types. You need to wait for this feature to be available in the next AdWords API version. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, February 28, 2014

Re: MaxCPC from DISPLAY_KEYWORD_PERFORMANCE_REPORT unexpected behaviour

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Luca, As mentioned in my previous email, please send me a private response, and I'll follow up with you over email. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, February 28, 2014 6:06:30 AM UTC-5, Luca Fiaschi wrote: Hi is there anybody who could answer this question? :-( On

Re: Ad Hoc reporting for PHP

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, 1. You could modify the code example at https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/Reporting/DownloadCriteriaReport.php#L51 to download reports for a custom date. I don't have a handy code example to share for custom dates, but you could look

Re: Problem with simple Reporting query

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, Cool. For future reference, it is useful to look at the raw HTTP messages to figure out what might be wrong with the request. Fiddler2 is a good HTTPs proxy for debugging. See https://github.com/googleads/googleads-adwords-dotnet-lib/wiki/How-to-capture-SOAP-messages for some

Re: GetRefreshToken.php Error: disabled_client The OAuth client was disabled.

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Jake, You need to login to your Google cloud console and lookup this client for more details. The most probable reason is that there might be some property you need to update on the client, or may be accept a new TC or something similar. Cheers, Anash P. Oommen AdWords API Advisor. On

Re: Data Dictionary

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Andy, May be the javadoc for the AdWords API Java library can be useful. See http://googleads.github.io/googleads-java-lib/1.24.1/index.html for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, March 3, 2014 10:10:42 AM UTC-5, Andy White wrote: Hi, Is there a website

Re: AdGroupAdService (v201309): type TextAd and mobile property

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Sorokin, You need to set devicePreference to 30001 (that's the criteria id for HIGH_END_MOBILE). See https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.TextAd?hl=ru#devicePreference for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday,

Re: Possible to retrieve invoices through API?

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Hendrik, No, this feature is not yet available through AdWords API. Cheers, Anash P. Oommen AdWords API Advisor. On Monday, March 3, 2014 8:54:06 AM UTC-5, Hendrik Kleinwaechter wrote: Hi Eric, do you guys have an update on this issue? Right now we have someone manually extracting 700

Re: managed customer sevice and customer service python query.

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi, You'd need ManagedCustomerService to get the details of the accounts under your MCC account. You can refer to https://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/account_management/get_account_hierarchy.py for an example on how to use this

Re: Configuration Sections app.Config

2014-02-21 Thread Anash P. Oommen (AdWords API Team)
Hi Jeremy, Try this: AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.DeveloperToken = xxx; You can set all the keys under AdWordsApi node this way. There are some others for which you'd still need to use the config file itself.

Re: MediaService : Get a MediaId of one ImageAd ?

2014-02-21 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to first retrieve the mediaId associated with your imageAd. You'd need AdGroupAdService to do this. and your predicates should be the ones listed here: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.Image. Next, you can use MediaService to

Re: Campaign Progress

2014-02-20 Thread Anash P. Oommen (AdWords API Team)
Hi, You could refer to this code example: https://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/reporting/download_criteria_report.py. You should be able to download the data to memory instead of a file if you pass the file_path as None. See

Re: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null' error

2014-02-20 Thread Anash P. Oommen (AdWords API Team)
Hi Darek, If you make calls with the developer token from 818-778-6277 and credentials of 541-978-5959, you should be good to go. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 20, 2014 8:33:23 PM UTC-5, Darek wrote: Hi Josh, Thanks for your help. I created new

Re: Ads API - policy violation and exemption requests

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, 1. No, all ads submitted through any service (MutateJobService, AdGroupAdService) undergoes review. A good share of the ads are reviewed automatically, some requires a manual review and can take time. 2. The exemption applies to one ad at a time (i.e. if you have two ads that violate

Re: (Reasons to Hate The) AdWords API for PHP

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
Hi Ed, From the scripts side, I understand that the lack of MCC scripts was a big issue for you. If everything goes fine, support for MCC Scripts should be available this quarter. You might want to take another look at Scripts after that. Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Help with minimizing clicks/calls from outside of my marketing area

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, Try posting on our AdWords product forum at https://www.en.adwords-community.com/. As Jeremy mentioned, this forum is for AdWords API, you get better answers for product related issues on the product forum, Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, February 17, 2014

Re: Getting started

2014-02-19 Thread Anash P. Oommen (AdWords API Team)
Hi Amr, I found this thread while going through older threads. Did this issue get resolved? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 23, 2013 9:01:30 AM UTC-5, Amr Abdel-wahab wrote: Hello Everyone, I am new to google adwords API development, and I am really having

Re: ContentBid After February 18th

2014-02-13 Thread Anash P. Oommen (AdWords API Team)
Hi Evan, The answer depends on how you look at it. 1. Once the field becomes readonly, we will still allow users to read this value. The value returned will be the last set contentBid. You could use this field to do some kind of backup if that makes sense. You can also send 0 for this value,

Re: Change to contentBid setting in Display Network Only campaigns

2014-02-13 Thread Anash P. Oommen (AdWords API Team)
Hi Sudip, You will get affected only if 1. You are using CpcBid for display-only campaigns and 2. You have different values for CpcBid.bid and CpcBid.contentBid. So you are all good to go. To test if you are getting affected, you could 1. Check your code to see if you are setting

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-01-28 Thread Anash P. Oommen (AdWords API Team)
:45:02 UTC+1 schreef Anash P. Oommen (AdWords API Team): Hi, Could someone send me a private reply with a report attachment to adwordsapia...@google.com? I could take a look at the reports. Cheers, Anash On Thursday, January 9, 2014 8:05:10 AM UTC-5, sc...@bgenius.com wrote: Hi Anash

Re: Reporting Stats for an MCC

2014-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/reporting/parallel_report_download.rb is a good code example to get started on how to download reports for multiple client accounts under an MCC account. Cheers, Anash P. Oommen, AdWords API

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-01-14 Thread Anash P. Oommen (AdWords API Team)
, Igor Op dinsdag 17 december 2013 14:31:28 UTC+1 schreef Anash P. Oommen (AdWords API Team): Hi Shobha, I think you are not reading the files with the right text encoding. Reports are UTF-8 encoded, so interpreting the text as utf-8 encoded might solve your problem. Cheers, Anash P

Re: Weird OAuth2 failure to refresh access token

2014-01-06 Thread Anash P. Oommen (AdWords API Team)
Hi Akil, My initial guess is that the page is a rate limit error from the OAuth2 servers (too many instances trying to refresh access token simultaneously). It's a matter of chance that a particular server failed, and the error would go away if the code were retried after a minute or so. You

Re: Commandline reporting tool

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
#/project, clientId and clientSecret. What am I missing? I would be glad to hear anything from your or your colleague. On Tuesday, December 17, 2013 3:01:12 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Rasmus, That's a pretty useful script. I've heard a few users asking for one

Re: Didnt understand something in adwords api terms of condition

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Yogev, Our team handles only AdWords API technical questions, we cannot advise you on legal matters like AdWords API Terms and Conditions. You could direct questions related to AdWords API Terms and Conditions to the token review team. Locate the email that you got from them when you signed

Re: How to avoid downloading a SearchQueryPerformanceReport when there where no searches

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, AdWords API doesn't provide a way to detect if an account has stats beforehand, so there's no way to avoid downloading the file. However, you could save the trouble of saving the report to file and then loading it. See

Re: AdwordsServices import into project

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Assaf, You can get the latest jars and their dependent jars at https://github.com/googleads/googleads-java-lib/releases. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, January 1, 2014 8:04:01 AM UTC-5, assaf wrote: I am running v201309 using adwords-api-8.13.1.jar. I need

Re: RMF item C.41: webpage criterion dynamic ads

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you send your RMF related questions to the token review team? You need to locate the email that was sent to you from Google when you signed up for AdWords API and reply to that email with your questions. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, December 31, 2013

Re: QuotaChaeckError.INCOMPLETE_SIGNUP @ ;trigger:'null'

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Kano, You could get this error because of couple of reasons: 1. Your token is still pending review, and you are making API calls to a production account. 2. You signed up for a developer token, but you haven't accepted the AdWords API Terms and Conditions / not entered a valid payment

Re: keyword match types not passing to {keyword} token?

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Claude, For future reference, we also have a product forum at https://www.en.adwords-community.com/. If you feel that you have a question about AdWords that is not related to API, feel free to ask on the product forum. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, December 27,

Re: problem like anctive account for test mcc

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Kano, See my responses on the other threads you opened. You need to use a production developer token to make calls to test accounts. Getting a developer token from a test MCC won't work. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 30, 2013 6:23:22 AM UTC-5, kano patel

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2014-01-03 Thread Anash P. Oommen (AdWords API Team)
Hi Kano, Yes, it is necessary to have a production developer token to make calls to a test account. Though, it is not as hard as it might sound. Just signup for a regular developer token from your MCC if you haven't done so yet. Make sure you enter your credit card details so that the token is

Re: Object reference not set to an instance of an object on production server, but works in Localhost

2013-12-31 Thread Anash P. Oommen (AdWords API Team)
Hi Stephane, The only reason I could think of is a NullReferenceException on this line: https://github.com/googleads/googleads-adwords-dotnet-lib/blob/master/src/AdWords/Util/Reports/ReportUtilities.cs#L285. But that happens only if the Http connection failed without any response from the

Re: Confused about Test account and Production account?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi, Developer token doesn't determine what account the call is made against, the credentials (OAuth headers / ClientLogin token) does. So if you use the token from x...@gmail.com to make calls to y...@gmail.com, the data is going to come from / pushed to y...@gmail.com. Cheers, Anash P.

Re: System Codes for CriterionUserInterest?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Brett, This is a very old thread, could you start a new thread please? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 18, 2013 6:11:51 PM UTC-5, Brett Koenig wrote: Hey David, I am seeing uservertical::92300 in ad group 9178937560. How can Iook up what the

Re: Can adwords api apps only be accessed by MCC linked accounts?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi, You need an AdWords API MCC account to apply for a developerToken, which is required for making AdWords API calls. Your application will be able to make API calls to any AdWords accounts as long as you have their credentials. AdWords API uses OAuth2 as its authentication mechanism.

Re: Accessing AdGroupCriterion - 'TopOfPageCpc'

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Assaf, You need to reach out to your Google Account manager to see if you are eligible to be part of AdWords API Beta program. Cheers, Anash P. Oommen, AdWords API Advisor On Thursday, December 19, 2013 4:25:52 AM UTC-5, assaf wrote: This feature is still a Beta. Any idea when it is open

Re: How to create MCC Test Account

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi, You can't link the test account to the production account, but that's not a requirement for using AdWords API. You can use the developerToken from your production account and the credentials of your test account to make API calls to the test account. Cheers, Anash P. Oommen, AdWords API

Re: AdError.TOO_LONG for WAP/Mobile Image Ad Destination URL

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Valeriy, AdWords API enforces the same limits as enforced by the UI, so the issue is best addressed by asking on the AdWords product forum (https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488). https://support.google.com/adwords/answer/2404246?hl=en states that

Re: Geolocation for campaign problem

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Aleksander, All the supported API locations are available from https://developers.google.com/adwords/api/docs/appendix/geotargeting. This data is also available from https://developers.google.com/adwords/api/docs/reference/v201309/LocationCriterionService. However, we do not provide a

Re: Can adwords api apps only be accessed by adwords accounts linked to my MCC account?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Liam, I've responded to the other post you made on the forum. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 18, 2013 3:14:38 AM UTC-5, liamflux wrote: I am looking at developing an app using the google adwords api. I have found

Re: Is it possible to lookup selector field programatically?

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
Hi Jake, Unfortunately, this is not supported. Though, you could parse the wsdl to fetch these fields. See https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl and search for *Selectable* or *Filterable* for details. Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Getting Stats from Ad Hoc Reports

2013-12-19 Thread Anash P. Oommen (AdWords API Team)
, Anash P. Oommen (AdWords API Team) wrote: Hi Eric, - You could run reports as frequently as you want. If you include HourOfDay as a column, you will get stats broken down by hours. That applies for any report that provides HourOfDay as a column. - The C# .NET client library uses adhoc

Re: How to add dummy data to my test account

2013-12-18 Thread Anash P. Oommen (AdWords API Team)
Hi, You could share screenshots with them instead, or mock the data by downloading data from UI in xml format and using that as the data source for your application. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 18, 2013 10:24:04 AM UTC-5, off...@expokrym.com wrote:

Re: How can I modify the bid for and AdGroup keyword?

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Jaison, You need to use AdGroupCriterionService. See https://code.google.com/p/google-api-adwords-dotnet/source/browse/examples/adwords/CSharp/v201309/BasicOperations/UpdateKeyword.cs for a C# example. Varta's approach works too, if you are using AdWords Scripts instead of AdWords API. If

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Shobha, I think you are not reading the files with the right text encoding. Reports are UTF-8 encoded, so interpreting the text as utf-8 encoded might solve your problem. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, December 17, 2013 2:32:59 AM UTC-5, shobha.p...@gmail.com

Re: PLACEHOLDER_FEED_ITEM_REPORT comes up empty for a test account

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, What report definition are you using? Could you post it on this thread? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 16, 2013 6:54:11 PM UTC-5, Slava wrote: I used to get both Approved and Disapproved sitelinks from a test account. Now the

Re: Commandline reporting tool

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Rasmus, That's a pretty useful script. I've heard a few users asking for one, but it's the first time I'm seeing a user write one and contribute to the community. Thanks a lot! One of my colleagues was experimenting with AdWords API on Node.js, I'll ask him to take a look and reach out to

Re: Adgroup Bid

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Yilmaz, You have to use AdGroupService. https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService. You can refer to https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201309/basicoperations/AddAdGroups.java

Re: 'devicePreference' not working/query..

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Tom, DevicePreference works only for high end mobile devices, so the ID you should send to server is 30001. If you don't want your ads to have any mobile preference, you needn't provide any devicePreference field. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 16, 2013

Re: Getting Stats from Ad Hoc Reports

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Eric, - You could run reports as frequently as you want. If you include HourOfDay as a column, you will get stats broken down by hours. That applies for any report that provides HourOfDay as a column. - The C# .NET client library uses adhoc reports, we provide you with a ReportDefinition

Re: Getting INVALID_AUTH_TOKEN_FOR_EMAI while using LocationSyncService

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi Shobha, I think email is case-sensitive, could you make sure it matches exactly what it shows on the AdWords UI? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 16, 2013 5:11:41 AM UTC-5, shobha.p...@gmail.com wrote: Hi Adwords Team, We are trying to use

Re: min daily budget setup

2013-12-17 Thread Anash P. Oommen (AdWords API Team)
Hi, If the AdWords UI allows this, then API would allow this too. However, serving the ad will most likely be a problem; I suspect that if your daily budget is less than max bid, then AdWords won't serve your ads. You could ask on the product forum

Re: Empty values for TargetingIdeaService with LanguageSearchParameter?

2013-12-09 Thread Anash P. Oommen (AdWords API Team)
Hi Veseo, I've been told that this behaviour is as expected: You get back stats only when we have stats to provide. So in this case, we don't have stats for banana and cake in German (language code 1001), but we have stats otherwise. So you get results back when LanguageSearchParameter is not

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-19 Thread Anash P. Oommen (AdWords API Team)
the ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH exception. Cheers, Pete On Thursday, November 7, 2013 7:16:48 PM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi Peter, The error means that the report is not being run against an Advertiser account, but rather an MCC

Re: Authentication problem with new app

2013-11-19 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you check your Google API console project to see if you have set the email address for your client? You could find this on the consent screen tab of your client. That should fix the invalid_client issue. Cheers, Anash On Wednesday, November 13, 2013 6:30:01 AM UTC-5,

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
for the authentication and API access. So that part is little gray area for me right now. Thanks, Bikram. On Friday, November 8, 2013 8:21:00 AM UTC-8, Anash P. Oommen (AdWords API Team) wrote: Hi Bikram, How exactly do you add a client to your system today? Do you ask for their email / password

Re: How to allow MCC accounts to access their adwords account data via our Adwords API [PHP]

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
Hi Christian, You need to use OAuth2 as authorization method to achieve this. The PHP client library has support for OAuth2, https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/Auth/GetRefreshToken.php is a basic code example that shows how to do the OAuth2 flow

Re: Access Level for API

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, Allow me to clarify what Takeshi said - we don't have ANY AdWords API specific permissions. AdWords API follows whatever permissions you set on your AdWords account. So if you link your AdWords account under an MCC, then the MCC will have access to the client account. The level of

Re: API connection issue

2013-11-12 Thread Anash P. Oommen (AdWords API Team)
Hi Ramakrishna, The wiki needs a bit of update. You don't need the authToken{0}/authToken the string, and the OAuth2 header should instead go as an HTTP header Authorization: Bearer access_token I'll get the wiki fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, November 8,

Re: Failing to add account

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi, Please see if you could reach adwords.google.com from the server where your code is running. A simple way would be to see if you could load one of the WSDLs - e.g. https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naman, The problem is that invalid grant is a generic error that says your OAuth signup failed. It doesn't give any more details, and that is by design. That makes it all the more difficult to debug the issue. Let's start one step at a time. I'm sure you might have tried these steps

Re: Recharge of money through the AdWords API

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Majo, There's no support for invoices, coupons, etc. in AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 5:04:50 PM UTC-5, Majo Mikula wrote: Hi, is it possible to somehow recharged AdWords account through AdWords API? Is it possible apply coupon

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Bikram, How exactly do you add a client to your system today? Do you ask for their email / password and store it locally, or ask them to invite one of your logins to manage the account, and use that account's username/password to make calls? Cheers, Anash P. Oommen, AdWords API Advisor.

Re: Time to set changes live

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anne, There's no difference between UI and API in this aspect, and I think this is better answered by the product team. Could you ask your question at https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488 instead? Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Billing error

2013-11-08 Thread Anash P. Oommen (AdWords API Team)
Hi Eugene, Could you reach out to your Google Account manager (or call directly on the help line at https://support.google.com/adwords/answer/1385067?hl=en)? This issue is not related to AdWords API, and you may need to share additional account details to debug this issue further. Forum is not

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
that we are getting stuck on. Many thanks in advance Giles On Tuesday, November 5, 2013 11:54:29 AM UTC, Anash P. Oommen (AdWords API Team) wrote: Hi Giles, The error suggests that you are refreshing the access token very frequently (or rather, the library is doing this very

Re: API Server returns HTTP 302: Should I retry the call?

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Zweitze, Looks like that's the Google Web servers detecting a very high traffic from your servers and intercepting your calls to prevent a DOS attack. In this case, the request doesn't even reach the AdWords API servers, it gets intercepted before that. The only workaround is to slow down a

Re: Problem accessing the adword test Account

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Satvinder, You should also check if you entered billing details in your AdWords API MCC and accepted the AdWords API Terms and conditions. If you could post your customer id, I could take a look. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 30, 2013 3:41:36 AM UTC-4,

Re: The Best solutions to create thousand of little client accounts

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, You could use ManagedCustomerService.mutate method to achieve this. See https://developers.google.com/adwords/api/docs/reference/v201309/ManagedCustomerService#mutate for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 5:15:26 AM UTC-5,

Re: Create a new Google Account for use with AdWords with APIs

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, Please see https://groups.google.com/forum/#!topic/adwords-api/uN8u_YTf27Q where I answered your question. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 5:11:32 AM UTC-5, Federico Mo wrote: Hello it's possible to *Create a new Google Account for

Re: Create a new Google Account for use with AdWords with API

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, Please see https://groups.google.com/forum/#!topic/adwords-api/uN8u_YTf27Q where I answered your question. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 7, 2013 4:59:20 AM UTC-5, Federico Mo wrote: Hello, it's possible to create new Google Accounts for use

Re: Destination URL Report (php)

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, AdWords API doesn't have support for feature like this, you need to process the url at your end and aggregate the stats yourself. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, November 6, 2013 11:47:46 AM UTC-5, Visar Shabi wrote: Hi, I would like to construct a

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, The error means that the report is not being run against an Advertiser account, but rather an MCC account. We do not support MCC reports in AdWords API. The fix is to ensure that you send an advertiser account's customer id in the clientCustomerId header when downloading the

Re: Why am I getting a RateExceededError if I am not exceeding 10,000 operations per day?

2013-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi Ricardo, Could you check once more tomorrow, and ensure that you are adding up the call costs correctly as per the values at https://developers.google.com/adwords/api/docs/ratesheet? If the numbers don't add up, please share your developer MCC account's customer id with me and I'll

Re: Not getting destionation url for my keyword performace report

2013-11-06 Thread Anash P. Oommen (AdWords API Team)
Hi, You could run an ad performance report. It has a column called KeywordId that gives you the id of the keyword that triggered this ad. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, November 6, 2013 4:56:57 AM UTC-5, t...@jooble.mygbiz.com wrote: How can you get destination

Re: Failed to retrieve campaign

2013-11-06 Thread Anash P. Oommen (AdWords API Team)
You could also examine the inner exception to find out why the call failed. Or set Visual Studio to break on exception. Cheers, Anash P. Oommen, AdWords API Advisor On Thursday, October 31, 2013 1:44:03 PM UTC-4, cupofcode...@gmail.com wrote: I' have tried to do authorization (console

Re: How many API Calls am I making per day?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, If you are on a basic access plan, then the limit is 10K operations (not calls) per day. We don't have a web page where you can find the actual number of calls you made, but you could calculate them based on the information here.

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, As you suspected, you are crossing 10K operations / day. I suggest that you keep track of your daily calls for a day or two, and figure out whether you are actually exceeding this limit. You can find the relevant operations cost at

Re: RateExceededError

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
for new accounts (rateKey=new_qps). Op dinsdag 1 oktober 2013 11:34:49 UTC+2 schreef Anash P. Oommen (AdWords API Team): Hi, Could you kindly send me a SOAP request / response xml and your API MCC customer id to anash.p...@google.com and update this thread? I'll investigate this further

Re: RateExceededError - TrafficEstimatorService with New Accounts created under MCC

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi John, Mark, You are seeing the issue because it is a fresh account. If you give it a while, or you setup some ads in this account and allow it to serve, the account should move out of the new account status and higher rate limits will apply to the accounts. Cheers, Anash P. Oommen, AdWords

Re: CampaignCriterionError.CANNOT_ADD_EXISTING_FIELD

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Hunter, It would be most helpful if you can post a sanitized SOAP request and response xml so I could look up the logs. Yes, the exception you are getting is private, and not expected to be returned in a response, I'll investigate further and get it fixed once you share the logs. But for

Re: QuotaCheckError.INCOMPLETE_SIGNUP ?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Pierre, Could you re-enter the billing information on 894-365-1577? I looked up your account and it shows you haven't accepted the AdWords API TC. That happens when you enter credit card details on your AdWords API MCC. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4,

Re: AdWords Keyword Tool API

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, If you wait a bit, then the error should go away as the account stops becoming a fresh one. However, I am investigating this further at my end just to make sure nothing changed at our end to trigger this errors. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4, 2013

Re: RATE_EXEEDED / BillingPerDay

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, No, this is not related to your daily budget, It is rather due to you exceeding the number of operations / day on basic access. Cheers, Anash On Tuesday, November 5, 2013 6:21:28 AM UTC-5, alexande...@adticket.de wrote: Am Dienstag, 5. November 2013 09:38:40 UTC+1 schrieb

Re: How to start to use Adwords API with OAuth authentication

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Pierre, https://code.google.com/p/google-api-adwords-php/wiki/OAuth2 is probably the closest you could find on a guide. If your developer token is approved, then you could use the credentials of your production MCC account, otherwise you need to use the credentials of your Test MCC account

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Naman, What language and client library are you using? Cheers, Anash On Monday, November 4, 2013 3:48:47 AM UTC-5, naman jindal wrote: Thanks for your help Josh. I have more difficulties and questions relating to setting up the Application. But I think I would better give in some

Re: Not able to see my campaigns from my PHP script

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, Here's a code example that you could use to cross-check against your code: https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/GetCampaigns.php If your code is correct, then the next place to look for would be in your auth.ini. The

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
in advance Giles On Tuesday, October 15, 2013 3:08:15 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Giles, That's a lot of questions, I'll try to get all your questions answered. Feel free to follow up if you have more questions. At a low level, OAuth flow involves

Re: RateExceededError rateScope=ACCOUNT

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Erkan, You'd need to get in touch with your account manager at Google to get into the whitelist. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, November 5, 2013 7:46:23 AM UTC-5, Erkan Ceran wrote: Hi Paul, Thank you your answer i will investigate our code and try again.

Re: How many API Calls am I making per day?

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, By default, you would be on Basic Access. To get Standard Access, you need to fill this form, and follow up with the token review team for more details. They will reach out to you once you fill https://www.google.com/appserve/fb/forms/standardaccess/. Cheers, Anash P. Oommen, AdWords

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH in PHP

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Mehmet, AdWords API doesn't support MCC level reports, you get this error if you set an MCC id for clientCustomerId when making API call. You need to set this to an advertiser account's customer id to fix the error. If you need to run MCC level reports, then you need to retrieve your client

Re: Geo/Mobile Bid Formula Adords API PHP (v201306)

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, The mobile bid modifier in AdWords is from 0.0 to 4.0. On UI, this corresponds to -100% to +300%. So yes, you have to multiply by 100 and offset by 100 to map the API value to UI values. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, November 5, 2013 4:02:09 AM UTC-5, MWA

test post pls ignore

2013-10-30 Thread Anash P. Oommen (AdWords API Team)
test post pls ignore -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: Adwords v201306 - ManualCPCAdGroupBids

2013-10-22 Thread Anash P. Oommen (AdWords API Team)
Hi, The new class is called CpcBid, see https://code.google.com/p/google-api-adwords-dotnet/source/browse/examples/adwords/CSharp/v201309/BasicOperations/AddAdGroups.cs for details on how it is used. Also, I would suggest skipping v201306 and migrating directly to v201309, which is the

Re: OAuth2 - best practice to implement offline client access Adwords API

2013-10-22 Thread Anash P. Oommen (AdWords API Team)
Hi, Further to what Alan told, the Java library guide is available at https://code.google.com/p/google-api-ads-java/wiki/OAuth2. Essentially, you have to generate a refresh token using OfflineCredentials application that comes with the distribution, then use that token instead of building the

Re: Using OAuth 2.0 with my Windows Service to manage my Adwords account

2013-10-15 Thread Anash P. Oommen (AdWords API Team)
Hi Giles, That's a lot of questions, I'll try to get all your questions answered. Feel free to follow up if you have more questions. At a low level, OAuth flow involves (a) generating an authorization url (b) Navigating the user to the url and asking user to authorize it. (c)

Re: Internal API error when requesting feed items

2013-10-04 Thread Anash P. Oommen (AdWords API Team)
on this issue? Thank you. Kind regards, Jaap-Jan Frans bGenius Op maandag 16 september 2013 12:37:26 UTC+2 schreef sc...@bgenius.com: Hello Anash, Do you have an update on this issue? Op dinsdag 27 augustus 2013 17:08:53 UTC+2 schreef Anash P. Oommen (AdWords API Team): Hi, I've

Re: Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-04 Thread Anash P. Oommen (AdWords API Team)
. Cheers, Anash On Tuesday, October 1, 2013 10:41:44 PM UTC+5:30, Slava wrote: Appreciate you confirming this, Anash. Do you know if these operation will be supported by MJS in the near future? Thanks, Slava On Tuesday, October 1, 2013 2:14:32 AM UTC-7, Anash P. Oommen (AdWords API Team

Re: Do I need a developer token to access the API via oauth?

2013-10-04 Thread Anash P. Oommen (AdWords API Team)
Hi Andrei, A developer token is required to make AdWords API calls. It's main purpose is to ensure that the developer has accepted AdWords API TCs, identify your requests in case we need to troubleshoot issues you are facing, etc. In the past, it was also used to identify the account to which

<    2   3   4   5   6   7   8   9   10   11   >