Display Ads Approval

2011-04-21 Thread Thiago Soares Martiniano
Hi, Does every ad need approval to start running on Google Display Network ? What about ads created using Display Ad Builder and / or created by the api ? Thanks Thiago -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot

Geo Targeting AdGroups

2011-04-21 Thread emmanuel.csant...@gmail.com
Hi, Is it possible to set geo targeting to adgroups instead of campaigns ? What is advisable if I need to target different sets of banners in the same campaign to different cities ? Do I have to create a campaign for each different city target I have ? Thanks, Emmanuel de Castro Santana -- =~=

V201101: ClientLogin and Auth Token error

2011-04-21 Thread lpham
My application was working fine from before, but suddenly today no results were coming back. I ran a local test and encountered this error javax.xml.rpc.ServiceException: Could not get ClientLogin token for user: Auth token could not be retrieved because of IOException: RSA premaster secret err

Re: Ruby get_all_campaigns example throws error

2011-04-21 Thread crawlik
Figured out... original example has the following line :ordering => [{:field => 'Name', :sort_order => 'ASCENDING'} :sort_order should be replaced by :sortOrder and it ruins as advertised I am confused now here http://code.google.com/p/google-api-ads-ruby/ you guys state the following *Ruby-lik

`gem_original_require': no such file to load -- jopenssl (LoadError)

2011-04-21 Thread crawlik
All needed gems have been installed httpclient (2.2.0) google-ads-common (0.2.0) google-adwords-api (0.1.1) $ env | grep RUBYOPT RUBYOPT=-rubygems everything is by the book. Any idea why it might fail? /usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to

Returned keyword text is different from what is sent

2011-04-21 Thread Jonathan
I'm working with the v201008 AdWords API using the TargetingIdeaSevice with requestType = STATS and running into a situation where keywords containing a percent sign followed by a number are getting slightly mangled. For example, when sending the keyword "%15 cash back", the requestedAttribute

What is solution to this excetion : The SoapListenerExtension class is not loaded

2011-04-21 Thread Mian Ghous
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 extension under configuration/system.web/webServices/soapExtensionTypes in your your App.config or Web.config. See the sampl

Developer Token pending approval

2011-04-21 Thread Thiago Soares Martiniano
Good Afternoon, I have a developer token pending approval for a while. I do not know for certain for how long it is pending approval, but it should be more than 2 weeks already. I want to know if there is any problem with my token request. I have never changed none of the details so not to delay t

Re: AdPerformanceReport - zero impressions?

2011-04-21 Thread Anthony - RKG
Eric, Forgive me if I'm wrong Eric, but these reports do not include data for criterion that do not have activity for the period specified. This flaw makes them unsuitable as a sync methodology. Can you comment on this? Thank you, Anthony RKG -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Ruby get_all_campaigns example throws error

2011-04-21 Thread crawlik
/home/alex/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/gems/1.8/gems/google-adwords-api-0.1.1/lib/adwords_api/v201101/CampaignServiceWrapper.rb:145:in `set_object_property': 'Missing property `sort_order' for object class `OrderBy' (AdsCommon::Errors::MissingPropertyError) from /home/alex/.rvm

Lots of timeouts using Bulk Mutate Jobs

2011-04-21 Thread martin sarsale
Guys, Erik: I've been fighting with this for a week: Basically, I want to upload a few thousand keywords to an adgroup; The problem is that I get -a lot- of timeouts when submitting the job parts; the only way I made it work was to make -very- small job parts (just 10 operations!!). I'm using th

Re: Estimate Search Traffic - Results from API traffic estimator and Google Adword tools - differs

2011-04-21 Thread tivakar
Any help!!! Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed t

Re: AdWords API Re: Structure report: recognizing inherited CPC bids at keyword level

2011-04-21 Thread David Torres
Hi, Unfortunately as today, it is not possible to identify if maxCpc is from AdGroup or Keyword in reports. I'm opening a feature request to have this information exposed. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Custom Combination UserList

2011-04-21 Thread David Torres
Hi, You basically want to construct a LogicalUserList as follows: My complex list2 365 ANY A B

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
error_reporting(E_STRICT | E_ALL); // You can set the include path to src directory or reference // AdWordsUser.php directly via require_once. // $path = '/path/to/aw_api_php_lib/src'; $path = dirname(__FILE__) . '/../../src'; set_include_path(get_include_path() . PATH_SEPARATOR . $path); requir

Re: How i get die list of Keywords with the API 201101

2011-04-21 Thread Pete Lavetsky (AdWords API Guru)
http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201008/AddKeywordsPerformanceReportDefinition.java Pete On Apr 21, 6:21 am, "tfren...@internet-mit-iq.de" wrote: > I have defined the reportdefin

API-created Report Definitions and the GUI

2011-04-21 Thread veseo
Hello, Are the GUI and API synchronised in terms of Report definitions? Neither API-created report definitions are shown in the GUI, nor GUI-created ones are returned when getting all existing report definitions through the API. One more question - how many days after the day has passed we can

Re: Problems retrieving more than one report in a perl script.

2011-04-21 Thread Toby Wilkinson
Sorry for the delay in replying, I'm afraid another project rather took over, so I've not been working on the AdWords stuff for a while. Thanks Eric, that did the trick! Unfortunately I got stuck when I was trying to download multiple reports across multiple accounts. In the end I managed to wo

Re: Incomplete XML report file

2011-04-21 Thread ET
Thank you On Apr 21, 12:14 am, "Anash P. Oommen" wrote: > Hi, > > A few other users have reported that they are seeing truncated reports (xml > and gzipped) from v13 ReportService. We are investigating this issue, I'll > post updates once I hear from the reports team. > > Cheers, > Anash P. Oomme

Re: Incomplete XML report file

2011-04-21 Thread ET
Yes we did and the file was truncated at the same position too. Thank you On Apr 20, 11:31 pm, Evgeniy Bogdanov wrote: > Hi. > > Your XML haven't any errors. > Did you tried to download XML file from > > https://adwords.google.com/api/adwords/ReportDownload?t=AIQlfIYAA... > > > ? > > On 21

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
However I am trying to download all the ads into a csv and I am having difficulty implementing the report service. Could someone explain firstly how I get to print out all the ads onto the screen (at the moment I have just Ad with id etc showing, not the headline etc that I have chosen as

Need to show all result with complete URL (landing page) not with domain name

2011-04-21 Thread Bakkesh K S
Hi sir/madam, I am working on google adwords api here i am giving keywords and i am getting all related keywords from the goggle,but i am getting only index pages that website but not other pages in that website so any one help in this plz, Thanks, Bakkesh -- =~=~=~=~=~=~=~=~=~=

Re: [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
It's ok! Everyone sit back down! I realised I had to amend $adGroupIdPredicate to lose the array($adgroupId) and change the $selector->predicates=array($statusPredicate) and lose the $adGroupId variable. At least, I think that's what I had to do. It's worked anyway! -- =~=~=~=~=~=~=~=~=~=~=~=

How i get die list of Keywords with the API 201101

2011-04-21 Thread tfren...@internet-mit-iq.de
I have defined the reportdefinition, selectors, predicates, options and so on. When i use the Reporttype: KEYWORDS_PERFORMANCE_REPORT or other i get the fields and values about the selector. But, how i get the keyword list? (keyword_id, adgroup_id, keyword,type,status,maxcpc,qualityscore,date,

[SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:]

2011-04-21 Thread Peter Stannett
HI all I'm trying to run the GetAllAds.php example in version V201101 and I get [SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; errorDetails:] error I have $adGroupId=(float) commented out as I want to retrieve all ads. Can anyone help? Thanks Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Is it possible to programatically access addwords "Key words tool"

2011-04-21 Thread Anash P. Oommen
Hi Mian, You could look at the AdWords API .NET client library at http://code.google.com/p/google-api-adwords-dotnet/. You could use http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201101/GetRelatedKeywords.cs as a starting point. The TargetingIdeaServic

Re: Policy Violation Error - Ads - Headline

2011-04-21 Thread Anash P. Oommen
Hi Remya, It is also a good idea to read through Google's Advertising policies at http://adwords.google.com/support/aw/bin/static.py?hl=en&page=guide_toc.cs&path=policy. It will give you a good idea on what qualifies as a valid ad and what doesn't, instead of relying on AdWords API behaviour a

Re: Is my credit card charged even if I don't use API credits?

2011-04-21 Thread Anash P. Oommen
Hi, AdWords API charges you only for the paid API calls you make to our server. You won't be charged if you don't make API calls, or if you have free API units and your API usages are within the free API limits. The API budget that you set in your account tells the server what your budget is, a

Re: Does the API support gzip compression on SOAP data

2011-04-21 Thread Anash P. Oommen
Hi Kevin, Could you add a request at http://code.google.com/p/google-api-adwords-java/issues/list? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Re: Incomplete XML report file

2011-04-21 Thread Anash P. Oommen
Hi, A few other users have reported that they are seeing truncated reports (xml and gzipped) from v13 ReportService. We are investigating this issue, I'll post updates once I hear from the reports team. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=