python api help

2012-06-20 Thread Jonathan Pentecost
Hey, I've been trying to set up adwords api SANDBOX for python, but it just refuses to work. Is the readme out of date? It seems to be referring to files that don't exist "examples/adspygoogle/adwords/v201109/get_unit_count.py". I think I am slowly getting somewhere but I cannot for the life

Re: PHP Client Library - Formatting Requests

2012-06-20 Thread Ashley Bennett
I am now able to get campaign stats for certain campaigns within our MCC as long as I include the clientCustomerID of the specific account I am looking for stats on. I assume I have to craft a foreach loop in order to iterate through all of the accounts within our MCC in order to do some batch

PHP Client Library - Formatting Requests

2012-06-20 Thread Ashley Bennett
I am new to the PHP Client Library, but I have been able to connect to the live service, I have my dev token, etc. However, whenever I try and run the example file GetCampaignStats.php, I always get 'No matching campaigns were found.' Can anyone explain how I am supposed to format the request w

Adwords API Team - Please reply to any of my emails or forum posts or my acount email.

2012-06-20 Thread adwords account
Dear Adwords API team - We have a project that has been funded, we have customers waiting and if I do not hear back from someone soon I could loose my house and my wife will probably leave me. When we first signed up the online docs said a couple of weeks. It has been months without a single re

Re: URL Performance Report failing on google's end

2012-06-20 Thread GregT
Some additional info: With some playing around, it seems that the error (on google's side) goes away if I simply add "Domain" as one of the fields I pull back. For example, what this particular report is normally doing is: selector.setFields(new String[] {"AdGroupId", "CampaignId", "Conversio

Re: What Combination of API Reports Equals the Web GUI's MCC Accounts View?

2012-06-20 Thread Jonathan Shaltz
A robust database design would use placeholder values (e.g., "not available") rather than discarding rows and destroying any hope of getting to a single source of the truth. It's not a matter of a few bits not quite adding up - the Campaign Report gives impressions twice, triple, or five times

Re: API developer token taking crazy long

2012-06-20 Thread adwords account
Kevin - Still waiting for approval as well. Customer account number: 808-683-3685 On Friday, June 1, 2012 10:21:50 AM UTC-7, Kevin Winter wrote: > > Hi Stefan, > I apologize that your application has not been addressed. I've > escalated this internally. > > - Kevin Winter > AdWords API Team

Re: Tracking site-link performance.

2012-06-20 Thread nf7588
On Friday, June 15, 2012 5:40:03 PM UTC+3, jstedman wrote: > > Does the Destination URL Report allow us to track individual site-link > performance? > > The fields I want to use to track this are: > > EffectiveDestinationUrl > ClickType > CampaignId > > By knowing a click is attributed to a site

Re: EntityNotFound.INVALID_ID @ operations[?].operand;

2012-06-20 Thread Claudio Pomo
I want to retrieve all clientID from my MCC account. I'm using this code AdWordsUser user = new AdWordsUser(adwordsPropertyService.getEmail(), adwordsPropertyService.getPassword(), null, adwordsPropertyService.getUseragent(), adwordsPropertyService.getDeveloperToken(),

Re: Create a new account using CreateAccountService

2012-06-20 Thread Kobi
Hi David, I'm trying to create under my MCC account some more accounts, that some of them will have to be MCC accounts in order to manage their accounts under them. How can I do it via the API? the property canManageClients is being ignored if I send it to the server and as far as I can see

Re: report cost clarification needed

2012-06-20 Thread Ewan Heming
Hi Jeremy, Downloading reports is actually now free since v201109 of the API, but you need to use the new AdHoc Reports. The two items that you're referring to are part of the the deprecated ReportDefinitionService

Are these fields available via the API?

2012-06-20 Thread Oliver
These fields are visible via the interface in the "Account Preferences" screen: - Display Language - Number Format - Auto Tagging Are they available via the API? Oliver -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

URL Performance Report failing on google's end

2012-06-20 Thread GregT
Hi, Starting around a day ago or so, almost all our calls to run the URL Performance Report have failed on google's end. We are getting an HTTP status code of 500 and the message "!!!1|||-1|||Unexpected exception???". This is happening probably for about 90% of our clients. The other 10% or

Only 1 of 2 MCC accounts is showing via the API

2012-06-20 Thread David Pitt
The web based MCC panel is showing me two clients, however, when asking for the serviced accounts via the api, i am told: * There are 1 customers under this account's hierarchy. *Is this a common issue?* * -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discuss

report cost clarification needed

2012-06-20 Thread jeremy brooks
The current rate card says 1 unit per ReportDefinition 1 unit per ReportDefinitionField

Re: AddAdGroups.php gives error

2012-06-20 Thread Kevin Winter
Hi, It sounds like this is a good explanation for the behavior you're seeing. The Suhosin patch, as mentioned, causes problems when used with the AdWords PHP library that caused PHP to crash. This explains the ERR_EMPTY_RESPONSE in chrome as well as the lack of logs. I spoke with the old m

Re: AddAdGroups.php gives error

2012-06-20 Thread Roy Roes
Is there a workaround? Because installing another php version on the server isn''t really an option. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Update\Remove accounts from my adwords accounts (MCC account) via API

2012-06-20 Thread Kobi
Hi all, I have been trying to find an answer for this topic around the web & inside the documentation but unfortunately I havent succeed on finding anything useful. Is there an option via the AdWords api to edit or remove (account) according to their id? Each time i'm trying to do that I get an

Re: AddAdGroups.php gives error

2012-06-20 Thread Roy Roes
I think I found something here: http://code.google.com/p/google-api-adwords-php/wiki/PhpCompatibility But this isn''t ginving any solution other than using another php version. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi

Re: How to receive the logged in user info

2012-06-20 Thread PatrickvKleef
Thanks for the response Danial. Multiple users can have access to a single clientcustomerId and I would like to distinguish them by display there name and emailaddress. Is it possible to use the Google API (UserInfo) in combination with the Google Adwords API and how can I do this? Op woensdag

Re: AddAdGroups.php gives error

2012-06-20 Thread Roy Roes
Hi, When I run the script in command prompt I get the following error: ALERT - canary mismatch on efree() - heap overflow detected (attacker 'REMOTE_ADDR not set', file '/home/httpd/vhosts/mydomain.nl/httpdocs/aw_api/Google/Api/Ads/Common/Lib/AdsSoapClient.php', line 201) Is that the err

Re: PolicyViolationError

2012-06-20 Thread Danial Klimkin
Hello Artur Meinzer, All ads that are added with an exemption request are subject to review. In this particular case the place name is likely matches a pharma policy. Please note the policy questions are out of scope for the API team and this forum. Please check with the general AdWords suppor

Re: How to receive the logged in user info

2012-06-20 Thread Danial Klimkin
Hello PatrickvKleef, It is not possible to retrieve the logged in user email address via AdWords API when using OAuth. I suggest to use clientCustomerId instead. You can obtain the list of customer IDs the logged in user has access to via ServicesAccountService or InfoService and use them to w

Re: why keyword performance report different result by comparing results from HTTP Request and directly from mcc

2012-06-20 Thread Danial Klimkin
Hello Minius, By default the AdHoc reports exclude inactive objects and those options could have impressions and clicks data on them. To retrieve all objects, add a predicate for status and operator 'IN' and specify all possible states. -Danial, AdWords API Team. On Monday, June 18, 2012

Re: Sandbox and accounts hierarchy when MCC manages another MCCs

2012-06-20 Thread Danial Klimkin
Hello Ɓukasz, The sandbox hierarchy is limited to 5 child accounts which are created automatically. It is not possible to crate any further account or have an mcc sub-account in the sandbox. -Danial, AdWords API Team. https://developers.google.com/adwords/api/docs/sandbox On Tuesday, June

Re: AdWords API Developer Token Still Pending Approval?

2012-06-20 Thread Ivelin Vasilev
we faced the same problem we are waiting already 3 months, and there is no response from google at all. This is not normal, you can't make planing you can't make contracts with clients. Google blocks our work. On Friday, May 4, 2012 6:17:15 PM UTC+3, James wrote: > > Our company applied for th