Settings for configuring Smart campaigns.
JSON representation |
---|
{ "resourceName": string, "campaign": string, "phoneNumber": { object ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the Smart campaign setting. Smart campaign setting resource names have the form:
|
campaign |
Output only. The campaign to which these settings apply. |
phoneNumber |
Phone number and country code. |
advertisingLanguageCode |
The language code to advertise in from the set of supported language codes. |
Union field landing_page . The landing page of this campaign. landing_page can be only one of the following: |
|
finalUrl |
The user-provided landing page URL for this Campaign. |
adOptimizedBusinessProfileSetting |
Settings for configuring a business profile optimized for ads as this campaign's landing page. This campaign must be linked to a business profile to use this option. For more information on this feature, consult https://support.google.com/google-ads/answer/9827068. |
Union field business_setting . The business setting of this campaign. business_setting can be only one of the following: |
|
businessName |
The name of the business. |
businessProfileLocation |
The resource name of a Business Profile location. Business Profile location resource names can be fetched through the Business Profile API and adhere to the following format: See the Business Profile API for additional details. |
PhoneNumber
Phone number and country code in smart campaign settings.
JSON representation |
---|
{ "phoneNumber": string, "countryCode": string } |
Fields | |
---|---|
phoneNumber |
Phone number of the smart campaign. |
countryCode |
Upper-case, two-letter country code as defined by ISO-3166. |
AdOptimizedBusinessProfileSetting
Settings for configuring a business profile optimized for ads as this campaign's landing page.
JSON representation |
---|
{ "includeLeadForm": boolean } |
Fields | |
---|---|
includeLeadForm |
Enabling a lead form on your business profile enables prospective customers to contact your business by filling out a simple form, and you'll receive their information through email. |