Hi Guys, I'm trying to use AWQL to get a list of all the target URL's of a 
campaign, so I can have my web app scour them and check for 404's and the 
like, using this ; 
https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder

I have been given the query SELECT
     campaign.name,
     dynamic_search_ads_search_term_view.page_url
FROM
    dynamic_search_ads_search_term_view
WHERE
    campaign.status = 'ENABLED'

However, whenever I run it I am told that [fieldPath: ; trigger: ; 
errorString: QueryError.INVALID_FROM_CLAUSE] 

What query can I use to get a campaign name and page_url? I've been stuck 
on this for a while and each solution seems to keep returning errors or 
null values.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/37b35ffa-b9da-4a72-a2be-091665fec62bn%40googlegroups.com.

Reply via email to