TARGETED_MONTHLY_SEARCHES has no volume for July 2012

2012-08-28 Thread calford
Hi, I use the TARGETED_MONTHLY_SEARCHES method to get search volumes for keywords. Usually the results for the previous month are released around the 22nd of each month. Today is the 28th and still there are no results. Any idea when they will be released? thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=

Keywords performance report

2012-08-28 Thread Joni Salmi
Is it possible to get BiddingStrategy out of keywords performance report? If not then are there going to be upgrade which makes this possible? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

Re: my website ranking from google,yahoo,bing,alexa using asp.net and c#

2012-08-28 Thread Sandeep Kreative
Dear Mukut, Can i have the code please for the keyword wise website ranking. Regards, Sandy On Wednesday, August 4, 2010 12:45:48 PM UTC+5:30, Mukut wrote: > > Dear Sir, > > So many thanks for help me to get keywords List Ideas using Google > Adwords API using asp.net and c# in sandbox envir

CustomerSyncService not returning all changes

2012-08-28 Thread Thomas
Hello, I'm trying to use the CustomerSyncService (Ruby Library, v201109_1, live) to sychronize changes between my local DB and Adwords. The following changes have occured in Adwords (taken from the Change History in Adwords): Aug 24, 2012 7:16:05 PM, CampaignX, AdgroupY, AdGroup was created. A

Re: Keywords performance report

2012-08-28 Thread jstedman
The way to do this currently is to retrieve a CampaignPerformanceReport and cross reference the CampaignID from the KeywordPerformanceReport. I doubt this will change in the future in reports, but you may want to keep an eye on the AWQL: https://developers.google.com/adwords/api/docs/guides/awq

Does changing a Campaign name or an AdGroup name results in a change of Id ?

2012-08-28 Thread BastinBrd
Hello, The title says everything: Does changing a Campaign name or an AdGroup name results in a change of Id ? More precisely: can I rely on the Id of a campaign or adgroup for accessing it in a sustainable way (even if the camapaign name gets changed for example)? Regards, Bastien. -- =~=~

some CampaignCriterion is empty

2012-08-28 Thread Jonathan Doire
I send request at adwords api v201206.Webservice is CampaignCriterionService. Some data for CampaignCriterion is empty with v201206. I try with api v201109 and it don't return empty data. SOAP Request : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Re: Does changing a Campaign name or an AdGroup name results in a change of Id ?

2012-08-28 Thread Oliver
I'm almost 100% sure the ID doesn't change if the name does. IDs is the only reliable way of referencing an entity. Oliver On Tuesday, August 28, 2012 2:24:34 PM UTC+1, BastinBrd wrote: > > Hello, > > The title says everything: Does changing a Campaign name or an AdGroup > name results in a ch

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2012-08-28 Thread Evgeniy Bogdanov
If you meet with this such problem the best way is to upgrade PHP and libcurl to latest versions. If you can't do this, you can apply next fix: file: src/Google/Api/Ads/Common/Util/AuthToken,php, function Login() add below: curl_setopt($ch, CURLOPT_POSTFIELDS, $postVars); next strings: if (defi

Re: Using Adword .Net api for just Campaign management

2012-08-28 Thread Evgeniy Bogdanov
Hi. Basic answer for your question is - Yes, this is possible, First of all you need to read minimum requirementsand terms and conditions . Sections of API what is needed for your

Campaign with Product Listing Ads

2012-08-28 Thread rkk
Hi, What is the best way to find out whether given campaign is opted for Product Listing Ads? Shall I iterate through ads and find out whether it marches Product type? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

Re: Programmatically Authentication for Multiple AdWords Client Accounts

2012-08-28 Thread Akil Burgess
Hi Danial, Are there any plans to provide a method of authentication more suitable for these kind of background processes (now that ClientLogin is deprecated)? Thanks, Akil On Tuesday, February 21, 2012 9:44:16 AM UTC, Danial Klimkin wrote: > > Hello Darin, > > > The best would be to use the cl

Re: Any server configuration required to run OAuth 1.0a - getting OAUTH_TOKEN_HEADER_INVALID error on server where as running successfully on local setup and one server.

2012-08-28 Thread Chirag
Sorry Eric, I contacted server side,again found same issue of date.. working fine now. On Monday, August 27, 2012 9:29:20 AM UTC+5:30, Chirag wrote: > > Hello Eric, > > I am again facing this issue "!!!2|||-1||| title='AuthServer User Error OAUTH_TOKEN_HEADER_INVALID'/> > AuthenticationError.OAU

Possible bug in PHP library.

2012-08-28 Thread spetz
Hey there, I've just been started discovering AdWords API with PHP library provided here and now I am following up the step by step guide in Sandbox section under "Gettin Started". What I've done so far is to enable and log into my sandbox account and created 5 dummy clients. Then I chose one

No documentation for upgrade existing Oauth1.0a auth tokens to new oauth 2.0 tokens

2012-08-28 Thread Chirag
Hello , I have almost 10 accounts whose verification done using Oauth1.0a, i am planning to shift all those accounts to Oauth2.0 tokens. How i can upgrade the same? If not possible to upgrade than how i can use same Oauth1.0a tokens with Oauth 2.0 tokens Logic for report generation. Thanks, --

Re: Using Adword .Net api for just Campaign management

2012-08-28 Thread Longtail
Thanks Evgeniv. Appreciate your quick response. On Tuesday, August 28, 2012 10:49:21 AM UTC-4, Evgeniy Bogdanov wrote: > > Hi. > > Basic answer for your question is - Yes, this is possible, > First of all you need to read minimum > requirements

Re: Blank CriteriaParameters in URL Performance Report

2012-08-28 Thread David Torres
Hi Greg, Can you please give me the account id and the report definition you are running?. I'll be more than glad to investigate. Best, -David Torres - AdWords API Team On Wednesday, August 22, 2012 10:34:14 AM UTC-4, GregT wrote: > > Hi, again. > > It's been a week - just wondering if anyon

Re: Invalid predicate Operator Contains

2012-08-28 Thread David Torres
Hi Matt, I'm sorry but this is not a valid operator for the AdParamService, I'll work with me team to have clarified in the docs. Best, -David Torres - AdWords API Team On Wednesday, August 22, 2012 12:33:47 PM UTC-4, mattl wrote: > > Hi, > > I'm using the AdParamService and I'm trying to get

Re: Mcc question

2012-08-28 Thread David Torres
Hi Enrique, You can do the authorization with your MCC credentials but then specify a client customer id of the client account you want to target. If you query any service without specifying a client account you'll end up getting empty results. Best, -David Torres - AdWords API Team On Wedne

Re: API equivalent for Content Network, subtype Mobile Apps from UI

2012-08-28 Thread David Torres
Hi Jörg, This is not currently supported by the API. I don't have an estimate of time on when support is going to be added to the API at this moment. Best, -David Torres - AdWords API Team On Thursday, August 23, 2012 1:30:17 PM UTC-4, Jörg Ossenkopp wrote: > > How can I create a campaign whic

Re: Perl Client Library 2.7.1. is missing files + UTF-8 encoding question

2012-08-28 Thread David Torres
Hi, I'm glad the library is not working for you. The missing files warning is not really important as you noticed is about doc files missing, I had an issue with me packaging script not correctly generating the MANIFEST and doc files for the library. The build-and-package.sh is actually the sc

Re: DeviceType "All Mobile Devices" missing from API

2012-08-28 Thread David Torres
Hi Marcelo, This option is not yet supported by the TergetingIdeaService. Best, -David Torres - AdWords API Team On Friday, August 24, 2012 5:07:28 AM UTC-4, Marcelo wrote: > > Hi there, > I would like to request the Adwords API to get volumes for "All Mobile > devices" like I could do from th

Re: Duplicate entries when getting keywords in adgroup with MatchType field

2012-08-28 Thread David Torres
Hi Stefan, Do you mind giving me the campaign id or ad group id against which your are running your code? I'll be glad to investigate. Best, -David Torres - AdWords API Team On Monday, August 27, 2012 10:40:19 AM UTC-4, Stefan Reichel wrote: > > Hi Eugene, > > same problem here, with the JAVA

Re: Blank CriteriaParameters in URL Performance Report

2012-08-28 Thread GregT
Hi, David. Here's the report definition XML: AdGroupIdAdGroupNameAverageCpcCampaignIdCampaignNameCostClicksImpressionsDateDayOfWeekCriteriaParametersDomainUrlAdNetworkType1ConversionsConversionsManyPerClickTotalConvValue2012021620120813Sync for 20120216 to 20120813URL_PERFORMANCE_REPORTfalseCU

Re: Possible bug in PHP library.

2012-08-28 Thread Ewan Heming
Hi, This isn't a bug, the API only returns the fields you ask for in your request. You should see a line in your code similar to the following: $selector->fields = array('Id', 'Name'); You need to modify it to include all of the fields that you require; the list of available fields can be foun

SOAP Parsing

2012-08-28 Thread Joni Salmi
This morning I started getting errors, last night everything worked fine. What could be the problem, I'm using MCC account and running example codes with a little modification. [29-Aug-2012 09:07:03] PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api