Re: Reporting error : ERROR_GETTING_RESPONSE_FROM_BACKEND Unable to read report data

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi David, We haven't seen the related backend issue. If it still persists, please let us know. Best, - Takeshi, AdWords API Team On Friday, July 19, 2013 5:31:02 PM UTC+9, david wrote: Last couple of nights we've been getting the above error when download a large keyword performance

Re: Ad cost report with only impression keyword

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Vanessa, You can include the Cost field in Keyword Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords . But an impression isn't charged (unless CPM for Display network. But I think it's not relevant to this question). So costs for a keyword only has

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Matthew, Looks like the access_token (it expires in one hour) was issued at 2013-07-19 14:56:06 -0400. So at the time you made a request, the access token seemed to expire. If you make the oauth token request in offline mode, the response should contain refresh_token (that never expires).

Re: Adding Destination URLs with ValueTrack parameters not working

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Chris, There are some validations for destination URL such as the URL should start with http or https. The text cosists of only inside the {} tags is not allowed. Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 4:22:40 AM UTC+9, Chris wrote: Hi Guys, I'm testing out

Re: Problems with starting of API

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please provide the account Customer ID for ClientCustomerId in the Web.config file. It means your request targets the clientCustomerId specified in that file. There is no setting named MCCID or Customer ID Best, - Takeshi, AdWords API Team On Thursday, July 18, 2013 3:12:45 PM UTC+9,

Re: Test account api-not working-Quotacheckerror[incomplete_signup]

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please try it again after you receive an approved email for a test account. Best, - Takeshi, AdWords API Team On Thursday, July 18, 2013 8:23:11 PM UTC+9, tomfl...@gmail.com wrote: Hi, I have followed the instructions and registered for a test account from my existing MCC account,

Re: Icomplete signup error despite accepting terms and conditions

2013-07-22 Thread jaison . directi
Hi Danial, I created a new account and entered the billing details at the MCC level. I then applied for a test account. I am now able to run the scripts successfully. Thanks for all the help. Jaison -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Sandbox, OAuth 2.0

2013-07-22 Thread Danial Klimkin
Hello Matthew, Yes, test accounts are the same account as production ones, except they don't serve. So OAuth2 can be used with them. -Danial, AdWords API Team. On Saturday, July 20, 2013 12:51:31 AM UTC+4, Matthew Ledom wrote: Can test accounts be used with OAuth2? On Wednesday, June 5,

Re: Oauth2 jwt ruby issue

2013-07-22 Thread Danial Klimkin
I am closing this thread as it is an old one, unrelated to this question (it was about jwt) and the same question is discussed on several other threads. -Danial, AdWords API Team. On Saturday, July 20, 2013 2:30:47 AM UTC+4, Matthew Ledom wrote: Did you ever answer the question about using

v201306 problem retrieving rule-based remarketing lists with AdwordsUserListService

2013-07-22 Thread scordeiro
I'm switching from v201209 to v201306 and I'm noticing some strange behavior. With this update i've had to move from the UserListService to the AdwordsUserListService for UserList management but they seem to be giving different results. When I used to try and pull all user lists for a given

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH with FieldPath Selector for multi clients

2013-07-22 Thread DEEPAK KUMAR
Hello Anash I am trying to download report from google adwords using API. But it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector I am new to google adwords API Please Help Me. For download Report I am using Below code : using System; using

v201306 retrieving rule-based remarketing lists

2013-07-22 Thread scordeiro
I'm updating from v201209 to v201306 which requires me to move from the UserListService to the AdwordsUserListService for user list management and I've noticed something strange. Previously when I made a call to retrieve all userlists from a given account I would get both rule-based and

How can I see my token review progress?

2013-07-22 Thread yogis
Hi, I changed my product's spec and submitted it via AdWords API Tool Change Form, but I had no reply for 2 weeks. So, I emailed to adwordsapi-tok...@google.com. They replied that check my Developer Contact email address and resubmit the token application, so I followed it, but I haven't

Performance data by language

2013-07-22 Thread techpoint . 2015
Hi, Is it possible to get performance data by language via API? I have checked several available report types but not able to find this. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Discrepancies between ad-hoc perf rpts - campaigns

2013-07-22 Thread William Yeager
I'm working with bringing in AW ad-hoc reports into our DB for more reporting. The issue i'm seeing is that not all the campaigns are being listed in each report. I am running it with Impressions 0 and not selecting any segments. For example: ad_performance_report will give me ~700 distinct

[Python] ReportDownloader seems to be not working

2013-07-22 Thread Michael Samoylov
Hi. I can't use download reports with the Python client. I'm using with adwords-15.9.0 with v201306. It always faild with: headers['Authorization'] = 'Bearer ' + self.access_token TypeError: cannot concatenate 'str' and 'NoneType' objects Example scripts

appendRow of null

2013-07-22 Thread Ramarosoa Faneva
Hi All, I was using the codes of Russ for the QS account, i wanted to include the variation of cpc too but the codes gives me an apprendRow error. This is my code : //--- // Store Account Level Quality Score in Google Spreadsheet. // Created By: Russ Savage //

AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2013-07-22 Thread Akil Burgess
Hi All, We're seeing a reproducable issue where we receive an EntityNotFound.INVALID_ID (trigger - CriterionId) error for a mutate operation on AdGroupCriterion using a valid AdGroupId and CriterionId (Id). The AdGroupCriterionService get call returns the AdGroupCriterion object with the same

Re: Default Max. CPC for adgroup

2013-07-22 Thread Paul Matthews (AdWords API Team)
Hi Roberto, The content from this topic is no longer relevant to all current versions of the API, as it was last posted to in 2011. For general information about bidding, please see the bidding guidehttps://developers.google.com/adwords/api/docs/guides/biddingin our docs. The previously named

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector

2013-07-22 Thread DEEPAK KUMAR
Hello All I am trying to download Report Using Google adwords api. When I Run to the below given code it gives me error ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector Please Help me. using System; using System.Collections.Generic; using System.Linq; using System.Web;

Re: [7-4674000001128] Re: Placements date from the API doesn't match with the real data

2013-07-22 Thread Shay Hananashvili
Hi Paul, Anything new? please advise, Regards Shay. Smart Media Ltd. 2013/6/10 adwords-api@googlegroups.com Hi Shay, My apologies for the delay in response. I'm looking into the requests made by your account and the numbers being returned. I'll get back to you as soon as I have more

Downloading file for keywords with an error

2013-07-22 Thread me
I have tested new Keyword tool. When I download it is an error as CSV file includes wrong format of cell like Competition. It will result Date... Need help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: How do I get Criteria by CriteriaId?

2013-07-22 Thread aradhyatripathi13
Hi David, So there is no way to get criteria by IDs? Please consider including this in future API upgrades. Cheers, Aradhya On Friday, 19 July 2013 02:22:03 UTC+5:30, David Torres (AdWords API Team) wrote: Hi Aradhya, We don't keep record of deleted campaign criteria, that is why there are

Does Keyword Performance Report contain statistics of upgraded sitelinks?

2013-07-22 Thread gai-test-1
Hello, does the Keyword Performance Report also contain keyfigures of upgraded sitelinks? Or do we need to query the Placeholder Feed Item Performance Report for keyfigures of upgraded sitelinks? Thank you :-) Andreas B. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-22 Thread Paul Matthews (AdWords API Team)
Hi Matthew, The Ruby OAuth2 infohttps://code.google.com/p/google-api-ads-ruby/wiki/OAuth2 along with the READMEhttps://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/README#31 should explain all the steps for configuring your client. But it's worth testing the

ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-22 Thread Marcin Rosinski
Hi guys, there seems to be a bug regarding the Reporting AWQL endpoint. What steps will reproduce the problem? Run query: SELECT Query, MatchType, Clicks, Cost, Impressions FROM SEARCH_QUERY_PERFORMANCE_REPORT DURING 20130621,20130721 ORDER BY Clicks DESC Query without ORDER BY Clicks DESC

Re: Experiments (ACE) for adcopies: 'get' method doesn't seem to work for ExperimentDeltaStatus and ExperimentDataStatus

2013-07-22 Thread Francesco Della Vedova
*** Outgoing SOAP ** ?xml version='1.0' encoding='UTF-8'? ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201302; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-22 Thread Matthew Ledom
I was finally able to get it working. I had to merge my stored token values with the loaded config params from the adwords_api.yml file. Trying to figure out how to set the token after the api object was created was causing issues. I used the setup_oauth2.rb example to write the values to my

OAuth2 autorization x Adwords API

2013-07-22 Thread mcn . adwordz
Hi, I'm writing the autentication code for work with adwords api. I read the official guide: https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/README // Get an OAuth2 credential. Credential credential = new OfflineCredentials.Builder()

Re: Getting Error 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 extensi

2013-07-22 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, Most likely this is a assembly binding issue, could you run fuslogvw.exe and see if that's the case? http://msdn.microsoft.com/en-us/library/e74a18c4(v=vs.71).aspx Cheers, Anash On Friday, July 19, 2013 4:42:12 AM UTC+5:30, Jonathan Shaltz wrote: What else might be necessary?

dateRangeType = 'LAST_7_DAYS'; not working correctly - Downloading report on july 22 not giving july 21 data

2013-07-22 Thread iateadonut
I'm using the dataRangeType of LAST_7_DAYS, which started malfunctioning today. (The same script I ran today did not give me results for yesterday. When I ran it last week, it did give me results for 'yesterday'.) In other words, the following test script, when run on July 22, does not

Push Campaign / Ads / Keywords using SSIS

2013-07-22 Thread Copier Man
I am creating a solution for an e-commerce company where we can run an overnight process to push new campaigns / ads and update / pause others depending on new items that come in or go out of stock. We want a hands-off solution where the API can be called automatically from our SQL 2008

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Matthew Ledom
Thanks I would like to know the correct way to do this. I have not found an example the uses a refresh token that is stored in a db. I have seen the setup_oauth2.rb example where the refresh token is written to a file. Creating a new AdwordsApi::Api with the yml file and setting credentials

Help migration Adwords API 201209 to 201306

2013-07-22 Thread mcn . adwordz
I'm migrating from API 201209 to 201306 but have a lot of problems: This is my old code try { Boolean mail_flag = false; String clientLoginToken = new ClientLoginTokens(ClientLoginTokens. ADWORDS_SERVICE). from(adwordsPropertyService.getEmail(),

Re: Search funnels report

2013-07-22 Thread David Torres (AdWords API Team)
Hi Alex, I don't have you an update at this moment, but we definitively have it in our mind. Sorry, I just don't have more specifics to share. Best, - David Torres - AdWords API Team On Thursday, July 18, 2013 10:10:42 AM UTC-4, Alex wrote: Hi, are there any plans to implement search

Re: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-22 Thread alx
Hi Takeshi, I guess I was not clear enough (regarding the first question) as it's not exactly what I was asking... Basically, for Display campaigns only, I can specify what bid dimension should be used for particular ad group. Thus, I can set AdGroup.contentBidCriterionTypeGroup =

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2013-07-22 Thread iateadonut
Great, I'm glad it worked for you. I've used pcntl for a few things since. Be careful installing pcntl on a server you share with others, though. A runaway fork can easily take down your whole server. On Monday, June 3, 2013 9:44:19 PM UTC-4, Bill Zhang wrote: Thank you iateadonut. Your

Re: [Python] ReportDownloader seems to be not working

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Michael, Thanks for the report. Do you mind filing a issue on the issue trackerhttps://code.google.com/p/google-api-ads-python/issues/list ? Best, - Takeshi, AdWords API Team On Saturday, July 20, 2013 11:54:54 PM UTC+9, Michael Samoylov wrote: Hi. I can't use download reports with

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCHselector

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see this common error pagehttps://developers.google.com/adwords/api/docs/common-errors?hl=en#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH . For the clientCustomerId header, please make sure you are requesting the clientCustomerId for a client account not a MCC

Re: OAUTH_TOKEN_INVALID ruby client

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like you are already talking with the ruby library maintainer in another mail thread. Please update the thread about it. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:53:29 AM UTC+9, Matthew Ledom wrote: Thanks I would like to know the correct way to do this. I

Re: In Placement Performance Report V201302 how can I identify between Automatic placements and managed?

2013-07-22 Thread Taher Dhilawala
Hi Takeshi, Any updates on the fix? We are using V201209 in our code to get placements with zero impressions. As V201209 has sunset yesterday (22 July 2013) we need the fix on V201302 ASAP. Help appreciated. On Thursday, June 20, 2013 1:30:39 PM UTC+5:30, Takeshi Hagikura (AdWords API Team)

Re: ORDER BY Clicks DESC Returns INVALID_ORDER_BY_CLAUSE - Bug

2013-07-22 Thread Takeshi Hagikura (AdWords API Team)
Hi Marcin, Thanks for the report. I'm looking into this. I'm going to update the thread for updates. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 2:17:32 AM UTC+9, Marcin Rosinski wrote: Hi guys, there seems to be a bug regarding the Reporting AWQL endpoint. What steps