CampaignExtensionSetting
A campaign extension setting.
Fields |
resource_name
|
string
Immutable. The resource name of the campaign extension setting. CampaignExtensionSetting resource names have the form: customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}
|
extension_type
|
ExtensionType
Immutable. The extension type of the customer extension setting.
|
extension_feed_items[]
|
string
The resource names of the extension feed items to serve under the campaign. ExtensionFeedItem resource names have the form: customers/{customer_id}/extensionFeedItems/{feed_item_id}
|
device
|
ExtensionSettingDevice
The device for which the extensions will serve. Optional.
|
campaign
|
string
Immutable. The resource name of the campaign. The linked extension feed items will serve under this campaign. Campaign resource names have the form: customers/{customer_id}/campaigns/{campaign_id}
|
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Campaign Extension Settings define how and where extensions appear for a specific campaign."],["They link extension feed items to a campaign, controlling their display based on device type."],["Each setting is uniquely identified by the campaign and the extension type."],["Extension feed items are the actual content displayed with the ad, like a phone number or location."],["The campaign extension setting resource is immutable and identified in the format `customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}`."]]],[]]