Upgrade your Call-Only Ads to Responsive Search Ads with Call Assets in the Google Ads API

Google Ads is deprecating the call-only ad format. Google Ads API users currently creating or managing call-only ads will need to transition to using Responsive Search Ads (RSAs) with call assets. This change will help advertisers achieve better campaign performance and leverage the latest ad innovations.

What’s Changing?

The call-only ad type, based on the legacy Expanded Text Ad (ETA) framework, is being phased out. Moving forward, phone call lead generation will be fully supported through Responsive Search Ads (RSAs) combined with call assets. RSAs offer greater flexibility and performance by utilizing machine learning to optimize ad creatives.

Why This Change?

  • Improved Performance: Advertisers generally see better results and lower costs per call lead with RSAs and call assets compared to the static nature of call-only ads.
  • Modern Infrastructure: RSAs benefit from ongoing improvements in AI and machine learning. The underlying ETA framework for call-only ads is deprecated.
  • Consistency: This move aligns call-based advertising with the standard for all other Search ad formats, simplifying campaign management.

Impact on Google Ads API Users

If your application uses the Google Ads API to create or manage call-only ads, you will be affected.

  • New Call-Only Ad Creation: Starting January 2026, coinciding with the v23 API release, you will no longer be able to create new call-only ads or duplicate existing ones through the API. The call-only ad type will be removed from the latest API version.
  • Existing Call-Only Ads: Your existing call-only ads will continue to serve and be manageable via the API until February 2027.
  • API Support Sunset: Support for call-only ads will be progressively removed from all active API versions, with full cessation by February 2027.

Key Dates for API Users:

  • January 2026:
    • Creation of new call-only ads (including duplication) is blocked in all Google Ads API versions and all other interfaces (Google Ads UI, Google Ads Editor, SA360).
  • Until February 2027:
    • Existing call-only ads continue to serve.
    • API users can still update existing call-only ads. We strongly recommend using this time to migrate.
  • As of February 2027:
    • All call-only ads will stop serving.
    • Full support for call-only ads is removed from all active Google Ads API versions.

What You Need to Do:

  1. Update API Integrations: Modify your API client libraries and applications to stop creating call-only ad types.
  2. Migrate to RSAs with Call Assets: Transition your ad creation and management workflows to use Responsive Search Ads. Ensure you attach call assets to these RSAs to continue driving phone call leads.
    • To create an RSA, you'll provide multiple headlines and descriptions.
    • Phone numbers are added as assets linked at the customer, campaign, or ad group level.

Benefits of Migrating Early:

  • Take advantage of the better performance of RSAs.
  • Ensure a smooth transition without service interruption.
  • Maintain full control over your ad copy and settings.

We recommend updating your API integrations and migrating your call-only ad strategies well before the deadlines. Please refer to the Google Ads API developer documentation for the latest guidance on working with Responsive Search Ads and call assets.

If you have any questions or want to discuss this post, please reach out to us on our “Google Advertising and Measurement Community” Discord server.

Android Studio Narwhal 4 Feature Drop: watch face support and improved stability

 Posted by Paris Hsu, Product Manager, Android Studio

Android Studio Narwhal 4 Feature Drop is now stable and ready for you to use! This release brings targeted support for declarative Wear OS watch faces, a new customization option for your Project view, and continues our focus on quality by fixing 550+ numbers of bugs to improve stability and performance.


This is also the final feature drop for the Android Studio Narwhal releases. With the new monthly release cadence, we've been delivering new features and bug fixes every month. The last three Narwhal releases have been packed with features, including the launch of Agent Mode and Compose previews. We'd like to not only share what's new in this release, but also recap some key features from the Narwhal releases.


What’s New in Android Studio Narwhal 4 Feature Drop

Here are the new features shipping with this release:

Declarative Wear OS watch faces support in Android Studio ⌚


Android Studio Narwhal 4 Feature Drop improves the workflow for creating Wear OS watch faces by introducing editor support for the Watch Face XML Format to write, debug, and fine-tune your watch face designs directly within the IDE. This helps you work faster by bringing the Android development process into the IDE instead of having to change context and work with multiple programs when developing watch faces. 


Declarative watch faces support in Android Studio
Android Studio lets you directly edit the XML files used in the Watch Face Format. It now provides code completion for tags and attributes based on the official Watch Face Format schemas and live error validation that helps identify issues like missing required attributes. Android Studio also includes resource linking to quickly navigate to drawable resources and other referenced XML elements along with advanced syntax support for handling arithmetic expressions and data source references embedded in the XML. Finally, you can deploy watch faces directly to a Wear OS emulator or physical device from Android Studio.

Option to make Project view your default 📂

Tired of always having to switch to the Project view every time you open a new project? There is a new setting to have new projects open in Project view by default. To enable the setting go to File (Android Studio on macOS) > Settings > Advanced Settings > Project View and select Set Project view as the default.


Settings to make Project view your default



A look back: key features from the Android Studio Narwhal releases

The Android Studio Narwhal releases have been packed with features, especially with our move to monthly releases. Between powerful AI integrations and new testing tools, it can be easy to miss an update. Below, we highlight a few key features, but for a complete look at everything we shipped, we highly recommend reading the full posts for Narwhal Feature Drop and Narwhal 3 Feature Drop.


Here’s a quick summary of some of the top features you should be trying out:

Agent Mode

Have Google Gemini help with your tasks by using Agent Mode. The AI agent can understand your project, break down complex tasks into smaller steps, make edits on your behalf, and help you with multi-step operations — like adding new features, refactoring code, or debugging complex issues right inside your IDE. Developers such as Entri used Agent Mode to generate Jetpack Compose layouts from UI mockups, and found that Gemini in Android Studio reduced their overall UI development time by 40%. 



Gemini in Android Studio: Agent Mode

Android partner device labs (using Android Device Streaming)

We expanded Android Device Streaming by adding Android Partner Device Labs. This gives you secure access to a wide range of remote, physical devices from partners like Samsung, enabling you to test your app's compatibility and performance on some of the most popular devices in the market, directly from Android Studio.


Android Device Streaming supports Android Partner Device Labs

Test app backup and restore

We added tools to test your app's data backup and restoration flow. This is critical for ensuring a smooth user experience when switching to a new device. You can generate a backup of your app's data, restore it to another device, and even attach backups to your run configurations to test this flow easily.


Backup and restore dialog

Resizable Compose Preview

Building responsive UIs became much easier in Android Studio Narwhal. Compose Preview now supports dynamic resizing, giving you instant visual feedback on how your UI adapts to different screen sizes. You can simply enter Focus mode in the Compose Preview and drag the edges to see your layout change in real time.

Resizable compose preview

Google Play policy insights

Get early warnings about potential Google Play policy violations to help you build more compliant apps with Play Policy Insights, now in Android Studio. The IDE now shows lint warnings directly in your code when it relates to a Google Play policy requirement. You can also integrate these lint checks into your CI/CD pipelines. These insights provide an overview of the policy, dos and don’ts, and links more resources, helping you address potential issues early in your development cycle.


Play policy insights example



Summary

To recap, the entire Android Studio Narwhal release series, including this Narwhal 4 Feature Drop, has delivered a wide array of powerful features. Here is a comprehensive summary of the major additions:

Develop with AI (Gemini)

  • Agent Mode: An semi-autonomous AI assistant that helps with complex, multi-step operations like refactoring, adding features, and debugging.

  • AGENTS.md support: Provide project-specific context, instructions, and style guides to Gemini.

  • Rules in Prompt Library: Customize Gemini's output to match your team's coding standards.

  • Image & @File attachment: Attach screenshots and project files for more context-aware responses.

  • Transform UI (Studio Labs): Use natural language to iterate on Compose UI directly in the preview window.

Faster UI iteration and development

  • Declarative Wear OS watch faces support (New in Narwhal 4 ✨): Write, debug, and deploy watch faces with code completion, error validation, and direct deployment.

  • Resizable Compose Preview: Dynamically resize previews in Focus mode to instantly test responsive UIs.

  • Compose preview improvements: Better code navigation and a new picker for managing previews.

Optimize, refine and test

  • Test App Backup and Restore: Easily test your app's data backup and restoration flow for new device transfers.

  • Android Partner Device Labs: Access a wide range of remote, physical partner devices from Samsung and more for testing.

  • Google Play policy insights: Get early warnings about potential Play Policy violations directly in the IDE.

  • Proguard inspections: Identify and fix overly broad keep rules for better code optimization.

  • K2 mode by default: Faster performance with the next-generation Kotlin compiler.

  • 16 KB page size support: Lint warnings and an emulator to prepare for new devices.

Immersive development (XR)

  • Embedded Android XR emulator: Run the XR emulator directly inside the IDE.

  • Embedded Layout Inspector for Android XR: Inspect and optimize UI layouts within the XR environment.

  • Android XR project template: A new template to quickly start XR projects.

IDE workflow and quality improvements

  • Project view default (New in Narwhal 4 ✨): A new advanced setting to always open new projects in the Project view.

  • Display build files under module: Improve project navigation in the Android view.

  • Manual project sync: Gain more control over when Gradle syncs occur in large projects.

  • Quality improvements: Fixed xx numbers of bugs in this release for better stability and performance.


Get started

Ready to accelerate your development? Download Android Studio Narwhal 4 Feature Drop from the stable channel today!

Your feedback is essential. Please continue to share your thoughts by reporting bugs or suggesting features. For early access to the latest features, download Android Studio from the Canary channel.

Join our vibrant Android developer community on LinkedIn, Medium, YouTube, or X. We can't wait to see what you build!

Google Meet live captions are expanding to Cantonese

What’s happening 

We’re adding support for Cantonese to Google Meet’s live caption feature. This allows users to view real-time text of what is being spoken in the meeting, making it easier to follow along and participate. 

This update directly enhances accessibility and inclusion for your organization’s users who speak Cantonese, ensuring that important discussions, presentations, and training sessions are fully accessible and understood by all participants, regardless of their hearing ability or connectivity. 

When a Cantonese speaker is talking in Google Meet, their words will now appear instantly as captions on the screen. 

Getting started 

  • Admins: This is a new, end-user feature and there is no admin control to enable or disable it. Cantonese live captions will be available to all eligible users in your organization by default. 
  • End users: This feature will be available by default. Use our Help Center to learn more about live captions in Meet

Rollout pace 


Availability 

  • Available to all Google Workspace customers and users with personal Google accounts 

Resources