Hello,
We would like to get "Targeting setting" column data through GAQL but it doesn't seem to be included in the report's ad_group_audience_view field ad_group.targeting_setting.target_restrictions.
I have a query for a specific account and a specific ad group in the Google Ads account. Both GAQL and the UI show 100 results, but "Targeting setting" information is not available in the API result.
GAQL request:
SELECT ad_group.status,
ad_group.targeting_setting.target_restrictions FROM ad_group_audience_view WHERE campaign.status = "ENABLED" AND ad_group.status = "ENABLED" AND
campaign.name="XXXREMOVEDXXX" AND
ad_group.name="XXXREMOVEdXXX"
Request ID: lpGLP8qlf9hSlT9-ehwAZw
All 100 results coming from the API query have bidOnly:true while in the UI the specific ad group has on all 100 rows Targeting setting=Targeting.
Is there another field that returns the "Targeting setting" from the API or could it be that the returned data from the API is incorrect?
Best,
Ales
PS: I can provide privately a screenshot from the UI as well as the client customer ID and ad group name.