Re: Keywords don't show in the Keywords Performance Report

2020-04-09 Thread Bastiaan Bijl
Hi Anthony,

Thanks for your answer! That is exactly what I needed!

Really appreciated.

Best, Bas

On Thursday, April 9, 2020 at 6:28:30 PM UTC+2, adsapiforumadvisor wrote:
>
> Hi Bas,
>
> This forum is for Google Ads API related issues. However, the field you 
> will need is Criteria 
> .
>  
> If you face any other issues, I'd suggest reaching out to the Google Ads 
> Scripts forum 
> .
>
> Cheers,
> Anthony
> Google Ads API Team  
>
> ref:_00D1U1174p._5001UZX7du:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/65f35a66-34df-4781-9c26-0195c780c6b4%40googlegroups.com.


RE: Keywords don't show in the Keywords Performance Report

2020-04-09 Thread Google Ads API Forum Advisor Prod
Hi Bas,

This forum is for Google Ads API related issues. However, the field you will 
need is Criteria. If you face any other issues, I'd suggest reaching out to the 
Google Ads Scripts forum.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UZX7du:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/h3neg0Q8J4BR00qDgfzECSQLuWyGzoiGsCnA%40sfdc.net.


Keywords don't show in the Keywords Performance Report

2020-04-09 Thread Bastiaan Bijl
Hi all,

I am trying to write an AWQL script to parse data from the Keyword 
Performance Report to Google Sheets for offline analysis.

I have generated an AWQL query to do this with the handy generator from 
ScriptNinja .

However, the data I get back does not include the actual Keyword itself for 
some reason, and I cannot add it. How do I get the actual Keyword with the 
rest of the metrics combined from the report?

The query I am using is:

// Select Query
var query = 'SELECT Id, CampaignName, AdGroupName, AverageCpc, Ctr, Clicks, 
Conversions, Impressions, InteractionRate, PostClickQualityScore, 
QualityScore, HistoricalQualityScore ' +
'FROM KEYWORDS_PERFORMANCE_REPORT ' +
'WHERE CampaignStatus = ENABLED ' + 
'AND CampaignName CONTAINS \'General\' ' +
'DURING LAST_30_DAYS '

If I put 'Keyword' in the SELECT clause, I get an error.

I'm a bot lost here so I hope someone can help out.

Thanks!

Bas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/74c23c1d-8c84-4ff4-b934-e48ad02777c1%40googlegroups.com.