Customer
Stay organized with collections Save and categorize content based on your preferences.
Fields |
---|
resource_name
| string
Immutable. The resource name of the customer. Customer resource names have the form: customers/{customer_id}
|
call_reporting_setting
| CallReportingSetting
Call reporting setting for a customer. Only mutable in an update operation. |
conversion_tracking_setting
| ConversionTrackingSetting
Output only. Conversion tracking setting for a customer. |
pay_per_conversion_eligibility_failure_reasons[]
| CustomerPayPerConversionEligibilityFailureReason
Output only. Reasons why the customer is not eligible to use PaymentMode.CONVERSIONS. If the list is empty, the customer is eligible. This field is read-only. |
optimization_score_weight
| double
Output only. Optimization score weight of the customer. Optimization score weight can be used to compare/aggregate optimization scores across multiple non-manager customers. The aggregate optimization score of a manager is computed as the sum over all of their customers of Customer.optimization_score * Customer.optimization_score_weight . This field is 0 for all manager customers, and for unscored non-manager customers. This field is read-only. |
status
| CustomerStatus
Output only. The status of the customer. |
customer_agreement_setting
| CustomerAgreementSetting
Output only. Customer Agreement Setting for a customer. |
local_services_settings
| LocalServicesSettings
Output only. Settings for Local Services customer. |
video_brand_safety_suitability
| BrandSafetySuitability
Output only. Brand Safety setting at the account level. Allows for selecting an inventory type to show your ads on content that is the right fit for your brand. See https://support.google.com/google-ads/answer/7515513. |
id
| int64
Output only. The ID of the customer. |
descriptive_name
| string
Optional, non-unique descriptive name of the customer. |
currency_code
| string
Immutable. The currency in which the account operates. A subset of the currency codes from the ISO 4217 standard is supported. |
time_zone
| string
Immutable. The local timezone ID of the customer. |
tracking_url_template
| string
The URL template for constructing a tracking URL out of parameters. Only mutable in an update operation. |
final_url_suffix
| string
The URL template for appending params to the final URL. Only mutable in an update operation. |
auto_tagging_enabled
| bool
Whether auto-tagging is enabled for the customer. |
has_partners_badge
| bool
Output only. Whether the Customer has a Partners program badge. If the Customer is not associated with the Partners program, this will be false. For more information, see https://support.google.com/partners/answer/3125774. |
manager
| bool
Output only. Whether the customer is a manager. |
test_account
| bool
Output only. Whether the customer is a test account. |
optimization_score
| double
Output only. Optimization score of the customer. Optimization score is an estimate of how well a customer's campaigns are set to perform. It ranges from 0% (0.0) to 100% (1.0). This field is null for all manager customers, and for unscored non-manager customers. See "About optimization score" at https://support.google.com/google-ads/answer/9061546. This field is read-only. |
location_asset_auto_migration_done
| bool
Output only. True if feed based location has been migrated to asset based location. |
image_asset_auto_migration_done
| bool
Output only. True if feed based image has been migrated to asset based image. |
location_asset_auto_migration_done_date_time
| string
Output only. Timestamp of migration from feed based location to asset base location in yyyy-MM-dd HH:mm:ss format. |
image_asset_auto_migration_done_date_time
| string
Output only. Timestamp of migration from feed based image to asset base image in yyyy-MM-dd HH:mm:ss format. |
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."],[[["A customer resource represents a Google Ads account with fields like `resource_name`, `id`, and `descriptive_name`."],["Customer settings encompass areas such as call reporting, conversion tracking, remarketing, and optimization score."],["The `status` field indicates the current state of the customer, while `manager` and `test_account` specify its type."],["Fields like `currency_code`, `time_zone`, and `auto_tagging_enabled` define operational aspects of the customer."],["`optimization_score` provides an estimate of campaign performance, and various other fields offer insights into customer features and settings."]]],["This document outlines customer settings within a system, including their `resource_name`, `id`, `descriptive_name`, `currency_code`, and `time_zone`. It details settings such as `call_reporting`, `conversion_tracking`, and `remarketing`. The document indicates `customer_status`, `optimization_score` and `weight`, and eligibility for `pay_per_conversion`. Also included are the customer's ability to be managed, set up for testing, use `tracking_url_template` and `final_url_suffix` options, and if they have `auto_tagging_enabled` or have migrated to new asset types.\n"]]