Mobile app version of vmapp.org
Login or Join
Hamm4606531

: How to get download campaigns data from Adwords API I am trying to download report data using API for adgroup_performance_report. I get all the campaigns etc in the report except download campaigns.

@Hamm4606531

Posted in: #GoogleAdwords #GoogleApi

I am trying to download report data using API for adgroup_performance_report. I get all the campaigns etc in the report except download campaigns. How do I get about that? What am I missing?

Details:

AWQL query:

SELECT Date,HourOfDay, AdGroupId, AdGroupName,AdNetworkType1, CampaignId, CampaignName, Impressions, Clicks, Cost FROM ADGROUP_PERFORMANCE_REPORT DURING YESTERDAY


API: v201609

Language: Python

More:
Download campaigns: Not sure if they are download campaigns but they have a down arrow button where normally it's search and video

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamm4606531

1 Comments

Sorted by latest first Latest Oldest Best

 

@Correia994

The campaign type you are referring to are the Universal App Campaigns (UAC). For reporting, UAC statistics can be found in the following reports mentioned here. Currently, however, the AdvertisingChannelType and AdvertisingChannelSubType fields are not available in the Adgroup Performance Report.

Source: groups.google.com/forum/#!topic/adwords-api/l2H5E3bvv-g

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme