RE: Sample Query to get ADs and AD GROUPs

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Isaac, Thanks for reaching out. With regards to your concern about getting the ADs and AD GROUPs with AWQL, You can use Ad Performance report and AdGroup Performace Report to get details using different fields. Please refer to this code sample to download the report via AdWords API using

Re: Sample Query to get ADs and AD GROUPs

2020-05-26 Thread Isaac Choe
I found this link (https://www.awql.me/adwords-awql-help). I believe the PLACEHOLDER_FEED_ITEM_REPORT is the table I am looking for but when I try a sample query, it throws an error. SELECT AdId FROM PLACEHOLDER_FEED_ITEM_REPORT Is the example query I tried. Any suggestions? On Tuesday, May

Sample Query to get ADs and AD GROUPs

2020-05-26 Thread Isaac Choe
Hello, I am new to AdWords API. I was wondering if someone could post an example of making an AWQL call from C# to get a list of all of the ad groups and also individual ads. I cannot seem to find a source that defines a list of "table" names or queryable table like entities. -- --