Hi Ray,
yes, we get CTR.
We do the following AdWrods Script, but
CtrSignificance is always --
.
Any ideas?
Kind regards,
Matthias
var columns = ['KeywordText',
'Clicks',
'Impressions',
'Ctr',
'CtrSignificance',
];
var columns_str = columns.join(',') + " ";
var report = AdWordsApp.report("SELECT " + columns_str + "FROM
KEYWORDS_PERFORMANCE_REPORT DURING LAST_30_DAYS");
var rows = report.rows();
while (rows.hasNext()) {
var row = rows.next();
Logger.log(row)
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.