Re: Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-14 Thread Anash P. Oommen (AdWords API Team)
Hi Sushant, Thanks for providing the troubleshooting step. Could you open an issue at https://code.google.com/p/google-api-adwords-dotnet/issues/list? I can add this to the troubleshooting wiki. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, May 13, 2013 10:06:49 PM UTC-7, sushant wr

Re: Is there a difference between setting the bidModifier to 1 vs -1?

2013-05-14 Thread Anash P. Oommen (AdWords API Team)
ile ads >> would be bid the same as the desktop ads, right? >> >> Thanks, >> Chris >> >> BTW, I did a quick test and the bidModifier actually has 3 significant >> digits (two decimal places), which makes sense, otherwise you wouldn't be >> able to repre

Re: Unexplained Authorization Error

2013-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi Noah, You need to look at your clientCustomerId, and the login for which you generated your OAuth2 tokens. Does the login that the OAuth2 belongs to have access to this customerId? (i.e. it is a login to this customerId, or an MCC that has access to this customerId) Cheers, Anash P. Oommen,

Re: Ad Preview Type of Query from php

2013-05-16 Thread Anash P. Oommen (AdWords API Team)
Hi, This cannot be done from AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, May 14, 2013 11:11:50 PM UTC-7, Zsolt wrote: > > I wonder what kind of API call can be used to execute Adwords Preview type > of query (adtest=on) from php code? -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: oAuth for Installed Application: Can I use oAuth for Web Application instead?

2013-05-22 Thread Anash P. Oommen (AdWords API Team)
Hi Joey, Yes, you can use OAuth2 for Web Applications in offline mode for your application. We generally mention using the installed application flow because that's closest to how many users use AdWords API - put username/password/authToken into a configuration file and call API from a script

Re: OAuth2 Handshake expires - invalid grant error.

2013-05-22 Thread Anash P. Oommen (AdWords API Team)
Hi, OAuth2 tokens expire in typically an hour, that's by design. What you could do is to generate OAuth2 tokens with offline=true. This will give you an access token (that expires in an hour), and a refresh token (doesn't expire, can be used to obtain an access token). https://developers.googl

Re: AdExtension Migration

2013-05-22 Thread Anash P. Oommen (AdWords API Team)
Hi Pete, The migration dates are now available, see http://googleadsdeveloper.blogspot.in/2013/05/adwords-api-upgrading-your-ad-extensions.html for details. Cheers, Anash On Thursday, May 16, 2013 1:05:27 AM UTC+5:30, Pete Lavetsky (AdWords API Guru) wrote: > > Will all Sitelink, Mobile & Lo

Re: oauth2 invalid grant with ruby-api gem

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
HI Christopher, You might want to check omniauth documentation. At for OAuth2, scope is separated by spaces, not comma. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 23, 2013 11:26:29 PM UTC+5:30, Christopher Sell wrote: > > Hi, I am using omniauth to authenticate my users with

Re: Download Report Timing

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Noah, AdWords API reports are not real-time, they are usually delayed by upto 3 hours. However, you can request HourOfDay as a column in most reports, that should tell you what hour the stats are for. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 23, 2013 10:43:23 PM UTC+5:

Re: Submitting an AdGroupBidModifierOperation using the MutateJobService

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Christian, I'll add this as a feature request for the team. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 23, 2013 6:19:12 PM UTC+5:30, Christian wrote: > > Hello, > > it appears that it is currently not possible to submit bid modifier > operations using the MutateJobService

Re: AdGroupAdService operation limit.

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Shurti, To clarify further, this is a result of how the product behaves. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 23, 2013 5:33:51 PM UTC+5:30, Jeremy Aube wrote: > > yes > > On Wednesday, May 22, 2013 2:47:28 PM UTC-4, Shruti wrote: >> >> Does this still hold true? >>

Re: AdWords API google-api-ads-ruby invalid grant

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
HI Christopher, Could you see if making scope space separated instead of comma separated solves your issue? Cheers, Anash P. Oommen, AdWords API Advisor On Thursday, May 23, 2013 1:50:12 PM UTC+5:30, Christopher Sell wrote: > > Hi all, sorry to repost, but I am experiencing a new error using oa

Re: AdWords API oauth2.0 redirect mismatch uri

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Christopher, Have you provided oauth2_callback key in your adwords.yml? And does that match the one you provided in the API console? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 23, 2013 1:29:10 PM UTC+5:30, Christopher Sell wrote: > > I am using the google-api-ads-ruby and

Re: Does deletion of AdGroup also pause the ads automatically?

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Shruti, No, if an AdGroup is marked as deleted, its ads won't serve. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, May 22, 2013 9:07:39 PM UTC+5:30, Shruti wrote: > > Hi, > > Do ads need to be explicitly deleted/paused when its AdGroup is deleted? > > Thanks > /S > -- -- =~=~

Re: test account

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi, This cannot be done using test accounts. Cheers, Anash P. Oommen, Adwords API Advisor. On Tuesday, May 21, 2013 8:20:42 PM UTC+5:30, aufges...@gmail.com wrote: > > Hi, > is it possible with the test account to read data from other accounts in > the mmc? > if so, how? > i would like to read

Re: Incorrect Criterion.Type returned by AdGroupBidModifierService

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
HI Radosław, The service is returning only Criterion object (i.e. the base class), not a more specific class (Platform in this case), so I think the behaviour is correct. You should rely on the id (30001) rather than the Type field to resolve the type in this case. Cheers, Anash P. Oommen, AdW

Re: Not reply after 13 days

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Jordan, What's the customer id? I can't find it on this thread? Cheers, Anash On Saturday, May 18, 2013 2:49:03 AM UTC+5:30, Jordan Gutierrez wrote: > > Hi there, > > Any news? > > > > On Tue, May 14, 2013 at 5:52 PM, Anash P. Oommen (AdWords API Team) <

Re: Unexplained Authorization Error

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
l, we want to develop a service where we can access the accounts > of many clients programmatically. I've seen other adwords optimization > services to this, so there must be an easy way. (They generally just have > a link to "allow API access" that the customer clicks.)

Re: Developer Account Operation Count Inconsistencies

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi David, Yes, this is a known issue, could you please track https://groups.google.com/d/msg/adwords-api/GBv-C7mxdBg/yTC4itfJekkJ for updates? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 16, 2013 3:23:22 AM UTC+5:30, David Apps wrote: > > Hi, I'm using the code below to inte

Re: Campaign performance report beta feature feild not returned with V201209

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Niladri, See Kevin's reply above. Our team cannot invite users for beta access, that should be done by your Google account manager. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, May 14, 2013 9:43:58 AM UTC+5:30, Niladri Sirkar wrote: > > Kevin, > > How can I get on to the beta pr

Re: AdGroupBids to v201302

2013-05-24 Thread Anash P. Oommen (AdWords API Team)
Hi Robert, You could look for BiddingStrategyConfiguration.biddingStrategyType to identify the bid type. See https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupService.BiddingStrategyConfiguration#biddingStrategyType for details. Cheers, Anash P. Oommen, AdWords API Advis

Re: Not reply after 13 days

2013-05-26 Thread Anash P. Oommen (AdWords API Team)
gt; > LinkedIn <http://www.linkedin.com/company/wishpond> > > > On Fri, May 24, 2013 at 7:58 AM, Anash P. Oommen (AdWords API Team) < > adwordsapia...@google.com > wrote: > >> Hi Jordan, >> >> What's the customer id? I can't find it on t

Re: Why is there a difference in Campaign Performance Reports between API and browser reports?

2013-05-26 Thread Anash P. Oommen (AdWords API Team)
Hi David, If you run the same report at the same time with same set of columns, filters, etc., then UI and API reports should return the same values. If you are seeing a different behaviour, let me know. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, May 24, 2013 9:54:31 PM UTC+5:30,

Re: How to add an Imagead to an Addgroup in PHP?

2013-05-26 Thread Anash P. Oommen (AdWords API Team)
Hi Asad, Here's a java example instead. https://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201302/AddAds.java#76. The imageAd type definition is here: https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupAdService.ImageAd Cheers, Anash P. Oommen

Re: Will legacy Ad Extensions (Especially Site Links) continue to work in enhanced Campaigns

2013-05-26 Thread Anash P. Oommen (AdWords API Team)
Hi David, Ad extensions have a different upgrade date, see http://googleadsdeveloper.blogspot.in/2013/05/adwords-api-upgrading-your-ad-extensions.html for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, May 25, 2013 12:30:22 AM UTC+5:30, David Holt wrote: > > Do we have to

Re: Ad Hoc Keyword Performance Report

2013-05-26 Thread Anash P. Oommen (AdWords API Team)
Hi Manas, AdWords API is not designed to be a client side API, but I'll pass the feature request to the reporting team. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, May 24, 2013 1:39:16 PM UTC+5:30, Manas wrote: > > *Feature Request*: If the requirement of having the developer token

Re: Keyword Report Anomalies

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
117685521 > > > {min.date} > {max.date} > > > Custom Keywords Report > KEYWORDS_PERFORMANCE_REPORT > CUSTOM_DATE > XML > > > > Regards > > > El miércoles, 19 de junio de 2013 04:06:41 UTC-3, Anash P. Oommen (AdWords >

Re: How to use the OR condition in AWQL

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi, You could use the IN operator in this case. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesday, June 25, 2013 11:00:45 PM UTC+5:30, plucki wrote: > > Hi! > > I am trying to use the AWQL language in order to get specific Adgroups > which have this condition, Campaign Name contains "ABC

Re: Feed Service api requirement

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Matthew, Could you please send your queries about api requirement to adwordsapi-tok...@google.com? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, June 26, 2013 6:42:40 AM UTC+5:30, Matthew Ledom wrote: > > Does anyone know which parts of the feed services feature are required fo

Re: Duplicate Ad Copies being pushed

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Francesco, Could you elaborate a bit more on this? Did you have two mutate jobs with ads in it for instance? Which campaign id and adgroupid are you seeing this issue for? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, June 25, 2013 3:28:20 PM UTC+5:30, Francesco Della Vedova wro

Re: What does SHASTA_MAX_INTERNAL_ROW_STORAGE_EXCEEDED mean?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
hema-instance"; xsi:type="SizeLimitError"> > > > > SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED > SizeLimitError > RESPONSE_SIZE_LIMIT_EXCEEDED >

Re: Can the API access the campaign label?

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, One approach I could think of is to link the "inactive" accounts under an MCC if you know for sure that the accounts are inactive. You could then fetch the account hierarchy of that MCC to prevent sending requests to those accounts. Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Julian, I can't seem to locate that campaign id. Could you please post the SOAP logs after clearing out authToken and developerToken? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, June 28, 2013 8:34:59 PM UTC+5:30, Julian Khandros wrote: > > Google tech support folks, > > Our cam

Re: Problems using with adwords-axis-1.16.0 and ads-lib-1.16.0 (version launched in June, 24Th)

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Danilo, Could you open an issue in the issue tracker? I'll ask the Java client library developer to follow up with you. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, June 28, 2013 5:51:04 PM UTC+5:30, Danilo wrote: > > Hi, > > I'm using maven to get the java client libs for adwor

Re: Inconsistency between SOAP service and ad-hoc reporting

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Dorian, I'll investigate this at my end. The CSV reports shouldn't be different from xml reports. Cheers, Anash P. Oommen AdWords API Advisor On Friday, June 28, 2013 5:38:29 PM UTC+5:30, Dorian Kind wrote: > > Update: I fiddled around some more, and it turns out this has nothing to > do wi

Re: Will Location Extensions be available through Feed Service-related API's or via CampaignAdExtensionService after Sept 23, 2013?

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Julian, FeedServices supports only Upgraded sitelinks, call extensions and app extensions. Everything else will continue to be available through CampaignAdExtensionService. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 1, 2013 11:16:51 PM UTC+5:30, Julian Khandros wrote: > >

Re: I am getting visitors from adwords but I do not have any adwords account?

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Toqeer, Can you please ask this question on the AdWords product forum? https://www.en.adwords-community.com/ Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 1, 2013 10:53:53 AM UTC+5:30, toqeer abbas wrote: > > I got a blog on wordpress that is 1 year old. > I daily get 100-200

Re: location bids adjustments through api

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Kenny, We have added this item to the feature request sheet, this may be implemented in a future version of AdWords API. I don't have insights on when it may become available. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 1, 2013 3:54:26 PM UTC+5:30, Kenny Chung wrote: > > H

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, Yihang, If you can post your developer account customer ids, I can take a look, Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 1, 2013 10:41:45 AM UTC+5:30, Yihang Luo wrote: > > I also met this problem. I am troubleshooting this, but no solving now. > > On Saturday, June

Re: it's possible to update the destination url of text ads using adwords api

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Manoj, The destination url of ads cannot be updated once they are created. You need to create a copy of the ad with updated url and delete the old ad. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, June 28, 2013 6:34:28 PM UTC+5:30, manoj@adglobal360.in wrote: > > Hi, >

Re: Sitelinks are not displayed in Adwords Editor, only in Web Interface (enhanced campaigns)

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Bregas, If your sitelinks are upgraded, then you should retrieve them using FeedServices. CampiagnAdExtensionService cannot retrieve upgraded sitelinks. See https://developers.google.com/adwords/api/docs/guides/feed-services for details. As for AdWords Editor behaviour, you need to ask abou

Re: TargetingIdeaService - RateExceeded Errors

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Yiling, Rate limit is associated with an AdWords account, but it is also something dependent on our system loads. So the 500 v/s 1500 ms wait time is unrelated to the error that you are seeing. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, June 28, 2013 5:04:39 AM UTC+5:30, Yilin

Re: Changing bids modifiers for devices through API

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Anil, AdWords only supports bid modifiers for 30001 (High end mobile). It can only be set on campaigns where you manage the bids (e.g. won't work with campaigns on conversion optimizer). Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, June 28, 2013 12:49:50 PM UTC+5:30, Anil Vadhav

Re: API Questions

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Vikram, AdWords API doesn't support none of the features you are looking for. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, June 27, 2013 11:50:44 PM UTC+5:30, Vikram Raj wrote: > > Hi Guys, > > I had few questions regarding adwords API. > > 1. Does the google adwords API provide

Re: Search Engine Results Page

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Ville, AdWords API is meant for managing AdWords accounts, it cannot provide data related to SERP rankings. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesday, July 2, 2013 1:42:30 PM UTC+5:30, Ville Pärkkä wrote: > > Does AdWords an API that have this feature as this website offers: >

Re: Have an error QuotaCheckError.INCOMPLETE_SIGNUP

2013-07-02 Thread Anash P. Oommen (AdWords API Team)
Hi Anna, You need to enter billing information for CID: 321-810-7330 by logging into the account and navigating to Billing Tab. The AdWords API T&Cs will get accepted as part of this process, and then you can use the token to make calls to test accounts. Cheers, Anash P. Oommen, AdWords API Ad

Re: Have an error QuotaCheckError.INCOMPLETE_SIGNUP

2013-07-03 Thread Anash P. Oommen (AdWords API Team)
t; Dear Anash, I tried to do what you say. But when I go to the Billing >> Tab -> Account Settings, I can only select a country (I selected Russian >> Federation) and then a choice was an empty list of payment methods. What >> would I do in this case? >> >> вторни

Re: Problems using with adwords-axis-1.16.0 and ads-lib-1.16.0 (version launched in June, 24Th)

2013-07-03 Thread Anash P. Oommen (AdWords API Team)
le.com/p/google-api-ads-java/issues/detail?id=64 > > Cheers, > > Danilo. > > On Tuesday, July 2, 2013 5:30:37 AM UTC-3, Anash P. Oommen (AdWords API > Team) wrote: >> >> Hi Danilo, >> >> Could you open an issue in the issue tracker? I'll ask

Re: Sitelinks are not displayed in Adwords Editor, only in Web Interface (enhanced campaigns)

2013-07-03 Thread Anash P. Oommen (AdWords API Team)
gnAdExtensionService, we tested it > multiple times. > > Any help would be great, thank you! > > A. Bregas > > > Am Dienstag, 2. Juli 2013 11:19:27 UTC+2 schrieb Anash P. Oommen (AdWords > API Team): >> >> Hi Bregas, >> >> If your sitelinks are

Re: QuotaCheckError.INCOMPLETE_SIGNUP

2013-07-03 Thread Anash P. Oommen (AdWords API Team)
HI Michel, Could you kindly provide the request id? I need that information to lookup your request logs and troubleshoot the issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, July 2, 2013 2:53:05 PM UTC+5:30, michel kollenhoven wrote: > > Hi, > i have received test account access

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Thanks Julian, I'm looking into this now. Anash On Friday, June 28, 2013 8:34:59 PM UTC+5:30, Julian Khandros wrote: > > Google tech support folks, > > Our campaign for campaignId 138805965 (name is "Campaign #5") has just 1 > Call Extension that's active. But when get the call extensions via

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
rification. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, July 10, 2013 9:56:28 AM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Thanks Julian, > > I'm looking into this now. > > Anash > > On Friday, June 28, 2013 8:34:59 PM UTC+5:30, Julian Kh

Re: link or unlink an account with adwords API?

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Kailash, Justinas, AdWords API supports this functionality now using ManagedCustomerService. See https://developers.google.com/adwords/api/docs/guides/managing-accounts for a very detailed guide on how to use this service. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, August 3, 2

Re: Problems with AdGroupFeedOperation

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Paul, You can use AdGroupFeedService only if you are part of AdWords API beta program. If you have a Google Account manager, you can reach out to him / her for more details. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, July 9, 2013 8:06:33 PM UTC+5:30, Paul wrote: > > Hello, >

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Oliver, You bring up an interesting point - You somehow didn't locate the guide on your own. I wonder, how could we have made this guide easier to locate? Cheers, Anash On Friday, July 5, 2013 12:23:43 PM UTC+5:30, Oliver wrote: > > There is very little documentation or code examples on how

Re: Fields name for template ID=138

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Asad, Your best bet would be to create an ad in UI and retrieve it using the API. We have a limited number of template ads documented at https://developers.google.com/adwords/api/docs/appendix/templateads, but id 138 isn't one of them. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesda

Re: Template ids of templates in ad builder.

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Yogesh, You can try creating the ad in UI and then retrieve it using AdWords API to get the ids and their respective fields. Cheers, Anash P. Oommen. AdWords API Advisor. On Thursday, December 23, 2010 1:28:29 PM UTC+5:30, Yogesh Agashe wrote: > > Hello, > > I am using python client library

Re: ClickType selector in AD_PERFORMANCE_REPORT

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, Could you try running the API report once more and check if it matches the UI now? If it doesn't, I'll investigate this more. Cheers, Anash On Tuesday, July 9, 2013 6:06:23 AM UTC+5:30, alx wrote: > > Hi David, > > Thanks for your reply! However, I definitely do not see how impressions

Re: Digits in russian keywords

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you kindly post the SOAP logs after masking out authToken and developerToken? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 8, 2013 1:11:22 PM UTC+5:30, Иван Красников wrote: > > Hi, I'm trying to create listings in Google advords through api. I use a > PHP client lib

Re: Adwords API access problem

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Rich, 403 typically comes because of a permission issue - for instance, password changed. Could you please setup Fiddler to log the HTTP request and response and post them online after masking the password and authToken? The instructions to setup Fiddler is here: https://code.google.com/p/g

Re: File Not found - Google/Api/Ads/Common/Util/Logger.php

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please open an issue at https://code.google.com/p/google-api-adwords-php/issues/list? I'll ask the library maintainers to get back to you. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 8, 2013 3:35:45 PM UTC+5:30, MWA wrote: > > Hi, > > I'm trying to get campaign

Re: Using CustomerSyncService for CampaignFeed and AdGroupBidModifier changes

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Akil, This is not supported in the current version of the API, but I'll add this as a feature request for future versions of the API. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 8, 2013 2:22:02 PM UTC+5:30, Akil Burgess wrote: > > Hi All, > > We currently use the CustomerSy

Re: 403 Forbidden error message when accessing Adwords API

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi Dhruvesh, There's an AuthTokenException being thrown in the stack trace, catch it and inspect the ErrorCode field to find out why you are getting the error. Post the details on this thread, and I can help you. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 8, 2013 9:18:39 PM

Re: sitelink descriptions and FeedMappings

2013-07-09 Thread Anash P. Oommen (AdWords API Team)
Hi James, Your notion of Feed*Services is correct. The only additional thing I'd add is that CampaignFeedService maps a FeedItem to a campaign, so that the data actually gets used in the context of a campaign. See https://developers.google.com/adwords/api/docs/guides/feed-services for a guide

Re: sitelink descriptions and FeedMappings

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
day, July 10, 2013 4:17:29 PM UTC+10, Anash P. Oommen (AdWords > API Team) wrote: > >> Hi James, >> >> Your notion of Feed*Services is correct. The only additional thing I'd >> add is that CampaignFeedService maps a FeedItem to a campaign, so that the &

Re: Fields name for template ID=138

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
this filed is null. Do you > have any suggestion or is there any template ad example which includes > image? > > Thanks in advance for your help and support. > > Asad > > On Wednesday, July 10, 2013 3:56:16 PM UTC+10, Anash P. Oommen (AdWords > API Team) wrote: >> >

Re: Annotations Appear in CSE Preview but not on Website

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi, This forum is for AdWords API related questions. You might want to post your question on http://productforums.google.com/forum/#!forum/webmasters. Cheers, Anash P. Oommen AdWords API Advisor On Thursday, July 11, 2013 5:14:02 AM UTC+5:30, grantmake...@gmail.com wrote: > > Hello, > > I've f

Re: Waiting for adwords API access

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Ed, You would have received an email from adwordsapi-tok...@google.com, could you please reply to that email and ask about the status? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, July 10, 2013 7:16:26 PM UTC+5:30, Ed Developer wrote: > > Hello - > > I requested API access a

Re: Any idea what happened today on AdWords search?

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Mircea, Could you kindly ask your question on https://www.en.adwords-community.com/? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, July 10, 2013 9:38:27 PM UTC+5:30, Mircea Budean wrote: > > Today my CTR jumped a little high on all my search campaigns on all my > AdWords accoun

Re: [2-7534000000987] A New AdWords API Token Application Has Been Submitted

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Sylvain, Did you generate your refresh token using the login for a common MCC for 762-903-0383 and 903-096-5188? Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, July 10, 2013 1:21:35 PM UTC+5:30, SylvainFR wrote: > > Hello > > Hope you are fine. > > To retreive data from our adwor

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
; you can add more code examples to the feeds guide to cover at least > retrieving sitelinks. > > Many thanks > > Oliver > > > On Wednesday, July 10, 2013 6:54:25 AM UTC+1, Anash P. Oommen (AdWords API > Team) wrote: >> >> Hi Oliver, >> >> You

Re: How much time it requires to approve Standard Access Application?

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi, If you can post your customer id, I can ping the team for updates. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, July 10, 2013 2:56:15 PM UTC+5:30, MWA wrote: > > Hi, > > About a month ago (on 12 jun 2013) I applied for Standard Access and I did > not get any response to my app

Re: Special characters in Sitelinks

2013-07-12 Thread Anash P. Oommen (AdWords API Team)
Hi Jon, Could you open an issue in the Perl client library's issue tracker? https://code.google.com/p/google-api-adwords-perl/issues/list Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, July 12, 2013 12:53:18 AM UTC+5:30, Jon wrote: > > > When I create site links (FeedItems) with speci

Re: Oauth2.0 directly generating access token once already allowed access

2013-07-14 Thread Anash P. Oommen (AdWords API Team)
+5:30, Chirag wrote: > > Hi Anash, > > Thanks for your reply. > But how i can take care this with PHP Client library. I think there is no > scope for this under v201306. > > > > On Monday, June 10, 2013 2:52:49 PM UTC+5:30, Anash P. Oommen (AdWords API > Team) wrote:

Re: sitelink descriptions and FeedMappings

2013-07-14 Thread Anash P. Oommen (AdWords API Team)
providing a specific attribute name (e.g. SitelinkDescription1) enough to > make it "mean something" or am I missing something? Sorry if I'm being > thick. > > Thanks again > James > > On Thursday, July 11, 2013 6:05:03 PM UTC+10, Anash P. Oommen (AdWords A

Re: sitelink descriptions and FeedMappings

2013-07-14 Thread Anash P. Oommen (AdWords API Team)
+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi James, > > I thought you *were* looking for a user-defined field, sorry about that. > See https://developers.google.com/adwords/api/docs/guides/feed-services, > under the section that says, "3. Map the feed and placeh

Re: I applied for an API token many months ago. I still have not been approved.

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi Gregory, Please fill https://services.google.com/fb/forms/newtoken/ if you haven't done so already. The review team will follow up with you once this is done. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, July 14, 2013 8:57:29 AM UTC+5:30, c...@computerproof.com wrote: > > Does an

Re: My ads are not running on the API testing account

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, Test accounts are closed accounts and hence won't run ads. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, July 13, 2013 10:29:11 PM UTC+5:30, ho...@laeliteppc.com wrote: > > Hello, quick question: For some reason my ads on the API test account are > not running (even though I ha

Re: Ads are not running on API testing account

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, I have responded on https://groups.google.com/forum/#!topic/adwords-api/6YydfAjKmJM Cheers, Anash On Saturday, July 13, 2013 2:54:49 AM UTC+5:30, ho...@laeliteppc.com wrote: > > Hello, quick question: For some reason my ads on the API test account are > not running. When doing a Diagnosis

Re: Adword developer token

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi Avvo, Only an MCC account can have AdWords API Center tab. Are you logged into an MCC account? (There should be a My Client Center tab if you are in one). Cheers, Anash P. Oommen AdWords API Advisor. On Friday, July 12, 2013 4:07:19 AM UTC+5:30, Avvo Mail wrote: > > I don't see AdWords API C

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
to reverse engineer the current code >> examples to try and figure out how other use cases should work. It will >> really help if you can add more code examples to the feeds guide to cover >> at least retrieving sitelinks. >> >> Many thanks >> >&g

Re: Feed Services APIs (only 1 active call extension in the campaign, but APIs returns 4)

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
of them are currently "live" in the UI vs those that are in the > feed but are not showing ni the UI? > > Thanks again. > > Julian > > On Wednesday, July 10, 2013 1:21:59 AM UTC-4, Anash P. Oommen (AdWords API > Team) wrote: >> >> Hi

Re: Parse error: syntax error CampaignFeedService.php

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you open an issue on https://code.google.com/p/google-api-adwords-php/issues/list? Thanks, Anash P. Oommen, AdWords API Advisor On Friday, July 12, 2013 2:34:10 PM UTC+5:30, ฉัตรมงคล อมรเวช wrote: > > I got this error when try to get existing feeds. > > "Parse error: syntax error, une

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread Anash P. Oommen (AdWords API Team)
Thanks James for clarifying, it is indeed true that if you don't check for PlaceHolderId, then you will get every type of ad extension for the campaign. (Yeah, I know, no code examples...) Cheers, Anash On Tuesday, July 16, 2013 7:38:33 AM UTC+5:30, james wrote: > > Have just started on this to

Re: newbie - my first ad hoc report request - getting a 400 response

2013-07-17 Thread Anash P. Oommen (AdWords API Team)
Hi Keith, 400 error means the request is going through, but there is something wrong with the request itself. You need to read the response body (even if you get 400) to get the details of the error message. Or you can set a proxy to your HTTPS Connection, try using Fiddler2. There's a wiki ava

Re: Getting Error The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extensi

2013-07-22 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, Most likely this is a assembly binding issue, could you run fuslogvw.exe and see if that's the case? http://msdn.microsoft.com/en-us/library/e74a18c4(v=vs.71).aspx Cheers, Anash On Friday, July 19, 2013 4:42:12 AM UTC+5:30, Jonathan Shaltz wrote: > > What else might be necessary?

Re: Concurrency issues with ReportUtilities.DownloadClientReport

2013-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi, The library doesn't do anything to do requests in sequence, the only place where it can get blocked is in the number of HTTP connections. I'd also try one additional thing, to prepopulate the authToken as follows: user.Config.AuthToken = new AuthToken(config, AdWordsSoapClient.SERVICE_NAME

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

2013-07-26 Thread Anash P. Oommen (AdWords API Team)
Hi Justinas, If you can share your account id, I can take a look. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, July 24, 2013 11:45:19 AM UTC+5:30, Justinas Gulbinas wrote: > > Hello > > I've been using my live MCC account for several months successfully, > started to get [QuotaCh

Re: Invalid token on staging env

2013-07-26 Thread Anash P. Oommen (AdWords API Team)
Hi Matthew, Are you using this to make AdWords API calls? The scope doesn't seem to be include AdWords API scope. Cheers, Anash P. Oommen AdWords API Advisor. On Friday, July 26, 2013 7:37:19 AM UTC+5:30, Matthew Ledom wrote: > > I have created our platform on my localhost. I have since deploy

Re: Issue migrating from v201209 to v201306

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi Tommy, This looks like a PHP client library issue, could you open an issue at https://code.google.com/p/google-api-adwords-php/issues/list so that the developers can follow up with you? Cheers, Anash P. Oommen AdWords API Advisor On Friday, July 26, 2013 7:28:02 PM UTC+5:30, Tommy Newman wr

Re: API Review Team Approval

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, If you have a Google Account manager, you could reach out to them, otherwise you could reach the team directly at adwordsapi-tok...@google.com. The team may take a while to respond, they will reach out using the email address you have on AdWords API Center page. Cheers, Anash P. Oommen AdW

Re: client secret for service accounts

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please open an issue at https://code.google.com/p/google-api-ads-java/issues/list, so that the developers can reach out to you? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, July 26, 2013 6:43:50 PM UTC+5:30, SkaiBoa wrote: > > Hello, > > we got a Java-based applicatio

Re: Why is ClientLoginTokens marked as deprecated

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, ClientLogin API is deprecated, the official sunset is in Apr 2015. However, AdWords API may discontinue support for ClientLogin API earlier, hence we marked the classes as deprecated. We haven't announced a sunset date, so it should work for another six months. You can refer to https://d

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Is the issue resolved? Could you post a code snippet that shows the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, August 3, 2013 12:20:44 AM UTC+5:30, Chris Jenkins wrote: > > I'm just starting to dig into the api and I'm having an issue when I'm > calling reports.

Re: .Net Client Library App.config issue with soap extension types.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Did you add a reference to Google.Ads.Common.dll? It is in the lib folder in the binary download. Or if you are using the nugetpackage, the dependencies will be setup properly. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday,

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-20 Thread Anash P. Oommen (AdWords API Team)
Hi Pramod, Could you try the code in a slightly different manner? The C# code equivalent is as follows: AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.DeveloperToken = ""; //...more settings CampaignService campaignService = (Campaign

Re: 502 Bad gateway error

2013-08-26 Thread Anash P. Oommen (AdWords API Team)
Folks, Are you still seeing these issues? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, August 23, 2013 11:10:24 AM UTC+1, timvlu...@gmail.com wrote: > > We are also having these problems. > > *"System.Net.WebException: The request failed with HTTP status 502: Bad > Gateway."* >

Re: Get the used device for report

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi David, You need to run an ad performance report to get this data. Device is one of the supported columns. See https://developers.google.com/adwords/api/docs/appendix/reports#ad for details. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, August 14, 2013 7:58:59 AM UTC+1, David M

Re: Adwords API Development problem

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Naji, Jim, https://developers.google.com/adwords/api/docs/requirements states that End-Advertiser-Only AdWords API Clients (each as defined in the Terms & Conditions) are not required to fully implement the required AdWords API features

Re: Internal API error when requesting feed items

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi, I've opened a request with the Feeds team to investigate this further. I'll update this thread as I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, August 27, 2013 8:30:54 AM UTC+1, fr...@bgenius.com wrote: > > > Dear reader, > > > When requesting feed items for a

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