$query =
. 'ad_group_criterion.type, '
. 'ad_group_criterion.criterion_id, '
. 'ad_group_criterion.keyword.text, '
. 'ad_group_criterion.keyword.match_type '
. 'FROM ad_group_criterion '
. 'WHERE ad_group_criterion.type = KEYWORD';
if ($adGroupId !== null) {
As I don't have previous experience with GAQL, could you please advice how should i modify this query to get the ID of a certain word? I suppose the word should be used in the WHERE part but i am just unsure how to include it.