Re: Paid_Organic_Query_Report

2014-03-25 Thread Ray Tsang (AdWords API Team)
Johannes, Actually - good news. The columns are now available. Please use the ReportDefinitionService to retrieve the latest set of columns, that contains: - OrganicClicks (Long) - OrganicClicksPerQuery (Double) - OrganicImpressions (Long) - OrganicImpressionsPerQuery (Double)

Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread Ray Tsang (AdWords API Team)
Jody, When accepting the invitation, you will have to be using the credentials of the AW account that you are trying to link with. E.g., if MCC abc sends an invitation to AW Account 123, you'll then need to authenticate as Account 123 in order to accept the invitation. Please let me know if th

Re: ImageError.SERVER_ERROR when creating ads

2014-03-25 Thread Ray Tsang (AdWords API Team)
Rodrigo, FYI we are looking into this issue but will need your help to generate one more request. Please also confirm if this is a persistent issue for you. Thanks, Ray On Wednesday, March 19, 2014 4:30:37 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Rodrigo, > > Thanks for the log. I'

Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread Ray Tsang (AdWords API Team)
Jody, Please send me the request/response logs in private and I can take a look. Thanks! Ray On Tuesday, March 25, 2014 11:14:38 AM UTC-4, jody stein wrote: > > I am also having trouble accepting a request. I am able to ADD PENDING to > send the invitation but receive AuthorizationError.USER_P

Re: Paid_Organic_Query_Report

2014-03-25 Thread Ray Tsang (AdWords API Team)
Johannes, It appears that some of the organic stats are not currently available in the report. I've filed a feature request for this. I will let you know once it's available. Thanks! Ray On Tuesday, March 25, 2014 8:45:42 AM UTC-4, Jóhannes Vollertsen wrote: > > Hi Ray, > I am just curious

Re: UNEXPECTED_INTERNAL_API_ERROR when mutating campaigns.

2014-03-25 Thread contact
I tried hard-coding the duplicate campaign id into the campaign object for the initial campaign set operation and got the same error. As I don't see any one else complaining about downtime, is this more likely on my end? I was able to get the raw soap xml log posted below. [Mar 25 2014 17:16:29

Re: UNEXPECTED_INTERNAL_API_ERROR when mutating campaigns.

2014-03-25 Thread contact
Just to update it's been about a full day now and the issue is on going. Some searching around I've done on others' experience seems to suggest that this error seems to happen randomly on an on-and-off basis. But this particular issue has been happening strictly every single time and constantly

Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread jody stein
I am also having trouble accepting a request. I am able to ADD PENDING to send the invitation but receive AuthorizationError.USER_PERMISSION_DENIED when I try to SET ACTIVE. From the soap log it appears the proper effectiveUser is being used. Any suggestions, we are using PHP? On Wednesday, Mar

AWQL ORDER BY error // ALSO DURING CLAUSE ERRORS

2014-03-25 Thread Daniel Mayans
Hi all! I'm getting some reports with AWQL, but when I try to order the retrieve, it fails. This is my good query: * $reportQuery = 'SELECT CampaignId, CampaignName, AdGroupId, Id, Criteria, CriteriaType, '* * . 'Impressions, Clicks, Cost FROM CRITERIA_PERFORMANCE_REPORT '* * . 'WHE

Re: Getting production data

2014-03-25 Thread Josh Radcliff (AdWords API Team)
Hi, The sentence you quoted actually only applies to *approved* developer tokens. ''You can test with production data in a read only fashion on your > production accounts if you use the validateOnly > header > in > y

MCC API Video Campaigns

2014-03-25 Thread DzWu
Hello, Google AdWords is supporting API of "*video campaigns*" or not? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Unable to parse SOAP buffer for outgoing messages. not well-formed (invalid token): line 1, column 0

2014-03-25 Thread sitaram krishna
Hi, Forgive me if this is a very trivial question. I am trying to use the TargetingIdeaService to get kw suggestions. This was working fine with when I run single threaded it runs fine, but when run multi threaded it fails with error: "Unable to parse SOAP buffer for outgoing messages. not

UNEXPECTED_INTERNAL_API_ERROR when mutating campaigns.

2014-03-25 Thread contact
Hi, I started getting this error every time when mutating a campaign set operation. I caught and logged the soap fault via the var_export php function as posted below. I searched around and found that this is something that's usually on Adwords side, but this has been happening non-stop for 2 h

UNEXPECTED_INTERNAL_API_ERROR when mutating campaigns.

2014-03-25 Thread contact
Hi, I started getting this error every time when mutating a campaign set operation. I caught and logged the soap fault via the var_export php function as posted below. I searched around and found that this is something that's usually on Adwords side, but this has been happening non-stop for 2 h

QuotaCheckError.ACCOUNT_INACCESSIBLE Caused by Unpaid Invoices

2014-03-25 Thread Roger Finch
Hello, I was referred to this group by adwords-supp...@google.com. For the past month we've been trying to fix an issue where our API gives the error *QuotaCheckError.ACCOUNT_INACCESSIBLE* for every account in our MCC for both reporting and campaign management. The support team told me it was

Dimensions and metrics - what determines the number of results returned?

2014-03-25 Thread Josh F
Hi all, I have just started to use the AdWords API and would like to know what determines the number of results in the result set of a query... Can changing either the dimensions or the metrics have an impact on the number of results? I have noticed that with the following query, if I change th

Re: Getting production data

2014-03-25 Thread Josh F
test On Monday, March 24, 2014 8:32:42 PM UTC, Joan Roig wrote: > > According to the docs ( > https://developers.google.com/adwords/api/docs/test-accounts): > > ''You can test with production data in a read only fashion on your > production accounts if you use the validateOnly > header

Re: How to get settings of an ad group

2014-03-25 Thread Josh Radcliff (AdWords API Team)
Hi, Yes, the python examples are located on github. - Current library: https://github.com/googleads/googleads-python-lib/tree/master/examples - Legacy library: https://github.com/googleads/googleads-python-legacy-lib/tree/master/examples/adspygoogle/adwords You can find the *get_

Re: Paid_Organic_Query_Report

2014-03-25 Thread Jóhannes Vollertsen
Hi Ray, I am just curious if there is any updates on this issue, as it's been nearly 2 weeks since your last update. Cheers! Den torsdag den 13. marts 2014 19.58.56 UTC+1 skrev Ray Tsang (AdWords API Team): > > Johannes, > > I've been looking into this to make sure I provide a useful response.

Best way to get campaigns from MCC clients?

2014-03-25 Thread María FZ
Hello, I'm trying to load all campaigns for each client from my Mcc account to show in a combobox, but getCampaigns() takes the client customer id from properties file and I need to pass different clients-id to get the campaigns so I don't know the best way to do that. Sure there is a simple

Questions on OAuth

2014-03-25 Thread Aradhya Tripathi
Hi, I am currently using the old java library and API v201309. I am migrating to OAuth now, so I have the following questions: 1. Is it possible to use OAuth with the old java library? I would avoid upgrading the library if I can. 2. Can I access the services without using the client