Keyword Name

2015-08-21 Thread jonathan
I'm consuming the report KEYWORDS_PERFORMANCE_REPORT in order to get the keywords of a specific adgroup, but I'm not able to get the name of the list of keywords.

Re: Keyword Name

2015-08-24 Thread Umesh Dengale
Hello, You could use the Criteria field in the KEYWORDS_PERFORMANCE_REPORT to get the name of t

Re: Keyword Name

2015-08-24 Thread jonathan
Lot of thanks, Now I'm getting the keyword name, thanks. Cheers. El lunes, 24 de agosto de 2015, 10:57:03 (UTC-5), Umesh Dengale escribió: > > Hello, > > You could use the Criteria > <https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-re

AWQL; getting the keyword name

2018-09-17 Thread newbie
I almost have all the data I need using the following AWQL query from the AdWords API: String query = "SELECT Device, ID, Impressions, Clicks, Cost, AverageCpc, AveragePosition FROM CRITERIA_PERFORMANCE_REPORT " + "WHERE Status IN [ENABLED] AND Clicks > 0 DURING LAST_7_DAYS";

Keyword name in Keywords View

2021-12-28 Thread SANJAY SRINIVAAS M R
Hi All, Is there a way to get the keyword name in Keywords View in V8 of Google Ads API. I am only able to find keyword resourcename. Thanks, Sanjay -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Get Keyword Name from KEYWORDS_PERFORMANCE_REPORT

2020-08-17 Thread Darren thinkston
There doesn't appear to be a way to get the actual keyword in the KEYWORDS_PERFORMANCE_REPORT. Is there a way to get the actual keyword string or is there a way to look up keywords by id? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Re: AWQL; getting the keyword name

2018-09-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, The Criteria in CRITERIA_PERFORMANCE_REPORT will have the actual keyword text. Please no

Re: AWQL; getting the keyword name

2018-09-17 Thread newbie
That was the magic word, thanks so much! On Monday, September 17, 2018 at 3:04:19 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > The Criteria > > in CRITERIA_PERFOR

Re: AWQL; getting the keyword name

2018-09-18 Thread kenneth rudisill
me too. i have a proble like you, i still not fixed On Monday, September 17, 2018 at 11:22:07 AM UTC-7, newbie wrote: > > I almost have all the data I need using the following AWQL query from the > AdWords API: > > String query = "SELECT Device, ID, Impressions, Clicks, Cost, AverageCpc, > Aver

Re: AWQL; getting the keyword name

2018-09-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Could you please elaborate the issue you are facing? Are you not able to get the actual keyword text using the Criteria field in CRITERIA_PERFORMANCE_REPORT

RE: Keyword name in Keywords View

2021-12-29 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Sanjay, Thank you for reaching out to our team. You can include the ad_group_criterion.keyword.text in the keyword_view to get the keyword name / text. As an additional information, you may read this section so that you will know what fields from another resources that you can add to a

RE: Get Keyword Name from KEYWORDS_PERFORMANCE_REPORT

2020-08-17 Thread Google Ads API Forum Advisor Prod
Hi Darren, The field Criteria will give you the keyword text. You can use the Id to get the Id of the keyword. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q23KtjQ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

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

2017-07-05 Thread 'jtian' via AdWords API Forum
quotes surrounding strings? please correct me if I am wrong. 2, Is there any work around to allow I input a keyword name starts or ends with a quote? I d appreciate any help :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How can i get 'Keyword Name', 'QualityScore','Keyword Status' and 'Keyword Match Type' columns in "Ad Performance" report.

2011-07-19 Thread Sachin
Hi. Objective :- Get Unique record(CampaignID,AdGroupId,KeywordID,Date) from Keyword Performance Report. I understand from reading Google forums that the only way to get creativeID is to change our report request from "Keywords Performance" to "Ad Performance". And i have transfered form Keyw

Re: How can i get 'Keyword Name', 'QualityScore','Keyword Status' and 'Keyword Match Type' columns in "Ad Performance" report.

2011-07-20 Thread Zweitze
Why do you need CreativeID, since you don't need it for your objective? And why do you need columns 1) through 5) as that isn't related to your objective either? On Jul 19, 12:52 pm, Sachin wrote: > Hi. > > Objective :- Get Unique record(CampaignID,AdGroupId,KeywordID,Date) from > Keyword Perform