Re: Ad Performance Report

2022-02-06 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks! we found some useful information: The Google Ads API have 0 impression filter auto applied for each performance data, could you please help confirm? if yes then should be this case led the gap between Google Adwords and Ads API. Cause we have ads structure data requirement, we need all

Re: Ad Performance Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Hao, Thanks for getting back. For us to investigate, we will need a full log of request and response logs with request ID and request header generated on your end of API communications of the report pull. The request and response appears similar to the JSON Mappings in our REST documentat

Re: Ad Performance Report

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
The full log have some sensitive info, i list download one account data as example: [2022-01-28 04:25:05,673] {bash.py:173} INFO - 04:25:05.673 [grpc-default-executor-0] INFO c.g.a.googleads.lib.request.summary - SUCCESS REQUEST SUMMARY. Method: google.ads.googleads.v9.services.GoogleAdsServi

RE: Ad Performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Hao, Thanks for reaching out to the Google Ads API support. For us to investigate, we will need a full log of request and response logs with request ID and request header generated on your end of API communications of the report pull. The request and response appears similar to the JSON Ma

Re: Ad Performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
btw, i want to know the reason why it return the same volume of data for Google Adword API? On Wednesday, January 26, 2022 at 5:58:07 PM UTC+8 Hao Long wrote: > Hi Team, > > we are facing huge row count gap for ad performance report when migrate > from Adwords to Ads API. > > the background is

RE: Ad Performance Report Results

2021-03-08 Thread Google Ads API Forum Advisor Prod
Hi Aileen, Since it appears you are using the BigQuery Google Ads Script, please post your issue on the Google Ads Scripts forum as they are better suited to provide assistance on this. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2DLrmk:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Ad Performance Report missed data when CriterionId is included

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, >From what I could find out, we cannot expose criterionId for Discovery >campaigns in AdWords API without adding full support for this campaign type in >AdWords API. However, we recently announced general availability for Google >Ads API , which is the next version of AdWords API. As

Re: Ad Performance Report missed data when CriterionId is included

2020-09-28 Thread don....@gmail.com
Helllo Anthonly, I have similar issue, if CriterionId is included into query we do not get full cost for certain campaigns Example 1. Call without CriterionId curl --location --request POST 'https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT%20%20CampaignId,%20Cam

Re: Ad performance report field DSA fields issue

2020-09-16 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. With regards to your concern, it seems that is intended behavior and if they can reach out to the client library owners for more clarity https://github.com/googleads/google-ads-php/issues. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p.

Re: Ad performance report field DSA fields issue

2020-09-15 Thread denma test
Ok, sure. Can you confirm finally whether the Google Ads API will work with PHP 5.6 version? As i seeing with this link the minimum PHP version might need is PHP 7.2. Also tried to build vendor files with PHP 5.6 for this l

RE: Ad performance report field DSA fields issue

2020-09-15 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. With regards to your concern, you can refer to ad_group_ad report with ad_group_ad.ad.expanded_dynamic_search_ad.description field. In terms of the feature request, I just got word from my team that we are actually no longer planning to make any enhancements

Re: Ad Performance Report missed data when CriterionId is included

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, We will need your CID and report results that Mitchell mentioned to further look into this. Please do so using reply privately to author. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q20VVw3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ad Performance Report missed data when CriterionId is included

2020-09-07 Thread 'Dmitry Kozyrev' via AdWords API and Google Ads API Forum
Hi Mitchell, Sorry for the late reply. Unfortunately I did not receive the permission to share that data. But recently we ran into a similar issue (for another customer): curl --http1.1 \ --header "Authorization : Bearer {AuthorizationToken}" \ --header "developerToken : {DeveloperToken

RE: Ad Performance Report missed data when CriterionId is included

2020-06-02 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Thank you for reaching out. Can you please share your client customer ID, both downloaded reports, and a screenshot of the data in the UI via Reply privately to author so I can further investigate the issue? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q20VVw3:ref --

RE: Ad Performance Report

2020-03-06 Thread Google Ads API Forum Advisor Prod
Hi Matthieu, Thanks for reaching out. The Adwords API supports campaign level data retrieval for UAC campaigns. There is currently no way to retrieve the ad level data from UAC campaigns. I have submitted a feature request to support the ad level data retrieval for UAC campaigns in Adwords API.

RE: Ad Performance Report for UAC (App campaigns)

2020-02-14 Thread Google Ads API Forum Advisor Prod
Hello Alfonso, Thank you for reaching out. The data for App Campaigns is only available through Campaign Performance Report and the report types listed here. This is the reason you are not able to retrieve the app campaigns details using Ad Performance Report via API. Let us know if you have an

RE: Ad Performance Report Display Campaign

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hi Daniele, I'm happy to take a look into this issue. Could you please share the client customer Id along with the report query that you're trying, to check this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team ref:_00D1U1

Re: Ad Performance Report And AdType

2018-12-25 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eric, I am a colleague of Luis, allow me to provide additional support for your concern. Zweitze is correct, upon checking the fields you have provided, the field SearchImpressionShare is no

Re: Ad Performance Report And AdType

2018-12-24 Thread Zweitze
Assuming you attempt to use AD_PERFORMANCE_REPORT make sure you only use fields compatible for exactly that type of report. For instance, you use SearchImpressionShare which is -AFAIK- not supported by AD_PERFORMANCE_REPORT. You may be using more fields intended for other reports. On Friday,

Re: Ad Performance Report And AdType

2018-12-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Eric, The ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT means a customer passed an invalid field name for a report type. Could you provide the

Re: Ad Performance report returns ad type as 'Display ad' for video ads

2018-11-22 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, To further investigate this, could you provide the complete report definition you used when generating the Ad Performance Report together with your clientCustomerId? Also, could you specify which

Re: Ad Performance Report

2018-10-21 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Chris, Ad Performance Report should be able to retrieve all statistics in the ad level. However, since you mentioned that the results you are getting are not what you are expecting, could you provide the complete report definition

Re: Ad Performance Report not including all CreativeFinalUrls

2018-02-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Adam, The Ad Performance Report will return stats at the ad level with one row per ad. The CreativeFinalUrls gives you the list of final URLs of the ad and can be retrieved using the Ad Perform

Re: Ad Performance Report - MediaId

2018-01-21 Thread yuval
Thank you, I found out another solution was to use "adToCopyImageFrom" and use the id of the ad, without pulling the image mediaId On Thursday, January 18, 2018 at 12:28:04 AM UTC+2, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi, > > You can use the EnhancedDisplayCreativeMarketingImageMed

Re: Ad Performance Report - MediaId

2018-01-17 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, You can use the EnhancedDisplayCreativeMarketingImageMediaId and EnhancedDisplayCreativeMarketingImageSquareMediaId

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, The "The Expanded Text Ads with an additional line of description" is an experimental Ad format which was not supported in AdWords API. I would suggest that you contact AdWords product support or your account manager for more deta

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread Dmitry Iliev
Hello Swetha, some of our clients has reported that Google AdWords does not offer *"The Expanded Text Ads with an additional line of description" *anymore. Could you confirm that? If so we would like to update our corresponding documentation. On Wednesday, October 4, 2017 at 8:49:10 AM UTC+3,

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Hi Swetha, this makes sense for me now, thank you for you time and detailed explanation. I appreciate it! On Wednesday, October 4, 2017 at 12:25:49 AM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > The Expanded Text Ads with an additional line of description are > experim

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, The Expanded Text Ads with an additional line of description are experimental ad formats and not supported in AdWords API at the moment. You'll be able to get regular ExpandedTextAds via AdWords API reports or services as usual. You could consider contacting AdWords product support

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Hi Shwetha, why then I starting to see such 'Expanded Text Ad' type ads being returned by API on later days, for example on Sept 30th for the same customerId, but API data does not match what is being seen UI, is the reason for that - not full proper support by Adword API yet? When it would be

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, These are Expanded Text Ads with an additional description and are not supported in AdWords API at the moment. This is the reason these Ads are not being returned in the Ad Performance Report. I would suggest that you use AdWords UI to get performance data for these Ad types for now

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Could you please check more, I would like to do correction that returned by API ads were of the type *Expanded text ad* actually, it was my mistake to call them TEXT ad in the message. I see them in the UI on 9/21, for example 4th row from the sent by me screenshot, with the cost $22.49, this i

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, I did receive the private message. I see that the TEXT_ADs in this account do not have any impressions for the date specified in the report query. To get zero impressions data in AdWords API reports, you need to set the includeZeroImpressions header

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Hello Shwetha, I have replied to you privately, please confirm, as don't see any indication that my private reply went through On Tuesday, October 3, 2017 at 6:58:47 PM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > Could you provide the clientCustomerId along with the dat

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dmitry, Could you provide the clientCustomerId along with the dateRange used in the report query so I can take a look? Please use *Reply privately to author* when responding. Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: Ad Performance Report Default Segmentation

2017-08-13 Thread 'Peter Oliquino' via AdWords API Forum
Hi Austin, To better investigate your concern, could you provide the complete report definition you used to generate the report and the report file itself? You may reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ad performance report with location

2017-08-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dmitry, You can use Geo Performance Report to get the stats aggregated at the country/territory level, one row per country/territory. You will have to include the fields AdGroupId

Re: Ad performance report with location

2017-08-10 Thread dmitry
Hi Sreelakshmi, Sorry for missing this detail, I basically wanted to get the cost per as / ad group / campaign (at least something), broken down by the country for which the cost was, I hope I'm making sense / understanding it correctly. E.g. let's say we have a campaign that is targeted at UK,

Re: Ad performance report with location

2017-08-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dmitry, When you say 'ad level costs by country' are you looking for the stats for those Ads which was triggered by the location criterion? If so, you could use the Ad Performance Report and include Cr

Re: Ad Performance Report. 'status' field return value

2017-05-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thanks for the report. I do not believe this is expected; you should be getting values like "ENABLED" or "PAUSED", as you said. I will follow up with our engineering team and let you know when I have any information to share. Regards, Mike, AdWords API Team On Wednesday, May 24, 2017 a

Re: Ad Performance Report : report null when date is added

2017-05-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you retry this report request by setting the includeZeroImpressions header to true? The ClickType field

Re: Ad performance report metrics

2017-02-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The fields you mentioned are not available for the 201605 version of the Ad Performance Report. Additionally the v201605 version has been deprecated

Re: Ad Performance Report only has one image MediaID EnhancedDisplayCreativeMarketingImageMediaId

2017-02-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi TJ, The Ad Performance Report currently only supports media IDs of marketing images and logos. For more information, you may refer here . I will file a request for team to include the square image in the report, as of now

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread Erwin Mayer
Hi Joyce, Thanks for your reply. These fields are unfortunately unhelpful when status is "Approved (Limited)". I would categorize this issue as nearly a bug; approvalStatus should differentiate between Approved and Approved (Limited) as they are not the same thing. Or at least trademarkDisapp

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Erwin, You may use the approvalStatus and trademarkDisapproved fiel

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread Erwin Mayer
Hi Eric, Do you have an update on this? Almost 5 years later and the API still doesn't seem to report "Approved (Limited)" status. Thanks, Erwin Le lundi 30 janvier 2012 08:35:10 UTC-10, Eric Koleda a écrit : > > Hi Lloyd, > > Thank you for the feedback. I'll bring up the idea to the core >

Re: Ad performance report with conversion values (sales, leads, sign-up, other, all)

2016-06-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Gita, I see that you are trying to add a filter. Instead, you can add a custom column, select "Conversions" from the drop down and select "All Conv". You can also add the AllConversions fi

Re: AD PERFORMANCE REPORT with CONTAINS_ANY predicate results in 500 Internal Server Error

2015-07-28 Thread Anthony Madrigal
Hi, AdWords API v201409 has been sunset and will no longer be able to be used. You should upgrade your API to v201506 using one of our client libraries . If you are st

Re: Ad Performance Report: ‘CreativeDestinationUrl’ vs‘Url’ + 'Headline' vs 'PromotionLine'

2014-07-08 Thread Sudi Gopinath
Hi Ray, I have looked at the documentation and it doesn't list how I can differentiate the returned values. In my case, how do I know if the value of 'Ad' is a Headline of PromotionLine? Also, if they are synonymous what is the purpose of having the said separate column names when requesting a

Re: Ad Performance Report: ‘CreativeDestinationUrl’ vs‘Url’ + 'Headline' vs 'PromotionLine'

2014-07-08 Thread Ray Tsang (AdWords API Team)
Sudi, Please check the reporting type document . The columns having the same return column names are synonymous. Thanks, Ray On Tuesday, July 8, 2014 11:27:25 AM UTC-4, Sudi Gopinath wrote: > > Hello, > > I am trying to pull

Re: Ad performance report does not contain the Content keyword

2014-01-29 Thread schut
Hi Mike, Thank you for the response. We currently fixed this issue by recognizing the Content keyword based on the ID, this also works for us. Thanks, Igor Op woensdag 29 januari 2014 14:40:40 UTC+1 schreef Michael Cloonan (AdWords API Team): > > Hi Igor, > > Try running the report and also i

Re: Ad performance report does not contain the Content keyword

2014-01-29 Thread Michael Cloonan (AdWords API Team)
Hi Igor, Try running the report and also including an extra column: either CreativeID or any of the stats columns (Click, etc.). This should cause the row you're interested in to also return. Let me know if this works. Thanks, Mike, AdWords API Advisor On Wednesday, January 29, 2014 3:12:04 AM

Re: Ad performance report does not contain the Content keyword

2014-01-29 Thread schut
Hi Mike, We have a report regarding the AdGroup with ID 8056535453. This AdGroup is from one of our clients, Account ID 8941391222. Hope this helps. Thanks, Igor Op dinsdag 28 januari 2014 22:28:47 UTC+1 schreef Michael Cloonan (AdWords API Team): > > Hi again Igor, > > Would you be able t

Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread Michael Cloonan (AdWords API Team)
Hi again Igor, Would you be able to provide me the AdGroupId for which this is occurring? We weren't able to replicate it in another instance. Thanks, Mike, AdWords API Advisor On Tuesday, January 28, 2014 12:55:23 PM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hi Igor, > > We're stil

Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread Michael Cloonan (AdWords API Team)
Hi Igor, We're still looking into this on our end. Sorry for the long turnaround time. I've pinged the appropriate people to see if we can push up the prioritization on this. Thanks again, Mike, AdWords API Advisor On Tuesday, January 28, 2014 3:40:13 AM UTC-5, sc...@bgenius.com wrote: > > Hi

Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread schut
Hi Mike, Any news on this yet? Thanks, Igor Op donderdag 9 januari 2014 14:43:03 UTC+1 schreef Michael Cloonan (AdWords API Team): > > Hi Igor, > > This looks like it could be an issue on our end. I'll keep you posted as > we find out more details about this. > > Thanks, > Mike, AdWords API Ad

Re: Ad performance report has no data for html5 ads

2014-01-24 Thread Danial Klimkin
Hello Chirag, Unfortunately I can not identify the issue from the report attached. Can you please send as retrieved report (without any alterations) and clarify what is the expected output? -Danial, AdWords API Team. On Friday, January 24, 2014 1:23:39 PM UTC+4, Chirag wrote: > > Hello, > >

Re: Ad performance report has no data for html5 ads

2014-01-24 Thread Chirag
Hello, Yes am aware that the Description line 1 & 2 will be shown only for text ads. I agree. However, it seems that you missed my last option. Let me be clear here - I was specifically talking about the Ad dimensions for Display ads. When you see in the attached sheet rows are not giving ad

Re: Ad performance report has no data for html5 ads

2014-01-23 Thread Danial Klimkin
Hello Chirag, Are those template ads? These fields are available for text ads only. -Danial, AdWords API Team. On Monday, January 20, 2014 3:05:19 PM UTC+4, Chirag wrote: > > Hello All, > > I am fetching data for Ad performance report, but for html5 ads i am not > able to get Description lin

Re: Ad Performance Report Data Granularity

2014-01-21 Thread Danial Klimkin
Hello Bikram, The date range is defined via report selector. You can set dateRangeType to "CUSTOM_DATE" and provide min and max dates for the report. In order to get daily stats, you can add the "Date" column. For more details, please see the exact definition here: https://adwords.google.c

Re: Ad performance report stats without sitelinks.

2014-01-13 Thread Ray Tsang (AdWords API Team)
Shay, In the Ad Group Performance report, there is a column called "Click type" that you can use to determine the link that the user clicked (e.g. Site link or Headline). However, we do not currently have the ability to

Re: Ad performance report does not contain the Content keyword

2014-01-09 Thread Michael Cloonan (AdWords API Team)
Hi Igor, This looks like it could be an issue on our end. I'll keep you posted as we find out more details about this. Thanks, Mike, AdWords API Advisor On Tuesday, January 7, 2014 3:53:15 AM UTC-5, sc...@bgenius.com wrote: > > Hello Danial, > > Do you have an update for me regarding this issue

Re: Ad performance report does not contain the Content keyword

2014-01-07 Thread schut
Hello Danial, Do you have an update for me regarding this issue? Thanks, Igor Op donderdag 2 januari 2014 11:21:05 UTC+1 schreef sc...@bgenius.com: > > Hallo Danial, > > I do not have any older logs that demonstrate the old behaviour. > > Now, when retrieving an AD_PERFORMANCE_REPORT report the

Re: Ad performance report does not contain the Content keyword

2014-01-02 Thread schut
Hallo Danial, I do not have any older logs that demonstrate the old behaviour. Now, when retrieving an AD_PERFORMANCE_REPORT report the Content keyword (with ID 300) is only included when we include deleted items. Thanks, Igor Schut Op maandag 23 december 2013 10:57:46 UTC+1 schreef Danial

Re: Ad performance report does not contain the Content keyword

2013-12-23 Thread Danial Klimkin
Hello Igor, We don't expect any change around this. Can you please send us a request that results in a different response? Any chance you have an older log that demonstrates the old behavior? -Danial, AdWords API Team. On Friday, December 20, 2013 12:19:45 PM UTC+4, sc...@bgenius.com wrote:

Re: Ad Performance Report dates don't correspond

2013-10-29 Thread Paul Matthews (AdWords API Team)
What's the full query you're looking at in the UI, for instance are you using DayOfWeek or Date? Are you sure you're looking at the same account? Do the Ads match the report? Regards, - Paul, AdWords API Team. On Saturday, 26 October 2013 00:40:04 UTC+1, Ricardo Buitrago wrote: > > Hello! I'm

Re: Ad Performance report does not work properly

2013-07-18 Thread David Torres (AdWords API Team)
Hi Federico, I'm not sure I'm following your question, could you expand on it? To enforce your findings, it is true that the clickType columns causes a segmentation that makes your report totals not match due to the possible double counting. Best, - David Torres - AdWords API Team On Monday

Re: Ad Performance Report (Slot) topVsSide field name wrong in documentation

2012-12-26 Thread David Torres (AdWords API Team)
Hi Erkan, This is an error in our documentation, I'll work with me team to have it fixed. Thanks for reporting it. Best, - David Torres - AdWords API Team On Tuesday, December 25, 2012 7:15:05 AM UTC-5, Erkan Ceran wrote: > > Hi, > > I try to get ad performance report with adwords api. I req

Re: Ad Performance Report missing some Enabled Ads

2012-10-25 Thread road11
A-ha! I see that now. Didn't even notice those notes in Excel when I downloaded the field list. Thanks, Jason. Eric On Wednesday, October 24, 2012 6:42:29 PM UTC-4, Jason Stedman wrote: > > Eric, > > Take a look at the specific fields you are retrieving. Certain fields will > prevent zer

Re: Ad Performance Report missing some Enabled Ads

2012-10-24 Thread Jason Stedman
Eric, Take a look at the specific fields you are retrieving. Certain fields will prevent zero impression rows from showing up in reports. One way to get around this would be to pull all of those fields in one report, then pull all the fields that do not prevent zero-impression rows in another

Re: AD Performance report and Account performance report anomalies

2012-01-30 Thread Peter S. (Location3)
It seems that missing the predicate for the Status of Ad Performance report is the issue. It must have changed, (Similar to the all of a sudden requiring the dev token that was supposed to happen in November a couple of weeks ago) this change went in last week to now require the predicate for

Re: AD Performance report and Account performance report anomalies

2012-01-30 Thread Peter S. (Location3)
Even more compelling is if we call the MCC Client Report for V13 the data is there for that day. On Jan 30, 11:21 am, "Peter S. (Location3)" wrote: > As another follow up the Keywords Report in the MCC client center has > the right data.. > > On Jan 30, 11:15 am, "Peter S. (Location3)" > wro

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2012-01-30 Thread Eric Koleda
Hi Lloyd, Thank you for the feedback. I'll bring up the idea to the core engineering team, but for the mean time the behavior will remain the same. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://a

Re: AD Performance report and Account performance report anomalies

2012-01-30 Thread Peter S. (Location3)
As another follow up the Keywords Report in the MCC client center has the right data.. On Jan 30, 11:15 am, "Peter S. (Location3)" wrote: > It looks like you are changing the Ad Performance report for the > Google Adwords MCC side.  Because now your reports are not returning > any data for th

Re: AD Performance report and Account performance report anomalies

2012-01-30 Thread Peter S. (Location3)
It looks like you are changing the Ad Performance report for the Google Adwords MCC side. Because now your reports are not returning any data for those days where before I could actually get the Ad, Description1, Description2 and etc and the ad with ids. Is it possible you are trying to fix it li

Re: Ad Performance Report "ClickType" column causing duplicate impression counting?

2011-09-26 Thread Eric Koleda
Hi Peter, Have tried looking at this same data in the AdWords web interface? My guess is that it too will return the same numbers. I believe the impressions for each ClickType reflect how many times the ad served with that extension enabled. Best, - Eric Koleda, AdWords API Team -- =~=~=~=

Re: Ad Performance report

2011-09-06 Thread Eric Koleda
Hi Chris, Not every ad type has a name, so there isn't one simple field to use. For text ads you can use "Headline" and for image ads there is "ImageCreativeName". Other ad types however may not have a simple field to use however. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=

Re: Ad Performance - Report fails 50% when calling CreativeApprovalStatus

2011-08-31 Thread Lloyd Pick
Yeah it seems the API was updated but the docs hadn't been. I've just removed the predicate for DISABLED on my report. * Lloyd Pick* Developer *Forward* Floor 1, Centro 3 19 Mandela Street London NW1 0DU T: 020 3214 8403 W: www.forward.co.uk On 30 August 2011 20:14, Kevin Winter wrote: >

Re: Ad Performance - Report fails 50% when calling CreativeApprovalStatus

2011-08-30 Thread Kevin Winter
Hi, Going to that link I only see the following as valid values for that enum: Predicate values / display values: DISAPPROVED / disapproved UNCHECKED / pending review PORN / approved (adult) NON_FAMILY_SAFE / approved (non family) FAMILY_SAFE / approved APPROVED / approved DISABLED is not on th

Re: Ad Performance report (v201101) taking almost a half hour to download

2011-08-23 Thread jstedman
You might also see better performance if you use downloadFormat GZIPPED_XML instead of XML. A report of 1.7 million rows takes a good 30 seconds to download when its zipped, since XML is highly redundant textual data by nature, it has a very high compression ratio so will download MUCH faster zip

Re: Ad Performance report (v201101) taking almost a half hour to download

2011-08-23 Thread Anash P. Oommen
Hi, How big is the report when you finally download it? May be the report size has something to do with the delay? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Re: Ad Performance - Report fails 50% when calling CreativeApprovalStatus

2011-08-23 Thread Lloyd Pick
This is now a 100% failure rate... AdWords::Error::GoogleInternalError mutate Call Failed: # On Aug 22, 10:05 am, Lloyd Pick wrote: > I call the Ad Performance report asking for CreativeApprovalStatus > with the predicates that it should either be 'DISABLED' or > 'DISAPPROVED' as defined by the

Re: Ad Performance Report in v201003 Beta

2010-10-08 Thread AdWords API Advisor
Hi Trevor, The field KeywordId is now available in the ad performance report, which will allow you to get statistics for unique ad-keywords combinations. The other fields of the keywords (text, match type, etc) will need to be retrieved using the AdGroupCriterionService or keywords performance re

Re: Ad Performance Report in v201003 Beta

2010-10-06 Thread Trevor
Hi Eric, Just wanted to follow up and see if there is any thought on when this feature might be implemented? Thanks, Trevor -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-04 Thread jhgd
Thanks, Anash. It has been dealt with. ;) Regards, John Hamilton -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-04 Thread Reed
Sorry Anash, I haven't been capturing the request info unless the request for the report definition fails. I'll start saving that information. Does the fix to always show micros apply to all report formats, or only XML formats? I'm getting ready to switch to using CSV formats for all of my repor

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-04 Thread AdWords API Advisor
Hi Reed, I've been told that going forward, the ReportDefinitionService will report in micros only. Apparently, the change hasn't gone live on all servers, that's why you are seeing the dollars v/s micros for some reports. Once the fix goes live on all servers, the ReportDefinitionService should r

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-04 Thread AdWords API Advisor
Hi Reed, John, Will you be able to post a request id too? Cheers, Anash P. Oommen, AdWords API Advisor. On Oct 4, 2:48 am, Reed wrote: > I should have included the report ID in my posting -   8550223 > -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-03 Thread Reed
I should have included the report ID in my posting - 8550223 -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: Ad Performance Report ProxyMaxCPC(cost) inconsistencies...

2010-10-03 Thread Reed
The same thing happened to me today for the keyword performance report for 10/2/10 data. Only one report had the problem - reports for that client's other adWords accounts were ok, and (as far as I can tell), reports for other clients were OK. Plus, this account's report that was pulled yesterday

Re: Ad Performance Report in v201003 Beta

2010-09-16 Thread AdWords API Advisor
Hi Pete, As new types of criteria are added to the system we will certainly work to ensure that those criteria can be reported on. Best, - Eric On Sep 15, 7:11 am, pete wrote: > Hi Eric > > Now that Google has expanded the concept of an Ad trigger from the > (much loved) Keyword to include plac

Re: Ad Performance Report in v201003 Beta

2010-09-15 Thread pete
Hi Eric Now that Google has expanded the concept of an Ad trigger from the (much loved) Keyword to include placements (both auto and manual), remarketing audiences etc. what we really need is a method by which the relationship in terms of performance, between ads and triggers can be reported on. E

Re: Ad Performance Report in v201003 Beta

2010-09-07 Thread AdWords API Advisor
Hi Trevor, This feature request hasn't been forgotten, but there are some internal dependencies holding it up. Unfortunately I still don't have an estimate for when it will be available, but feel free to check in on this thread periodically. Best, - Eric On Sep 3, 3:56 pm, Trevor wrote: > Just

Re: Ad Performance Report in v201003 Beta

2010-09-03 Thread Trevor
Just wondering if there any updates on when this is going to be available. Cheers, Trevor On Jul 28, 6:01 pm, AdWords API Advisor wrote: > Hi, > > The fields available for areportcan change in-between API releases, > but at this time I don't have an estimate of when those fields will be > avail

Re: Ad Performance Report in v201003 Beta

2010-07-28 Thread AdWords API Advisor
Hi, The fields available for a report can change in-between API releases, but at this time I don't have an estimate of when those fields will be available. Best, - Eric On Jul 28, 6:33 pm, SEM wrote: > Thanks Eric. When you said you are going to expose related keyword > fields in ad performance

Re: Ad Performance Report in v201003 Beta

2010-07-28 Thread SEM
Thanks Eric. When you said you are going to expose related keyword fields in ad performance report in future, does that mean they will be available when v201003 API release is out or is it going to be beyond that? Thanks. On Jul 27, 11:05 am, AdWords API Advisor wrote: > Hi, > > There are plan

Re: Ad Performance Report in v201003 Beta

2010-07-27 Thread AdWords API Advisor
Hi, There are plans to expose this type of breakdown in the future, but there are some technical challenges that need to be sorted out first. Thank you for your feedback regarding the importance of this feature, and please let us know about any other features that are required for you to migrate t

AdWords API Re: Ad Performance Report - kwType values

2009-08-07 Thread AdWords API Advisor
Hi, The adwordsType column contains a type of network targeting, "Search Only" or "Content Only". Targeting is a property of a Campaign, but this column can be retrieved in many reports and is used to segment the data. For instance, in the Account report one row is returned for each type of adw

AdWords API Re: Ad Performance Report - kwType values

2009-08-06 Thread Zweitze
Indeed, all keywords with: kwType="NetworkDaypart" also have adwordsType="Search Only" I assume that is what you're looking for? By the way, I am not sure whether adwordsType is actually a keyword attribute. Do you know? In fact, I haven't even succeeded in locating someone at Google kn

AdWords API Re: Ad Performance Report - kwType values

2009-08-03 Thread AdWords API Advisor
Hi Dmitriy, Yes, the ContentChannel kwType should only be returned for Website criteria. Best, - Eric On Jul 31, 10:39 am, "dmit...@sayu.co.uk" wrote: > Hi Eric, > Thanks for clear and completely answer. > > One more question. That placement at ContentChannel, which part of > keyword column va

  1   2   >