Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page provides access to and management of various ad extensions within your Google Ads account, such as callouts, mobile apps, phone numbers, sitelinks, snippets, and prices.
You can retrieve existing extensions using selectors like callouts(), mobileApps(), phoneNumbers(), sitelinks(), snippets(), and prices().
New ad extensions can be created using builders like newCalloutBuilder(), newMobileAppBuilder(), newPhoneNumberBuilder(), newSitelinkBuilder(), newSnippetBuilder(), and newPriceBuilder().
These builders provide methods to configure and ultimately create new instances of the respective extension types in your account, enhancing your ads with additional information and calls to action.
Note that while newPriceItemBuilder() creates price items, they need to be explicitly attached to price extensions using price.addPriceItem().
Mobile app builder used to create a new mobile app in the account.
newPhoneNumberBuilder()
Returns a new phone number builder for this account. Once
builder.build() or builder.create() is called,
the phone number will be created in this account.
Price builder used to create a new price in the account.
newPriceItemBuilder()
Returns a new price item builder for this account. Once
builder.build() or builder.create() is called,
the price item will NOT be created in this account. In order to attach the
price item to the price extension, you must call
price.addPriceItem().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-23 UTC."],[],[]]