Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 08:46
5670d2d

Fixed

  • draft_campaign: the campaign budget is now created with
    explicitlyShared: false. The Google Ads API defaults explicitly_shared
    to true, and campaign-level Smart Bidding strategies (e.g.
    MAXIMIZE_CONVERSIONS) are rejected on shared budgets with
    BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET.
  • draft_campaign: networkSettings is now derived from channel_type
    instead of always sending search-network settings. DISPLAY campaigns were
    rejected with OPERATION_NOT_PERMITTED_FOR_CONTEXT on
    network_settings.target_google_search. SEARCH targets Google Search only
    (search partners off by default), DISPLAY targets the Display Network, and
    other channel types omit networkSettings so the API infers valid networks.
  • googleAds:mutate requests are now sent with partialFailure: false
    (atomic). Previously a failed multi-operation plan committed the operations
    that succeeded — e.g. a rejected campaign create still left its freshly
    created budget behind as an orphan, once per retry.

Full Changelog: v0.6.0...v0.6.1