Re: get Labels in keyword report

2022-06-12 Thread 'Rajesh Mandalapu' via Google Ads API and AdWords API Forum
HI there, It would be nice if Google adds label names and attributes in other resources to like ad_group_ad, ad_group and campaign directly instead of calling separate API for them as on Google Ads v10. Is there any update on this front? currently we have a use case of using Labels with the me

Re: get Labels in keyword report

2022-02-07 Thread FMore
icros, metrics.clicks, metrics.ctr, metrics.average_cpc FROM keyword_view Thanks On Monday, February 7, 2022 at 12:57:19 PM UTC FMore wrote: > Hi > > i am trying to get a keyword report that includes labels > I am following this l

get Labels in keyword report

2022-02-07 Thread FMore
Hi i am trying to get a keyword report that includes labels I am following this link with mappings: https://developers.google.com/google-ads/api/docs/migration/mapping#keywords_performance LabelIds == Select label.resource_name from the resource ad_group_label how can I combine these 2

Re: Download Negative Keyword Report -via api

2021-08-27 Thread Google Ads API Forum Advisor
Hi Yael, We tried to reach you twice and unfortunately it didn't go through so let me repost what my colleague Ernie had sent you privately on August 17th: Hi Yael, I appreciate your patience to this concern. I received an update from the team and let me share it to you. You may try to set 't

RE: Download Negative Keyword Report -via api

2021-08-12 Thread Google Ads API Forum Advisor
Hello Yael, Thank you for getting back to us. Looking on your query, that should be able to generate those negative keywords coming from the KEYWORDS_PERFORMANCE_REPORT. So our team can better check on this, could you also share to us the Customer ID (clientCustomerId) used when running that r

Re: Download Negative Keyword Report -via api

2021-08-12 Thread Yael Zalcman
Thank you for answering! I tried to do it but I got an empty report, do you know if the IsNegative property is something I need to set, or it's automotive? or do you know why I got an empty report, this is my code in php: $builder = new ReportQueryBuilder(); $builder->from (ReportDefinitionReportTy

RE: Download Negative Keyword Report -via api

2021-08-11 Thread Google Ads API Forum Advisor
Hello Yael, Thank you for reaching out to us. Since you're concern is getting all negative keywords (includes Ad-Group level, and not only the Campaign level), you can utilize the Keywords Performance Report since this report already includes all statistics aggregated at the keyword level. To

Download Negative Keyword Report -via api

2021-08-11 Thread Yael Zalcman
HI! I'm trying to download from Google Ads - Negative Keyword Report , using Adwords\v201809, I found this CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT report in Google\AdsApi\AdWords\v201809\cm\ReportDefinitionReportType class, my query was "SELEC

Re: Keyword report

2015-08-18 Thread Andrada Crisan
I found a workaround. After setting DB encoding to utf8_genereal_ci for the tables I am interested in to display Arabic characters, then I updated the php code in the downloading Adwords reports and then insert it in the db page is as follows: Now the var_dump array displays Arabic valu

Re: Keyword report

2015-08-17 Thread Anthony Madrigal
Hello Andrada, Could you please *reply privately to author *a sample SOAP XML request and response of your report so that I could look at what may be causing your issue? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

Keyword report

2015-08-17 Thread Andrada Crisan
Hello, How to display Arabic characters in keyword adwords reports? I can only see encoded characters but no Arabic text. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: Keyword Report - DART and Shopping Campaigns

2015-07-20 Thread Anthony Madrigal
Hi Daniel, You will need to download one of each report since each report is associated with a query that you provided. Each report will then be its own CSV file. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Keyword Report - DART and Shopping Campaigns

2015-07-20 Thread Daniel Ahern
I'm downloading keyword performance reports through the adwords API. It is not downloading information for Display Network (DART) or Shopping type campaigns. I notice there is this for DART: https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report and

Re: How to get average position of keyword report

2014-12-23 Thread Ben Zhang
I realized that I made a mistake. I mixed up displayed_keyword_performance_report and keywords_performance_report. The latter does have AveragePosition On Monday, December 22, 2014 11:35:18 AM UTC-8, Ben Zhang wrote: > > I tried AveragePosition as the field name and it didn’t work. Couldn’t > f

How to get average position of keyword report

2014-12-22 Thread Ben
I tried AveragePosition as the field name and it didn't work. Couldn't find anything in the doc. *Best regards,* *Ben * -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Re: Keyword report

2014-06-05 Thread Zweitze
Generate a report over the broadest date range, and include the field 'date'. Process the results, use the date field to determine whether the record should be included. On Thursday, June 5, 2014 9:26:44 AM UTC+2, M.S. krishna deepak wrote: > > Hey, > > I want to generate a keyword perf

Keyword report

2014-06-05 Thread M.S. krishna deepak
Hey, I want to generate a keyword performance report, but I want to get data corresponding to keywords within a specific range of dates which is different for each keyword. Is there a way by which I could do this with a single report for all keywords in an adgroup? I tried to

Re: Ad Hoc Keyword report with stats comparable to the stats presented in the adwords interface

2014-04-09 Thread Ray Tsang (AdWords API Team)
Marcin, I don't think this is possible at the moment. However, you may try to exclude 300 in Keywords Performance report to exclude Display keywords, and use Display Keyword Performance report only for Display keywords. Thanks, Ray On Monday, April 7, 2014 5:41:22 PM UTC-4, mrcnr...@gmai

Ad Hoc Keyword report with stats comparable to the stats presented in the adwords interface

2014-04-07 Thread mrcnrmgusz
Hi, I'm trying to get keywords stats from API for display and search campaigns. For each campaign and for each keyword I want to get the total sum of clicks and impresions, value of ctr, etc. When I'm using KEYWORDS_PERFORMANCE_REPORT I'm getting rows with keyword statistics for the search ads,

Re: How to get "Added/Excluded" column in search term report. Error in keyword report for "IsNegative" column

2014-03-17 Thread Josh Radcliff (AdWords API Team)
Friday, March 14, 2014 1:39:45 AM UTC-4, Ranjit Behera wrote: >> >> Hello, >> >> We are not able to find the "Added/Excluded" column in the search term >> report which we get from Adword API. Can you please suggest how to get that >> column. >>

Re: How to get "Added/Excluded" column in search term report. Error in keyword report for "IsNegative" column

2014-03-14 Thread Josh Radcliff (AdWords API Team)
eers, Josh, AdWords API Team On Friday, March 14, 2014 1:39:45 AM UTC-4, Ranjit Behera wrote: > > Hello, > > We are not able to find the "Added/Excluded" column in the search term > report which we get from Adword API. Can you please suggest how to get that > column. >

How to get "Added/Excluded" column in search term report. Error in keyword report for "IsNegative" column

2014-03-13 Thread Ranjit Behera
Hello, We are not able to find the "Added/Excluded" column in the search term report which we get from Adword API. Can you please suggest how to get that column. In the keyword report, the "Isnegative" column is giving error. Please let us know how to get that col

Re: Receiving duplicate rows in Ad Group negative keyword report

2013-09-30 Thread Peter Kingswell
Yep, that was the problem, I forgot to update this thread. On Monday, September 30, 2013 3:17:09 PM UTC-4, Jeremy Aube wrote: > > Perhaps you have the same negative in multiple ad groups? > > On Thursday, September 26, 2013 10:47:23 AM UTC-4, Peter Kingswell wrote: >> >> Hi, >> >> I'm downloading

Re: Receiving duplicate rows in Ad Group negative keyword report

2013-09-30 Thread Jeremy Aube
Perhaps you have the same negative in multiple ad groups? On Thursday, September 26, 2013 10:47:23 AM UTC-4, Peter Kingswell wrote: > > Hi, > > I'm downloading the report with the code below and am receiving multiple > copies of the same row e.g. > > Campaign ID Keyword ID Match type Keyword >

Receiving duplicate rows in Ad Group negative keyword report

2013-09-26 Thread Peter Kingswell
Hi, I'm downloading the report with the code below and am receiving multiple copies of the same row e.g. Campaign ID Keyword ID Match type Keyword 47980415 10580922 Broad styling product 47980415 10580922 Broad styling product 47980415 10580922 Broad styling product 47980415 10580922 Broad

Re: Keyword Report Anomalies

2013-06-26 Thread Federico J. Sutin Citterio
That solve my problem! Thank you very much. Regards El miércoles, 26 de junio de 2013 04:04:33 UTC-3, Anash P. Oommen (AdWords API Team) escribió: > > Hi Federico, > > Those are the negative keywords in your adgroups. Try adding IsNegative > column to your reports to filter the unwanted rows.

Re: Keyword Report Anomalies

2013-06-26 Thread Anash P. Oommen (AdWords API Team)
Hi Federico, Those are the negative keywords in your adgroups. Try adding IsNegative column to your reports to filter the unwanted rows. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, June 26, 2013 12:42:27 AM UTC+5:30, Federico J. Sutin Citterio wrote: > > Hi Anash, > Firstly, th

Re: cannot add Enabled, Deleted, Paused predicates to keyword report - [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; trigger:'Enabled'; errorDetails:Enabled, SelectorError.INVALID_PREDICATE_

2012-06-12 Thread Kevin Winter
Team On Friday, June 8, 2012 10:37:10 PM UTC-4, iateadonut wrote: > > My keyword and campaign report totals are not matching up. It seems to be > a problem with keywords that are paused not showing up in the keyword > report. > > Here is the log and the error I'm get

cannot add Enabled, Deleted, Paused predicates to keyword report - [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ selector; trigger:'Enabled'; errorDetails:Enabled, SelectorError.INVALID_PREDICATE_ENUM

2012-06-08 Thread iateadonut
My keyword and campaign report totals are not matching up. It seems to be a problem with keywords that are paused not showing up in the keyword report. Here is the log and the error I'm getting: short version: Status IN Enabled Deleted Paused Res

Re: 'position' fields in keyword report?

2012-06-05 Thread David Torres
: > > What are these fields for in the Keyword report: > > PreferredPosition > BottomPosition > > > Is this the deprecated 'position preference'? > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

'position' fields in keyword report?

2012-05-30 Thread od321
What are these fields for in the Keyword report: PreferredPosition BottomPosition Is this the deprecated 'position preference'? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google

Re: 201109 keyword report - getting display data

2012-02-13 Thread Ed-
Thanks a lot Anash! That worked perfectly. Anyone having the same issue, I used the following code to download complete data - search and display: $user = new AdWordsUser(NULL, $email, $password, $developerToken,$applicationToken , $userAgent, $iSeAccountId, $settingsIniPath, $authToken, $oa

Re: 201109 keyword report - getting display data

2012-02-12 Thread Anash P. Oommen
Hi Ed, Keyword ID 300 is the special "Content" keyword. It represents all the activity from automatic placements generated using the keywords in that ad group. Automatic placements aren't generated from a single keyword, but rather the aggregate of all the keywords in the ad group. That exp

Re: InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-12 Thread Anash P. Oommen
Hi Nikhil, If you are consistently getting this error, please provide some additional details so I can troubleshoot this further. It would be nice if you can email the report definition and customer id to anash.p.oom...@google.com, since it cannot be posted online. Cheers, Anash P. Oommen, AdW

Re: 201109 keyword report - getting display data

2012-02-10 Thread Ed-
To add keywords on display network campaigns didn't help at all, and it seems there is another difference. They noticed the campaigns showing up on reports have text ads, and the ones missing only have image ads. Can I please have an answer on what is causing this issue? It can be a harsh one,

Re: InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-10 Thread David Torres
Hi, Are you consistently getting the error? Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: 201109 keyword report - getting display data

2012-02-09 Thread Ed-
Hey, I still need help with this one... actually asked account manager to add some kw on one of the affected campaigns, but it doesn't show up on reports (yet). So I'm in trouble, reports with no display clicks aint going to work :S -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

201109 keyword report - getting display data

2012-02-08 Thread Ed-
nce report. Searching around I've read people saying I am not supposed to use keyword report to get what would be adgroup's data (as display network do not have a keyword), but then noticed the 2 campaigns downloading are display network data, the only difference I could find is that they ha

Re: InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-08 Thread jstedman
This error usually comes and goes. Typically retrying the request after some time is the only solution. The official description can be read here: http://code.google.com/apis/adwords/docs/troubleshooting.html#InternalApiError -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

InternalApiError in Keyword report fetch (I am using dot net client library)

2012-02-07 Thread Nikhil Gaur
Hi, I am using dot net client library for Adwords API. While fetching keywords performance reports I am getting Internal API error many times. Here is the complete Error message including Inner Exception : Report contents are invalid. - !!!1|||-1||| InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Re: Keyword report showing wrong keyword status

2011-12-22 Thread Eric Koleda
Hi Nikhil, I'm interested to know if you see this error in other accounts that you manage. Please run some brief tests and let me know what you find. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Keyword report showing wrong keyword status

2011-12-21 Thread Nikhil Gaur
Hi Eric I have sent you an email by clicking 'Send an email' button on your profile. Please check and let me know if you are able to find any issue. Thanks On Dec 21, 9:05 pm, Eric Koleda wrote: > Hi Nikhil, > > Please send me the customer ID of the account, using the message feature of > my pr

Re: Keyword report showing wrong keyword status

2011-12-21 Thread Eric Koleda
Hi Nikhil, Please send me the customer ID of the account, using the message feature of my profile: https://plus.google.com/u/0/103231502413952116096/posts Thanks, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: Keyword report showing wrong keyword status

2011-12-20 Thread Nikhil Gaur
Eric Koleda, So far I am getting this issue in only one account and this issue seams to be with changes made by API only. Some times this problem occurs with changes made in UI also but with API change this problem always occurs. On Dec 21, 2:39 am, Eric Koleda wrote: > Hi Nikhil, > > Are you no

Re: Keyword report showing wrong keyword status

2011-12-20 Thread Eric Koleda
Hi Nikhil, Are you noticing this only on certain accounts? Does it only affect changes made in the UI, or does it also affect changes made in the API? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Keyword report showing wrong keyword status

2011-12-19 Thread Nikhil Gaur
Hi Eric, I am still getting old data in Keyword reports as well as adgroups reports. Changes are shown in reports after 1-3 hours. Don't know what is the reason please suggest what to do. On Dec 19, 10:09 pm, Eric Koleda wrote: > Hi Nikhil, > > We have heard some scattered reports of this happe

Re: Keyword report showing wrong keyword status

2011-12-19 Thread Eric Koleda
Hi Nikhil, We have heard some scattered reports of this happening, but I am not sure of the cause. My guess was that this was a temporary issue. Can you confirm if the problem is persisting? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Keyword report showing wrong keyword status

2011-12-13 Thread Nikhil Gaur
I am migrating my migrating my application from Adwords API v201101 to v201109. I am using .NET Client library. But in keywords reports I am facing a problem. Here are the steps which I followed and faced this issue. 1. Fetch keyword report. 2. Pause and change MaxCPC for some selected keywords

Re: v201101: Need ApprovalStatus field for keyword report

2011-06-27 Thread David Torres
Hi, Your request is taking in consideration but it might take some more time to have it available in the report. Best, -David -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: v201101: Need ApprovalStatus field for keyword report

2011-06-21 Thread Mack
Hi there, We are dealing with the same problem here. For efficient retrieval of the approval status, adding this field to the Keyword Performance Report would be very useful. Could you give us some feedback on the progress with this issue? Thanks, Mack. On May 17, 7:36 pm, Kevin wrote: > Hi Dav

Re: v201101: Need ApprovalStatus field for keyword report

2011-05-17 Thread Kevin
Hi David, Any update on this request? Thanks, Kevin On Apr 8, 7:32 am, David Torres wrote: > Hi Kevin, > > I'll be communicating your request with the team, > > Thanks for bringing this up, > > -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: v201101: Need ApprovalStatus field for keyword report

2011-04-08 Thread David Torres
Hi Kevin, I'll be communicating your request with the team, Thanks for bringing this up, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-ap

v201101: Need ApprovalStatus field for keyword report

2011-04-04 Thread Kevin
Hi, ApprovalStatus is missing from the Keyword Performance Report. Similar field (CreativeApprovalStatus) is available in Ad Performance Report. It would be useful for us to have it for Keyword report as well. Many thanks, Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Google Keyword report

2010-12-17 Thread AdWords API Advisor
) See answer to #1. 4) By default v13 reports don't return zero-impression rows. This can be enabled by setting includeZeroImpression = true. Zero impression data is only available for the keyword report in v13. http://code.google.com/apis/adwords/docs/developer/DefinedReportJob

Google Keyword report

2010-12-17 Thread Remya
Hi Google Adwords Team, I have a MCC account, and i created some campaigns, adgroups, ads, ans keywords etc Now i need the report of those entities from Google to my application through API. But i am getting very few of the results through API created report. Also i am getting all the result

AdWords API Re: Keyword Report service / Adwords GUI : statistics differences

2010-03-16 Thread AdWords API Advisor
Hi, This is expected behavior. The statistics in a report can be corrected if more data comes in regarding invalid clicks, etc. The values are fairly stable after about 3 hours after the close of the day, but you may want to re-download the report a day later to get the most accurate data. ht

AdWords API Re: Keyword Report service / Adwords GUI : statistics differences

2010-03-15 Thread TompiT
Sorry, I forgot to tell you that API version was under v13. Thanks, On 15 mar, 13:09, TompiT wrote: > Hi, > > At the moment we are using the report service to download keyword > performance from the previous day. Each day a cron job starts at 00:30 > GMT+1 that download and import the report in

AdWords API Keyword Report service / Adwords GUI : statistics differences

2010-03-15 Thread TompiT
Hi, At the moment we are using the report service to download keyword performance from the previous day. Each day a cron job starts at 00:30 GMT+1 that download and import the report in our database. We noticed some small differences between results from the API and Adwords web GUI. For example o

AdWords API Re: keyword report returning multiple rows for a unique adgroupID/CriterionID

2009-11-03 Thread AdWords API Advisor
Hi Crosby, In general, reports will be returned with multiple rows for an object when one of the column values has changed over the time period of the report, and the value is an input (such as maxCpc, maxCpa, etc). This is not new, but you may not have seen it before (if you hadn't changed CPA t

AdWords API Re: keyword report returning multiple rows for a unique adgroupID/CriterionID

2009-10-30 Thread crosby
using v13 on .net. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options,

AdWords API keyword report returning multiple rows for a unique adgroupID/CriterionID

2009-10-30 Thread crosby
Hi, I'm getting multiple rows for the same adgroupID/CriterionID in a daily criterion performance report requested via the API. I'm pretty sure this wasn't happening before, but is definitely happening now. It appears to happen when the adgroup CPA changes for an adgroup whose campaign has convers

AdWords API Re: ReportService - possible to filter Keyword Report for clicks > 0?

2009-10-01 Thread AdWords API Advisor
Hi Crosby, My apologies, I wasn't very familiar with the filtering options in the AdWords web interface, but now I see what you mean. Unfortunately that filtering option isn't supported by the DefinedReportJob object. Best, - Eric On Oct 1, 1:56 pm, crosby wrote: > Hi Eric, > > Thanks for the

AdWords API Re: ReportService - possible to filter Keyword Report for clicks > 0?

2009-10-01 Thread crosby
Hi Eric, Thanks for the reply. I actually did mean clicks (not impressions). I want to know if I can filter clicks > 0. (and I am clear, the impressions is possible and I know how, thanks.) This might be a possible future feature request - adding the filter functionality that is available via th

AdWords API Re: ReportService - possible to filter Keyword Report for clicks > 0?

2009-10-01 Thread AdWords API Advisor
Hi Crosby, I assume you mean > 0 impressions, not clicks. If so, then yes, this is possible via the API. The DefinedReportJob object has the boolean field includeZeroImpression, which can limit the report to only keywords with at least one impression. You can't obtain the ID's through reports

AdWords API ReportService - possible to filter Keyword Report for clicks > 0?

2009-09-30 Thread crosby
Hi, In the web interface I can limit a keyword performance report to keywords with clicks > 0. I wonder if that is possible with the ReportService? Alternatively, what I am actually trying to do is to be able to get a keyword performance report with IDs (as opposed to only the account, campaign,

AdWords API Re: Keyword report shows metrics for paused keywords

2009-08-01 Thread SearchQuant
doug s wrote: > Hi, > > I download a daily keyword report every night. I include the camp/ > adgroup/kw status columns > > I noticed that there are some keywords that have metrics for the day > (impressions, clicks, etc) even thought the kwStatus = paused. > > How can t

AdWords API Re: Keyword report shows metrics for paused keywords

2009-07-07 Thread AdWords API Advisor
rface, and you limit your view to the day in question, do you see any metrics for it? Cheers, -Jeff Posnick, AdWords API Team On Jul 7, 3:52 pm, doug s wrote: > Hi, > > I download a daily keyword report every night. I include the camp/ > adgroup/kw status columns > > I noticed

AdWords API Keyword report shows metrics for paused keywords

2009-07-07 Thread doug s
Hi, I download a daily keyword report every night. I include the camp/ adgroup/kw status columns I noticed that there are some keywords that have metrics for the day (impressions, clicks, etc) even thought the kwStatus = paused. How can this be? The camp and adgroup are Active but shouldnt

AdWords API Re: Error in fetching Keyword Report

2009-06-12 Thread AdWords API Advisor
t; > > > lang.org/project/httpclient/). Can you try upgrading your httpclient > > > > and see if the problem persists? > > > > > Cheers, > > > > -Jeff Posnick, AdWords API Team > > > > > On Jun 3, 11:44 am, Swanand Pagnis wrote

AdWords API Re: Error in fetching Keyword Report

2009-06-12 Thread Swanand
> > and see if the problem persists? > > > > Cheers, > > > -Jeff Posnick, AdWords API Team > > > > On Jun 3, 11:44 am, Swanand Pagnis wrote: > > > > > Hello Team, > > > > > I use adwords4r ruby interface to fetch a daily keyword repor

AdWords API Re: Error in fetching Keyword Report

2009-06-12 Thread Swanand
/project/httpclient/). Can you try upgrading your httpclient > > and see if the problem persists? > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On Jun 3, 11:44 am, Swanand Pagnis wrote: > > > > Hello Team, > > > > I use adwords4r ruby i

AdWords API Re: Error in fetching Keyword Report

2009-06-04 Thread Swanand
httpclient > and see if the problem persists? > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 3, 11:44 am, Swanand Pagnis wrote: > > > Hello Team, > > > I use adwords4r ruby interface to fetch a daily keyword report from Google. > > In the last couple of

AdWords API Re: Error in fetching Keyword Report

2009-06-03 Thread AdWords API Advisor
e adwords4r ruby interface to fetch a daily keyword report from Google. > In the last couple of days I am getting a strange (to me) error in > httpclient's get_content method. I am not sure whether this is because of > adwords4r or AdWords API problem. > > Here is the stack t

AdWords API Error in fetching Keyword Report

2009-06-03 Thread Swanand Pagnis
Hello Team, I use adwords4r ruby interface to fetch a daily keyword report from Google. In the last couple of days I am getting a strange (to me) error in httpclient's get_content method. I am not sure whether this is because of adwords4r or AdWords API problem. Here is the stack

AdWords API Re: API keyword report is 10% out

2009-02-12 Thread monk.e.boy
You are correct! It was ad distribution (adWordsType) that was my problem. The saved reports in the login area are pretty useful in debugging this sort of thing. It'd be great to see an article about them on the main web site. I ran the report I wanted by hand, then looked at the saved API report

AdWords API Re: API keyword report is 10% out

2009-02-11 Thread AdWords API Advisor
Hello, Reports scheduled from the web interface and reports scheduled from the API are both run by the same common reports service backend code, and if you specify the exact same parameters and run the reports for a date in the past that is completely settled, the output will be identical. Bas

AdWords API API keyword report is 10% out

2009-02-11 Thread monk.e.boy
Hi, I am trying to get: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html and it works fine, but the results seem to be approx 10% different to the report we get in the adwords interface. I have double and tripple checked timezones - everything is in GMT.

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-18 Thread AdWords API Advisor
Hello Ken, Yes, the reports you run via the AdWords API go against the same data source as reports you run from the web interface. The numbers are not going to be as accurate as a full-day report that you request the following day. Cheers, -Jeff Posnick, AdWords API Team On Dec 17, 6:30 pm, A

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, I see what you saying about validateReportJob(). About the intra-day reports, I thought the data I get from the API are the same quality as those I get from the Clients Reports web app. Are the numbers I've been getting on the intra-day reports from the web app. also not dependable? Y

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, validateReportJob() is a server-side call, and it's agnostic to the client code being used. It just sees the SOAP you send to it. Without setting crossClientSpecified to true, there is no crossClient SOAP element in the request you're sending, and that's what validateReportJob() sees.

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, What I meant by my question about validateReportJob is why didn't it detect the fact that I set crossClient but not crossClientSpecified. That should be a really easy error condition to detect. I did have another question about running these reports. You mentioned in your first reply t

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, validateReportJob() will only flag issues that will prevent a report from being run. For what I assume are legacy reasons, the Report Center does support running reports directly against MCC accounts (I think, long ago, you could create campaigns within MCC accounts), so it didn't get

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread API User from Z
Hi Jeff, That was it! Thank you for pointing that out. I'm using .NET 2.0 so I would rather you guys switched to 2.0 too. Going back to this problem. Why didn't the validateReportJob call catch this problem? It should be an obvious error that it could throw an exception on. Thanks again, Ke

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-17 Thread AdWords API Advisor
Hello Ken, You're running into one of the more... interesting... aspects of the .NET client library. To quote from the README: "In the .NET 1.1 SOAP layer primitive types do not get serialized by default. .NET has no way of specifying null for a variable of a primitive type. If a primitive type

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-16 Thread API User from Z
Hi Jeff, Thanks for the pointer to the .Net client libraries. I got the SOAP trace for my API calls. I pasted them below. I also want to add that changing the date to yesterday didn't make any difference. I still got the empty result set. And the whole reason for making these calls is to get

AdWords API Re: Keyword report not returning any data, but the web app returns data for the same report

2008-12-16 Thread AdWords API Advisor
Hello Ken, To start with, I wouldn't recommend running a report for the current day--it's recommended that you wait until at least 6 hours after midnight in your local timezone before requesting a report for the previous day. The data you get back for the current day will almost definitely be in

AdWords API Keyword report not returning any data, but the web app returns data for the same report

2008-12-16 Thread API User from Z
I'm having exactly the same problem as discussed in this previous thread: http://groups.google.com/group/adwords-api/msg/620c1aeb8c5c498c?hl=en&; I am doing what Jeff said in his last message in that thread, but I am not getting any data back from the ReportService API. However, I can run the s

AdWords API Re: Keyword Report - High Cost Value

2008-11-06 Thread [EMAIL PROTECTED]
> Sitz: München > AG München HRB 166589 > Geschäftsführer: > Thomas Bindl, Stephan Seitz > > -Ursprüngliche Nachricht- > Von: adwords-api@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von > [EMAIL PROTECTED] > Gesendet: Donnerstag, 6. November 2008 14:39 > An

AdWords API AW: AdWords API Keyword Report - High Cost Value

2008-11-06 Thread Tino Hertlein
Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 6. November 2008 14:39 An: AdWords API Forum Betreff: AdWords API Keyword Report - High Cost Value Hello, When I create a keyword report, calling the API through Java, the values of the Cost column are very high in the returned xml. When

AdWords API Keyword Report - High Cost Value

2008-11-06 Thread [EMAIL PROTECTED]
Hello, When I create a keyword report, calling the API through Java, the values of the Cost column are very high in the returned xml. When they were supposed to be 0.13, they appear as 130.000. My currency is BRL. The parameters of the report are: selected.report.type=Keyword aggregation.type

AdWords API Re: Filter in Keyword report

2008-10-16 Thread Reed
calls to the API and the data isn't all that huge), as well as the Structure Report for a keyword level breakdown (you only need one report per account, as opposed to the keyword report whcih was one report per adgroup, so the cost is still "cheap"), but now use daily scheduled re

AdWords API Re: Filter in Keyword report

2008-10-15 Thread dyutiman
Hi Jeff, Thanks for your reply. Let me tell you my scenario. I am generating keyword level report for last 30 days. The report size becomes more than 150MB. Instead if I generate the same report with the criteria not to include zero clicked keyword the size reduces to near about 85MB. Its very dif

AdWords API Re: Filter in Keyword report

2008-10-14 Thread AdWords API Advisor
Hello Dyutiman, It's not possible to schedule an AdWords report via the API that will automatically exclude rows based on arbitrary criteria like CTR > 0. You shouldn't find it too difficult to parse the reports that you do run and implement logic in your code to exclude rows that don't meet you

AdWords API Re: Filter in Keyword report

2008-10-14 Thread dyuti
Hi, Thanks for your quick reply. I have already gone through these filters but none of these are answering my query. From the Adwords console I can filter on various columns like impression, click, CTR, Avg CPC etc and I can set like "CTR is greater than SOME VALUE". But I could not find any such

AdWords API Re: Filter in Keyword report

2008-10-14 Thread Christian Krahn
Hi, in the code example of the page there are several filters included. Unfortunately i was not able to find a compiled list of possibles filters available in the API. Here's the part of the example i was referring to: true 2007-10-03 2007-10-03 Enabled Co

AdWords API Re: Filter in Keyword report

2008-10-14 Thread dyuti
Hi Christian, Thanks for your reply. I searched the page you sent to me before, but could not find the way to put filter. It says any report which I can generate through Adwords console , can be generated through API call also. Also it says that I can choose report type, aggregation type and selec

AdWords API Re: Filter in Keyword report

2008-10-13 Thread Christian Krahn
Hi Dyutiman, there is an example for that in the AdWords API documentation: http://code.google.com/apis/adwords/docs/developer/adwords_api_reports.html Regards, Christian On 13 Okt., 13:29, dyuti <[EMAIL PROTECTED]> wrote: > Hi, > I can generate a report from Google Adword console to get keywor

AdWords API Filter in Keyword report

2008-10-13 Thread dyuti
Hi, I can generate a report from Google Adword console to get keyword level data which does not include zero clicks keywords. I can use filter to get the report. Is there any way I can generate the report through API. Can I use filter through API as I use in the console? Please help. Thanks - Dyu

AdWords API Re: Distinguish placement from keyword in Keyword report

2008-09-23 Thread tozor
TECTED]> wrote: > > > I am wondering how I can distinguish between a placement (website as > > the API calls it) and a keyword in a Keyword report. The way I did > > this previously was to use KeywordMinCpc. Placements had an empty > > value for this attribute. Now the

AdWords API Re: Distinguish placement from keyword in Keyword report

2008-09-23 Thread AdWords API Advisor
, tozor <[EMAIL PROTECTED]> wrote: > I am wondering how I can distinguish between a placement (website as > the API calls it) and a keyword in a Keyword report. The way I did > this previously was to use KeywordMinCpc.  Placements had an empty > value for this attribute.  Now the min cp

  1   2   >