Re: ACCOUNT_PERFORMANCE_REPORT not returning zero-impression rows

2013-11-27 Thread Oliver
Unlike other report types, this specific report have always had this problem. For accounts with impressions, we always need to include the impressions field to get any data back. For accounts without any impressions, we don't use this report type. We use the service objects instead. Oliver

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Dorian Kind
Thanks for the feedback, Paul. Cheers On Tuesday, November 26, 2013 12:33:55 PM UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Dorian, I can confirm that we're able to recreate the bug our side. We're looking into this issue, I'll get back to you as soon as we have more information.

Re: PHP API version v201306 giving Error : [RequestError.INVALID_INPUT @ ; trigger:'You are accessing an AdWords API version v201302

2013-11-27 Thread MWA
Yes you are right I did the same I got it working now Finally. :) On Tuesday, November 26, 2013 1:36:52 PM UTC+5, MWA wrote: Hi there, I am using Adwords PHP API version v201306 but why randomly I am getting the following msg. What is with v201302 here when I am clearly using v201306.

Re: PHP API version v201306 giving Error : [RequestError.INVALID_INPUT @ ; trigger:'You are accessing an AdWords API version v201302

2013-11-27 Thread MWA
Searched it over the web and found this solution http://code.google.com/p/google-api-adwords-php/issues/detail?id=115 On Tuesday, November 26, 2013 1:36:52 PM UTC+5, MWA wrote: Hi there, I am using Adwords PHP API version v201306 but why randomly I am getting the following msg. What is

Re: PHP API version v201306 giving Error : [RequestError.INVALID_INPUT @ ; trigger:'You are accessing an AdWords API version v201302

2013-11-27 Thread MWA
Yes you are right mol... Searched it over the web and found this solution http://code.google.com/p/google-api-adwords-php/issues/detail?id=115 On Tuesday, November 26, 2013 10:09:29 PM UTC+5, mol...@knowme.net wrote: I have being having the same issue. I noticed that there are references to

Re: How to get ValuePerConversion of each conversion

2013-11-27 Thread Danial Klimkin
Hello Tanveer, I don't think it is possible to retrieve individual conversions data. I can suggest tracking this on your side, or splitting into different campaigns / conversion trackers for different values. -Danial, AdWords API Team. On Monday, November 25, 2013 10:38:19 AM UTC+4,

Re: add- network bid using adwords api

2013-11-27 Thread Danial Klimkin
Closing as duplicate for: https://groups.google.com/d/msg/adwords-api/kj4CwFlDtxA/9xEwC1zBl0UJ -Danial. On Monday, November 25, 2013 5:13:16 PM UTC+4, Incite ML wrote: hi , am using google adwords v201306 to add the campaign. i couldn't able to find the code to add the display network

Re: add- network bid using adwords api

2013-11-27 Thread Danial Klimkin
Hello, We don't have an example for display network right now but the process is very similar to the search network. Please see the biddingStrategyConfiguration property of BiddableAdGroupCriterion:

Re: Feeds limit question

2013-11-27 Thread Danial Klimkin
Hello, You can use one feed for all of your groups using different FeedItems for each one via mappings. For example, AdWords UI uses just one feed for all UI campaigns. -Danial, AdWords API Team. On Monday, November 25, 2013 9:30:14 PM UTC+4, GDZ wrote: Say my campaign has 30 ad groups

Alert for Exceeding Daily Budget (Real Time not hourly)

2013-11-27 Thread John
I would like to create a custom alert for an AdWords campaign. However, the AdWords scripts, only allows daily or hourly runs of the script. However, I would like a live monitoring of the alert. How would I achieve this? I basically want to receive an email, the moment that my account goes over

Google Cloud Datastore access from Javascript in Google Adwords

2013-11-27 Thread Mario Murias
Hi, I have a Google Cloud Datastore data and would like to access this information from Javascript I am currently running on Google Adwords. Any idea? Any help? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Performance Report Headline data to be paulated

2013-11-27 Thread Danial Klimkin
Duplicate for https://groups.google.com/d/msg/adwords-api/kb_w34Kf98g/0X3rbEmBDmYJ -D. On Tuesday, November 26, 2013 2:05:58 AM UTC+4, Ramakrishna BS wrote: Hi, I'm trying to generate Campaign Performance Report using .Net Client library. I need the data only with Headline information

Error running AdWords API with Google App Engine

2013-11-27 Thread Anders H
I am working on an App Engine Java project that tries to get a list of clients from a MCC Test Account. The project is using the Java Client Library. The application is working when running locally on the devserver, but when running on appspot the statement: *page =

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Dorian, We're still looking into the errors, but one thing that came up is that the use of ordering and paging aren't supported by AdHoc reports. Regards, - Paul, AdWords API Team. On Wednesday, 27 November 2013 08:42:25 UTC, Dorian Kind wrote: Thanks for the feedback, Paul. Cheers On

Developer token request still pending approval...

2013-11-27 Thread Andreas Eckerle
Hello, we applied for a Adwords API developer token while ago. MCC 139-241-9283. I now added our productive Adwords Account running campaigns as customer. Maybe this was missing before as we only had a test account for sandboxing with the API related to the MCC before. Can you please check and

Re: Changing a non-api adwords account to a api based adwords account

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Dev, To obtain access to the API, you create an MCC account which manages AdWords accounts. No data is lost, there is no conversion between an AdWords account and an AdWords API account. If you create a new account, then it will have separate history. However, from an MCC you're able to

Missing TARGETED_MONTHLY_SEARCHES from response

2013-11-27 Thread PPC London
Hi Earlier if I request TARGETED_MONTHLY_SEARCHES it was always returned in response with 12 values But recently in last few days for some of the keywords it is not returned in responce. Is there and change in the api. Thanks Request: ?xml version=1.0 encoding=utf-8? soap:Envelope

Re: First app - Test account and refresh token

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Meerah, All requests to the AdWords API must contain two prerequisites: - Authorization credentials - Application Identifier (Developer Token) The authorization credentials can be either OAuth2 credentials or ClientLogin credentials (we encourage you to use OAuth2). Some of the

Re: Missing TARGETED_MONTHLY_SEARCHES from response

2013-11-27 Thread PPC London
Even SEARCH_VOLUME and COMPETITION are missing from response -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Dorian Kind
Hi Paul, of course! Sorry for not catching that myself. However, after removing the ordering field, I still get the error (as you have probably experienced yourself). Thanks again for your efforts cheers, Dorian On Wednesday, November 27, 2013 12:27:42 PM UTC+1, Paul Matthews (AdWords API

Re: How to get ValuePerConversion of each conversion

2013-11-27 Thread Tanveer Hussain
Hi Danial, Thanks for your answer. As i told you i have searched a lot about this but i found somewhere that i can achieve this functionality by using ConversionTrackerService service. Can you please confirm it again that i can do this with help of this service ConversionTrackerService?

Re: need an example for fetching Stats in Java without executing a report to file system - due to migration to v201309

2013-11-27 Thread Danial Klimkin
Hello assaf, 1. Yes, unless the token is manually revoked. You don't need to run GetRefreshToken for the same account again. 2. Make sure the ads.properties file is populated will all required values. Also, note, you need to be logged in under your AdWords account when obtaining the refresh

Re: How to get ValuePerConversion of each conversion

2013-11-27 Thread Danial Klimkin
Hi Tanveer, ConversionTrackerService allows you to create trackers programmatically. Other than that there is no extra functionality comparing to the UI. -Danial, AdWords API Team. On Wednesday, November 27, 2013 4:56:33 PM UTC+4, Tanveer Hussain wrote: Hi Danial, Thanks for your

Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2013-11-27 Thread mailman
Hi, We are getting ERROR_GETTING_RESPONSE_FROM_BACKEND error consistently for 2 days whenever we try to get an Ad Performance Report for one of our account (using 201306 API). The account contains many Product Listing Ads. The report download request is as below. It has been always working

Re: need an example for fetching Stats in Java without executing a report to file system - due to migration to v201309

2013-11-27 Thread assaf
Hi Danial, I re-generated all the codes again (clientId,refreshToken,clientSecret) and still receive the same error. Any other idea? Can I send all the info to someone so they can perhaps take a look? Thanks On Wednesday, November 27, 2013 3:25:44 PM UTC+2, Danial Klimkin wrote: Hello assaf,

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-11-27 Thread Christian Gibbs
Ok I will revisit this based on your info. The URL is registered. Ill use the new OAuth2Handler

Placement Performance Report with mobileapp performance

2013-11-27 Thread Brandon
Hi, In the recently release notes we knew that we can now using Placement Performance Report to get both Automatic Placements Performance and Managed Placements Performance. But I can't see any mobileapp performance in this report. Why? We need to combine these two report results into one. Is