Skip to main content

Community

Missing ai_max and asset_automation attributes from custom report field selector

Answered

Please sign in to leave a comment.

Comments

1 comment

  • 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 SELECT clause, 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