Re: Click Performance Report

2014-01-10 Thread VijayRaj Chauhan
Hi Josh, Thanks for the explanation. I want to know how the click is performed on the deleted ads? Those ads are deleted long back, and I believe it should not be returned when I download click performance report now...Let me know if I am wrong.. Regards, VijayRaj On Tuesday, 7 January 2014

Re: Missing campaign of type Shopping - Product Listing Ads

2014-01-10 Thread Danial Klimkin
Hello Rob, All ad types are expected to be included in higher-level reports. Please let us know if you see this is not the case. -Danial, AdWords API Team. On Thursday, January 9, 2014 12:15:29 AM UTC+4, rob wrote: Are shopping PLA's metrics being omitted from higher level performance

Need help to config Adwords API in PHP

2014-01-10 Thread nguyen thanh Tu
Hi! I have tried in 3 days with https://code.google.com/p/google-api-adwords-php/ But everything seems hopeless. I have had hundreds of errors and I 've fixed most of them. And now I 'm stuck in: An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from

Adwords API Error (in Python)

2014-01-10 Thread Jimmy Xie
Hello, I have my everything set up as specified below. I confirmed that oauth2 is working but I am getting an error when trying to access the client.GetCampaignService() method. I get an xml error, mismatched tag: line 7 column 2. I assume this is because it is outputting an error message

Test Account Authorization

2014-01-10 Thread Jimmy Xie
Hello, I need some clarity about how to use the test account. After I create the client ID and client secret in the api console. Which account should I use to approve access? Should I be using my test account's login? or Production MCC Account? Or Production Adwords Account? Further, what do

EntityCountLimitExceeded.CAMPAING_LIMIT on negative keywords

2014-01-10 Thread tt
Hi I am getting EntityCountLimitExceeded.CAMPAIGN_LIMIT @ operations (enclosingId=..., limit=1, accountLimitType=null, existingCount=null) when trying to add a lot of negative keywords. I have not been able to find specific limits on how many negative keywords may be added to a campaign,

PHP Fatal error: This client library requires the SOAP extension to be activated

2014-01-10 Thread Mehul HvInfotech
Hello All, *I am trying to getCampaigns in my local host with the Command Line ..* *i have set all the parameter in the Auth.ini * *Soap Is enabled , You can check i have added php info screenshot below , even Soap is enabled I am getting this error .* *PHP Fatal error: This client

Dev estimate time to build Minimum required functionality

2014-01-10 Thread Jonathan Horowitz
Hello, We are building a product that intends to have users create Google Ads in our application with the intention of using those ads to support our core product. In case it matters, we intend to make revenue through our core product offering, not off the Google ad. Based on our goals I

Re: PHP Fatal error: This client library requires the SOAP extension to be activated

2014-01-10 Thread Evgeniy Bogdanov
Try to call php -m this will show all enabled php modules in CLI. For some installations PHP have different php.ini and this affects such problems. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: Need help to config Adwords API in PHP

2014-01-10 Thread Evgeniy Bogdanov
Adwords Sandbox is deprecated. You need to use usual server. Check your settings.ini file. It should have next line: DEFAULT_SERVER = https://adwords.google.com; 2014/1/9 nguyen thanh Tu devndo...@gmail.com Hi! I have tried in 3 days with

Re: Dev estimate time to build Minimum required functionality

2014-01-10 Thread Evgeniy Bogdanov
In Russia we're saying - devil hiding in details. ETA for your list up to 2 months, without frontend work. Also - Pay Google for any placed ad can not be done via API. 2014/1/9 Jonathan Horowitz jonat...@leanstartupmachine.com Hello, We are building a product that intends to have users

Re: Click Performance Report

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi VijayRaj, I took a look at the change history for your Campaign and I can see that you made multiple edits to the ad on Dec 16, 17, 19, 22 and 23, but the ad was live on those dates. Could you click on the *View Change History* link at the far right of the *Ads* tab and let me know if that

Duplicate Geo Target Locations

2014-01-10 Thread Gopi
Hi, Recently we are facing an issue in production. The Geo Targets that Google is returning are duplicate. Even though the criteria ids are unique, the entire location information(name, canonical name, city, state, Country) are duplicate. Is this expected or a bug at google end? Below

Re: TargetingIdeaService, Targeted_Monthly_Searches array reversed?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi Joe, I confirmed that the ordering does not match the documentation, as you pointed out. I'm looking into whether this was intentional and will post an update once I have more information. Thanks, Josh, AdWords API Team On Tuesday, January 7, 2014 11:29:35 PM UTC-5, Joe Meadway wrote:

AWQL -- query only Records with Impressions, Clicks, or Conversions 0

2014-01-10 Thread Brandon Patrick
Using reporting, I only want to pull ads where one of these stats -- Impressions, Clicks, Conversions -- is greater than zero. In MySQL I would do something like this: SELECT Id, Impressions, Clicks, Conversions, Status FROM AD_PERFORMANCE_REPORT WHERE CampaignId = $remote_service_ID AND

Traffic estimator service: discrepancy between API and UI results

2014-01-10 Thread João Pedro Lisboa
Hi all, I am using the most recent version of Adwords API (v201309) and I am having problems with Traffic Estimator service. When I perform the a query through API, results don't match with UI. For example, I want to do a query to find the estimated traffic for the keyword sapato masculino

Duplicate Geo Targetting locations

2014-01-10 Thread gdhulipalla
Hi, While syncing campaigns from Google Adwords to our local system we observed there are duplicate Geo Target locations. https://developers.google.com/adwords/api/docs/appendix/geotargeting Below are some examples 1018109AyerAyer,Massachusetts,United States21152

Error: redirect_uri_mismatch and Error: invalid_grant

2014-01-10 Thread Doubt Dolson
Hi, As we were trying to get API access, we did follow the following procedure but with only failure. We got error messages at two places while *1. Trying to get Authorization Code 'Error: redirect_uri_mismatch' 2. Trying to get Refresh Token 'Error: invalid_grant' * CASE # 1 :

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Ad_nu
OK – Thanks I’m still getting blank pages though… - I copied the developerToken from AdWords API center - I created the client_id and client_secret with API console But when I run the “GetRefreshToken.php” page is blank. Is this more of a server issue (at my end) – or is there other required

Log Files for Python Adwords API

2014-01-10 Thread Jimmy Xie
Hello, can anyone tell me where I can find the log files such as soap_xml.log? I can't find them and as such I can't debug my errors... I've enabled them via the config.py script but I have no idea where the locations are. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Dev estimate time to build Minimum required functionality

2014-01-10 Thread Jonathan Horowitz
Thanks for the information! Very helpful. Two follow-up questions if you or any other members knows the answers. 1) how do we pay google then? 2) is it ok to have functionality defaulted? On Thursday, January 9, 2014 11:47:31 AM UTC-5, Jonathan Horowitz wrote: Hello, We are building a

Wie erstelle ich eine Suchvolumen-Abfrage mit der Google-Api

2014-01-10 Thread Danny Liebmann
Ich bin auf der Suche nach einer Suchvolumen abfrage mittels Java-Programm und Google-Api ich finde immer wieder den weg über den AdwordsUser. Dieser ist aber nicht mehr aktuell, oder? Geht das mittels oAuth? und wenn es doch noch mit dem AdwordsUser geht, wo bekomme ich den Developer Key

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-10 Thread Josh Radcliff (AdWords API Team)
Hi, All of our examples (including the *GetRefreshToken.php*) are meant to be run from the command line. *GetRefreshToken.php* will write to stdout and prompt you to open a URL in your browser, then will wait on stdin for you to copy and paste the authorization code returned by the URL. Once

A few questions about the GeoPerformanceReport

2014-01-10 Thread mm
Hey guys - I have a couple of questions about the GeoPerformanceReport - first, is this returning to me only information about locations I have specifically targeted, or is it returning to me geo data for all the activity in the account? Secondly, I have included MostSpecificCriteriaId in my