Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
PlacesLocationFeedData
Stay organized with collections
Save and categorize content based on your preferences.
Data used to configure a location feed populated from Business Profile.
Fields |
oauth_info
|
OAuthInfo
Immutable. Required authentication token (from OAuth API) for the email. This field can only be specified in a create request. All its subfields are not selectable.
|
business_account_id
|
string
Plus page ID of the managed business whose locations should be used. If this field is not set, then all businesses accessible by the user (specified by email_address) are used. This field is mutate-only and is not selectable.
|
category_filters[]
|
string
Used to filter Business Profile listings by categories. If entries exist in category_filters, only listings that belong to any of the categories are candidates to be sync'd into FeedItems. If no entries exist in category_filters, then all listings are candidates for syncing.
|
label_filters[]
|
string
Used to filter Business Profile listings by labels. If entries exist in label_filters, only listings that has any of the labels set are candidates to be synchronized into FeedItems. If no entries exist in label_filters, then all listings are candidates for syncing.
|
email_address
|
string
Email address of a Business Profile or email address of a manager of the Business Profile. Required.
|
business_name_filter
|
string
Used to filter Business Profile listings by business name. If business_name_filter is set, only listings with a matching business name are candidates to be sync'd into FeedItems.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[[["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-02-25 UTC."],[[["Location feeds populated from Business Profile utilize data like OAuth information, business account ID, and email address for authentication and identification."],["Businesses can filter the Business Profile listings included in the location feed using categories, labels, and business name."],["The `email_address` field is mandatory and represents either a Business Profile's email or a manager's email."],["While `oauth_info` is essential for creation and immutable, `business_account_id` is used for updates and isn't selectable."],["If `business_account_id` isn't provided, the feed uses all businesses accessible by the user specified by `email_address`."]]],["The content describes fields used to configure a location feed from Business Profile. Key actions include authenticating with an OAuth token, specifying a business account ID (optional), and providing an email address. Filters, such as category, label, and business name, refine which business listings are synchronized into FeedItems. These filters narrow down the listings considered for inclusion, while omitting filters results in all listings being potential candidates for synchronization.\n"]]