GoogleAdwords AWQL View

Hi,

I'm trying to create GoogleAds reports with AWQL, but I keep getting the same error, no matter which dimensions or which reports I'm using:

Exception: AdWordsReportsException: One or more AdWords Report download errors have occurred. Insert values failed.

Do you have any insights on what might be going wrong here?

Thanks!

Can you get data from other views inside the Adwords connector? If so, can you post the AWQL query you use?

Hi!

Yes, I can get data from the campaign view for example, but of course this view is missing the actual metrics (impressions, clicks, etc.).

The query I'm testing is quite simply:

SELECT
CampaignName, 
Impressions,
Clicks, 
FROM CAMPAIGN_PERFORMANCE_REPORT
DURING LAST_MONTH


Thanks!

Try this query, generated with ScriptNinja:

SELECT CampaignName, Impressions FROM CAMPAIGN_PERFORMANCE_REPORT DURING LAST_MONTH

Unfortunately, I get the exact same error as before..

Can you try latest beta build which includes a rewritten Adwords connector?