Missing ai_max and asset_automation attributes from custom report field selector
AnsweredWhich connector?:
Googleads
Additional details:
The ad_group.ai_max_ad_group_setting.disable_search_term_matching attribute which is available in the Googleads API v24 (https://developers.google.com/google-ads/api/fields/v24/ad_group) is missing from the field selector window for an ad_group custom report in the Googleads Connector.
Also the campaign.asset_automation_settings attribute is unavailable in the same field selection window for the campaign level (this too is available in the Googleads API docs https://developers.google.com/google-ads/api/fields/v24/campaign?_gl=1*umq2f8*_up*MQ..*_ga*OTc0MDQxMTUuMTc3NzM4NDE2NA..*_ga_SM8HXJ53K2*czE3NzczODQxNjQkbzEkZzAkdDE3NzczODQxNjQkajYwJGwwJGgw).
Are you able to get both of these attributes added to the field selection list for the appropriate entity?
-
Official comment
Hi Ian,
Thank you for the for including the API documentation links. We've looked into both fields and have different answers for each.
For ad_group.ai_max_ad_group_setting.disable_search_term_matching: this field is supported in the Google Ads API version that the connector currently uses. It's just missing from the custom report field selector. I've created an internal feature improvement ticket to add it to the ad group field selector. We'll follow up on this thread when that work is complete.
For campaign.asset_automation_settings: this field exists in the API but is a repeated message field, which the Google Ads Query Language (GAQL) does not allow in SELECT clauses:
Note: Some fields may not be allowed in the
SELECTclause, due to the following restrictions:- Selecting attributes of repeated fields. These fields will have their isRepeated metadata attribute marked as true.
source: https://developers.google.com/google-ads/api/docs/query/structure
As a result, this field cannot be added to the custom report field selector regardless of the connector version.
Please let us know if you have any other questions.
Cheers,
Luke
Please sign in to leave a comment.
Comments
1 comment