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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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)
Hi Julian, I'll use the request ids in your logs to explain what's happening: 1. 0004e09d237c94a80ae5230357a4: CampaignId 146894957 has 2 matching functions. First matching function is feedId = 123917, feeditemIds IN(850277, 6047117), the next one is feedId = 124037, feeditemIds IN(850517,

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: Ruby Report Utils 'Missing Client Information' error

2013-07-09 Thread Matthew Ledom
Sent, thanks for helping. On Tuesday, July 9, 2013 6:18:47 PM UTC-4, Danial Klimkin wrote: > > This is very strange. Can you share the application code and your > configuration file with me over email (Reply to Author link)? > > > -Danial, AdWords API Team. > > On Tuesday, July 9, 2013 2:59:00 AM

Re: Ruby Report Utils 'Missing Client Information' error

2013-07-09 Thread Danial Klimkin
This is very strange. Can you share the application code and your configuration file with me over email (Reply to Author link)? -Danial, AdWords API Team. On Tuesday, July 9, 2013 2:59:00 AM UTC+4, Matthew Ledom wrote: > > I'm sending the clientCustomerId as a string "xxx-xxx-" and passing

Re: Device Ad Preference and targeting mobile devices only

2013-07-09 Thread Danial Klimkin
Hello Chris, Mobile preference increases the change the ad will be used on Mobile device and lowers it for Desktop. It does not guarantee this though as other factors are also considered. There is no way to create a mobile-only search campaign as of v201302 with AdWords. -Danial, AdWords AP

Re: How can retrieve Campaign settings such as Language and Region ?

2013-07-09 Thread Danial Klimkin
Hi Shay, Yes, you need to use the CampaignCriterionService. See also the location targeting guide: https://developers.google.com/adwords/api/docs/guides/location-targeting -Danial, AdWords API Team.

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-09 Thread Danial Klimkin
Hello, Please see our Feeds guide: https://developers.google.com/adwords/api/docs/guides/feed-services we also have an example for each of our client libraries, see: https://developers.google.com/adwords/api/docs/clientlibraries -Danial, AdWords API Team. On Thursday, July 4, 2013 6:54

Re: Template ids of templates in ad builder.

2013-07-09 Thread Asad
Hi Yogesh, I am trying to use the same template could you please tell me the name off the fields for Elegant 1,2 and 4. I got the error message as unknown filed name.. Thanks, Asad On Thursday, 23 December 2010 18:58:29 UTC+11, Yogesh Agashe wrote: > > Hello, > > I am using python client libra

Re: link or unlink an account with adwords API?

2013-07-09 Thread Justinas Gulbinas
I'm also interested in unlinking adwords account from MCC via adwords API. As I understand from apidocs it is not posible, am I right? On Friday, August 3, 2007 1:41:08 PM UTC+3, Kailash wrote: > > Hi All, > > I am new to Adwords API. I can link an existing account with my MCC > account using Goog

Problems with AdGroupFeedOperation

2013-07-09 Thread Paul
Hello, I'm having some trouble using the AddGroupFeedOperation. It returns *[BetaError.BETA_FEATURE @ mutate]* Thats the request: array(1) { [0]=> object(AdGroupFeedOperation)#11 (4) {["operand"]=> object(AdGroupFeed)#6 (5) { ["feedId"]=> int(1484230) ["adGroupId"]=>

Re: v201302 PLACEMENT_PERFORMANCE_REPORT returning nothing where v201209 MANAGED_PLACEMENT_PERFORMANCE_REPORT did

2013-07-09 Thread david
Hello, I don't specify any value for includeZeroImpressions so I believe that means it should default to true. (I've tried explicitly setting it to true and it still returns no rows in v201302). I have given my test account ID to Takeshi off-list. Regards, David Osborne On Monday, July 8, 201

Re: Get the creation Date of Keyword, Ad, Adgroup, etc with API

2013-07-09 Thread Oliver
I don't believe this is possible. Oliver On Monday, July 8, 2013 4:01:45 PM UTC+1, SylvainFR wrote: > > Hello, > > > Is that possible to get the *date of creation* (insertion) of a keyword > ore ad, adgroup with an API resquest ? > > I did not get any informations about this in documentation.

Re: KeywordMaxCpc, keywordContentMaxCpc in v201302 API

2013-07-09 Thread Rob
Thank you for confirming that Danial. On Monday, 8 July 2013 21:56:13 UTC+1, Danial Klimkin wrote: > > Hello Rob, > > > ProxyKeywordMaxCpc is the bidCeiling now: > > > https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.BudgetOptimizerBiddingScheme > > > -Danial, Ad

Re: TargetingIdeaService Returning Unexpected Results

2013-07-09 Thread calford
I just saw this on another post http://adwords.blogspot.co.uk/2013/05/introducing-keyword-planner-combining.html Keyword tool will be sunsetting this month, so the API changes should be related to that. On Monday, 8 July 2013 23:57:28 UTC+2, Gustav Gennrich wrote: > > Hi, > > We have been using

Re: TargetingIdeaService Returning Unexpected Results

2013-07-09 Thread calford
Hi, I have also noticed a jump in search volumes, but have not received an answer from Google yet. I initially thought that volumes had gone back to Broad match, but it does not seem to be the case. I had a look at the web based tools and in the past the API results were matching results from