Possible to retrieve App Campaign report (breakdown by Ad Group) over Google Ads API or BigQuery Exporter?

27 views
Skip to first unread message

Sia Bee Ting

unread,
May 17, 2021, 11:59:32 PM5/17/21
to AdWords API and Google Ads API Forum
Hi Team,

We have been using BigQuery Exporter to extract Google Ads into BigQuery for further analysis with a query model. However, notice all the App Campaign reports extracted from BigQuery.

Here are the links I am referred to: 

I am using this query to retrieve the list of app campaign that created under our account:

SELECT *
FROM {dataset_id}.Campaign_{customer_id}
WHERE AdvertisingChannelType = 'MULTI_CHANNEL'

Then I am trying to find the corresponding adgroup from the app campaign returned above with this query, but no results. (it is works for display and search campaign)

SELECT *
FROM {dataset_id}.Campaign_{customer_id} AS campaign
INNER JOIN {dataset_id}.AdGroup_{customer_id} AS adgroup
ON campaign.CampaignId = adgroup.CampaignId
WHERE AdvertisingChannelType = 'MULTI_CHANNEL'

Understand the BigQuery Exporter is built on top of Adwords / Google Ads API.
Wonder if you can assist me in this case?

Google Ads API Forum Advisor Prod

unread,
Jun 3, 2021, 4:57:55 PM6/3/21
to beeti...@ntucenterprise.sg, adwor...@googlegroups.com
Hi Sia,

You have received your answer through another support channel and we are responding to you there.

Regards,

Google Logo
Aryeh Baker
Google Ads API Team
 


ref:_00D1U1174p._5004Q2HBgBt:ref
Reply all
Reply to author
Forward
0 new messages