RE: keyword performance report

2024-10-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I understand that you are trying to fetch the keyword value via Google Ads API. Please note that 'keyword.text' will fetch you the text of the keyword. There is no other field in API that could fetch the value of keyword. Hope

Keyword Performance Report

2024-10-14 Thread Jeff Spurlock
Hello, I'm writing an application that is going to give various levels of campaign reporting data. I've been able to get account level, campaign level, and adgroup level data, but there seems to be no way to get all of the keyword values on the account, or all of the keyword values on an adgro

Re: Google Ads API keyword performance report

2022-03-28 Thread jubap...@gmail.com
Hi, so I am using pything libary and the code I use is below. The question I ask that highlights this line : updated_agc.status.name = row['Keyword Status'] Sample df_input will be pandas data frame with column: Ad Group ID, Keyword ID, Keyword Status def get_keyword_status_operations(client,

Re: Google Ads API keyword performance report

2022-03-23 Thread jubap...@gmail.com
Thanks for the update. I am not quite sure why those replies had been deleted. Let me elaborate my question with an example. Q: for changing ad_group_criterion_status, is this operation correct? Do I miss any parameter for updated ad_group_criterion.status? I found that in sample code, if I wan

Re: Google Ads API keyword performance report

2022-03-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your reply. I noticed as well that you deleted your recent responses. However, and just in case, allow me to provide my responses to those items you sent over : I am wondering can I changed maxCPC on keyword layer? You can perform a request using the AdGroupCriterionService.

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, I am wondering can I changed maxCPC on keyword layer? And for changing keyword status, I know that it might be used for samples like client.enums.AdGroupCriterionStatusEnum.ENABLED I want to change keyword status by an input pd data frame filed with the column of ad_gorup_id, criterion_id, cr

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, Thanks for the help with the keyword report. I had completed it. I still have questions about changing keyword status, can you help me to check if my operations are correct Also, I am wondering if I can change Max CPC on the keyword layer. I do not quite understand how to use field mask and

Re: Google Ads API keyword performance report

2022-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your reply and additional details. For keywords metrics, you can use the keyword_view and include attributes from the ad_group_criterion resource in your query, since this is an Attributed resource of the said keyword report. You can also use the query builder and query valid

Re: Google Ads API keyword performance report

2022-03-10 Thread jubap...@gmail.com
Hi, Thanks for clearify my queston about criteria_id I want to get ad_group_criterion.criterion_id and a couple of metrics in the keyword performance report however, select from ad_group_criterion can not select or filter on metrics. Any suggestions at this point? Thank you On Thursday, March

Re: Google Ads API keyword performance report

2022-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Yes, the criterion ID for a specific ad group criterion is given by ad_group_criterion.criterion_id. The criterion ID is constant so it will be the same as ad_group_bid_modifier.criterion_id, for example. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2

Re: Google Ads API keyword performance report

2022-03-09 Thread jubap...@gmail.com
Hi, Carmela Thanks for the tips! Resource Mapping is really helpful! Now I know that 'ID' will be corresponding to 'ad_group_criterion.criterion_id'. However, I want to get ad_group_criterion.criterion_id and a couple of metrics in this report, and select from ad_group_criterion can not select

RE: Google Ads API keyword performance report

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API team. I see that your concern is mainly about keyword fields. With this, you can use this Resource Mapping on mapping fields on both AdWords API and Google Ads API for keywords fields. As for updating the status of the keywords, you can

Re: Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
centage','AbsoluteTopImpressionPercentage'] On Tuesday, March 8, 2022 at 11:47:44 AM UTC-8 jubap...@gmail.com wrote: > I am trying to download the keyword performance report by the new API. > I found that there are no keyword-level resources with metrics. Is there a >

Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
I am trying to download the keyword performance report by the new API. I found that there are no keyword-level resources with metrics. Is there a way for keyword performance report by using SearchGoogleAdsStreamRequest ? Also, have one more question about how to adjust the keyword enabled and

Re: Keyword performance Report

2022-02-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, In the Ads API, if a report is segmented, there isn't a way to explicitly include zero impressions (via predicate, for example). Please let us know if you have any further questions on this. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPepU:ref --

Re: Keyword performance Report

2022-02-06 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks i will have a try, to make sure align with Google Adwords API return could you please advice how to including 0 impression keywords records in Ads API? Thanks Hao On Saturday, January 29, 2022 at 4:23:23 AM UTC+8 adsapi wrote: > Hi Hao, > > Checking the UI, I see that there are ~100,000

Re: Keyword performance Report

2022-01-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Checking the UI, I see that there are ~100,000 keywords in the campaign, but just under 2,000 received an impression in the given date range. The Ads API excludes zero impressions by default when a report is segmented. This could explain why you are seeing fewer results in the Ads API r

Re: Keyword performance Report

2022-01-28 Thread 'Hao Long' via Google Ads API and AdWords API Forum
we setcustomerid as 7390598815 when build google ads service and execute query as attached in previous mail i sent. compare with Adwords API there have huge data volume gap. data from Google Ads API missing lot of data, such as the ads data under below campaign: account: UK_Vertical_Parts_and

Re: Keyword performance Report

2022-01-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thanks for providing the queries. Can you please provide the results for each report as well? Can you also please verify if the Ads API reporting results match your UI? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPepU:ref -- -- =~=~=~=~=~=~=~=~=

Re: Keyword performance Report

2022-01-27 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Thanks Matt, Below list the info you mentioned in previous conversation: Google Adwords API: KEYWORDS_PERFORMANCE_REPORT Fields list: Date AdGroupId CampaignId Id Interactions InteractionRate SearchAbsoluteTopImpressionShare SearchBudgetLostAbsoluteTopImpressionShare SearchBudgetLostTopImpression

RE: Keyword performance Report

2022-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hao, Thanks for reaching out. Can you please provide us with more details on this issue? For example, can you provide us with the queries that you are using from the AdWords API and the Ads API? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2VPepU:ref --

Keyword performance Report

2022-01-26 Thread 'Hao Long' via Google Ads API and AdWords API Forum
Hi Team, we are working on keyword performance report migration from adwords to ads(keyword_view) api. we found there have some records existing adwords api but not in ads api. exception case: account: UK_Vertical_Parts_and_Accessories_Exact_1(7390598815) campaign

RE: Keyword Performance Report slow since the 21st

2021-07-25 Thread Google Ads API Forum Advisor
Hi Joel, Thank you for reaching out. There were no recent changes that we are aware of that may have caused the delay in pulling reports. That said, so our team can take a closer look, could you share your customer IDs and the complete report definition in either XML or AWQL form, as well as a

Keyword Performance Report slow since the 21st

2021-07-22 Thread joel
Starting yesterday our API downloads of Keyword Performance reports are taking 3x as long as they did historically. This is consistent across several thousand accounts. I've checked other report types (AdGroup, Campaign performance) and they've remained consistent. Has something changed with th

RE: Mismatch results between Keyword Performance Report and Search Keywords UI

2020-12-22 Thread Google Ads API Forum Advisor Prod
Hi Jessie, Thank you for reaching out. To better investigate, and since you mentioned using the Keywords Performance Report, could you provide your customer ID, the complete report definition, and also the complete screenshot of the Google Ads UI view you are comparing against the API report?

Mismatch results between Keyword Performance Report and Search Keywords UI

2020-12-22 Thread 'Jessie Labadan' via AdWords API and Google Ads API Forum
Hi, I would like to ask help why I'm getting more results (including extra keyword ids) from the api compared to what's being shown in the UI? As a result, the sum of impressions, cost and clicks are not lining up with what's in the UI. Thanks, Jessie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Display Keyword Performance Report does not include full data

2020-10-23 Thread Google Ads API Forum Advisor Prod
Hello, Filtering the AD_PERFORMANCE_REPORT to keyword ID 300 will not match the DISPLAY_KEYWORDS_PERFORMANCE_REPORT in many cases. Rows in AD_PERFORMANCE_REPORT with keyword ID 300 represent Display impressions where the single attribution model decided that a Display keyword was the m

Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread don....@gmail.com
Hello Anthony, I'm not comparing total from Ad Performance Report, Im comparing only total of values where KeywordID = 300 to Display Keywords Performance Report for the same date should this match though? Please see my example in the 1st post here *when we call for ads with keyword 30

Re: Display Keyword Performance Report does not include full data

2020-10-22 Thread Google Ads API Forum Advisor Prod
Hello, The total values from the Ad Performance Report will not necessarily be equal to the total values from the Display Keywords Performance Report. Regards, Anthony Google Ads API Team Anthony Madrigal Google Ads API Team ref:_00D1U1174p._5004Q26Adru:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Display Keyword Performance Report does not include full data

2020-10-21 Thread don....@gmail.com
Hello Ernie, I understand you explanation but if you check my initial example, then my question still remains: Should cost & clicks from Ad Performance Report on a specific day *for specific campaign and keywordid = 3000* match data *for the same day and campaign* from the Display Keywords

Re: Display Keyword Performance Report does not include full data

2020-10-21 Thread Google Ads API Forum Advisor Prod
Hi, I work with Matt and Peter and let me provide support to your concern. Apologies for the confusion. What our colleague Matt suggested is that, for tracking Display keywords performance, you may instead focus on the Display Keywords Performance report instead. The Ad Performance Report, bei

Re: Display Keyword Performance Report does not include full data

2020-10-21 Thread don....@gmail.com
, the Ad Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report> is a single >attribution <https://developers.google.com/adwords/api/docs/guides/reporting#single_attribution> report and the Display Keyword Performance Report <htt

Re: Display Keyword Performance Report does not include full data

2020-10-21 Thread Google Ads API Forum Advisor Prod
Hello, Using the display keyword performance report, which is a multiple attribution report, please use the criteria attribute to breakdown metrics by criteria. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q26Adru:ref

Re: Display Keyword Performance Report does not include full data

2020-10-21 Thread don....@gmail.com
ttps://developers.google.com/adwords/api/docs/guides/reporting?hl=zh-CN#keywordid300 > > <https://developers.google.com/adwords/api/docs/guides/reporting?hl=zh-CN#keywordid300> > > we should lookup for criteria breakdown in the > https://developers.google.com/adwords/api/docs/appendix

Display Keyword Performance Report does not include full data

2020-10-20 Thread don....@gmail.com
should lookup for criteria breakdown in the https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report for the same period when we do that, we don't get equal amount of clicks & cost as we seen in Ad Performance Report Please advise why it does

RE: Display keyword performance report changes

2020-01-31 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for pointing this out to us. We have contacted the team internally to update the blog post to reflect the date correctly. For your concern, the report itself will continue to be accessible but it will not return the display keyword stats for Search campaigns with Display Expans

Display keyword performance report changes

2020-01-30 Thread 'Josh Bowman' via AdWords API and Google Ads API Forum
This announcement mentions that stats will no longer return in the display keyword report starting on 2/17/2019 (should be 2020?). https://ads-developers.googleblog.com/2020/01/changes-to-stats-retrieval-for-search.html Just for clarity, the report itself will still be accessible but will not

RE: Keyword Performance Report - Hourly Segementation

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for getting back in touch with us about this. I've just filed a feature request internally for hourly segmentation on the keyword view. Unfortunately, with feature requests we aren't able to follow up on prioritization or timeframe until any kind of public announcement, so make su

Re: Keyword Performance Report - Hourly Segementation

2019-05-21 Thread Michael Doyle
gt; Thank you for reaching out. Unfortunately, hourly segmentation is > currently not supporting Keyword Performance Report. You may refer to this > guide > <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#hourofday> > for > all the reports th

RE: Keyword Performance Report - Hourly Segementation

2019-05-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mike, Thank you for reaching out. Unfortunately, hourly segmentation is currently not supporting Keyword Performance Report. You may refer to this guide <https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#hourofday> for all the reports that support

Keyword Performance Report - Hourly Segementation

2019-05-14 Thread Michael Doyle
Is the Keyword Performance Report available with an hourly segmentation similar to the Adgroup Performance Report? Using the Python Library -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Metrics not working in Keyword Performance Report

2019-03-01 Thread 'Gerald Maier' via AdWords API and Google Ads API Forum
Hello, I try to get the following metrics from the keyword performance report: var report = AdWordsApp.report("SELECT Criteria, Impressions,SearchTopImpressionShare , SearchAbsoluteTopImpressionShare FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY"); But from the following met

RE: Keyword Performance Report - Drive template access

2019-02-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
munity/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 02/13/19 08:41:32 pg.pix...@gmail.com wrote: Hi everyone, I have an issue with the Keyword Performance Report, since this script requires a copy of a Google Drive sheet but the template is unavailable. The sheet requires authorisation but this is

Keyword Performance Report - Drive template access

2019-02-13 Thread pg . pixart
Hi everyone, I have an issue with the Keyword Performance Report, since this script requires a copy of a Google Drive sheet but the template is unavailable. The sheet requires authorisation but this is taking more time than expected. Is there someone that had the same issue/knows how to

Re: Keyword Performance Report missing keywords

2018-10-01 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
u can reply back via Reply privately to author option. Thanks, Bharani, AdWords API Team On Friday, September 21, 2018 at 6:54:31 AM UTC-4, tom.wagst...@raisingit.com wrote: > > Hi everyone, > > I am accessing the Keyword Performance Report via the API (in Python3, > using th

Re: Keyword Performance Report missing keywords

2018-10-01 Thread tom . wagstaff
s://developers.google.com/adwords/api/docs/appendix/reports#field-attributes> > for > more information. > > Let me know if you have any other questions. > > Regards, > Bharani, AdWords API Team > > On Friday, September 21, 2018 at 6:54:31 AM UTC-4, tom.wa...@raisingit.co

Re: Keyword Performance Report missing keywords

2018-09-21 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
if you have any other questions. Regards, Bharani, AdWords API Team On Friday, September 21, 2018 at 6:54:31 AM UTC-4, tom.wagst...@raisingit.com wrote: > > Hi everyone, > > I am accessing the Keyword Performance Report via the API (in Python3, > using the standard libraries) a

Keyword Performance Report missing keywords

2018-09-21 Thread tom . wagstaff
Hi everyone, I am accessing the Keyword Performance Report via the API (in Python3, using the standard libraries) and I'm making two separate requests, one to bring back a list of all my active (/enabled/eligible) keywords, and another to pull performance data for those keywords. I do

Re: Any filter on the keyword performance report on the AdWords API?

2018-07-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Amir, The Keyword Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report> of the AdWords API contains statistics aggregated at the keyword level while the Ad Performance report you mentioned from UI contains statistics at t

Any filter on the keyword performance report on the AdWords API?

2018-07-05 Thread kcauapi1
Hi there, The issue we are facing is that we believe there might be some filtering of data on AdWords side when ingesting data from the Keywords Performance search report via the API. When we compare the "Keyword performance report" that we pull out from the API and compare it

Keyword Performance Report

2018-05-30 Thread API_DCH
Hi, Can I have a working sample of Keyword Performance report. I am using xml to retrieve data. Please provide me the url and sample xml body with few columns. I would like to get the response data in xml format. Thanks Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Keyword Performance Report with EXACT MATCH and PHRASE MATCH punctuation

2018-05-23 Thread Stephen Barrett
Never mind! I found the solution. KeywordMatchType On Wednesday, May 23, 2018 at 2:01:05 PM UTC-6, Stephen Barrett wrote: > > Is there a way for me to output my keywords as they appear in my Adwords > Account with EXACT MATCH and PHRASE MATCH? I have 2 keywords that are > exact, but one is an ex

Keyword Performance Report with EXACT MATCH and PHRASE MATCH punctuation

2018-05-23 Thread Stephen Barrett
Is there a way for me to output my keywords as they appear in my Adwords Account with EXACT MATCH and PHRASE MATCH? I have 2 keywords that are exact, but one is an exact match and the other is phrase match but the API just outputs these keywords without square brackets or quotations. example:

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
Another update. I've been working through this. And I had to update my PHP version to 7.0.29 in order to remove that error above. Now I'm not seeing any errors or anything. On Thursday, May 10, 2018 at 9:45:57 AM UTC-6, Stephen Barrett wrote: > > And update: > > I tested that sample code just h

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
And update: I tested that sample code just how it is and I'm getting a parse error. Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/../symfony/serializer/Normalizer/GetSetMethodNormalizer.php on line 59 I assume that the file it's mentioning doesn't have an

Re: Keyword Performance Report help

2018-05-10 Thread Stephen Barrett
So by changing the report type, would I have to also change the use cases too? On Wednesday, May 9, 2018 at 10:08:27 PM UTC-6, Dannison Yao (AdWords API Team) wrote: > > Hi Stephen, > > Here is a sample PHP guide >

Re: Keyword Performance Report help

2018-05-09 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Here is a sample PHP guide for you to better understand the implementation. Just change the report type definition to cater the type of report you want to generat

Keyword Performance Report help

2018-05-09 Thread Stephen Barrett
I'm trying to pull Keyword Performance Report and I'm having trouble figuring out I want to use the AWQL method: // Create report query to get the data for last 7 days. $reportQuery = 'SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, ' . 'Impre

Re: Not able to get PAUSED Campaigns in keyword Performance Report by applying predicate

2018-03-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Kimberley, I ran the keyword performance report <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report> with predicate filed as CampaignStatus <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#campa

Not able to get PAUSED Campaigns in keyword Performance Report by applying predicate

2018-03-12 Thread kcauapi1
Hi Team, We are able to get all Enabled campaigns for keyword performance report. While on the API front end, I can find paused campaigns for the same account. We have applied predicate filed as *CampaignStatus*, operator as *IN*, Status ["*ENABLED*","*PAUSED*"]. After app

Re: HoursofDay in Keyword Performance Report

2018-03-05 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Clement, Our team currently cannot provide information if and when the field HourOfDay will be added to Keywords Performance Report. For any updates regarding this you may want to frequently visit and follow our blog . Thanks

HoursofDay in Keyword Performance Report

2018-03-05 Thread 'Clement Martin' via AdWords API Forum
Dear Adwords API team, Is there any chance to see the field HoursOfDay in the Keyword Performance Report someday? In advance, thank you, Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: keyword performance report in PHP

2018-02-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You may refer to our DownloadCriteriaReportWithSelector.php and DownloadCriteriaReportWithAwql.php

keyword performance report in PHP

2018-02-05 Thread Bhairavi
Hi, Can u please tell me ,how to implement keyword performance report in PHP.I am using client library for php.and under reporting section in examples folder i can see criteria report ,getreportsfields and parallelreportdownload apis.so how to get Keyword Performance report

Re: Predicates Error In Keyword Performance Report

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Luke, Thank you for sharing the logs. The report error 400 indicates that it might be an error in the API request. I see that you're defining date range followed by the condition. The report query would be something like this: SelectClause FromClause WhereClause DuringClause OrderByClau

Predicates Error In Keyword Performance Report

2017-12-28 Thread luke.anderson via AdWords API Forum
Hi, I have just resolved an error that I have been debugging for a while, and I'm not sure it was really a fault with my code. The issue is the ordering of the "Predicates" node within the SOAP body. In scenario 1, I get a 400 INVALID REPORT DEFINITION XML, and scenario 2, I get a 200 ok with f

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the report definition. The Keyword Performance Report aggregates stats at the keyword level, one row per keyword. It looks like you're using different segment fields and hence you may get more than one row per keyword. I also see that any particular keyword

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Could you provide us the complete report definition along with the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to share the details. Regards, Bharani, AdWords API Team On Thursday, December 7, 2017 at 12:21:19 PM UTC-5, Eduardo Cesar wrote: >

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread Eduardo Cesar
It is very strange, because when I get the report the cpcbid is not constant in the time. Do you know a possible motive to this return? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As mentioned in my previous response, the CpcBid will always return the current Max CPC, irrespective of the date range. If you're performing the segmentation with Date , the CpcBid would

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-09 Thread Eduardo Cesar
When I get the report using the time_range as 'LAST_30_DAYS' and select the field *'DATE',* many keywords have different cpcbid through the time. I think for each row the cpcbid is the last cpcbid of the day (*Am I correct?*) . If it is correct, I can find the days when a cpcbig chage occurred (

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-08 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Unfortunately, it is not possible to retrieve the CpcBid history for each keyword. The CpcBid will always return the current Max CPC, irrespective of the date range. If the Max CPC bid is changed today, generating a report for the last month would still return the current value. Let me

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread Eduardo Cesar
I know that I can not get the CPC bid history directly... But can I use this solution below? I use the keyword report and choose the fields 'Id', 'CpcBid' and 'Date'. Then the report will return the CpcBid history for each keyword. If I know the cpc history in the report, then I can find the exact

Re: Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The value returned from the CpcBid field will always reflect the *current* Max CPC for the Keyword, ignoring the timespan of the report. As for your second concern, it is not possible to retrieve his

Get last cpcbid change date using KEYWORD PERFORMANCE REPORT

2017-12-07 Thread Eduardo Cesar
Hello. I'm trying to get two important information from my keywords using Adwords API. The first is the CURRENT CPC bid. The second is the last date that the bid was modified. I prefer use the report (and not the AdgroupCriterionService) to get the cpc info. My doubts are: 1) If I choose the

Re: Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Victor, The CpcBid field in Keywords Performance Report is of type attribute, which means that the value returned will always reflect the *current* Max CPC for the Keyword, ignoring the timespan of

Difference in MaxCPC between the Keyword Performance Report and the Change History

2017-10-23 Thread Victor Landeau
Hello everyone, I can observe differences between the MaxCPC I get in the Keyword Performance Report I downloaded through the API, and the values I get in the Change History interface on Adwords. For example, there is one Keyword which, according to the Performance Report, had a MaxCPC of

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, I am able to download a report using the report definition you provided in CSV and TSV formats successfully. Could you try increasing the readTimeout for report downloads or use predicates to break up the report request into multiple, smaller requests? You could consider submitting m

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread kumar
includeZeroImpressions = true, ReportDefinitionDateRangeType.YESTERDAY As you can see above, typically I try and retrieve just yesterday's data. I also set includeZeroImpressions to TRUE because we would like to track the behavior of all keywords historically. Setting it to FALSE gives me a

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, Could you provide the DateRange used in the report request? Have you set the includeZeroImpressions header to true? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread kumar
mpete report definition along with the > clientCustomerId for which you are trying to download the Keyword > Performance Report? The report download request may time out on extremely > large data sets. There is no explicit data size limit; however, the server > may return an error if

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, Could you provide the compete report definition along with the clientCustomerId for which you are trying to download the Keyword Performance Report? The report download request may time out on extremely large data sets. There is no explicit data size limit; however, the server may

Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-20 Thread kumar
1down votefavorite <https://stackoverflow.com/questions/46247646/downloading-keyword-performance-report-through-adwords-api-is-slow-for-tsv-files?noredirect=1#> I have tried to download the *KEYWORD PERFORMANCE* REPORT through AdWords API in TSV & XML formats and it is crawling to

Re: Display Keyword Performance Report (DISPLAY_KEYWORD_PERFORMANCE_REPORT) - does not match the Adwords UI

2017-08-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sauvik, Just a follow up. Do you still require our assistance on this matter? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
erionService.get() <https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupCriterionService#get> and check for the specific keyword, you will see that the MatchType is listed as 'PHRASE'. Ideally, your keyword is either kw or k"w with match type as 'PHR

Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread yhuang
Hi there, Case 1: At adwords ui. I have a keyword with name "kw".To be noticed, It has 4 characters, ", k, w, and ". open downloaded xml file by vi, keyword = 'kw'. The quotes at the beginning and at the end are ignored. open downloaded csv file by vi, the value of keyword is "kw" which is

Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread yhuang
Hi there, Case 1: At adwords ui. I have a keyword with name "kw".To be noticed, It has 4 characters, ", k, w, and ". open downloaded xml file by vi, keyword = 'kw'. The quotes at the beginning and at the end are ignored. open downloaded csv file by vi, the value of keyword is "kw" which is

Why quotes around keyword name in Keyword Performance Report are ignored?

2017-07-05 Thread 'jtian' via AdWords API Forum
Hi there, Case 1: At adwords ui. I have a keyword with name "kw".To be noticed, It has 4 characters, ", k, w, and ". open downloaded xml file by vi, keyword = 'kw'. The quotes at the beginning and at the end are ignored. open downloaded csv file by vi, the value of keyword is "kw" which is

Re: Display Keyword Performance Report (DISPLAY_KEYWORD_PERFORMANCE_REPORT) - does not match the Adwords UI

2017-06-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sauvik, To better look into your concern, could you send to me the following details : 1. Your clientCustomerId 2. The complete report definition used to generate the report 3. The generated AdWord

Display Keyword Performance Report (DISPLAY_KEYWORD_PERFORMANCE_REPORT) - does not match the Adwords UI

2017-06-18 Thread Sauvik Sarkar
When I run the DISPLAY_KEYWORD_PERFORMANCE_REPORT using the API and then match the same account number and date range in the Adwords UI they don't match with each other. The UI basically says all cost is zero but the api report shows positive cost. Q) Are the values in the UI automatically sam

Re: Keyword performance report for uploaded offline conversions

2017-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Yes, conversion fields are available in the reports as mentioned here . Also, we won't be able to provide you with the exact time these statistics can be available, however,

Re: Keyword performance report for uploaded offline conversions

2017-06-01 Thread Rahat
Surely I can do that but that doesn't solve my problem. None of the keyword of "Purchase/Sale" type has value greater than ZERO. How long does it take to appear in report after Uploading Offline Conversion? Does it really appear in report at all? On Thursday, June 1, 2017 at 2:16:27 PM UTC+6, P

Re: Keyword performance report for uploaded offline conversions

2017-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You can add an additional filter such as Conversions > 0 or the ConversionCategoryName

Re: Keyword performance report for uploaded offline conversions

2017-06-01 Thread Rahat
Hi, thanks for your reply. I tried as you suggested. I'm fetching Keywords Performance Report and filtering keywords with ConversionTypeName that is "Purchase/Sale". I can see many keywords but all of them has 0 Conversions and 0.00% ConversionRate where "Lead" and "Other" type keywords has non

Re: Keyword performance report for uploaded offline conversions

2017-05-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Once the conversion fields (Conversions , ConversionTypeName , etc.) of

Keyword performance report for uploaded offline conversions

2017-05-31 Thread Rahat
Hi, my script fetching data from a CRM and Uploading Offline Conversions to Adwords via API 4 times per day. I checked the Adwords response for Upload request and all success till now with many uploading. I need to generate Keywords based report (with Conversion, ConversionRate etc field) fo

Re: uncommon Id value in Keyword Performance Report

2017-05-25 Thread 劉又潔
Hi Peter, I can deal with those display network type keyword now, thank you for the clear explanation! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=

Re: uncommon Id value in Keyword Performance Report

2017-05-24 Thread 劉又潔
Hi, Thank you for your reply, I've send a private post, if there is something else I need to provide, please let me know. Thank you!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+G

Re: uncommon Id value in Keyword Performance Report

2017-05-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you provide me your clientCustomerId, the complete report definition used , the generated report file and the AdWords API version you are currently using so I could investigate further? Pleas

uncommon Id value in Keyword Performance Report

2017-05-23 Thread 劉又潔
hello, When using adwords-reporting open source to get performance data into my database, I have a problem dealing with keywords performance report: usually "Id" column in this report is a 12 digits number, but I got some row that has "Id" like '300' and I can't match it in adwords backsite,

  1   2   3   4   >