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 adgroup. What i CAN get is the individual keyword performance by running
SELECT metrics.clicks, metrics.impressions, metrics.cost_micros, ad_group.name, campaign.name FROM keyword_view and i can get the campaign and agroup in which they belonged, but there seems to be no way to select the actual keyword value in the query? I tried "keyword.text" which i've seen thrown around a few places but this fails on fetch. I've gotta be missing something; seems crazy that i can pull keyword metrics but not the keyword value. Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/e7e0c566-e05c-4bc8-b3a3-b0f6cd84f147n%40googlegroups.com.