...

Text file src/google.golang.org/api/searchads360/v0/searchads360-api.json

Documentation: google.golang.org/api/searchads360/v0

     1{
     2  "auth": {
     3    "oauth2": {
     4      "scopes": {
     5        "https://www.googleapis.com/auth/doubleclicksearch": {
     6          "description": "View and manage your advertising data in DoubleClick Search"
     7        }
     8      }
     9    }
    10  },
    11  "basePath": "",
    12  "baseUrl": "https://searchads360.googleapis.com/",
    13  "batchPath": "batch",
    14  "canonicalName": "SA360",
    15  "description": "The Search Ads 360 API allows developers to automate downloading reports from Search Ads 360.",
    16  "discoveryVersion": "v1",
    17  "documentationLink": "https://developers.google.com/search-ads/reporting",
    18  "fullyEncodeReservedExpansion": true,
    19  "icons": {
    20    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    21    "x32": "http://www.google.com/images/icons/product/search-32.gif"
    22  },
    23  "id": "searchads360:v0",
    24  "kind": "discovery#restDescription",
    25  "mtlsRootUrl": "https://searchads360.mtls.googleapis.com/",
    26  "name": "searchads360",
    27  "ownerDomain": "google.com",
    28  "ownerName": "Google",
    29  "parameters": {
    30    "$.xgafv": {
    31      "description": "V1 error format.",
    32      "enum": [
    33        "1",
    34        "2"
    35      ],
    36      "enumDescriptions": [
    37        "v1 error format",
    38        "v2 error format"
    39      ],
    40      "location": "query",
    41      "type": "string"
    42    },
    43    "access_token": {
    44      "description": "OAuth access token.",
    45      "location": "query",
    46      "type": "string"
    47    },
    48    "alt": {
    49      "default": "json",
    50      "description": "Data format for response.",
    51      "enum": [
    52        "json",
    53        "media",
    54        "proto"
    55      ],
    56      "enumDescriptions": [
    57        "Responses with Content-Type of application/json",
    58        "Media download with context-dependent Content-Type",
    59        "Responses with Content-Type of application/x-protobuf"
    60      ],
    61      "location": "query",
    62      "type": "string"
    63    },
    64    "callback": {
    65      "description": "JSONP",
    66      "location": "query",
    67      "type": "string"
    68    },
    69    "fields": {
    70      "description": "Selector specifying which fields to include in a partial response.",
    71      "location": "query",
    72      "type": "string"
    73    },
    74    "key": {
    75      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
    76      "location": "query",
    77      "type": "string"
    78    },
    79    "oauth_token": {
    80      "description": "OAuth 2.0 token for the current user.",
    81      "location": "query",
    82      "type": "string"
    83    },
    84    "prettyPrint": {
    85      "default": "true",
    86      "description": "Returns response with indentations and line breaks.",
    87      "location": "query",
    88      "type": "boolean"
    89    },
    90    "quotaUser": {
    91      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
    92      "location": "query",
    93      "type": "string"
    94    },
    95    "uploadType": {
    96      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
    97      "location": "query",
    98      "type": "string"
    99    },
   100    "upload_protocol": {
   101      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
   102      "location": "query",
   103      "type": "string"
   104    }
   105  },
   106  "protocol": "rest",
   107  "resources": {
   108    "customers": {
   109      "methods": {
   110        "listAccessibleCustomers": {
   111          "description": "Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()",
   112          "flatPath": "v0/customers:listAccessibleCustomers",
   113          "httpMethod": "GET",
   114          "id": "searchads360.customers.listAccessibleCustomers",
   115          "parameterOrder": [],
   116          "parameters": {},
   117          "path": "v0/customers:listAccessibleCustomers",
   118          "response": {
   119            "$ref": "GoogleAdsSearchads360V0Services__ListAccessibleCustomersResponse"
   120          },
   121          "scopes": [
   122            "https://www.googleapis.com/auth/doubleclicksearch"
   123          ]
   124        }
   125      },
   126      "resources": {
   127        "customColumns": {
   128          "methods": {
   129            "get": {
   130              "description": "Returns the requested custom column in full detail.",
   131              "flatPath": "v0/customers/{customersId}/customColumns/{customColumnsId}",
   132              "httpMethod": "GET",
   133              "id": "searchads360.customers.customColumns.get",
   134              "parameterOrder": [
   135                "resourceName"
   136              ],
   137              "parameters": {
   138                "resourceName": {
   139                  "description": "Required. The resource name of the custom column to fetch.",
   140                  "location": "path",
   141                  "pattern": "^customers/[^/]+/customColumns/[^/]+$",
   142                  "required": true,
   143                  "type": "string"
   144                }
   145              },
   146              "path": "v0/{+resourceName}",
   147              "response": {
   148                "$ref": "GoogleAdsSearchads360V0Resources__CustomColumn"
   149              },
   150              "scopes": [
   151                "https://www.googleapis.com/auth/doubleclicksearch"
   152              ]
   153            },
   154            "list": {
   155              "description": "Returns all the custom columns associated with the customer in full detail.",
   156              "flatPath": "v0/customers/{customersId}/customColumns",
   157              "httpMethod": "GET",
   158              "id": "searchads360.customers.customColumns.list",
   159              "parameterOrder": [
   160                "customerId"
   161              ],
   162              "parameters": {
   163                "customerId": {
   164                  "description": "Required. The ID of the customer to apply the CustomColumn list operation to.",
   165                  "location": "path",
   166                  "pattern": "^[^/]+$",
   167                  "required": true,
   168                  "type": "string"
   169                }
   170              },
   171              "path": "v0/customers/{+customerId}/customColumns",
   172              "response": {
   173                "$ref": "GoogleAdsSearchads360V0Services__ListCustomColumnsResponse"
   174              },
   175              "scopes": [
   176                "https://www.googleapis.com/auth/doubleclicksearch"
   177              ]
   178            }
   179          }
   180        },
   181        "searchAds360": {
   182          "methods": {
   183            "search": {
   184              "description": "Returns all rows that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()",
   185              "flatPath": "v0/customers/{customersId}/searchAds360:search",
   186              "httpMethod": "POST",
   187              "id": "searchads360.customers.searchAds360.search",
   188              "parameterOrder": [
   189                "customerId"
   190              ],
   191              "parameters": {
   192                "customerId": {
   193                  "description": "Required. The ID of the customer being queried.",
   194                  "location": "path",
   195                  "pattern": "^[^/]+$",
   196                  "required": true,
   197                  "type": "string"
   198                }
   199              },
   200              "path": "v0/customers/{+customerId}/searchAds360:search",
   201              "request": {
   202                "$ref": "GoogleAdsSearchads360V0Services__SearchSearchAds360Request"
   203              },
   204              "response": {
   205                "$ref": "GoogleAdsSearchads360V0Services__SearchSearchAds360Response"
   206              },
   207              "scopes": [
   208                "https://www.googleapis.com/auth/doubleclicksearch"
   209              ]
   210            }
   211          }
   212        }
   213      }
   214    },
   215    "searchAds360Fields": {
   216      "methods": {
   217        "get": {
   218          "description": "Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()",
   219          "flatPath": "v0/searchAds360Fields/{searchAds360FieldsId}",
   220          "httpMethod": "GET",
   221          "id": "searchads360.searchAds360Fields.get",
   222          "parameterOrder": [
   223            "resourceName"
   224          ],
   225          "parameters": {
   226            "resourceName": {
   227              "description": "Required. The resource name of the field to get.",
   228              "location": "path",
   229              "pattern": "^searchAds360Fields/[^/]+$",
   230              "required": true,
   231              "type": "string"
   232            }
   233          },
   234          "path": "v0/{+resourceName}",
   235          "response": {
   236            "$ref": "GoogleAdsSearchads360V0Resources__SearchAds360Field"
   237          },
   238          "scopes": [
   239            "https://www.googleapis.com/auth/doubleclicksearch"
   240          ]
   241        },
   242        "search": {
   243          "description": "Returns all fields that match the search [query](/search-ads/reporting/concepts/field-service#use_a_query_to_get_field_details). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()",
   244          "flatPath": "v0/searchAds360Fields:search",
   245          "httpMethod": "POST",
   246          "id": "searchads360.searchAds360Fields.search",
   247          "parameterOrder": [],
   248          "parameters": {},
   249          "path": "v0/searchAds360Fields:search",
   250          "request": {
   251            "$ref": "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest"
   252          },
   253          "response": {
   254            "$ref": "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse"
   255          },
   256          "scopes": [
   257            "https://www.googleapis.com/auth/doubleclicksearch"
   258          ]
   259        }
   260      }
   261    }
   262  },
   263  "revision": "20240414",
   264  "rootUrl": "https://searchads360.googleapis.com/",
   265  "schemas": {
   266    "GoogleAdsSearchads360V0Common__AdScheduleInfo": {
   267      "description": "Represents an AdSchedule criterion. AdSchedule is specified as the day of the week and a time interval within which ads will be shown. No more than six AdSchedules can be added for the same day.",
   268      "id": "GoogleAdsSearchads360V0Common__AdScheduleInfo",
   269      "properties": {
   270        "dayOfWeek": {
   271          "description": "Day of the week the schedule applies to. This field is required for CREATE operations and is prohibited on UPDATE operations.",
   272          "enum": [
   273            "UNSPECIFIED",
   274            "UNKNOWN",
   275            "MONDAY",
   276            "TUESDAY",
   277            "WEDNESDAY",
   278            "THURSDAY",
   279            "FRIDAY",
   280            "SATURDAY",
   281            "SUNDAY"
   282          ],
   283          "enumDescriptions": [
   284            "Not specified.",
   285            "The value is unknown in this version.",
   286            "Monday.",
   287            "Tuesday.",
   288            "Wednesday.",
   289            "Thursday.",
   290            "Friday.",
   291            "Saturday.",
   292            "Sunday."
   293          ],
   294          "type": "string"
   295        },
   296        "endHour": {
   297          "description": "Ending hour in 24 hour time; 24 signifies end of the day. This field must be between 0 and 24, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.",
   298          "format": "int32",
   299          "type": "integer"
   300        },
   301        "endMinute": {
   302          "description": "Minutes after the end hour at which this schedule ends. The schedule is exclusive of the end minute. This field is required for CREATE operations and is prohibited on UPDATE operations.",
   303          "enum": [
   304            "UNSPECIFIED",
   305            "UNKNOWN",
   306            "ZERO",
   307            "FIFTEEN",
   308            "THIRTY",
   309            "FORTY_FIVE"
   310          ],
   311          "enumDescriptions": [
   312            "Not specified.",
   313            "The value is unknown in this version.",
   314            "Zero minutes past the hour.",
   315            "Fifteen minutes past the hour.",
   316            "Thirty minutes past the hour.",
   317            "Forty-five minutes past the hour."
   318          ],
   319          "type": "string"
   320        },
   321        "startHour": {
   322          "description": "Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.",
   323          "format": "int32",
   324          "type": "integer"
   325        },
   326        "startMinute": {
   327          "description": "Minutes after the start hour at which this schedule starts. This field is required for CREATE operations and is prohibited on UPDATE operations.",
   328          "enum": [
   329            "UNSPECIFIED",
   330            "UNKNOWN",
   331            "ZERO",
   332            "FIFTEEN",
   333            "THIRTY",
   334            "FORTY_FIVE"
   335          ],
   336          "enumDescriptions": [
   337            "Not specified.",
   338            "The value is unknown in this version.",
   339            "Zero minutes past the hour.",
   340            "Fifteen minutes past the hour.",
   341            "Thirty minutes past the hour.",
   342            "Forty-five minutes past the hour."
   343          ],
   344          "type": "string"
   345        }
   346      },
   347      "type": "object"
   348    },
   349    "GoogleAdsSearchads360V0Common__AgeRangeInfo": {
   350      "description": "An age range criterion.",
   351      "id": "GoogleAdsSearchads360V0Common__AgeRangeInfo",
   352      "properties": {
   353        "type": {
   354          "description": "Type of the age range.",
   355          "enum": [
   356            "UNSPECIFIED",
   357            "UNKNOWN",
   358            "AGE_RANGE_18_24",
   359            "AGE_RANGE_25_34",
   360            "AGE_RANGE_35_44",
   361            "AGE_RANGE_45_54",
   362            "AGE_RANGE_55_64",
   363            "AGE_RANGE_65_UP",
   364            "AGE_RANGE_UNDETERMINED"
   365          ],
   366          "enumDescriptions": [
   367            "Not specified.",
   368            "Used for return value only. Represents value unknown in this version.",
   369            "Between 18 and 24 years old.",
   370            "Between 25 and 34 years old.",
   371            "Between 35 and 44 years old.",
   372            "Between 45 and 54 years old.",
   373            "Between 55 and 64 years old.",
   374            "65 years old and beyond.",
   375            "Undetermined age range."
   376          ],
   377          "type": "string"
   378        }
   379      },
   380      "type": "object"
   381    },
   382    "GoogleAdsSearchads360V0Common__AssetInteractionTarget": {
   383      "description": "An AssetInteractionTarget segment.",
   384      "id": "GoogleAdsSearchads360V0Common__AssetInteractionTarget",
   385      "properties": {
   386        "asset": {
   387          "description": "The asset resource name.",
   388          "type": "string"
   389        },
   390        "interactionOnThisAsset": {
   391          "description": "Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit.",
   392          "type": "boolean"
   393        }
   394      },
   395      "type": "object"
   396    },
   397    "GoogleAdsSearchads360V0Common__AssetUsage": {
   398      "description": "Contains the usage information of the asset.",
   399      "id": "GoogleAdsSearchads360V0Common__AssetUsage",
   400      "properties": {
   401        "asset": {
   402          "description": "Resource name of the asset.",
   403          "type": "string"
   404        },
   405        "servedAssetFieldType": {
   406          "description": "The served field type of the asset.",
   407          "enum": [
   408            "UNSPECIFIED",
   409            "UNKNOWN",
   410            "HEADLINE_1",
   411            "HEADLINE_2",
   412            "HEADLINE_3",
   413            "DESCRIPTION_1",
   414            "DESCRIPTION_2",
   415            "HEADLINE",
   416            "HEADLINE_IN_PORTRAIT",
   417            "LONG_HEADLINE",
   418            "DESCRIPTION",
   419            "DESCRIPTION_IN_PORTRAIT",
   420            "BUSINESS_NAME_IN_PORTRAIT",
   421            "BUSINESS_NAME",
   422            "MARKETING_IMAGE",
   423            "MARKETING_IMAGE_IN_PORTRAIT",
   424            "SQUARE_MARKETING_IMAGE",
   425            "PORTRAIT_MARKETING_IMAGE",
   426            "LOGO",
   427            "LANDSCAPE_LOGO",
   428            "CALL_TO_ACTION",
   429            "YOU_TUBE_VIDEO",
   430            "SITELINK",
   431            "CALL",
   432            "MOBILE_APP",
   433            "CALLOUT",
   434            "STRUCTURED_SNIPPET",
   435            "PRICE",
   436            "PROMOTION",
   437            "AD_IMAGE",
   438            "LEAD_FORM",
   439            "BUSINESS_LOGO"
   440          ],
   441          "enumDescriptions": [
   442            "No value has been specified.",
   443            "The received value is not known in this version. This is a response-only value.",
   444            "The asset is used in headline 1.",
   445            "The asset is used in headline 2.",
   446            "The asset is used in headline 3.",
   447            "The asset is used in description 1.",
   448            "The asset is used in description 2.",
   449            "The asset was used in a headline. Use this only if there is only one headline in the ad. Otherwise, use the HEADLINE_1, HEADLINE_2 or HEADLINE_3 enums",
   450            "The asset was used as a headline in portrait image.",
   451            "The asset was used in a long headline (used in MultiAssetResponsiveAd).",
   452            "The asset was used in a description. Use this only if there is only one description in the ad. Otherwise, use the DESCRIPTION_1 or DESCRIPTION_@ enums",
   453            "The asset was used as description in portrait image.",
   454            "The asset was used as business name in portrait image.",
   455            "The asset was used as business name.",
   456            "The asset was used as a marketing image.",
   457            "The asset was used as a marketing image in portrait image.",
   458            "The asset was used as a square marketing image.",
   459            "The asset was used as a portrait marketing image.",
   460            "The asset was used as a logo.",
   461            "The asset was used as a landscape logo.",
   462            "The asset was used as a call-to-action.",
   463            "The asset was used as a YouTube video.",
   464            "This asset is used as a sitelink.",
   465            "This asset is used as a call.",
   466            "This asset is used as a mobile app.",
   467            "This asset is used as a callout.",
   468            "This asset is used as a structured snippet.",
   469            "This asset is used as a price.",
   470            "This asset is used as a promotion.",
   471            "This asset is used as an image.",
   472            "The asset is used as a lead form.",
   473            "The asset is used as a business logo."
   474          ],
   475          "type": "string"
   476        }
   477      },
   478      "type": "object"
   479    },
   480    "GoogleAdsSearchads360V0Common__AudienceInfo": {
   481      "description": "An audience criterion.",
   482      "id": "GoogleAdsSearchads360V0Common__AudienceInfo",
   483      "properties": {
   484        "audience": {
   485          "description": "The Audience resource name.",
   486          "type": "string"
   487        }
   488      },
   489      "type": "object"
   490    },
   491    "GoogleAdsSearchads360V0Common__BusinessProfileLocation": {
   492      "description": "Business Profile location data synced from the linked Business Profile account.",
   493      "id": "GoogleAdsSearchads360V0Common__BusinessProfileLocation",
   494      "properties": {
   495        "labels": {
   496          "description": "Advertiser specified label for the location on the Business Profile account. This is synced from the Business Profile account.",
   497          "items": {
   498            "type": "string"
   499          },
   500          "type": "array"
   501        },
   502        "listingId": {
   503          "description": "Listing ID of this Business Profile location. This is synced from the linked Business Profile account.",
   504          "format": "int64",
   505          "type": "string"
   506        },
   507        "storeCode": {
   508          "description": "Business Profile store code of this location. This is synced from the Business Profile account.",
   509          "type": "string"
   510        }
   511      },
   512      "type": "object"
   513    },
   514    "GoogleAdsSearchads360V0Common__CallToActionAsset": {
   515      "description": "A call to action asset.",
   516      "id": "GoogleAdsSearchads360V0Common__CallToActionAsset",
   517      "properties": {
   518        "callToAction": {
   519          "description": "Call to action.",
   520          "enum": [
   521            "UNSPECIFIED",
   522            "UNKNOWN",
   523            "LEARN_MORE",
   524            "GET_QUOTE",
   525            "APPLY_NOW",
   526            "SIGN_UP",
   527            "CONTACT_US",
   528            "SUBSCRIBE",
   529            "DOWNLOAD",
   530            "BOOK_NOW",
   531            "SHOP_NOW",
   532            "BUY_NOW",
   533            "DONATE_NOW",
   534            "ORDER_NOW",
   535            "PLAY_NOW",
   536            "SEE_MORE",
   537            "START_NOW",
   538            "VISIT_SITE",
   539            "WATCH_NOW"
   540          ],
   541          "enumDescriptions": [
   542            "Not specified.",
   543            "Used for return value only. Represents value unknown in this version.",
   544            "The call to action type is learn more.",
   545            "The call to action type is get quote.",
   546            "The call to action type is apply now.",
   547            "The call to action type is sign up.",
   548            "The call to action type is contact us.",
   549            "The call to action type is subscribe.",
   550            "The call to action type is download.",
   551            "The call to action type is book now.",
   552            "The call to action type is shop now.",
   553            "The call to action type is buy now.",
   554            "The call to action type is donate now.",
   555            "The call to action type is order now.",
   556            "The call to action type is play now.",
   557            "The call to action type is see more.",
   558            "The call to action type is start now.",
   559            "The call to action type is visit site.",
   560            "The call to action type is watch now."
   561          ],
   562          "type": "string"
   563        }
   564      },
   565      "type": "object"
   566    },
   567    "GoogleAdsSearchads360V0Common__CustomParameter": {
   568      "description": "A mapping that can be used by custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.",
   569      "id": "GoogleAdsSearchads360V0Common__CustomParameter",
   570      "properties": {
   571        "key": {
   572          "description": "The key matching the parameter tag name.",
   573          "type": "string"
   574        },
   575        "value": {
   576          "description": "The value to be substituted.",
   577          "type": "string"
   578        }
   579      },
   580      "type": "object"
   581    },
   582    "GoogleAdsSearchads360V0Common__DeviceInfo": {
   583      "description": "A device criterion.",
   584      "id": "GoogleAdsSearchads360V0Common__DeviceInfo",
   585      "properties": {
   586        "type": {
   587          "description": "Type of the device.",
   588          "enum": [
   589            "UNSPECIFIED",
   590            "UNKNOWN",
   591            "MOBILE",
   592            "TABLET",
   593            "DESKTOP",
   594            "CONNECTED_TV",
   595            "OTHER"
   596          ],
   597          "enumDescriptions": [
   598            "Not specified.",
   599            "The value is unknown in this version.",
   600            "Mobile devices with full browsers.",
   601            "Tablets with full browsers.",
   602            "Computers.",
   603            "Smart TVs and game consoles.",
   604            "Other device types."
   605          ],
   606          "type": "string"
   607        }
   608      },
   609      "type": "object"
   610    },
   611    "GoogleAdsSearchads360V0Common__EnhancedCpc": {
   612      "description": "An automated bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely. This bidding strategy is deprecated and cannot be created anymore. Use ManualCpc with enhanced_cpc_enabled set to true for equivalent functionality.",
   613      "id": "GoogleAdsSearchads360V0Common__EnhancedCpc",
   614      "properties": {},
   615      "type": "object"
   616    },
   617    "GoogleAdsSearchads360V0Common__FrequencyCapEntry": {
   618      "description": "A rule specifying the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period.",
   619      "id": "GoogleAdsSearchads360V0Common__FrequencyCapEntry",
   620      "properties": {},
   621      "type": "object"
   622    },
   623    "GoogleAdsSearchads360V0Common__GenderInfo": {
   624      "description": "A gender criterion.",
   625      "id": "GoogleAdsSearchads360V0Common__GenderInfo",
   626      "properties": {
   627        "type": {
   628          "description": "Type of the gender.",
   629          "enum": [
   630            "UNSPECIFIED",
   631            "UNKNOWN",
   632            "MALE",
   633            "FEMALE",
   634            "UNDETERMINED"
   635          ],
   636          "enumDescriptions": [
   637            "Not specified.",
   638            "Used for return value only. Represents value unknown in this version.",
   639            "Male.",
   640            "Female.",
   641            "Undetermined gender."
   642          ],
   643          "type": "string"
   644        }
   645      },
   646      "type": "object"
   647    },
   648    "GoogleAdsSearchads360V0Common__ImageAsset": {
   649      "description": "An Image asset.",
   650      "id": "GoogleAdsSearchads360V0Common__ImageAsset",
   651      "properties": {
   652        "fileSize": {
   653          "description": "File size of the image asset in bytes.",
   654          "format": "int64",
   655          "type": "string"
   656        },
   657        "fullSize": {
   658          "$ref": "GoogleAdsSearchads360V0Common__ImageDimension",
   659          "description": "Metadata for this image at its original size."
   660        },
   661        "mimeType": {
   662          "description": "MIME type of the image asset.",
   663          "enum": [
   664            "UNSPECIFIED",
   665            "UNKNOWN",
   666            "IMAGE_JPEG",
   667            "IMAGE_GIF",
   668            "IMAGE_PNG",
   669            "FLASH",
   670            "TEXT_HTML",
   671            "PDF",
   672            "MSWORD",
   673            "MSEXCEL",
   674            "RTF",
   675            "AUDIO_WAV",
   676            "AUDIO_MP3",
   677            "HTML5_AD_ZIP"
   678          ],
   679          "enumDescriptions": [
   680            "The mime type has not been specified.",
   681            "The received value is not known in this version. This is a response-only value.",
   682            "MIME type of image/jpeg.",
   683            "MIME type of image/gif.",
   684            "MIME type of image/png.",
   685            "MIME type of application/x-shockwave-flash.",
   686            "MIME type of text/html.",
   687            "MIME type of application/pdf.",
   688            "MIME type of application/msword.",
   689            "MIME type of application/vnd.ms-excel.",
   690            "MIME type of application/rtf.",
   691            "MIME type of audio/wav.",
   692            "MIME type of audio/mp3.",
   693            "MIME type of application/x-html5-ad-zip."
   694          ],
   695          "type": "string"
   696        }
   697      },
   698      "type": "object"
   699    },
   700    "GoogleAdsSearchads360V0Common__ImageDimension": {
   701      "description": "Metadata for an image at a certain size, either original or resized.",
   702      "id": "GoogleAdsSearchads360V0Common__ImageDimension",
   703      "properties": {
   704        "heightPixels": {
   705          "description": "Height of the image.",
   706          "format": "int64",
   707          "type": "string"
   708        },
   709        "url": {
   710          "description": "A URL that returns the image with this height and width.",
   711          "type": "string"
   712        },
   713        "widthPixels": {
   714          "description": "Width of the image.",
   715          "format": "int64",
   716          "type": "string"
   717        }
   718      },
   719      "type": "object"
   720    },
   721    "GoogleAdsSearchads360V0Common__Keyword": {
   722      "description": "A Keyword criterion segment.",
   723      "id": "GoogleAdsSearchads360V0Common__Keyword",
   724      "properties": {
   725        "adGroupCriterion": {
   726          "description": "The AdGroupCriterion resource name.",
   727          "type": "string"
   728        },
   729        "info": {
   730          "$ref": "GoogleAdsSearchads360V0Common__KeywordInfo",
   731          "description": "Keyword info."
   732        }
   733      },
   734      "type": "object"
   735    },
   736    "GoogleAdsSearchads360V0Common__KeywordInfo": {
   737      "description": "A keyword criterion.",
   738      "id": "GoogleAdsSearchads360V0Common__KeywordInfo",
   739      "properties": {
   740        "matchType": {
   741          "description": "The match type of the keyword.",
   742          "enum": [
   743            "UNSPECIFIED",
   744            "UNKNOWN",
   745            "EXACT",
   746            "PHRASE",
   747            "BROAD"
   748          ],
   749          "enumDescriptions": [
   750            "Not specified.",
   751            "Used for return value only. Represents value unknown in this version.",
   752            "Exact match.",
   753            "Phrase match.",
   754            "Broad match."
   755          ],
   756          "type": "string"
   757        },
   758        "text": {
   759          "description": "The text of the keyword (at most 80 characters and 10 words).",
   760          "type": "string"
   761        }
   762      },
   763      "type": "object"
   764    },
   765    "GoogleAdsSearchads360V0Common__LanguageInfo": {
   766      "description": "A language criterion.",
   767      "id": "GoogleAdsSearchads360V0Common__LanguageInfo",
   768      "properties": {
   769        "languageConstant": {
   770          "description": "The language constant resource name.",
   771          "type": "string"
   772        }
   773      },
   774      "type": "object"
   775    },
   776    "GoogleAdsSearchads360V0Common__ListingGroupInfo": {
   777      "description": "A listing group criterion.",
   778      "id": "GoogleAdsSearchads360V0Common__ListingGroupInfo",
   779      "properties": {
   780        "type": {
   781          "description": "Type of the listing group.",
   782          "enum": [
   783            "UNSPECIFIED",
   784            "UNKNOWN",
   785            "SUBDIVISION",
   786            "UNIT"
   787          ],
   788          "enumDescriptions": [
   789            "Not specified.",
   790            "Used for return value only. Represents value unknown in this version.",
   791            "Subdivision of products along some listing dimension. These nodes are not used by serving to target listing entries, but is purely to define the structure of the tree.",
   792            "Listing group unit that defines a bid."
   793          ],
   794          "type": "string"
   795        }
   796      },
   797      "type": "object"
   798    },
   799    "GoogleAdsSearchads360V0Common__LocationGroupInfo": {
   800      "description": "A radius around a list of locations specified through a feed.",
   801      "id": "GoogleAdsSearchads360V0Common__LocationGroupInfo",
   802      "properties": {
   803        "feedItemSets": {
   804          "description": "FeedItemSets whose FeedItems are targeted. If multiple IDs are specified, then all items that appear in at least one set are targeted. This field cannot be used with geo_target_constants. This is optional and can only be set in CREATE operations.",
   805          "items": {
   806            "type": "string"
   807          },
   808          "type": "array"
   809        },
   810        "geoTargetConstants": {
   811          "description": "Geo target constant(s) restricting the scope of the geographic area within the feed. Currently only one geo target constant is allowed.",
   812          "items": {
   813            "type": "string"
   814          },
   815          "type": "array"
   816        },
   817        "radius": {
   818          "description": "Distance in units specifying the radius around targeted locations. This is required and must be set in CREATE operations.",
   819          "format": "int64",
   820          "type": "string"
   821        },
   822        "radiusUnits": {
   823          "description": "Unit of the radius. Miles and meters are supported for geo target constants. Milli miles and meters are supported for feed item sets. This is required and must be set in CREATE operations.",
   824          "enum": [
   825            "UNSPECIFIED",
   826            "UNKNOWN",
   827            "METERS",
   828            "MILES",
   829            "MILLI_MILES"
   830          ],
   831          "enumDescriptions": [
   832            "Not specified.",
   833            "Used for return value only. Represents value unknown in this version.",
   834            "Meters",
   835            "Miles",
   836            "Milli Miles"
   837          ],
   838          "type": "string"
   839        }
   840      },
   841      "type": "object"
   842    },
   843    "GoogleAdsSearchads360V0Common__LocationInfo": {
   844      "description": "A location criterion.",
   845      "id": "GoogleAdsSearchads360V0Common__LocationInfo",
   846      "properties": {
   847        "geoTargetConstant": {
   848          "description": "The geo target constant resource name.",
   849          "type": "string"
   850        }
   851      },
   852      "type": "object"
   853    },
   854    "GoogleAdsSearchads360V0Common__ManualCpa": {
   855      "description": "Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.",
   856      "id": "GoogleAdsSearchads360V0Common__ManualCpa",
   857      "properties": {},
   858      "type": "object"
   859    },
   860    "GoogleAdsSearchads360V0Common__ManualCpc": {
   861      "description": "Manual click-based bidding where user pays per click.",
   862      "id": "GoogleAdsSearchads360V0Common__ManualCpc",
   863      "properties": {
   864        "enhancedCpcEnabled": {
   865          "description": "Whether bids are to be enhanced based on conversion optimizer data.",
   866          "type": "boolean"
   867        }
   868      },
   869      "type": "object"
   870    },
   871    "GoogleAdsSearchads360V0Common__ManualCpm": {
   872      "description": "Manual impression-based bidding where user pays per thousand impressions.",
   873      "id": "GoogleAdsSearchads360V0Common__ManualCpm",
   874      "properties": {},
   875      "type": "object"
   876    },
   877    "GoogleAdsSearchads360V0Common__MaximizeConversionValue": {
   878      "description": "An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.",
   879      "id": "GoogleAdsSearchads360V0Common__MaximizeConversionValue",
   880      "properties": {
   881        "cpcBidCeilingMicros": {
   882          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.",
   883          "format": "int64",
   884          "type": "string"
   885        },
   886        "cpcBidFloorMicros": {
   887          "description": "Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.",
   888          "format": "int64",
   889          "type": "string"
   890        },
   891        "targetRoas": {
   892          "description": "The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.",
   893          "format": "double",
   894          "type": "number"
   895        }
   896      },
   897      "type": "object"
   898    },
   899    "GoogleAdsSearchads360V0Common__MaximizeConversions": {
   900      "description": "An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.",
   901      "id": "GoogleAdsSearchads360V0Common__MaximizeConversions",
   902      "properties": {
   903        "cpcBidCeilingMicros": {
   904          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.",
   905          "format": "int64",
   906          "type": "string"
   907        },
   908        "cpcBidFloorMicros": {
   909          "description": "Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. Mutable for portfolio bidding strategies only.",
   910          "format": "int64",
   911          "type": "string"
   912        },
   913        "targetCpaMicros": {
   914          "description": "The target cost-per-action (CPA) option. This is the average amount that you would like to spend per conversion action specified in micro units of the bidding strategy's currency. If set, the bid strategy will get as many conversions as possible at or below the target cost-per-action. If the target CPA is not set, the bid strategy will aim to achieve the lowest possible CPA given the budget.",
   915          "format": "int64",
   916          "type": "string"
   917        }
   918      },
   919      "type": "object"
   920    },
   921    "GoogleAdsSearchads360V0Common__Metrics": {
   922      "description": "Metrics data.",
   923      "id": "GoogleAdsSearchads360V0Common__Metrics",
   924      "properties": {
   925        "absoluteTopImpressionPercentage": {
   926          "description": "Search absolute top impression share is the percentage of your Search ad impressions that are shown in the most prominent Search position.",
   927          "format": "double",
   928          "type": "number"
   929        },
   930        "allConversions": {
   931          "description": "The total number of conversions. This includes all conversions regardless of the value of include_in_conversions_metric.",
   932          "format": "double",
   933          "type": "number"
   934        },
   935        "allConversionsByConversionDate": {
   936          "description": "The total number of conversions. This includes all conversions regardless of the value of include_in_conversions_metric. When this column is selected with date, the values in date column means the conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.",
   937          "format": "double",
   938          "type": "number"
   939        },
   940        "allConversionsFromClickToCall": {
   941          "description": "The number of times people clicked the \"Call\" button to call a store during or after clicking an ad. This number doesn't include whether or not calls were connected, or the duration of any calls. This metric applies to feed items only.",
   942          "format": "double",
   943          "type": "number"
   944        },
   945        "allConversionsFromDirections": {
   946          "description": "The number of times people clicked a \"Get directions\" button to navigate to a store after clicking an ad. This metric applies to feed items only.",
   947          "format": "double",
   948          "type": "number"
   949        },
   950        "allConversionsFromInteractionsRate": {
   951          "description": "All conversions from interactions (as oppose to view through conversions) divided by the number of ad interactions.",
   952          "format": "double",
   953          "type": "number"
   954        },
   955        "allConversionsFromInteractionsValuePerInteraction": {
   956          "description": "The value of all conversions from interactions divided by the total number of interactions.",
   957          "format": "double",
   958          "type": "number"
   959        },
   960        "allConversionsFromMenu": {
   961          "description": "The number of times people clicked a link to view a store's menu after clicking an ad. This metric applies to feed items only.",
   962          "format": "double",
   963          "type": "number"
   964        },
   965        "allConversionsFromOrder": {
   966          "description": "The number of times people placed an order at a store after clicking an ad. This metric applies to feed items only.",
   967          "format": "double",
   968          "type": "number"
   969        },
   970        "allConversionsFromOtherEngagement": {
   971          "description": "The number of other conversions (for example, posting a review or saving a location for a store) that occurred after people clicked an ad. This metric applies to feed items only.",
   972          "format": "double",
   973          "type": "number"
   974        },
   975        "allConversionsFromStoreVisit": {
   976          "description": "Estimated number of times people visited a store after clicking an ad. This metric applies to feed items only.",
   977          "format": "double",
   978          "type": "number"
   979        },
   980        "allConversionsFromStoreWebsite": {
   981          "description": "The number of times that people were taken to a store's URL after clicking an ad. This metric applies to feed items only.",
   982          "format": "double",
   983          "type": "number"
   984        },
   985        "allConversionsValue": {
   986          "description": "The value of all conversions.",
   987          "format": "double",
   988          "type": "number"
   989        },
   990        "allConversionsValueByConversionDate": {
   991          "description": "The value of all conversions. When this column is selected with date, the values in date column means the conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.",
   992          "format": "double",
   993          "type": "number"
   994        },
   995        "allConversionsValuePerCost": {
   996          "description": "The value of all conversions divided by the total cost of ad interactions (such as clicks for text ads or views for video ads).",
   997          "format": "double",
   998          "type": "number"
   999        },
  1000        "averageCost": {
  1001          "description": "The average amount you pay per interaction. This amount is the total cost of your ads divided by the total number of interactions.",
  1002          "format": "double",
  1003          "type": "number"
  1004        },
  1005        "averageCpc": {
  1006          "description": "The total cost of all clicks divided by the total number of clicks received. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1007          "format": "double",
  1008          "type": "number"
  1009        },
  1010        "averageCpm": {
  1011          "description": "Average cost-per-thousand impressions (CPM). This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1012          "format": "double",
  1013          "type": "number"
  1014        },
  1015        "clicks": {
  1016          "description": "The number of clicks.",
  1017          "format": "int64",
  1018          "type": "string"
  1019        },
  1020        "clientAccountConversions": {
  1021          "description": "The number of client account conversions. This only includes conversion actions which include_in_client_account_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.",
  1022          "format": "double",
  1023          "type": "number"
  1024        },
  1025        "clientAccountConversionsValue": {
  1026          "description": "The value of client account conversions. This only includes conversion actions which include_in_client_account_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.",
  1027          "format": "double",
  1028          "type": "number"
  1029        },
  1030        "clientAccountCrossSellCostOfGoodsSoldMicros": {
  1031          "description": "Client account cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1032          "format": "int64",
  1033          "type": "string"
  1034        },
  1035        "clientAccountCrossSellGrossProfitMicros": {
  1036          "description": "Client account cross-sell gross profit is the profit you made from products sold as a result of advertising a different product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the purchase is a sold product. If these products don't match then this is considered cross-sell. Cross-sell gross profit is the revenue you made from cross-sell attributed to your ads minus the cost of the goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The shirt is priced $20 and has a cost of goods sold value of $5. The cross-sell gross profit of this order is $15 = $20 - $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1037          "format": "int64",
  1038          "type": "string"
  1039        },
  1040        "clientAccountCrossSellRevenueMicros": {
  1041          "description": "Client account cross-sell revenue is the total amount you made from products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell revenue is the total value you made from cross-sell attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The cross-sell revenue of this order is $20. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1042          "format": "int64",
  1043          "type": "string"
  1044        },
  1045        "clientAccountCrossSellUnitsSold": {
  1046          "description": "Client account cross-sell units sold is the total number of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell units sold is the total number of cross-sold products from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The cross-sell units sold in this order is 2. This metric is only available if you report conversions with cart data.",
  1047          "format": "double",
  1048          "type": "number"
  1049        },
  1050        "clientAccountLeadCostOfGoodsSoldMicros": {
  1051          "description": "Client account lead cost of goods sold (COGS) is the total cost of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the cost of these goods is counted under lead cost of goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The lead cost of goods sold for this order is $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1052          "format": "int64",
  1053          "type": "string"
  1054        },
  1055        "clientAccountLeadGrossProfitMicros": {
  1056          "description": "Client account lead gross profit is the profit you made from products sold as a result of advertising the same product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the revenue you made from these sales minus the cost of goods sold is your lead gross profit. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and has a cost of goods sold value of $3. The lead gross profit of this order is $7 = $10 - $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1057          "format": "int64",
  1058          "type": "string"
  1059        },
  1060        "clientAccountLeadRevenueMicros": {
  1061          "description": "Client account lead revenue is the total amount you made from products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total value you made from the sales of these products is shown under lead revenue. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The lead revenue of this order is $10. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1062          "format": "int64",
  1063          "type": "string"
  1064        },
  1065        "clientAccountLeadUnitsSold": {
  1066          "description": "Client account lead units sold is the total number of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total number of these products sold is shown under lead units sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The lead units sold in this order is 1. This metric is only available if you report conversions with cart data.",
  1067          "format": "double",
  1068          "type": "number"
  1069        },
  1070        "clientAccountViewThroughConversions": {
  1071          "description": "The total number of view-through conversions. These happen when a customer sees an image or rich media ad, then later completes a conversion on your site without interacting with (for example, clicking on) another ad.",
  1072          "format": "int64",
  1073          "type": "string"
  1074        },
  1075        "contentBudgetLostImpressionShare": {
  1076          "description": "The estimated percent of times that your ad was eligible to show on the Display Network but didn't because your budget was too low. Note: Content budget lost impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1077          "format": "double",
  1078          "type": "number"
  1079        },
  1080        "contentImpressionShare": {
  1081          "description": "The impressions you've received on the Display Network divided by the estimated number of impressions you were eligible to receive. Note: Content impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.",
  1082          "format": "double",
  1083          "type": "number"
  1084        },
  1085        "contentRankLostImpressionShare": {
  1086          "description": "The estimated percentage of impressions on the Display Network that your ads didn't receive due to poor Ad Rank. Note: Content rank lost impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1087          "format": "double",
  1088          "type": "number"
  1089        },
  1090        "conversionCustomMetrics": {
  1091          "description": "The conversion custom metrics.",
  1092          "items": {
  1093            "$ref": "GoogleAdsSearchads360V0Common__Value"
  1094          },
  1095          "type": "array"
  1096        },
  1097        "conversions": {
  1098          "description": "The number of conversions. This only includes conversion actions which include_in_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.",
  1099          "format": "double",
  1100          "type": "number"
  1101        },
  1102        "conversionsByConversionDate": {
  1103          "description": "The sum of conversions by conversion date for biddable conversion types. Can be fractional due to attribution modeling. When this column is selected with date, the values in date column means the conversion date.",
  1104          "format": "double",
  1105          "type": "number"
  1106        },
  1107        "conversionsFromInteractionsRate": {
  1108          "description": "Average biddable conversions (from interaction) per conversion eligible interaction. Shows how often, on average, an ad interaction leads to a biddable conversion.",
  1109          "format": "double",
  1110          "type": "number"
  1111        },
  1112        "conversionsFromInteractionsValuePerInteraction": {
  1113          "description": "The value of conversions from interactions divided by the number of ad interactions. This only includes conversion actions which include_in_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.",
  1114          "format": "double",
  1115          "type": "number"
  1116        },
  1117        "conversionsValue": {
  1118          "description": "The sum of conversion values for the conversions included in the \"conversions\" field. This metric is useful only if you entered a value for your conversion actions.",
  1119          "format": "double",
  1120          "type": "number"
  1121        },
  1122        "conversionsValueByConversionDate": {
  1123          "description": "The sum of biddable conversions value by conversion date. When this column is selected with date, the values in date column means the conversion date.",
  1124          "format": "double",
  1125          "type": "number"
  1126        },
  1127        "conversionsValuePerCost": {
  1128          "description": "The value of biddable conversion divided by the total cost of conversion eligible interactions.",
  1129          "format": "double",
  1130          "type": "number"
  1131        },
  1132        "costMicros": {
  1133          "description": "The sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during this period. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1134          "format": "int64",
  1135          "type": "string"
  1136        },
  1137        "costPerAllConversions": {
  1138          "description": "The cost of ad interactions divided by all conversions.",
  1139          "format": "double",
  1140          "type": "number"
  1141        },
  1142        "costPerConversion": {
  1143          "description": "Average conversion eligible cost per biddable conversion.",
  1144          "format": "double",
  1145          "type": "number"
  1146        },
  1147        "costPerCurrentModelAttributedConversion": {
  1148          "description": "The cost of ad interactions divided by current model attributed conversions. This only includes conversion actions which include_in_conversions_metric attribute is set to true. If you use conversion-based bidding, your bid strategies will optimize for these conversions.",
  1149          "format": "double",
  1150          "type": "number"
  1151        },
  1152        "crossDeviceConversions": {
  1153          "description": "Conversions from when a customer clicks on an ad on one device, then converts on a different device or browser. Cross-device conversions are already included in all_conversions.",
  1154          "format": "double",
  1155          "type": "number"
  1156        },
  1157        "crossDeviceConversionsValue": {
  1158          "description": "The sum of the value of cross-device conversions.",
  1159          "format": "double",
  1160          "type": "number"
  1161        },
  1162        "crossSellCostOfGoodsSoldMicros": {
  1163          "description": "Cross-sell cost of goods sold (COGS) is the total cost of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell cost of goods sold is the total cost of the products sold that weren't advertised. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The cross-sell cost of goods sold for this order is $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1164          "format": "int64",
  1165          "type": "string"
  1166        },
  1167        "crossSellGrossProfitMicros": {
  1168          "description": "Cross-sell gross profit is the profit you made from products sold as a result of advertising a different product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the purchase is a sold product. If these products don't match then this is considered cross-sell. Cross-sell gross profit is the revenue you made from cross-sell attributed to your ads minus the cost of the goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The shirt is priced $20 and has a cost of goods sold value of $5. The cross-sell gross profit of this order is $15 = $20 - $5. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1169          "format": "int64",
  1170          "type": "string"
  1171        },
  1172        "crossSellRevenueMicros": {
  1173          "description": "Cross-sell revenue is the total amount you made from products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell revenue is the total value you made from cross-sell attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The cross-sell revenue of this order is $20. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1174          "format": "int64",
  1175          "type": "string"
  1176        },
  1177        "crossSellUnitsSold": {
  1178          "description": "Cross-sell units sold is the total number of products sold as a result of advertising a different product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If these products don't match then this is considered cross-sell. Cross-sell units sold is the total number of cross-sold products from all orders attributed to your ads. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The cross-sell units sold in this order is 2. This metric is only available if you report conversions with cart data.",
  1179          "format": "double",
  1180          "type": "number"
  1181        },
  1182        "ctr": {
  1183          "description": "The number of clicks your ad receives (Clicks) divided by the number of times your ad is shown (Impressions).",
  1184          "format": "double",
  1185          "type": "number"
  1186        },
  1187        "historicalCreativeQualityScore": {
  1188          "description": "The creative historical quality score.",
  1189          "enum": [
  1190            "UNSPECIFIED",
  1191            "UNKNOWN",
  1192            "BELOW_AVERAGE",
  1193            "AVERAGE",
  1194            "ABOVE_AVERAGE"
  1195          ],
  1196          "enumDescriptions": [
  1197            "Not specified.",
  1198            "Used for return value only. Represents value unknown in this version.",
  1199            "Quality of the creative is below average.",
  1200            "Quality of the creative is average.",
  1201            "Quality of the creative is above average."
  1202          ],
  1203          "type": "string"
  1204        },
  1205        "historicalLandingPageQualityScore": {
  1206          "description": "The quality of historical landing page experience.",
  1207          "enum": [
  1208            "UNSPECIFIED",
  1209            "UNKNOWN",
  1210            "BELOW_AVERAGE",
  1211            "AVERAGE",
  1212            "ABOVE_AVERAGE"
  1213          ],
  1214          "enumDescriptions": [
  1215            "Not specified.",
  1216            "Used for return value only. Represents value unknown in this version.",
  1217            "Quality of the creative is below average.",
  1218            "Quality of the creative is average.",
  1219            "Quality of the creative is above average."
  1220          ],
  1221          "type": "string"
  1222        },
  1223        "historicalQualityScore": {
  1224          "description": "The historical quality score.",
  1225          "format": "int64",
  1226          "type": "string"
  1227        },
  1228        "historicalSearchPredictedCtr": {
  1229          "description": "The historical search predicted click through rate (CTR).",
  1230          "enum": [
  1231            "UNSPECIFIED",
  1232            "UNKNOWN",
  1233            "BELOW_AVERAGE",
  1234            "AVERAGE",
  1235            "ABOVE_AVERAGE"
  1236          ],
  1237          "enumDescriptions": [
  1238            "Not specified.",
  1239            "Used for return value only. Represents value unknown in this version.",
  1240            "Quality of the creative is below average.",
  1241            "Quality of the creative is average.",
  1242            "Quality of the creative is above average."
  1243          ],
  1244          "type": "string"
  1245        },
  1246        "impressions": {
  1247          "description": "Count of how often your ad has appeared on a search results page or website on the Google Network.",
  1248          "format": "int64",
  1249          "type": "string"
  1250        },
  1251        "interactionEventTypes": {
  1252          "description": "The types of payable and free interactions.",
  1253          "items": {
  1254            "enum": [
  1255              "UNSPECIFIED",
  1256              "UNKNOWN",
  1257              "CLICK",
  1258              "ENGAGEMENT",
  1259              "VIDEO_VIEW",
  1260              "NONE"
  1261            ],
  1262            "enumDescriptions": [
  1263              "Not specified.",
  1264              "Used for return value only. Represents value unknown in this version.",
  1265              "Click to site. In most cases, this interaction navigates to an external location, usually the advertiser's landing page. This is also the default InteractionEventType for click events.",
  1266              "The user's expressed intent to engage with the ad in-place.",
  1267              "User viewed a video ad.",
  1268              "The default InteractionEventType for ad conversion events. This is used when an ad conversion row does NOT indicate that the free interactions (for example, the ad conversions) should be 'promoted' and reported as part of the core metrics. These are simply other (ad) conversions."
  1269            ],
  1270            "type": "string"
  1271          },
  1272          "type": "array"
  1273        },
  1274        "interactionRate": {
  1275          "description": "How often people interact with your ad after it is shown to them. This is the number of interactions divided by the number of times your ad is shown.",
  1276          "format": "double",
  1277          "type": "number"
  1278        },
  1279        "interactions": {
  1280          "description": "The number of interactions. An interaction is the main user action associated with an ad format-clicks for text and shopping ads, views for video ads, and so on.",
  1281          "format": "int64",
  1282          "type": "string"
  1283        },
  1284        "invalidClickRate": {
  1285          "description": "The percentage of clicks filtered out of your total number of clicks (filtered + non-filtered clicks) during the reporting period.",
  1286          "format": "double",
  1287          "type": "number"
  1288        },
  1289        "invalidClicks": {
  1290          "description": "Number of clicks Google considers illegitimate and doesn't charge you for.",
  1291          "format": "int64",
  1292          "type": "string"
  1293        },
  1294        "leadCostOfGoodsSoldMicros": {
  1295          "description": "Lead cost of goods sold (COGS) is the total cost of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the cost of these goods is counted under lead cost of goods sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat has a cost of goods sold value of $3, the shirt has a cost of goods sold value of $5. The lead cost of goods sold for this order is $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1296          "format": "int64",
  1297          "type": "string"
  1298        },
  1299        "leadGrossProfitMicros": {
  1300          "description": "Lead gross profit is the profit you made from products sold as a result of advertising the same product, minus cost of goods sold (COGS). How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the revenue you made from these sales minus the cost of goods sold is your lead gross profit. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and has a cost of goods sold value of $3. The lead gross profit of this order is $7 = $10 - $3. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1301          "format": "int64",
  1302          "type": "string"
  1303        },
  1304        "leadRevenueMicros": {
  1305          "description": "Lead revenue is the total amount you made from products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total value you made from the sales of these products is shown under lead revenue. Example: Someone clicked on a Shopping ad for a hat then bought the same hat and a shirt. The hat is priced $10 and the shirt is priced $20. The lead revenue of this order is $10. This metric is only available if you report conversions with cart data. This metric is a monetary value and returned in the customer's currency by default. See the metrics_currency parameter at https://developers.google.com/search-ads/reporting/query/query-structure#parameters_clause",
  1306          "format": "int64",
  1307          "type": "string"
  1308        },
  1309        "leadUnitsSold": {
  1310          "description": "Lead units sold is the total number of products sold as a result of advertising the same product. How it works: You report conversions with cart data for completed purchases on your website. If the ad that was interacted with before the purchase has an associated product (see Shopping Ads) then this product is considered the advertised product. Any product included in the order the customer places is a sold product. If the advertised and sold products match, then the total number of these products sold is shown under lead units sold. Example: Someone clicked on a Shopping ad for a hat then bought the same hat, a shirt and a jacket. The lead units sold in this order is 1. This metric is only available if you report conversions with cart data.",
  1311          "format": "double",
  1312          "type": "number"
  1313        },
  1314        "mobileFriendlyClicksPercentage": {
  1315          "description": "The percentage of mobile clicks that go to a mobile-friendly page.",
  1316          "format": "double",
  1317          "type": "number"
  1318        },
  1319        "rawEventConversionMetrics": {
  1320          "description": "The raw event conversion metrics.",
  1321          "items": {
  1322            "$ref": "GoogleAdsSearchads360V0Common__Value"
  1323          },
  1324          "type": "array"
  1325        },
  1326        "searchAbsoluteTopImpressionShare": {
  1327          "description": "The percentage of the customer's Shopping or Search ad impressions that are shown in the most prominent Shopping position. See https://support.google.com/sa360/answer/9566729 for details. Any value below 0.1 is reported as 0.0999.",
  1328          "format": "double",
  1329          "type": "number"
  1330        },
  1331        "searchBudgetLostAbsoluteTopImpressionShare": {
  1332          "description": "The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to a low budget. Note: Search budget lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1333          "format": "double",
  1334          "type": "number"
  1335        },
  1336        "searchBudgetLostImpressionShare": {
  1337          "description": "The estimated percent of times that your ad was eligible to show on the Search Network but didn't because your budget was too low. Note: Search budget lost impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1338          "format": "double",
  1339          "type": "number"
  1340        },
  1341        "searchBudgetLostTopImpressionShare": {
  1342          "description": "The number estimating how often your ad didn't show adjacent to the top organic search results due to a low budget. Note: Search budget lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1343          "format": "double",
  1344          "type": "number"
  1345        },
  1346        "searchClickShare": {
  1347          "description": "The number of clicks you've received on the Search Network divided by the estimated number of clicks you were eligible to receive. Note: Search click share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.",
  1348          "format": "double",
  1349          "type": "number"
  1350        },
  1351        "searchExactMatchImpressionShare": {
  1352          "description": "The impressions you've received divided by the estimated number of impressions you were eligible to receive on the Search Network for search terms that matched your keywords exactly (or were close variants of your keyword), regardless of your keyword match types. Note: Search exact match impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.",
  1353          "format": "double",
  1354          "type": "number"
  1355        },
  1356        "searchImpressionShare": {
  1357          "description": "The impressions you've received on the Search Network divided by the estimated number of impressions you were eligible to receive. Note: Search impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.",
  1358          "format": "double",
  1359          "type": "number"
  1360        },
  1361        "searchRankLostAbsoluteTopImpressionShare": {
  1362          "description": "The number estimating how often your ad wasn't the very first ad among the top ads in the search results due to poor Ad Rank. Note: Search rank lost absolute top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1363          "format": "double",
  1364          "type": "number"
  1365        },
  1366        "searchRankLostImpressionShare": {
  1367          "description": "The estimated percentage of impressions on the Search Network that your ads didn't receive due to poor Ad Rank. Note: Search rank lost impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1368          "format": "double",
  1369          "type": "number"
  1370        },
  1371        "searchRankLostTopImpressionShare": {
  1372          "description": "The number estimating how often your ad didn't show adjacent to the top organic search results due to poor Ad Rank. Note: Search rank lost top impression share is reported in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.",
  1373          "format": "double",
  1374          "type": "number"
  1375        },
  1376        "searchTopImpressionShare": {
  1377          "description": "The impressions you've received among the top ads compared to the estimated number of impressions you were eligible to receive among the top ads. Note: Search top impression share is reported in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999. Top ads are generally above the top organic results, although they may show below the top organic results on certain queries.",
  1378          "format": "double",
  1379          "type": "number"
  1380        },
  1381        "topImpressionPercentage": {
  1382          "description": "The percent of your ad impressions that are shown adjacent to the top organic search results.",
  1383          "format": "double",
  1384          "type": "number"
  1385        },
  1386        "valuePerAllConversions": {
  1387          "description": "The value of all conversions divided by the number of all conversions.",
  1388          "format": "double",
  1389          "type": "number"
  1390        },
  1391        "valuePerAllConversionsByConversionDate": {
  1392          "description": "The value of all conversions divided by the number of all conversions. When this column is selected with date, the values in date column means the conversion date. Details for the by_conversion_date columns are available at https://support.google.com/sa360/answer/9250611.",
  1393          "format": "double",
  1394          "type": "number"
  1395        },
  1396        "valuePerConversion": {
  1397          "description": "The value of biddable conversion divided by the number of biddable conversions. Shows how much, on average, each of the biddable conversions is worth.",
  1398          "format": "double",
  1399          "type": "number"
  1400        },
  1401        "valuePerConversionsByConversionDate": {
  1402          "description": "Biddable conversions value by conversion date divided by biddable conversions by conversion date. Shows how much, on average, each of the biddable conversions is worth (by conversion date). When this column is selected with date, the values in date column means the conversion date.",
  1403          "format": "double",
  1404          "type": "number"
  1405        },
  1406        "visits": {
  1407          "description": "Clicks that Search Ads 360 has successfully recorded and forwarded to an advertiser's landing page.",
  1408          "format": "double",
  1409          "type": "number"
  1410        }
  1411      },
  1412      "type": "object"
  1413    },
  1414    "GoogleAdsSearchads360V0Common__MobileAppAsset": {
  1415      "description": "An asset representing a mobile app.",
  1416      "id": "GoogleAdsSearchads360V0Common__MobileAppAsset",
  1417      "properties": {
  1418        "appId": {
  1419          "description": "Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like \"com.android.ebay\" for Android or \"12345689\" for iOS.",
  1420          "type": "string"
  1421        },
  1422        "appStore": {
  1423          "description": "Required. The application store that distributes this specific app.",
  1424          "enum": [
  1425            "UNSPECIFIED",
  1426            "UNKNOWN",
  1427            "APPLE_APP_STORE",
  1428            "GOOGLE_APP_STORE"
  1429          ],
  1430          "enumDescriptions": [
  1431            "Not specified.",
  1432            "Used for return value only. Represents value unknown in this version.",
  1433            "Mobile app vendor for Apple app store.",
  1434            "Mobile app vendor for Google app store."
  1435          ],
  1436          "type": "string"
  1437        }
  1438      },
  1439      "type": "object"
  1440    },
  1441    "GoogleAdsSearchads360V0Common__PercentCpc": {
  1442      "description": "A bidding strategy where bids are a fraction of the advertised price for some good or service.",
  1443      "id": "GoogleAdsSearchads360V0Common__PercentCpc",
  1444      "properties": {
  1445        "cpcBidCeilingMicros": {
  1446          "description": "Maximum bid limit that can be set by the bid strategy. This is an optional field entered by the advertiser and specified in local micros. Note: A zero value is interpreted in the same way as having bid_ceiling undefined.",
  1447          "format": "int64",
  1448          "type": "string"
  1449        },
  1450        "enhancedCpcEnabled": {
  1451          "description": "Adjusts the bid for each auction upward or downward, depending on the likelihood of a conversion. Individual bids may exceed cpc_bid_ceiling_micros, but the average bid amount for a campaign should not.",
  1452          "type": "boolean"
  1453        }
  1454      },
  1455      "type": "object"
  1456    },
  1457    "GoogleAdsSearchads360V0Common__RealTimeBiddingSetting": {
  1458      "description": "Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.",
  1459      "id": "GoogleAdsSearchads360V0Common__RealTimeBiddingSetting",
  1460      "properties": {
  1461        "optIn": {
  1462          "description": "Whether the campaign is opted in to real-time bidding.",
  1463          "type": "boolean"
  1464        }
  1465      },
  1466      "type": "object"
  1467    },
  1468    "GoogleAdsSearchads360V0Common__SearchAds360ExpandedDynamicSearchAdInfo": {
  1469      "description": "An expanded dynamic search ad.",
  1470      "id": "GoogleAdsSearchads360V0Common__SearchAds360ExpandedDynamicSearchAdInfo",
  1471      "properties": {
  1472        "adTrackingId": {
  1473          "description": "The tracking id of the ad.",
  1474          "format": "int64",
  1475          "type": "string"
  1476        },
  1477        "description1": {
  1478          "description": "The first line of the ad's description.",
  1479          "type": "string"
  1480        },
  1481        "description2": {
  1482          "description": "The second line of the ad's description.",
  1483          "type": "string"
  1484        }
  1485      },
  1486      "type": "object"
  1487    },
  1488    "GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo": {
  1489      "description": "A Search Ads 360 expanded text ad.",
  1490      "id": "GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo",
  1491      "properties": {
  1492        "adTrackingId": {
  1493          "description": "The tracking id of the ad.",
  1494          "format": "int64",
  1495          "type": "string"
  1496        },
  1497        "description1": {
  1498          "description": "The first line of the ad's description.",
  1499          "type": "string"
  1500        },
  1501        "description2": {
  1502          "description": "The second line of the ad's description.",
  1503          "type": "string"
  1504        },
  1505        "headline": {
  1506          "description": "The headline of the ad.",
  1507          "type": "string"
  1508        },
  1509        "headline2": {
  1510          "description": "The second headline of the ad.",
  1511          "type": "string"
  1512        },
  1513        "headline3": {
  1514          "description": "The third headline of the ad.",
  1515          "type": "string"
  1516        },
  1517        "path1": {
  1518          "description": "Text appended to the auto-generated visible URL with a delimiter.",
  1519          "type": "string"
  1520        },
  1521        "path2": {
  1522          "description": "Text appended to path1 with a delimiter.",
  1523          "type": "string"
  1524        }
  1525      },
  1526      "type": "object"
  1527    },
  1528    "GoogleAdsSearchads360V0Common__SearchAds360ProductAdInfo": {
  1529      "description": "A Search Ads 360 product ad.",
  1530      "id": "GoogleAdsSearchads360V0Common__SearchAds360ProductAdInfo",
  1531      "properties": {},
  1532      "type": "object"
  1533    },
  1534    "GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo": {
  1535      "description": "A Search Ads 360 responsive search ad.",
  1536      "id": "GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo",
  1537      "properties": {
  1538        "adTrackingId": {
  1539          "description": "The tracking id of the ad.",
  1540          "format": "int64",
  1541          "type": "string"
  1542        },
  1543        "path1": {
  1544          "description": "Text appended to the auto-generated visible URL with a delimiter.",
  1545          "type": "string"
  1546        },
  1547        "path2": {
  1548          "description": "Text appended to path1 with a delimiter.",
  1549          "type": "string"
  1550        }
  1551      },
  1552      "type": "object"
  1553    },
  1554    "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo": {
  1555      "description": "A Search Ads 360 text ad.",
  1556      "id": "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo",
  1557      "properties": {
  1558        "adTrackingId": {
  1559          "description": "The tracking id of the ad.",
  1560          "format": "int64",
  1561          "type": "string"
  1562        },
  1563        "description1": {
  1564          "description": "The first line of the ad's description.",
  1565          "type": "string"
  1566        },
  1567        "description2": {
  1568          "description": "The second line of the ad's description.",
  1569          "type": "string"
  1570        },
  1571        "displayMobileUrl": {
  1572          "description": "The displayed mobile URL of the ad.",
  1573          "type": "string"
  1574        },
  1575        "displayUrl": {
  1576          "description": "The displayed URL of the ad.",
  1577          "type": "string"
  1578        },
  1579        "headline": {
  1580          "description": "The headline of the ad.",
  1581          "type": "string"
  1582        }
  1583      },
  1584      "type": "object"
  1585    },
  1586    "GoogleAdsSearchads360V0Common__Segments": {
  1587      "description": "Segment only fields.",
  1588      "id": "GoogleAdsSearchads360V0Common__Segments",
  1589      "properties": {
  1590        "adNetworkType": {
  1591          "description": "Ad network type.",
  1592          "enum": [
  1593            "UNSPECIFIED",
  1594            "UNKNOWN",
  1595            "SEARCH",
  1596            "SEARCH_PARTNERS",
  1597            "CONTENT",
  1598            "YOUTUBE_SEARCH",
  1599            "YOUTUBE_WATCH",
  1600            "MIXED"
  1601          ],
  1602          "enumDescriptions": [
  1603            "Not specified.",
  1604            "The value is unknown in this version.",
  1605            "Google search.",
  1606            "Search partners.",
  1607            "Display Network.",
  1608            "YouTube Search.",
  1609            "YouTube Videos",
  1610            "Cross-network."
  1611          ],
  1612          "type": "string"
  1613        },
  1614        "assetInteractionTarget": {
  1615          "$ref": "GoogleAdsSearchads360V0Common__AssetInteractionTarget",
  1616          "description": "Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit. Interactions (for example, clicks) are counted across all the parts of the served ad (for example, Ad itself and other components like Sitelinks) when they are served together. When interaction_on_this_asset is true, it means the interactions are on this specific asset and when interaction_on_this_asset is false, it means the interactions is not on this specific asset but on other parts of the served ad this asset is served with."
  1617        },
  1618        "conversionAction": {
  1619          "description": "Resource name of the conversion action.",
  1620          "type": "string"
  1621        },
  1622        "conversionActionCategory": {
  1623          "description": "Conversion action category.",
  1624          "enum": [
  1625            "UNSPECIFIED",
  1626            "UNKNOWN",
  1627            "DEFAULT",
  1628            "PAGE_VIEW",
  1629            "PURCHASE",
  1630            "SIGNUP",
  1631            "LEAD",
  1632            "DOWNLOAD",
  1633            "ADD_TO_CART",
  1634            "BEGIN_CHECKOUT",
  1635            "SUBSCRIBE_PAID",
  1636            "PHONE_CALL_LEAD",
  1637            "IMPORTED_LEAD",
  1638            "SUBMIT_LEAD_FORM",
  1639            "BOOK_APPOINTMENT",
  1640            "REQUEST_QUOTE",
  1641            "GET_DIRECTIONS",
  1642            "OUTBOUND_CLICK",
  1643            "CONTACT",
  1644            "ENGAGEMENT",
  1645            "STORE_VISIT",
  1646            "STORE_SALE",
  1647            "QUALIFIED_LEAD",
  1648            "CONVERTED_LEAD"
  1649          ],
  1650          "enumDescriptions": [
  1651            "Not specified.",
  1652            "Used for return value only. Represents value unknown in this version.",
  1653            "Default category.",
  1654            "User visiting a page.",
  1655            "Purchase, sales, or \"order placed\" event.",
  1656            "Signup user action.",
  1657            "Lead-generating action.",
  1658            "Software download action (as for an app).",
  1659            "The addition of items to a shopping cart or bag on an advertiser site.",
  1660            "When someone enters the checkout flow on an advertiser site.",
  1661            "The start of a paid subscription for a product or service.",
  1662            "A call to indicate interest in an advertiser's offering.",
  1663            "A lead conversion imported from an external source into Google Ads.",
  1664            "A submission of a form on an advertiser site indicating business interest.",
  1665            "A booking of an appointment with an advertiser's business.",
  1666            "A quote or price estimate request.",
  1667            "A search for an advertiser's business location with intention to visit.",
  1668            "A click to an advertiser's partner's site.",
  1669            "A call, SMS, email, chat or other type of contact to an advertiser.",
  1670            "A website engagement event such as long site time or a Google Analytics (GA) Smart Goal. Intended to be used for GA, Firebase, GA Gold goal imports.",
  1671            "A visit to a physical store location.",
  1672            "A sale occurring in a physical store.",
  1673            "A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team). In the lead-to-sale journey, advertisers get leads, then act on them by reaching out to the consumer. If the consumer is interested and may end up buying their product, the advertiser marks such leads as \"qualified leads\".",
  1674            "A lead conversion imported from an external source into Google Ads, that has further completed a chosen stage as defined by the lead gen advertiser."
  1675          ],
  1676          "type": "string"
  1677        },
  1678        "conversionActionName": {
  1679          "description": "Conversion action name.",
  1680          "type": "string"
  1681        },
  1682        "conversionCustomDimensions": {
  1683          "description": "The conversion custom dimensions.",
  1684          "items": {
  1685            "$ref": "GoogleAdsSearchads360V0Common__Value"
  1686          },
  1687          "type": "array"
  1688        },
  1689        "date": {
  1690          "description": "Date to which metrics apply. yyyy-MM-dd format, for example, 2018-04-17.",
  1691          "type": "string"
  1692        },
  1693        "dayOfWeek": {
  1694          "description": "Day of the week, for example, MONDAY.",
  1695          "enum": [
  1696            "UNSPECIFIED",
  1697            "UNKNOWN",
  1698            "MONDAY",
  1699            "TUESDAY",
  1700            "WEDNESDAY",
  1701            "THURSDAY",
  1702            "FRIDAY",
  1703            "SATURDAY",
  1704            "SUNDAY"
  1705          ],
  1706          "enumDescriptions": [
  1707            "Not specified.",
  1708            "The value is unknown in this version.",
  1709            "Monday.",
  1710            "Tuesday.",
  1711            "Wednesday.",
  1712            "Thursday.",
  1713            "Friday.",
  1714            "Saturday.",
  1715            "Sunday."
  1716          ],
  1717          "type": "string"
  1718        },
  1719        "device": {
  1720          "description": "Device to which metrics apply.",
  1721          "enum": [
  1722            "UNSPECIFIED",
  1723            "UNKNOWN",
  1724            "MOBILE",
  1725            "TABLET",
  1726            "DESKTOP",
  1727            "CONNECTED_TV",
  1728            "OTHER"
  1729          ],
  1730          "enumDescriptions": [
  1731            "Not specified.",
  1732            "The value is unknown in this version.",
  1733            "Mobile devices with full browsers.",
  1734            "Tablets with full browsers.",
  1735            "Computers.",
  1736            "Smart TVs and game consoles.",
  1737            "Other device types."
  1738          ],
  1739          "type": "string"
  1740        },
  1741        "keyword": {
  1742          "$ref": "GoogleAdsSearchads360V0Common__Keyword",
  1743          "description": "Keyword criterion."
  1744        },
  1745        "month": {
  1746          "description": "Month as represented by the date of the first day of a month. Formatted as yyyy-MM-dd.",
  1747          "type": "string"
  1748        },
  1749        "productBiddingCategoryLevel1": {
  1750          "description": "Bidding category (level 1) of the product.",
  1751          "type": "string"
  1752        },
  1753        "productBiddingCategoryLevel2": {
  1754          "description": "Bidding category (level 2) of the product.",
  1755          "type": "string"
  1756        },
  1757        "productBiddingCategoryLevel3": {
  1758          "description": "Bidding category (level 3) of the product.",
  1759          "type": "string"
  1760        },
  1761        "productBiddingCategoryLevel4": {
  1762          "description": "Bidding category (level 4) of the product.",
  1763          "type": "string"
  1764        },
  1765        "productBiddingCategoryLevel5": {
  1766          "description": "Bidding category (level 5) of the product.",
  1767          "type": "string"
  1768        },
  1769        "productBrand": {
  1770          "description": "Brand of the product.",
  1771          "type": "string"
  1772        },
  1773        "productChannel": {
  1774          "description": "Channel of the product.",
  1775          "enum": [
  1776            "UNSPECIFIED",
  1777            "UNKNOWN",
  1778            "ONLINE",
  1779            "LOCAL"
  1780          ],
  1781          "enumDescriptions": [
  1782            "Not specified.",
  1783            "Used for return value only. Represents value unknown in this version.",
  1784            "The item is sold online.",
  1785            "The item is sold in local stores."
  1786          ],
  1787          "type": "string"
  1788        },
  1789        "productChannelExclusivity": {
  1790          "description": "Channel exclusivity of the product.",
  1791          "enum": [
  1792            "UNSPECIFIED",
  1793            "UNKNOWN",
  1794            "SINGLE_CHANNEL",
  1795            "MULTI_CHANNEL"
  1796          ],
  1797          "enumDescriptions": [
  1798            "Not specified.",
  1799            "Used for return value only. Represents value unknown in this version.",
  1800            "The item is sold through one channel only, either local stores or online as indicated by its ProductChannel.",
  1801            "The item is matched to its online or local stores counterpart, indicating it is available for purchase in both ShoppingProductChannels."
  1802          ],
  1803          "type": "string"
  1804        },
  1805        "productCondition": {
  1806          "description": "Condition of the product.",
  1807          "enum": [
  1808            "UNSPECIFIED",
  1809            "UNKNOWN",
  1810            "OLD",
  1811            "NEW",
  1812            "REFURBISHED",
  1813            "USED"
  1814          ],
  1815          "enumDescriptions": [
  1816            "Not specified.",
  1817            "Used for return value only. Represents value unknown in this version.",
  1818            "The product condition is old.",
  1819            "The product condition is new.",
  1820            "The product condition is refurbished.",
  1821            "The product condition is used."
  1822          ],
  1823          "type": "string"
  1824        },
  1825        "productCountry": {
  1826          "description": "Resource name of the geo target constant for the country of sale of the product.",
  1827          "type": "string"
  1828        },
  1829        "productCustomAttribute0": {
  1830          "description": "Custom attribute 0 of the product.",
  1831          "type": "string"
  1832        },
  1833        "productCustomAttribute1": {
  1834          "description": "Custom attribute 1 of the product.",
  1835          "type": "string"
  1836        },
  1837        "productCustomAttribute2": {
  1838          "description": "Custom attribute 2 of the product.",
  1839          "type": "string"
  1840        },
  1841        "productCustomAttribute3": {
  1842          "description": "Custom attribute 3 of the product.",
  1843          "type": "string"
  1844        },
  1845        "productCustomAttribute4": {
  1846          "description": "Custom attribute 4 of the product.",
  1847          "type": "string"
  1848        },
  1849        "productItemId": {
  1850          "description": "Item ID of the product.",
  1851          "type": "string"
  1852        },
  1853        "productLanguage": {
  1854          "description": "Resource name of the language constant for the language of the product.",
  1855          "type": "string"
  1856        },
  1857        "productSoldBiddingCategoryLevel1": {
  1858          "description": "Bidding category (level 1) of the product sold.",
  1859          "type": "string"
  1860        },
  1861        "productSoldBiddingCategoryLevel2": {
  1862          "description": "Bidding category (level 2) of the product sold.",
  1863          "type": "string"
  1864        },
  1865        "productSoldBiddingCategoryLevel3": {
  1866          "description": "Bidding category (level 3) of the product sold.",
  1867          "type": "string"
  1868        },
  1869        "productSoldBiddingCategoryLevel4": {
  1870          "description": "Bidding category (level 4) of the product sold.",
  1871          "type": "string"
  1872        },
  1873        "productSoldBiddingCategoryLevel5": {
  1874          "description": "Bidding category (level 5) of the product sold.",
  1875          "type": "string"
  1876        },
  1877        "productSoldBrand": {
  1878          "description": "Brand of the product sold.",
  1879          "type": "string"
  1880        },
  1881        "productSoldCondition": {
  1882          "description": "Condition of the product sold.",
  1883          "enum": [
  1884            "UNSPECIFIED",
  1885            "UNKNOWN",
  1886            "OLD",
  1887            "NEW",
  1888            "REFURBISHED",
  1889            "USED"
  1890          ],
  1891          "enumDescriptions": [
  1892            "Not specified.",
  1893            "Used for return value only. Represents value unknown in this version.",
  1894            "The product condition is old.",
  1895            "The product condition is new.",
  1896            "The product condition is refurbished.",
  1897            "The product condition is used."
  1898          ],
  1899          "type": "string"
  1900        },
  1901        "productSoldCustomAttribute0": {
  1902          "description": "Custom attribute 0 of the product sold.",
  1903          "type": "string"
  1904        },
  1905        "productSoldCustomAttribute1": {
  1906          "description": "Custom attribute 1 of the product sold.",
  1907          "type": "string"
  1908        },
  1909        "productSoldCustomAttribute2": {
  1910          "description": "Custom attribute 2 of the product sold.",
  1911          "type": "string"
  1912        },
  1913        "productSoldCustomAttribute3": {
  1914          "description": "Custom attribute 3 of the product sold.",
  1915          "type": "string"
  1916        },
  1917        "productSoldCustomAttribute4": {
  1918          "description": "Custom attribute 4 of the product sold.",
  1919          "type": "string"
  1920        },
  1921        "productSoldItemId": {
  1922          "description": "Item ID of the product sold.",
  1923          "type": "string"
  1924        },
  1925        "productSoldTitle": {
  1926          "description": "Title of the product sold.",
  1927          "type": "string"
  1928        },
  1929        "productSoldTypeL1": {
  1930          "description": "Type (level 1) of the product sold.",
  1931          "type": "string"
  1932        },
  1933        "productSoldTypeL2": {
  1934          "description": "Type (level 2) of the product sold.",
  1935          "type": "string"
  1936        },
  1937        "productSoldTypeL3": {
  1938          "description": "Type (level 3) of the product sold.",
  1939          "type": "string"
  1940        },
  1941        "productSoldTypeL4": {
  1942          "description": "Type (level 4) of the product sold.",
  1943          "type": "string"
  1944        },
  1945        "productSoldTypeL5": {
  1946          "description": "Type (level 5) of the product sold.",
  1947          "type": "string"
  1948        },
  1949        "productStoreId": {
  1950          "description": "Store ID of the product.",
  1951          "type": "string"
  1952        },
  1953        "productTitle": {
  1954          "description": "Title of the product.",
  1955          "type": "string"
  1956        },
  1957        "productTypeL1": {
  1958          "description": "Type (level 1) of the product.",
  1959          "type": "string"
  1960        },
  1961        "productTypeL2": {
  1962          "description": "Type (level 2) of the product.",
  1963          "type": "string"
  1964        },
  1965        "productTypeL3": {
  1966          "description": "Type (level 3) of the product.",
  1967          "type": "string"
  1968        },
  1969        "productTypeL4": {
  1970          "description": "Type (level 4) of the product.",
  1971          "type": "string"
  1972        },
  1973        "productTypeL5": {
  1974          "description": "Type (level 5) of the product.",
  1975          "type": "string"
  1976        },
  1977        "quarter": {
  1978          "description": "Quarter as represented by the date of the first day of a quarter. Uses the calendar year for quarters, for example, the second quarter of 2018 starts on 2018-04-01. Formatted as yyyy-MM-dd.",
  1979          "type": "string"
  1980        },
  1981        "rawEventConversionDimensions": {
  1982          "description": "The raw event conversion dimensions.",
  1983          "items": {
  1984            "$ref": "GoogleAdsSearchads360V0Common__Value"
  1985          },
  1986          "type": "array"
  1987        },
  1988        "week": {
  1989          "description": "Week as defined as Monday through Sunday, and represented by the date of Monday. Formatted as yyyy-MM-dd.",
  1990          "type": "string"
  1991        },
  1992        "year": {
  1993          "description": "Year, formatted as yyyy.",
  1994          "format": "int32",
  1995          "type": "integer"
  1996        }
  1997      },
  1998      "type": "object"
  1999    },
  2000    "GoogleAdsSearchads360V0Common__TargetCpa": {
  2001      "description": "An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  2002      "id": "GoogleAdsSearchads360V0Common__TargetCpa",
  2003      "properties": {
  2004        "cpcBidCeilingMicros": {
  2005          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.",
  2006          "format": "int64",
  2007          "type": "string"
  2008        },
  2009        "cpcBidFloorMicros": {
  2010          "description": "Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.",
  2011          "format": "int64",
  2012          "type": "string"
  2013        },
  2014        "targetCpaMicros": {
  2015          "description": "Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.",
  2016          "format": "int64",
  2017          "type": "string"
  2018        }
  2019      },
  2020      "type": "object"
  2021    },
  2022    "GoogleAdsSearchads360V0Common__TargetCpm": {
  2023      "description": "Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.",
  2024      "id": "GoogleAdsSearchads360V0Common__TargetCpm",
  2025      "properties": {},
  2026      "type": "object"
  2027    },
  2028    "GoogleAdsSearchads360V0Common__TargetImpressionShare": {
  2029      "description": "An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).",
  2030      "id": "GoogleAdsSearchads360V0Common__TargetImpressionShare",
  2031      "properties": {
  2032        "cpcBidCeilingMicros": {
  2033          "description": "The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.",
  2034          "format": "int64",
  2035          "type": "string"
  2036        },
  2037        "location": {
  2038          "description": "The targeted location on the search results page.",
  2039          "enum": [
  2040            "UNSPECIFIED",
  2041            "UNKNOWN",
  2042            "ANYWHERE_ON_PAGE",
  2043            "TOP_OF_PAGE",
  2044            "ABSOLUTE_TOP_OF_PAGE"
  2045          ],
  2046          "enumDescriptions": [
  2047            "Not specified.",
  2048            "Used for return value only. Represents value unknown in this version.",
  2049            "Any location on the web page.",
  2050            "Top box of ads.",
  2051            "Top slot in the top box of ads."
  2052          ],
  2053          "type": "string"
  2054        },
  2055        "locationFractionMicros": {
  2056          "description": "The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.",
  2057          "format": "int64",
  2058          "type": "string"
  2059        }
  2060      },
  2061      "type": "object"
  2062    },
  2063    "GoogleAdsSearchads360V0Common__TargetOutrankShare": {
  2064      "description": "An automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This strategy is deprecated.",
  2065      "id": "GoogleAdsSearchads360V0Common__TargetOutrankShare",
  2066      "properties": {
  2067        "cpcBidCeilingMicros": {
  2068          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.",
  2069          "format": "int64",
  2070          "type": "string"
  2071        }
  2072      },
  2073      "type": "object"
  2074    },
  2075    "GoogleAdsSearchads360V0Common__TargetRestriction": {
  2076      "description": "The list of per-targeting-dimension targeting settings.",
  2077      "id": "GoogleAdsSearchads360V0Common__TargetRestriction",
  2078      "properties": {
  2079        "bidOnly": {
  2080          "description": "Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of `true` means that these criteria will only apply bid modifiers, and not affect targeting. A value of `false` means that these criteria will restrict targeting as well as applying bid modifiers.",
  2081          "type": "boolean"
  2082        },
  2083        "targetingDimension": {
  2084          "description": "The targeting dimension that these settings apply to.",
  2085          "enum": [
  2086            "UNSPECIFIED",
  2087            "UNKNOWN",
  2088            "KEYWORD",
  2089            "AUDIENCE",
  2090            "TOPIC",
  2091            "GENDER",
  2092            "AGE_RANGE",
  2093            "PLACEMENT",
  2094            "PARENTAL_STATUS",
  2095            "INCOME_RANGE"
  2096          ],
  2097          "enumDescriptions": [
  2098            "Not specified.",
  2099            "Used for return value only. Represents value unknown in this version.",
  2100            "Keyword criteria, for example, 'mars cruise'. KEYWORD may be used as a custom bid dimension. Keywords are always a targeting dimension, so may not be set as a target \"ALL\" dimension with TargetRestriction.",
  2101            "Audience criteria, which include user list, user interest, custom affinity, and custom in market.",
  2102            "Topic criteria for targeting categories of content, for example, 'category::Animals\u003ePets' Used for Display and Video targeting.",
  2103            "Criteria for targeting gender.",
  2104            "Criteria for targeting age ranges.",
  2105            "Placement criteria, which include websites like 'www.flowers4sale.com', as well as mobile applications, mobile app categories, YouTube videos, and YouTube channels.",
  2106            "Criteria for parental status targeting.",
  2107            "Criteria for income range targeting."
  2108          ],
  2109          "type": "string"
  2110        }
  2111      },
  2112      "type": "object"
  2113    },
  2114    "GoogleAdsSearchads360V0Common__TargetRoas": {
  2115      "description": "An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).",
  2116      "id": "GoogleAdsSearchads360V0Common__TargetRoas",
  2117      "properties": {
  2118        "cpcBidCeilingMicros": {
  2119          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.",
  2120          "format": "int64",
  2121          "type": "string"
  2122        },
  2123        "cpcBidFloorMicros": {
  2124          "description": "Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.",
  2125          "format": "int64",
  2126          "type": "string"
  2127        },
  2128        "targetRoas": {
  2129          "description": "Required. The chosen revenue (based on conversion data) per unit of spend. Value must be between 0.01 and 1000.0, inclusive.",
  2130          "format": "double",
  2131          "type": "number"
  2132        }
  2133      },
  2134      "type": "object"
  2135    },
  2136    "GoogleAdsSearchads360V0Common__TargetSpend": {
  2137      "description": "An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.",
  2138      "id": "GoogleAdsSearchads360V0Common__TargetSpend",
  2139      "properties": {
  2140        "cpcBidCeilingMicros": {
  2141          "description": "Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.",
  2142          "format": "int64",
  2143          "type": "string"
  2144        },
  2145        "targetSpendMicros": {
  2146          "deprecated": true,
  2147          "description": "The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.",
  2148          "format": "int64",
  2149          "type": "string"
  2150        }
  2151      },
  2152      "type": "object"
  2153    },
  2154    "GoogleAdsSearchads360V0Common__TargetingSetting": {
  2155      "description": "Settings for the targeting-related features, at the campaign and ad group levels. For more details about the targeting setting, visit https://support.google.com/google-ads/answer/7365594",
  2156      "id": "GoogleAdsSearchads360V0Common__TargetingSetting",
  2157      "properties": {
  2158        "targetRestrictions": {
  2159          "description": "The per-targeting-dimension setting to restrict the reach of your campaign or ad group.",
  2160          "items": {
  2161            "$ref": "GoogleAdsSearchads360V0Common__TargetRestriction"
  2162          },
  2163          "type": "array"
  2164        }
  2165      },
  2166      "type": "object"
  2167    },
  2168    "GoogleAdsSearchads360V0Common__TextAsset": {
  2169      "description": "A Text asset.",
  2170      "id": "GoogleAdsSearchads360V0Common__TextAsset",
  2171      "properties": {
  2172        "text": {
  2173          "description": "Text content of the text asset.",
  2174          "type": "string"
  2175        }
  2176      },
  2177      "type": "object"
  2178    },
  2179    "GoogleAdsSearchads360V0Common__TextLabel": {
  2180      "description": "A type of label displaying text on a colored background.",
  2181      "id": "GoogleAdsSearchads360V0Common__TextLabel",
  2182      "properties": {
  2183        "backgroundColor": {
  2184          "description": "Background color of the label in RGB format. This string must match the regular expression '^\\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts.",
  2185          "type": "string"
  2186        },
  2187        "description": {
  2188          "description": "A short description of the label. The length must be no more than 200 characters.",
  2189          "type": "string"
  2190        }
  2191      },
  2192      "type": "object"
  2193    },
  2194    "GoogleAdsSearchads360V0Common__UnifiedCallAsset": {
  2195      "description": "A unified call asset.",
  2196      "id": "GoogleAdsSearchads360V0Common__UnifiedCallAsset",
  2197      "properties": {
  2198        "adScheduleTargets": {
  2199          "description": "List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.",
  2200          "items": {
  2201            "$ref": "GoogleAdsSearchads360V0Common__AdScheduleInfo"
  2202          },
  2203          "type": "array"
  2204        },
  2205        "callConversionAction": {
  2206          "description": "The conversion action to attribute a call conversion to. If not set, the default conversion action is used. This field only has effect if call_conversion_reporting_state is set to USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.",
  2207          "type": "string"
  2208        },
  2209        "callConversionReportingState": {
  2210          "description": "Output only. Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion.",
  2211          "enum": [
  2212            "UNSPECIFIED",
  2213            "UNKNOWN",
  2214            "DISABLED",
  2215            "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION",
  2216            "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION"
  2217          ],
  2218          "enumDescriptions": [
  2219            "Not specified.",
  2220            "Used for return value only. Represents value unknown in this version.",
  2221            "Call conversion action is disabled.",
  2222            "Call conversion action will use call conversion type set at the account level.",
  2223            "Call conversion action will use call conversion type set at the resource (call only ads/call extensions) level."
  2224          ],
  2225          "readOnly": true,
  2226          "type": "string"
  2227        },
  2228        "callOnly": {
  2229          "description": "Whether the call only shows the phone number without a link to the website. Applies to Microsoft Ads.",
  2230          "type": "boolean"
  2231        },
  2232        "callTrackingEnabled": {
  2233          "description": "Whether the call should be enabled on call tracking. Applies to Microsoft Ads.",
  2234          "type": "boolean"
  2235        },
  2236        "countryCode": {
  2237          "description": "Two-letter country code of the phone number. Examples: 'US', 'us'.",
  2238          "type": "string"
  2239        },
  2240        "endDate": {
  2241          "description": "Last date of when this asset is effective and still serving, in yyyy-MM-dd format.",
  2242          "type": "string"
  2243        },
  2244        "phoneNumber": {
  2245          "description": "The advertiser's raw phone number. Examples: '1234567890', '(123)456-7890'",
  2246          "type": "string"
  2247        },
  2248        "startDate": {
  2249          "description": "Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.",
  2250          "type": "string"
  2251        },
  2252        "useSearcherTimeZone": {
  2253          "description": "Whether to show the call extension in search user's time zone. Applies to Microsoft Ads.",
  2254          "type": "boolean"
  2255        }
  2256      },
  2257      "type": "object"
  2258    },
  2259    "GoogleAdsSearchads360V0Common__UnifiedCalloutAsset": {
  2260      "description": "A unified callout asset.",
  2261      "id": "GoogleAdsSearchads360V0Common__UnifiedCalloutAsset",
  2262      "properties": {
  2263        "adScheduleTargets": {
  2264          "description": "List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.",
  2265          "items": {
  2266            "$ref": "GoogleAdsSearchads360V0Common__AdScheduleInfo"
  2267          },
  2268          "type": "array"
  2269        },
  2270        "calloutText": {
  2271          "description": "The callout text. The length of this string should be between 1 and 25, inclusive.",
  2272          "type": "string"
  2273        },
  2274        "endDate": {
  2275          "description": "Last date of when this asset is effective and still serving, in yyyy-MM-dd format.",
  2276          "type": "string"
  2277        },
  2278        "startDate": {
  2279          "description": "Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.",
  2280          "type": "string"
  2281        },
  2282        "useSearcherTimeZone": {
  2283          "description": "Whether to show the asset in search user's time zone. Applies to Microsoft Ads.",
  2284          "type": "boolean"
  2285        }
  2286      },
  2287      "type": "object"
  2288    },
  2289    "GoogleAdsSearchads360V0Common__UnifiedLocationAsset": {
  2290      "description": "A unified location asset.",
  2291      "id": "GoogleAdsSearchads360V0Common__UnifiedLocationAsset",
  2292      "properties": {
  2293        "businessProfileLocations": {
  2294          "description": "The list of business locations for the customer. This will only be returned if the Location Asset is syncing from the Business Profile account. It is possible to have multiple Business Profile listings under the same account that point to the same Place ID.",
  2295          "items": {
  2296            "$ref": "GoogleAdsSearchads360V0Common__BusinessProfileLocation"
  2297          },
  2298          "type": "array"
  2299        },
  2300        "locationOwnershipType": {
  2301          "description": "The type of location ownership. If the type is BUSINESS_OWNER, it will be served as a location extension. If the type is AFFILIATE, it will be served as an affiliate location.",
  2302          "enum": [
  2303            "UNSPECIFIED",
  2304            "UNKNOWN",
  2305            "BUSINESS_OWNER",
  2306            "AFFILIATE"
  2307          ],
  2308          "enumDescriptions": [
  2309            "Not specified.",
  2310            "Used for return value only. Represents value unknown in this version.",
  2311            "Business Owner of location(legacy location extension - LE).",
  2312            "Affiliate location(Third party location extension - ALE)."
  2313          ],
  2314          "type": "string"
  2315        },
  2316        "placeId": {
  2317          "description": "Place IDs uniquely identify a place in the Google Places database and on Google Maps. This field is unique for a given customer ID and asset type. See https://developers.google.com/places/web-service/place-id to learn more about Place ID.",
  2318          "type": "string"
  2319        }
  2320      },
  2321      "type": "object"
  2322    },
  2323    "GoogleAdsSearchads360V0Common__UnifiedPageFeedAsset": {
  2324      "description": "A Unified Page Feed asset.",
  2325      "id": "GoogleAdsSearchads360V0Common__UnifiedPageFeedAsset",
  2326      "properties": {
  2327        "labels": {
  2328          "description": "Labels used to group the page urls.",
  2329          "items": {
  2330            "type": "string"
  2331          },
  2332          "type": "array"
  2333        },
  2334        "pageUrl": {
  2335          "description": "The webpage that advertisers want to target.",
  2336          "type": "string"
  2337        }
  2338      },
  2339      "type": "object"
  2340    },
  2341    "GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset": {
  2342      "description": "A unified sitelink asset.",
  2343      "id": "GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset",
  2344      "properties": {
  2345        "adScheduleTargets": {
  2346          "description": "List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.",
  2347          "items": {
  2348            "$ref": "GoogleAdsSearchads360V0Common__AdScheduleInfo"
  2349          },
  2350          "type": "array"
  2351        },
  2352        "description1": {
  2353          "description": "First line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description2 must also be set.",
  2354          "type": "string"
  2355        },
  2356        "description2": {
  2357          "description": "Second line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description1 must also be set.",
  2358          "type": "string"
  2359        },
  2360        "endDate": {
  2361          "description": "Last date of when this asset is effective and still serving, in yyyy-MM-dd format.",
  2362          "type": "string"
  2363        },
  2364        "linkText": {
  2365          "description": "URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.",
  2366          "type": "string"
  2367        },
  2368        "mobilePreferred": {
  2369          "description": "Whether the preference is for the sitelink asset to be displayed on mobile devices. Applies to Microsoft Ads.",
  2370          "type": "boolean"
  2371        },
  2372        "startDate": {
  2373          "description": "Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.",
  2374          "type": "string"
  2375        },
  2376        "trackingId": {
  2377          "description": "ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan only field.",
  2378          "format": "int64",
  2379          "type": "string"
  2380        },
  2381        "useSearcherTimeZone": {
  2382          "description": "Whether to show the sitelink asset in search user's time zone. Applies to Microsoft Ads.",
  2383          "type": "boolean"
  2384        }
  2385      },
  2386      "type": "object"
  2387    },
  2388    "GoogleAdsSearchads360V0Common__UserListInfo": {
  2389      "description": "A User List criterion. Represents a user list that is defined by the advertiser to be targeted.",
  2390      "id": "GoogleAdsSearchads360V0Common__UserListInfo",
  2391      "properties": {
  2392        "userList": {
  2393          "description": "The User List resource name.",
  2394          "type": "string"
  2395        }
  2396      },
  2397      "type": "object"
  2398    },
  2399    "GoogleAdsSearchads360V0Common__Value": {
  2400      "description": "A generic data container.",
  2401      "id": "GoogleAdsSearchads360V0Common__Value",
  2402      "properties": {
  2403        "booleanValue": {
  2404          "description": "A boolean.",
  2405          "type": "boolean"
  2406        },
  2407        "doubleValue": {
  2408          "description": "A double.",
  2409          "format": "double",
  2410          "type": "number"
  2411        },
  2412        "floatValue": {
  2413          "description": "A float.",
  2414          "format": "float",
  2415          "type": "number"
  2416        },
  2417        "int64Value": {
  2418          "description": "An int64.",
  2419          "format": "int64",
  2420          "type": "string"
  2421        },
  2422        "stringValue": {
  2423          "description": "A string.",
  2424          "type": "string"
  2425        }
  2426      },
  2427      "type": "object"
  2428    },
  2429    "GoogleAdsSearchads360V0Common__WebpageConditionInfo": {
  2430      "description": "Logical expression for targeting webpages of an advertiser's website.",
  2431      "id": "GoogleAdsSearchads360V0Common__WebpageConditionInfo",
  2432      "properties": {
  2433        "argument": {
  2434          "description": "Argument of webpage targeting condition.",
  2435          "type": "string"
  2436        },
  2437        "operand": {
  2438          "description": "Operand of webpage targeting condition.",
  2439          "enum": [
  2440            "UNSPECIFIED",
  2441            "UNKNOWN",
  2442            "URL",
  2443            "CATEGORY",
  2444            "PAGE_TITLE",
  2445            "PAGE_CONTENT",
  2446            "CUSTOM_LABEL"
  2447          ],
  2448          "enumDescriptions": [
  2449            "Not specified.",
  2450            "Used for return value only. Represents value unknown in this version.",
  2451            "Operand denoting a webpage URL targeting condition.",
  2452            "Operand denoting a webpage category targeting condition.",
  2453            "Operand denoting a webpage title targeting condition.",
  2454            "Operand denoting a webpage content targeting condition.",
  2455            "Operand denoting a webpage custom label targeting condition."
  2456          ],
  2457          "type": "string"
  2458        },
  2459        "operator": {
  2460          "description": "Operator of webpage targeting condition.",
  2461          "enum": [
  2462            "UNSPECIFIED",
  2463            "UNKNOWN",
  2464            "EQUALS",
  2465            "CONTAINS"
  2466          ],
  2467          "enumDescriptions": [
  2468            "Not specified.",
  2469            "Used for return value only. Represents value unknown in this version.",
  2470            "The argument web condition is equal to the compared web condition.",
  2471            "The argument web condition is part of the compared web condition."
  2472          ],
  2473          "type": "string"
  2474        }
  2475      },
  2476      "type": "object"
  2477    },
  2478    "GoogleAdsSearchads360V0Common__WebpageInfo": {
  2479      "description": "Represents a criterion for targeting webpages of an advertiser's website.",
  2480      "id": "GoogleAdsSearchads360V0Common__WebpageInfo",
  2481      "properties": {
  2482        "conditions": {
  2483          "description": "Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. An empty list of conditions indicates all pages of the campaign's website are targeted. This field is required for CREATE operations and is prohibited on UPDATE operations.",
  2484          "items": {
  2485            "$ref": "GoogleAdsSearchads360V0Common__WebpageConditionInfo"
  2486          },
  2487          "type": "array"
  2488        },
  2489        "coveragePercentage": {
  2490          "description": "Website criteria coverage percentage. This is the computed percentage of website coverage based on the website target, negative website target and negative keywords in the ad group and campaign. For instance, when coverage returns as 1, it indicates it has 100% coverage. This field is read-only.",
  2491          "format": "double",
  2492          "type": "number"
  2493        },
  2494        "criterionName": {
  2495          "description": "The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.",
  2496          "type": "string"
  2497        }
  2498      },
  2499      "type": "object"
  2500    },
  2501    "GoogleAdsSearchads360V0Common__YoutubeVideoAsset": {
  2502      "description": "A YouTube asset.",
  2503      "id": "GoogleAdsSearchads360V0Common__YoutubeVideoAsset",
  2504      "properties": {
  2505        "youtubeVideoId": {
  2506          "description": "YouTube video id. This is the 11 character string value used in the YouTube video URL.",
  2507          "type": "string"
  2508        },
  2509        "youtubeVideoTitle": {
  2510          "description": "YouTube video title.",
  2511          "type": "string"
  2512        }
  2513      },
  2514      "type": "object"
  2515    },
  2516    "GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement": {
  2517      "description": "A part of a field path.",
  2518      "id": "GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement",
  2519      "properties": {
  2520        "fieldName": {
  2521          "description": "The name of a field or a oneof",
  2522          "type": "string"
  2523        },
  2524        "index": {
  2525          "description": "If field_name is a repeated field, this is the element that failed",
  2526          "format": "int32",
  2527          "type": "integer"
  2528        }
  2529      },
  2530      "type": "object"
  2531    },
  2532    "GoogleAdsSearchads360V0Errors__ErrorCode": {
  2533      "description": "The error reason represented by type and enum.",
  2534      "id": "GoogleAdsSearchads360V0Errors__ErrorCode",
  2535      "properties": {
  2536        "authenticationError": {
  2537          "description": "Indicates failure to properly authenticate user.",
  2538          "enum": [
  2539            "UNSPECIFIED",
  2540            "UNKNOWN",
  2541            "AUTHENTICATION_ERROR",
  2542            "CLIENT_CUSTOMER_ID_INVALID",
  2543            "CUSTOMER_NOT_FOUND",
  2544            "GOOGLE_ACCOUNT_DELETED",
  2545            "GOOGLE_ACCOUNT_COOKIE_INVALID",
  2546            "GOOGLE_ACCOUNT_AUTHENTICATION_FAILED",
  2547            "GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH",
  2548            "LOGIN_COOKIE_REQUIRED",
  2549            "NOT_ADS_USER",
  2550            "OAUTH_TOKEN_INVALID",
  2551            "OAUTH_TOKEN_EXPIRED",
  2552            "OAUTH_TOKEN_DISABLED",
  2553            "OAUTH_TOKEN_REVOKED",
  2554            "OAUTH_TOKEN_HEADER_INVALID",
  2555            "LOGIN_COOKIE_INVALID",
  2556            "USER_ID_INVALID",
  2557            "TWO_STEP_VERIFICATION_NOT_ENROLLED",
  2558            "ADVANCED_PROTECTION_NOT_ENROLLED"
  2559          ],
  2560          "enumDescriptions": [
  2561            "Enum unspecified.",
  2562            "The received error code is not known in this version.",
  2563            "Authentication of the request failed.",
  2564            "Client customer ID is not a number.",
  2565            "No customer found for the provided customer ID.",
  2566            "Client's Google account is deleted.",
  2567            "Account login token in the cookie is invalid.",
  2568            "A problem occurred during Google account authentication.",
  2569            "The user in the Google account login token does not match the user ID in the cookie.",
  2570            "Login cookie is required for authentication.",
  2571            "The Google account that generated the OAuth access token is not associated with a Search Ads 360 account. Create a new account, or add the Google account to an existing Search Ads 360 account.",
  2572            "OAuth token in the header is not valid.",
  2573            "OAuth token in the header has expired.",
  2574            "OAuth token in the header has been disabled.",
  2575            "OAuth token in the header has been revoked.",
  2576            "OAuth token HTTP header is malformed.",
  2577            "Login cookie is not valid.",
  2578            "User ID in the header is not a valid ID.",
  2579            "An account administrator changed this account's authentication settings. To access this account, enable 2-Step Verification in your Google account at https://www.google.com/landing/2step.",
  2580            "An account administrator changed this account's authentication settings. To access this account, enable Advanced Protection in your Google account at https://landing.google.com/advancedprotection."
  2581          ],
  2582          "type": "string"
  2583        },
  2584        "authorizationError": {
  2585          "description": "An error encountered when trying to authorize a user.",
  2586          "enum": [
  2587            "UNSPECIFIED",
  2588            "UNKNOWN",
  2589            "USER_PERMISSION_DENIED",
  2590            "PROJECT_DISABLED",
  2591            "AUTHORIZATION_ERROR",
  2592            "ACTION_NOT_PERMITTED",
  2593            "INCOMPLETE_SIGNUP",
  2594            "CUSTOMER_NOT_ENABLED",
  2595            "MISSING_TOS",
  2596            "INVALID_LOGIN_CUSTOMER_ID_SERVING_CUSTOMER_ID_COMBINATION",
  2597            "SERVICE_ACCESS_DENIED",
  2598            "ACCESS_DENIED_FOR_ACCOUNT_TYPE",
  2599            "METRIC_ACCESS_DENIED"
  2600          ],
  2601          "enumDescriptions": [
  2602            "Enum unspecified.",
  2603            "The received error code is not known in this version.",
  2604            "User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer ID must be set in the `login-customer-id` header. Learn more at https://developers.google.com/search-ads/reporting/concepts/call-structure#login_customer_id_header",
  2605            "The Google Cloud project sent in the request does not have permission to access the api.",
  2606            "Authorization of the client failed.",
  2607            "The user does not have permission to perform this action (for example, ADD, UPDATE, REMOVE) on the resource or call a method.",
  2608            "Signup not complete.",
  2609            "The customer account can't be accessed because it is not yet enabled or has been deactivated.",
  2610            "The developer must sign the terms of service. They can be found here: https://developers.google.com/terms",
  2611            "The login customer specified does not have access to the account specified, so the request is invalid.",
  2612            "The developer specified does not have access to the service.",
  2613            "The customer (or login customer) isn't allowed in Search Ads 360 API. It belongs to another ads system.",
  2614            "The developer does not have access to the metrics queried."
  2615          ],
  2616          "type": "string"
  2617        },
  2618        "customColumnError": {
  2619          "description": "The reasons for the custom column error",
  2620          "enum": [
  2621            "UNSPECIFIED",
  2622            "UNKNOWN",
  2623            "CUSTOM_COLUMN_NOT_FOUND",
  2624            "CUSTOM_COLUMN_NOT_AVAILABLE"
  2625          ],
  2626          "enumDescriptions": [
  2627            "Enum unspecified.",
  2628            "The received error code is not known in this version.",
  2629            "The custom column has not been found.",
  2630            "The custom column is not available."
  2631          ],
  2632          "type": "string"
  2633        },
  2634        "dateError": {
  2635          "description": "The reasons for the date error",
  2636          "enum": [
  2637            "UNSPECIFIED",
  2638            "UNKNOWN",
  2639            "INVALID_FIELD_VALUES_IN_DATE",
  2640            "INVALID_FIELD_VALUES_IN_DATE_TIME",
  2641            "INVALID_STRING_DATE",
  2642            "INVALID_STRING_DATE_TIME_MICROS",
  2643            "INVALID_STRING_DATE_TIME_SECONDS",
  2644            "INVALID_STRING_DATE_TIME_SECONDS_WITH_OFFSET",
  2645            "EARLIER_THAN_MINIMUM_DATE",
  2646            "LATER_THAN_MAXIMUM_DATE",
  2647            "DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE",
  2648            "DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL"
  2649          ],
  2650          "enumDescriptions": [
  2651            "Enum unspecified.",
  2652            "The received error code is not known in this version.",
  2653            "Given field values do not correspond to a valid date.",
  2654            "Given field values do not correspond to a valid date time.",
  2655            "The string date's format should be yyyy-mm-dd.",
  2656            "The string date time's format should be yyyy-mm-dd hh:mm:ss.ssssss.",
  2657            "The string date time's format should be yyyy-mm-dd hh:mm:ss.",
  2658            "The string date time's format should be yyyy-mm-dd hh:mm:ss+|-hh:mm.",
  2659            "Date is before allowed minimum.",
  2660            "Date is after allowed maximum.",
  2661            "Date range bounds are not in order.",
  2662            "Both dates in range are null."
  2663          ],
  2664          "type": "string"
  2665        },
  2666        "dateRangeError": {
  2667          "description": "The reasons for the date range error",
  2668          "enum": [
  2669            "UNSPECIFIED",
  2670            "UNKNOWN",
  2671            "INVALID_DATE",
  2672            "START_DATE_AFTER_END_DATE",
  2673            "CANNOT_SET_DATE_TO_PAST",
  2674            "AFTER_MAXIMUM_ALLOWABLE_DATE",
  2675            "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED"
  2676          ],
  2677          "enumDescriptions": [
  2678            "Enum unspecified.",
  2679            "The received error code is not known in this version.",
  2680            "Invalid date.",
  2681            "The start date was after the end date.",
  2682            "Cannot set date to past time",
  2683            "A date was used that is past the system \"last\" date.",
  2684            "Trying to change start date on a resource that has started."
  2685          ],
  2686          "type": "string"
  2687        },
  2688        "distinctError": {
  2689          "description": "The reasons for the distinct error",
  2690          "enum": [
  2691            "UNSPECIFIED",
  2692            "UNKNOWN",
  2693            "DUPLICATE_ELEMENT",
  2694            "DUPLICATE_TYPE"
  2695          ],
  2696          "enumDescriptions": [
  2697            "Enum unspecified.",
  2698            "The received error code is not known in this version.",
  2699            "Duplicate element.",
  2700            "Duplicate type."
  2701          ],
  2702          "type": "string"
  2703        },
  2704        "headerError": {
  2705          "description": "The reasons for the header error.",
  2706          "enum": [
  2707            "UNSPECIFIED",
  2708            "UNKNOWN",
  2709            "INVALID_USER_SELECTED_CUSTOMER_ID",
  2710            "INVALID_LOGIN_CUSTOMER_ID"
  2711          ],
  2712          "enumDescriptions": [
  2713            "Enum unspecified.",
  2714            "The received error code is not known in this version.",
  2715            "The user selected customer ID could not be validated.",
  2716            "The login customer ID could not be validated."
  2717          ],
  2718          "type": "string"
  2719        },
  2720        "internalError": {
  2721          "description": "An unexpected server-side error.",
  2722          "enum": [
  2723            "UNSPECIFIED",
  2724            "UNKNOWN",
  2725            "INTERNAL_ERROR",
  2726            "ERROR_CODE_NOT_PUBLISHED",
  2727            "TRANSIENT_ERROR",
  2728            "DEADLINE_EXCEEDED"
  2729          ],
  2730          "enumDescriptions": [
  2731            "Enum unspecified.",
  2732            "The received error code is not known in this version.",
  2733            "API encountered unexpected internal error.",
  2734            "The intended error code doesn't exist in specified API version. It will be released in a future API version.",
  2735            "API encountered an unexpected transient error. The user should retry their request in these cases.",
  2736            "The request took longer than a deadline."
  2737          ],
  2738          "type": "string"
  2739        },
  2740        "invalidParameterError": {
  2741          "description": "The reasons for invalid parameter errors.",
  2742          "enum": [
  2743            "UNSPECIFIED",
  2744            "UNKNOWN",
  2745            "INVALID_CURRENCY_CODE"
  2746          ],
  2747          "enumDescriptions": [
  2748            "Enum unspecified.",
  2749            "The received error code is not known in this version.",
  2750            "The specified currency code is invalid."
  2751          ],
  2752          "type": "string"
  2753        },
  2754        "queryError": {
  2755          "description": "An error with the query",
  2756          "enum": [
  2757            "UNSPECIFIED",
  2758            "UNKNOWN",
  2759            "QUERY_ERROR",
  2760            "BAD_ENUM_CONSTANT",
  2761            "BAD_ESCAPE_SEQUENCE",
  2762            "BAD_FIELD_NAME",
  2763            "BAD_LIMIT_VALUE",
  2764            "BAD_NUMBER",
  2765            "BAD_OPERATOR",
  2766            "BAD_PARAMETER_NAME",
  2767            "BAD_PARAMETER_VALUE",
  2768            "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE",
  2769            "BAD_SYMBOL",
  2770            "BAD_VALUE",
  2771            "DATE_RANGE_TOO_WIDE",
  2772            "DATE_RANGE_TOO_NARROW",
  2773            "EXPECTED_AND",
  2774            "EXPECTED_BY",
  2775            "EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE",
  2776            "EXPECTED_FILTERS_ON_DATE_RANGE",
  2777            "EXPECTED_FROM",
  2778            "EXPECTED_LIST",
  2779            "EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE",
  2780            "EXPECTED_SELECT",
  2781            "EXPECTED_SINGLE_VALUE",
  2782            "EXPECTED_VALUE_WITH_BETWEEN_OPERATOR",
  2783            "INVALID_DATE_FORMAT",
  2784            "MISALIGNED_DATE_FOR_FILTER",
  2785            "INVALID_STRING_VALUE",
  2786            "INVALID_VALUE_WITH_BETWEEN_OPERATOR",
  2787            "INVALID_VALUE_WITH_DURING_OPERATOR",
  2788            "INVALID_VALUE_WITH_LIKE_OPERATOR",
  2789            "OPERATOR_FIELD_MISMATCH",
  2790            "PROHIBITED_EMPTY_LIST_IN_CONDITION",
  2791            "PROHIBITED_ENUM_CONSTANT",
  2792            "PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE",
  2793            "PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE",
  2794            "PROHIBITED_FIELD_IN_SELECT_CLAUSE",
  2795            "PROHIBITED_FIELD_IN_WHERE_CLAUSE",
  2796            "PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE",
  2797            "PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE",
  2798            "PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE",
  2799            "PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE",
  2800            "PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE",
  2801            "PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE",
  2802            "LIMIT_VALUE_TOO_LOW",
  2803            "PROHIBITED_NEWLINE_IN_STRING",
  2804            "PROHIBITED_VALUE_COMBINATION_IN_LIST",
  2805            "PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR",
  2806            "STRING_NOT_TERMINATED",
  2807            "TOO_MANY_SEGMENTS",
  2808            "UNEXPECTED_END_OF_QUERY",
  2809            "UNEXPECTED_FROM_CLAUSE",
  2810            "UNRECOGNIZED_FIELD",
  2811            "UNEXPECTED_INPUT",
  2812            "REQUESTED_METRICS_FOR_MANAGER",
  2813            "FILTER_HAS_TOO_MANY_VALUES"
  2814          ],
  2815          "enumDescriptions": [
  2816            "Name unspecified.",
  2817            "The received error code is not known in this version.",
  2818            "Returned if all other query error reasons are not applicable.",
  2819            "A condition used in the query references an invalid enum constant.",
  2820            "Query contains an invalid escape sequence.",
  2821            "Field name is invalid.",
  2822            "Limit value is invalid (for example, not a number)",
  2823            "Encountered number can not be parsed.",
  2824            "Invalid operator encountered.",
  2825            "Parameter unknown or not supported.",
  2826            "Parameter have invalid value.",
  2827            "Invalid resource type was specified in the FROM clause.",
  2828            "Non-ASCII symbol encountered outside of strings.",
  2829            "Value is invalid.",
  2830            "Date filters fail to restrict date to a range smaller than 31 days. Applicable if the query is segmented by date.",
  2831            "Filters on date/week/month/quarter have a start date after end date.",
  2832            "Expected AND between values with BETWEEN operator.",
  2833            "Expecting ORDER BY to have BY.",
  2834            "There was no dimension field selected.",
  2835            "Missing filters on date related fields.",
  2836            "Missing FROM clause.",
  2837            "The operator used in the conditions requires the value to be a list.",
  2838            "Fields used in WHERE or ORDER BY clauses are missing from the SELECT clause.",
  2839            "SELECT is missing at the beginning of query.",
  2840            "A list was passed as a value to a condition whose operator expects a single value.",
  2841            "Missing one or both values with BETWEEN operator.",
  2842            "Invalid date format. Expected 'YYYY-MM-DD'.",
  2843            "Misaligned date value for the filter. The date should be the start of a week/month/quarter if the filtered field is segments.week/segments.month/segments.quarter.",
  2844            "Value passed was not a string when it should have been. For example, it was a number or unquoted literal.",
  2845            "A String value passed to the BETWEEN operator does not parse as a date.",
  2846            "The value passed to the DURING operator is not a Date range literal",
  2847            "A value was passed to the LIKE operator.",
  2848            "An operator was provided that is inapplicable to the field being filtered.",
  2849            "A Condition was found with an empty list.",
  2850            "A condition used in the query references an unsupported enum constant.",
  2851            "Fields that are not allowed to be selected together were included in the SELECT clause.",
  2852            "A field that is not orderable was included in the ORDER BY clause.",
  2853            "A field that is not selectable was included in the SELECT clause.",
  2854            "A field that is not filterable was included in the WHERE clause.",
  2855            "Resource type specified in the FROM clause is not supported by this service.",
  2856            "A field that comes from an incompatible resource was included in the SELECT clause.",
  2857            "A field that comes from an incompatible resource was included in the WHERE clause.",
  2858            "A metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.",
  2859            "A segment incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.",
  2860            "A segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause.",
  2861            "The value passed to the limit clause is too low.",
  2862            "Query has a string containing a newline character.",
  2863            "List contains values of different types.",
  2864            "The values passed to the BETWEEN operator are not of the same type.",
  2865            "Query contains unterminated string.",
  2866            "Too many segments are specified in SELECT clause.",
  2867            "Query is incomplete and cannot be parsed.",
  2868            "FROM clause cannot be specified in this query.",
  2869            "Query contains one or more unrecognized fields.",
  2870            "Query has an unexpected extra part.",
  2871            "Metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account.",
  2872            "The number of values (right-hand-side operands) in a filter exceeds the limit."
  2873          ],
  2874          "type": "string"
  2875        },
  2876        "quotaError": {
  2877          "description": "An error with the amount of quota remaining.",
  2878          "enum": [
  2879            "UNSPECIFIED",
  2880            "UNKNOWN",
  2881            "RESOURCE_EXHAUSTED",
  2882            "RESOURCE_TEMPORARILY_EXHAUSTED"
  2883          ],
  2884          "enumDescriptions": [
  2885            "Enum unspecified.",
  2886            "The received error code is not known in this version.",
  2887            "Too many requests.",
  2888            "Too many requests in a short amount of time."
  2889          ],
  2890          "type": "string"
  2891        },
  2892        "requestError": {
  2893          "description": "An error caused by the request",
  2894          "enum": [
  2895            "UNSPECIFIED",
  2896            "UNKNOWN",
  2897            "RESOURCE_NAME_MISSING",
  2898            "RESOURCE_NAME_MALFORMED",
  2899            "BAD_RESOURCE_ID",
  2900            "INVALID_PRODUCT_NAME",
  2901            "INVALID_CUSTOMER_ID",
  2902            "OPERATION_REQUIRED",
  2903            "RESOURCE_NOT_FOUND",
  2904            "INVALID_PAGE_TOKEN",
  2905            "EXPIRED_PAGE_TOKEN",
  2906            "INVALID_PAGE_SIZE",
  2907            "REQUIRED_FIELD_MISSING",
  2908            "IMMUTABLE_FIELD",
  2909            "TOO_MANY_MUTATE_OPERATIONS",
  2910            "CANNOT_BE_EXECUTED_BY_MANAGER_ACCOUNT",
  2911            "CANNOT_MODIFY_FOREIGN_FIELD",
  2912            "INVALID_ENUM_VALUE",
  2913            "LOGIN_CUSTOMER_ID_PARAMETER_MISSING",
  2914            "LOGIN_OR_LINKED_CUSTOMER_ID_PARAMETER_REQUIRED",
  2915            "VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN",
  2916            "CANNOT_RETURN_SUMMARY_ROW_FOR_REQUEST_WITHOUT_METRICS",
  2917            "CANNOT_RETURN_SUMMARY_ROW_FOR_VALIDATE_ONLY_REQUESTS",
  2918            "INCONSISTENT_RETURN_SUMMARY_ROW_VALUE",
  2919            "TOTAL_RESULTS_COUNT_NOT_ORIGINALLY_REQUESTED",
  2920            "RPC_DEADLINE_TOO_SHORT",
  2921            "PRODUCT_NOT_SUPPORTED"
  2922          ],
  2923          "enumDescriptions": [
  2924            "Enum unspecified.",
  2925            "The received error code is not known in this version.",
  2926            "Resource name is required for this request.",
  2927            "Resource name provided is malformed.",
  2928            "Resource name provided is malformed.",
  2929            "Product name is invalid.",
  2930            "Customer ID is invalid.",
  2931            "Mutate operation should have either create, update, or remove specified.",
  2932            "Requested resource not found.",
  2933            "Next page token specified in user request is invalid.",
  2934            "Next page token specified in user request has expired.",
  2935            "Page size specified in user request is invalid.",
  2936            "Required field is missing.",
  2937            "The field cannot be modified because it's immutable. It's also possible that the field can be modified using 'create' operation but not 'update'.",
  2938            "Received too many entries in request.",
  2939            "Request cannot be executed by a manager account.",
  2940            "Mutate request was attempting to modify a readonly field. For instance, Budget fields can be requested for Ad Group, but are read-only for adGroups:mutate.",
  2941            "Enum value is not permitted.",
  2942            "The login-customer-id parameter is required for this request.",
  2943            "Either login-customer-id or linked-customer-id parameter is required for this request.",
  2944            "page_token is set in the validate only request",
  2945            "return_summary_row cannot be enabled if request did not select any metrics field.",
  2946            "return_summary_row should not be enabled for validate only requests.",
  2947            "return_summary_row parameter value should be the same between requests with page_token field set and their original request.",
  2948            "The total results count cannot be returned if it was not requested in the original request.",
  2949            "Deadline specified by the client was too short.",
  2950            "The product associated with the request is not supported for the current request."
  2951          ],
  2952          "type": "string"
  2953        },
  2954        "sizeLimitError": {
  2955          "description": "The reasons for the size limit error",
  2956          "enum": [
  2957            "UNSPECIFIED",
  2958            "UNKNOWN",
  2959            "REQUEST_SIZE_LIMIT_EXCEEDED",
  2960            "RESPONSE_SIZE_LIMIT_EXCEEDED"
  2961          ],
  2962          "enumDescriptions": [
  2963            "Enum unspecified.",
  2964            "The received error code is not known in this version.",
  2965            "The number of entries in the request exceeds the system limit, or the contents of the operations exceed transaction limits due to their size or complexity. Try reducing the number of entries per request.",
  2966            "The number of entries in the response exceeds the system limit."
  2967          ],
  2968          "type": "string"
  2969        }
  2970      },
  2971      "type": "object"
  2972    },
  2973    "GoogleAdsSearchads360V0Errors__ErrorDetails": {
  2974      "description": "Additional error details.",
  2975      "id": "GoogleAdsSearchads360V0Errors__ErrorDetails",
  2976      "properties": {
  2977        "quotaErrorDetails": {
  2978          "$ref": "GoogleAdsSearchads360V0Errors__QuotaErrorDetails",
  2979          "description": "Details on the quota error, including the scope (account or developer), the rate bucket name and the retry delay."
  2980        },
  2981        "unpublishedErrorCode": {
  2982          "description": "The error code that should have been returned, but wasn't. This is used when the error code is not published in the client specified version.",
  2983          "type": "string"
  2984        }
  2985      },
  2986      "type": "object"
  2987    },
  2988    "GoogleAdsSearchads360V0Errors__ErrorLocation": {
  2989      "description": "Describes the part of the request proto that caused the error.",
  2990      "id": "GoogleAdsSearchads360V0Errors__ErrorLocation",
  2991      "properties": {
  2992        "fieldPathElements": {
  2993          "description": "A field path that indicates which field was invalid in the request.",
  2994          "items": {
  2995            "$ref": "GoogleAdsSearchads360V0Errors_ErrorLocation_FieldPathElement"
  2996          },
  2997          "type": "array"
  2998        }
  2999      },
  3000      "type": "object"
  3001    },
  3002    "GoogleAdsSearchads360V0Errors__QuotaErrorDetails": {
  3003      "description": "Additional quota error details when there is QuotaError.",
  3004      "id": "GoogleAdsSearchads360V0Errors__QuotaErrorDetails",
  3005      "properties": {
  3006        "rateName": {
  3007          "description": "The high level description of the quota bucket. Examples are \"Get requests for standard access\" or \"Requests per account\".",
  3008          "type": "string"
  3009        },
  3010        "rateScope": {
  3011          "description": "The rate scope of the quota limit.",
  3012          "enum": [
  3013            "UNSPECIFIED",
  3014            "UNKNOWN",
  3015            "ACCOUNT",
  3016            "DEVELOPER"
  3017          ],
  3018          "enumDescriptions": [
  3019            "Unspecified enum",
  3020            "Used for return value only. Represents value unknown in this version.",
  3021            "Per customer account quota",
  3022            "Per project quota"
  3023          ],
  3024          "type": "string"
  3025        },
  3026        "retryDelay": {
  3027          "description": "Backoff period that customers should wait before sending next request.",
  3028          "format": "google-duration",
  3029          "type": "string"
  3030        }
  3031      },
  3032      "type": "object"
  3033    },
  3034    "GoogleAdsSearchads360V0Errors__SearchAds360Error": {
  3035      "description": "SearchAds360-specific error.",
  3036      "id": "GoogleAdsSearchads360V0Errors__SearchAds360Error",
  3037      "properties": {
  3038        "details": {
  3039          "$ref": "GoogleAdsSearchads360V0Errors__ErrorDetails",
  3040          "description": "Additional error details, which are returned by certain error codes. Most error codes do not include details."
  3041        },
  3042        "errorCode": {
  3043          "$ref": "GoogleAdsSearchads360V0Errors__ErrorCode",
  3044          "description": "An enum value that indicates which error occurred."
  3045        },
  3046        "location": {
  3047          "$ref": "GoogleAdsSearchads360V0Errors__ErrorLocation",
  3048          "description": "Describes the part of the request proto that caused the error."
  3049        },
  3050        "message": {
  3051          "description": "A human-readable description of the error.",
  3052          "type": "string"
  3053        },
  3054        "trigger": {
  3055          "$ref": "GoogleAdsSearchads360V0Common__Value",
  3056          "description": "The value that triggered the error."
  3057        }
  3058      },
  3059      "type": "object"
  3060    },
  3061    "GoogleAdsSearchads360V0Errors__SearchAds360Failure": {
  3062      "description": "Describes how a Search Ads 360 API call failed. It's returned inside google.rpc.Status.details when a call fails.",
  3063      "id": "GoogleAdsSearchads360V0Errors__SearchAds360Failure",
  3064      "properties": {
  3065        "errors": {
  3066          "description": "The list of errors that occurred.",
  3067          "items": {
  3068            "$ref": "GoogleAdsSearchads360V0Errors__SearchAds360Error"
  3069          },
  3070          "type": "array"
  3071        },
  3072        "requestId": {
  3073          "description": "The unique ID of the request that is used for debugging purposes.",
  3074          "type": "string"
  3075        }
  3076      },
  3077      "type": "object"
  3078    },
  3079    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue": {
  3080      "description": "An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.",
  3081      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue",
  3082      "properties": {
  3083        "targetRoas": {
  3084          "description": "Output only. The target return on ad spend (ROAS) option. If set, the bid strategy will maximize revenue while averaging the target return on ad spend. If the target ROAS is high, the bid strategy may not be able to spend the full budget. If the target ROAS is not set, the bid strategy will aim to achieve the highest possible ROAS for the budget.",
  3085          "format": "double",
  3086          "readOnly": true,
  3087          "type": "number"
  3088        }
  3089      },
  3090      "type": "object"
  3091    },
  3092    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions": {
  3093      "description": "An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.",
  3094      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions",
  3095      "properties": {
  3096        "targetCpa": {
  3097          "description": "Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.",
  3098          "format": "int64",
  3099          "readOnly": true,
  3100          "type": "string"
  3101        },
  3102        "targetCpaMicros": {
  3103          "description": "Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.",
  3104          "format": "int64",
  3105          "readOnly": true,
  3106          "type": "string"
  3107        }
  3108      },
  3109      "type": "object"
  3110    },
  3111    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa": {
  3112      "description": "An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  3113      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa",
  3114      "properties": {
  3115        "targetCpaMicros": {
  3116          "description": "Output only. Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.",
  3117          "format": "int64",
  3118          "readOnly": true,
  3119          "type": "string"
  3120        }
  3121      },
  3122      "type": "object"
  3123    },
  3124    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare": {
  3125      "description": "An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).",
  3126      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare",
  3127      "properties": {
  3128        "cpcBidCeilingMicros": {
  3129          "description": "Output only. The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.",
  3130          "format": "int64",
  3131          "readOnly": true,
  3132          "type": "string"
  3133        },
  3134        "location": {
  3135          "description": "Output only. The targeted location on the search results page.",
  3136          "enum": [
  3137            "UNSPECIFIED",
  3138            "UNKNOWN",
  3139            "ANYWHERE_ON_PAGE",
  3140            "TOP_OF_PAGE",
  3141            "ABSOLUTE_TOP_OF_PAGE"
  3142          ],
  3143          "enumDescriptions": [
  3144            "Not specified.",
  3145            "Used for return value only. Represents value unknown in this version.",
  3146            "Any location on the web page.",
  3147            "Top box of ads.",
  3148            "Top slot in the top box of ads."
  3149          ],
  3150          "readOnly": true,
  3151          "type": "string"
  3152        },
  3153        "locationFractionMicros": {
  3154          "description": "The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.",
  3155          "format": "int64",
  3156          "type": "string"
  3157        }
  3158      },
  3159      "type": "object"
  3160    },
  3161    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas": {
  3162      "description": "An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).",
  3163      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas",
  3164      "properties": {
  3165        "targetRoas": {
  3166          "description": "Output only. The chosen revenue (based on conversion data) per unit of spend.",
  3167          "format": "double",
  3168          "readOnly": true,
  3169          "type": "number"
  3170        }
  3171      },
  3172      "type": "object"
  3173    },
  3174    "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend": {
  3175      "description": "An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.",
  3176      "id": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend",
  3177      "properties": {
  3178        "cpcBidCeilingMicros": {
  3179          "description": "Output only. Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy.",
  3180          "format": "int64",
  3181          "readOnly": true,
  3182          "type": "string"
  3183        },
  3184        "targetSpendMicros": {
  3185          "deprecated": true,
  3186          "description": "Output only. The spend target under which to maximize clicks. A TargetSpend bidder will attempt to spend the smaller of this value or the natural throttling spend amount. If not specified, the budget is used as the spend target. This field is deprecated and should no longer be used. See https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html for details.",
  3187          "format": "int64",
  3188          "readOnly": true,
  3189          "type": "string"
  3190        }
  3191      },
  3192      "type": "object"
  3193    },
  3194    "GoogleAdsSearchads360V0Resources_AdGroupCriterion_PositionEstimates": {
  3195      "description": "Estimates for criterion bids at various positions.",
  3196      "id": "GoogleAdsSearchads360V0Resources_AdGroupCriterion_PositionEstimates",
  3197      "properties": {
  3198        "topOfPageCpcMicros": {
  3199          "description": "Output only. The estimate of the CPC bid required for ad to be displayed at the top of the first page of search results.",
  3200          "format": "int64",
  3201          "readOnly": true,
  3202          "type": "string"
  3203        }
  3204      },
  3205      "type": "object"
  3206    },
  3207    "GoogleAdsSearchads360V0Resources_AdGroupCriterion_QualityInfo": {
  3208      "description": "A container for ad group criterion quality information.",
  3209      "id": "GoogleAdsSearchads360V0Resources_AdGroupCriterion_QualityInfo",
  3210      "properties": {
  3211        "qualityScore": {
  3212          "description": "Output only. The quality score. This field may not be populated if Google does not have enough information to determine a value.",
  3213          "format": "int32",
  3214          "readOnly": true,
  3215          "type": "integer"
  3216        }
  3217      },
  3218      "type": "object"
  3219    },
  3220    "GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting": {
  3221      "description": "The setting for controlling Dynamic Search Ads (DSA).",
  3222      "id": "GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting",
  3223      "properties": {
  3224        "domainName": {
  3225          "description": "Required. The Internet domain name that this setting represents, for example, \"google.com\" or \"www.google.com\".",
  3226          "type": "string"
  3227        },
  3228        "languageCode": {
  3229          "description": "Required. The language code specifying the language of the domain, for example, \"en\".",
  3230          "type": "string"
  3231        },
  3232        "useSuppliedUrlsOnly": {
  3233          "description": "Whether the campaign uses advertiser supplied URLs exclusively.",
  3234          "type": "boolean"
  3235        }
  3236      },
  3237      "type": "object"
  3238    },
  3239    "GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting": {
  3240      "description": "Represents a collection of settings related to ads geotargeting.",
  3241      "id": "GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting",
  3242      "properties": {
  3243        "negativeGeoTargetType": {
  3244          "description": "The setting used for negative geotargeting in this particular campaign.",
  3245          "enum": [
  3246            "UNSPECIFIED",
  3247            "UNKNOWN",
  3248            "PRESENCE_OR_INTEREST",
  3249            "PRESENCE"
  3250          ],
  3251          "enumDescriptions": [
  3252            "Not specified.",
  3253            "The value is unknown in this version.",
  3254            "Specifies that a user is excluded from seeing the ad if they are in, or show interest in, advertiser's excluded locations.",
  3255            "Specifies that a user is excluded from seeing the ad if they are in advertiser's excluded locations."
  3256          ],
  3257          "type": "string"
  3258        },
  3259        "positiveGeoTargetType": {
  3260          "description": "The setting used for positive geotargeting in this particular campaign.",
  3261          "enum": [
  3262            "UNSPECIFIED",
  3263            "UNKNOWN",
  3264            "PRESENCE_OR_INTEREST",
  3265            "SEARCH_INTEREST",
  3266            "PRESENCE"
  3267          ],
  3268          "enumDescriptions": [
  3269            "Not specified.",
  3270            "The value is unknown in this version.",
  3271            "Specifies that an ad is triggered if the user is in, or shows interest in, advertiser's targeted locations.",
  3272            "Specifies that an ad is triggered if the user searches for advertiser's targeted locations. This can only be used with Search and standard Shopping campaigns.",
  3273            "Specifies that an ad is triggered if the user is in or regularly in advertiser's targeted locations."
  3274          ],
  3275          "type": "string"
  3276        }
  3277      },
  3278      "type": "object"
  3279    },
  3280    "GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings": {
  3281      "description": "The network settings for the campaign.",
  3282      "id": "GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings",
  3283      "properties": {
  3284        "targetContentNetwork": {
  3285          "description": "Whether ads will be served on specified placements in the Google Display Network. Placements are specified using the Placement criterion.",
  3286          "type": "boolean"
  3287        },
  3288        "targetGoogleSearch": {
  3289          "description": "Whether ads will be served with google.com search results.",
  3290          "type": "boolean"
  3291        },
  3292        "targetPartnerSearchNetwork": {
  3293          "description": "Whether ads will be served on the Google Partner Network. This is available only to some select Google partner accounts.",
  3294          "type": "boolean"
  3295        },
  3296        "targetSearchNetwork": {
  3297          "description": "Whether ads will be served on partner sites in the Google Search Network (requires `target_google_search` to also be `true`).",
  3298          "type": "boolean"
  3299        }
  3300      },
  3301      "type": "object"
  3302    },
  3303    "GoogleAdsSearchads360V0Resources_Campaign_OptimizationGoalSetting": {
  3304      "description": "Optimization goal setting for this campaign, which includes a set of optimization goal types.",
  3305      "id": "GoogleAdsSearchads360V0Resources_Campaign_OptimizationGoalSetting",
  3306      "properties": {
  3307        "optimizationGoalTypes": {
  3308          "description": "The list of optimization goal types.",
  3309          "items": {
  3310            "enum": [
  3311              "UNSPECIFIED",
  3312              "UNKNOWN",
  3313              "CALL_CLICKS",
  3314              "DRIVING_DIRECTIONS",
  3315              "APP_PRE_REGISTRATION"
  3316            ],
  3317            "enumDescriptions": [
  3318              "Not specified.",
  3319              "Used as a return value only. Represents value unknown in this version.",
  3320              "Optimize for call clicks. Call click conversions are times people selected 'Call' to contact a store after viewing an ad.",
  3321              "Optimize for driving directions. Driving directions conversions are times people selected 'Get directions' to navigate to a store after viewing an ad.",
  3322              "Optimize for pre-registration. Pre-registration conversions are the number of pre-registration signups to receive a notification when the app is released."
  3323            ],
  3324            "type": "string"
  3325          },
  3326          "type": "array"
  3327        }
  3328      },
  3329      "type": "object"
  3330    },
  3331    "GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization": {
  3332      "description": "Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType.",
  3333      "id": "GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization",
  3334      "properties": {
  3335        "conversionActions": {
  3336          "description": "The selected set of conversion actions for optimizing this campaign.",
  3337          "items": {
  3338            "type": "string"
  3339          },
  3340          "type": "array"
  3341        }
  3342      },
  3343      "type": "object"
  3344    },
  3345    "GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting": {
  3346      "description": "The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.",
  3347      "id": "GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting",
  3348      "properties": {
  3349        "campaignPriority": {
  3350          "description": "Priority of the campaign. Campaigns with numerically higher priorities take precedence over those with lower priorities. This field is required for Shopping campaigns, with values between 0 and 2, inclusive. This field is optional for Smart Shopping campaigns, but must be equal to 3 if set.",
  3351          "format": "int32",
  3352          "type": "integer"
  3353        },
  3354        "enableLocal": {
  3355          "description": "Whether to include local products.",
  3356          "type": "boolean"
  3357        },
  3358        "feedLabel": {
  3359          "description": "Feed label of products to include in the campaign. Only one of feed_label or sales_country can be set. If used instead of sales_country, the feed_label field accepts country codes in the same format for example: 'XX'. Otherwise can be any string used for feed label in Google Merchant Center.",
  3360          "type": "string"
  3361        },
  3362        "merchantId": {
  3363          "description": "Immutable. ID of the Merchant Center account. This field is required for create operations. This field is immutable for Shopping campaigns.",
  3364          "format": "int64",
  3365          "type": "string"
  3366        },
  3367        "salesCountry": {
  3368          "description": "Sales country of products to include in the campaign. ",
  3369          "type": "string"
  3370        },
  3371        "useVehicleInventory": {
  3372          "description": "Immutable. Whether to target Vehicle Listing inventory.",
  3373          "type": "boolean"
  3374        }
  3375      },
  3376      "type": "object"
  3377    },
  3378    "GoogleAdsSearchads360V0Resources_Campaign_TrackingSetting": {
  3379      "description": "Campaign-level settings for tracking information.",
  3380      "id": "GoogleAdsSearchads360V0Resources_Campaign_TrackingSetting",
  3381      "properties": {
  3382        "trackingUrl": {
  3383          "description": "Output only. The url used for dynamic tracking.",
  3384          "readOnly": true,
  3385          "type": "string"
  3386        }
  3387      },
  3388      "type": "object"
  3389    },
  3390    "GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings": {
  3391      "description": "Settings related to this conversion action's attribution model.",
  3392      "id": "GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings",
  3393      "properties": {
  3394        "attributionModel": {
  3395          "description": "The attribution model type of this conversion action.",
  3396          "enum": [
  3397            "UNSPECIFIED",
  3398            "UNKNOWN",
  3399            "EXTERNAL",
  3400            "GOOGLE_ADS_LAST_CLICK",
  3401            "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK",
  3402            "GOOGLE_SEARCH_ATTRIBUTION_LINEAR",
  3403            "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY",
  3404            "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED",
  3405            "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"
  3406          ],
  3407          "enumDescriptions": [
  3408            "Not specified.",
  3409            "Used for return value only. Represents value unknown in this version.",
  3410            "Uses external attribution.",
  3411            "Attributes all credit for a conversion to its last click.",
  3412            "Attributes all credit for a conversion to its first click using Google Search attribution.",
  3413            "Attributes credit for a conversion equally across all of its clicks using Google Search attribution.",
  3414            "Attributes exponentially more credit for a conversion to its more recent clicks using Google Search attribution (half-life is 1 week).",
  3415            "Attributes 40% of the credit for a conversion to its first and last clicks. Remaining 20% is evenly distributed across all other clicks. This uses Google Search attribution.",
  3416            "Flexible model that uses machine learning to determine the appropriate distribution of credit among clicks using Google Search attribution."
  3417          ],
  3418          "type": "string"
  3419        },
  3420        "dataDrivenModelStatus": {
  3421          "description": "Output only. The status of the data-driven attribution model for the conversion action.",
  3422          "enum": [
  3423            "UNSPECIFIED",
  3424            "UNKNOWN",
  3425            "AVAILABLE",
  3426            "STALE",
  3427            "EXPIRED",
  3428            "NEVER_GENERATED"
  3429          ],
  3430          "enumDescriptions": [
  3431            "Not specified.",
  3432            "Used for return value only. Represents value unknown in this version.",
  3433            "The data driven model is available.",
  3434            "The data driven model is stale. It hasn't been updated for at least 7 days. It is still being used, but will become expired if it does not get updated for 30 days.",
  3435            "The data driven model expired. It hasn't been updated for at least 30 days and cannot be used. Most commonly this is because there hasn't been the required number of events in a recent 30-day period.",
  3436            "The data driven model has never been generated. Most commonly this is because there has never been the required number of events in any 30-day period."
  3437          ],
  3438          "readOnly": true,
  3439          "type": "string"
  3440        }
  3441      },
  3442      "type": "object"
  3443    },
  3444    "GoogleAdsSearchads360V0Resources_ConversionAction_FloodlightSettings": {
  3445      "description": "Settings related to a Floodlight conversion action.",
  3446      "id": "GoogleAdsSearchads360V0Resources_ConversionAction_FloodlightSettings",
  3447      "properties": {
  3448        "activityGroupTag": {
  3449          "description": "Output only. String used to identify a Floodlight activity group when reporting conversions.",
  3450          "readOnly": true,
  3451          "type": "string"
  3452        },
  3453        "activityId": {
  3454          "description": "Output only. ID of the Floodlight activity in DoubleClick Campaign Manager (DCM).",
  3455          "format": "int64",
  3456          "readOnly": true,
  3457          "type": "string"
  3458        },
  3459        "activityTag": {
  3460          "description": "Output only. String used to identify a Floodlight activity when reporting conversions.",
  3461          "readOnly": true,
  3462          "type": "string"
  3463        }
  3464      },
  3465      "type": "object"
  3466    },
  3467    "GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings": {
  3468      "description": "Settings related to the value for conversion events associated with this conversion action.",
  3469      "id": "GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings",
  3470      "properties": {
  3471        "alwaysUseDefaultValue": {
  3472          "description": "Controls whether the default value and default currency code are used in place of the value and currency code specified in conversion events for this conversion action.",
  3473          "type": "boolean"
  3474        },
  3475        "defaultCurrencyCode": {
  3476          "description": "The currency code to use when conversion events for this conversion action are sent with an invalid or missing currency code, or when this conversion action is configured to always use the default value.",
  3477          "type": "string"
  3478        },
  3479        "defaultValue": {
  3480          "description": "The value to use when conversion events for this conversion action are sent with an invalid, disallowed or missing value, or when this conversion action is configured to always use the default value.",
  3481          "format": "double",
  3482          "type": "number"
  3483        }
  3484      },
  3485      "type": "object"
  3486    },
  3487    "GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo": {
  3488      "description": "Information for Search Ads 360 Floodlight Conversion Custom Variables.",
  3489      "id": "GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo",
  3490      "properties": {
  3491        "floodlightVariableDataType": {
  3492          "description": "Output only. Floodlight variable data type defined in Search Ads 360.",
  3493          "enum": [
  3494            "UNSPECIFIED",
  3495            "UNKNOWN",
  3496            "NUMBER",
  3497            "STRING"
  3498          ],
  3499          "enumDescriptions": [
  3500            "Not specified.",
  3501            "Used for return value only. Represents value unknown in this version.",
  3502            "Represents a floodlight variable of \"Number\" type. This variable may be assigned to floodlight variables of DIMENSION or METRIC types.",
  3503            "Represents a floodlight variable of \"String\" type. This variable may be assigned to floodlight variables of DIMENSION type."
  3504          ],
  3505          "readOnly": true,
  3506          "type": "string"
  3507        },
  3508        "floodlightVariableType": {
  3509          "description": "Output only. Floodlight variable type defined in Search Ads 360.",
  3510          "enum": [
  3511            "UNSPECIFIED",
  3512            "UNKNOWN",
  3513            "DIMENSION",
  3514            "METRIC",
  3515            "UNSET"
  3516          ],
  3517          "enumDescriptions": [
  3518            "Not specified.",
  3519            "Used for return value only. Represents value unknown in this version.",
  3520            "Dimension floodlight variable type.",
  3521            "Metric floodlight variable type.",
  3522            "Floodlight variable type is unset."
  3523          ],
  3524          "readOnly": true,
  3525          "type": "string"
  3526        }
  3527      },
  3528      "type": "object"
  3529    },
  3530    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory": {
  3531      "description": "One element of a bidding category at a certain level. Top-level categories are at level 1, their children at level 2, and so on. We currently support up to 5 levels. The user must specify a dimension type that indicates the level of the category. All cases of the same subdivision must have the same dimension type (category level).",
  3532      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory",
  3533      "properties": {
  3534        "id": {
  3535          "description": "ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436",
  3536          "format": "int64",
  3537          "type": "string"
  3538        },
  3539        "level": {
  3540          "description": "Indicates the level of the category in the taxonomy.",
  3541          "enum": [
  3542            "UNSPECIFIED",
  3543            "UNKNOWN",
  3544            "LEVEL1",
  3545            "LEVEL2",
  3546            "LEVEL3",
  3547            "LEVEL4",
  3548            "LEVEL5"
  3549          ],
  3550          "enumDescriptions": [
  3551            "Not specified.",
  3552            "Used for return value only. Represents value unknown in this version.",
  3553            "Level 1.",
  3554            "Level 2.",
  3555            "Level 3.",
  3556            "Level 4.",
  3557            "Level 5."
  3558          ],
  3559          "type": "string"
  3560        }
  3561      },
  3562      "type": "object"
  3563    },
  3564    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBrand": {
  3565      "description": "Brand of the product.",
  3566      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBrand",
  3567      "properties": {
  3568        "value": {
  3569          "description": "String value of the product brand.",
  3570          "type": "string"
  3571        }
  3572      },
  3573      "type": "object"
  3574    },
  3575    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductChannel": {
  3576      "description": "Locality of a product offer.",
  3577      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductChannel",
  3578      "properties": {
  3579        "channel": {
  3580          "description": "Value of the locality.",
  3581          "enum": [
  3582            "UNSPECIFIED",
  3583            "UNKNOWN",
  3584            "ONLINE",
  3585            "LOCAL"
  3586          ],
  3587          "enumDescriptions": [
  3588            "Not specified.",
  3589            "Used for return value only. Represents value unknown in this version.",
  3590            "The item is sold online.",
  3591            "The item is sold in local stores."
  3592          ],
  3593          "type": "string"
  3594        }
  3595      },
  3596      "type": "object"
  3597    },
  3598    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCondition": {
  3599      "description": "Condition of a product offer.",
  3600      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCondition",
  3601      "properties": {
  3602        "condition": {
  3603          "description": "Value of the condition.",
  3604          "enum": [
  3605            "UNSPECIFIED",
  3606            "UNKNOWN",
  3607            "NEW",
  3608            "REFURBISHED",
  3609            "USED"
  3610          ],
  3611          "enumDescriptions": [
  3612            "Not specified.",
  3613            "Used for return value only. Represents value unknown in this version.",
  3614            "The product condition is new.",
  3615            "The product condition is refurbished.",
  3616            "The product condition is used."
  3617          ],
  3618          "type": "string"
  3619        }
  3620      },
  3621      "type": "object"
  3622    },
  3623    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute": {
  3624      "description": "Custom attribute of a product offer.",
  3625      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute",
  3626      "properties": {
  3627        "index": {
  3628          "description": "Indicates the index of the custom attribute.",
  3629          "enum": [
  3630            "UNSPECIFIED",
  3631            "UNKNOWN",
  3632            "INDEX0",
  3633            "INDEX1",
  3634            "INDEX2",
  3635            "INDEX3",
  3636            "INDEX4"
  3637          ],
  3638          "enumDescriptions": [
  3639            "Not specified.",
  3640            "Used for return value only. Represents value unknown in this version.",
  3641            "First listing group filter custom attribute.",
  3642            "Second listing group filter custom attribute.",
  3643            "Third listing group filter custom attribute.",
  3644            "Fourth listing group filter custom attribute.",
  3645            "Fifth listing group filter custom attribute."
  3646          ],
  3647          "type": "string"
  3648        },
  3649        "value": {
  3650          "description": "String value of the product custom attribute.",
  3651          "type": "string"
  3652        }
  3653      },
  3654      "type": "object"
  3655    },
  3656    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductItemId": {
  3657      "description": "Item id of a product offer.",
  3658      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductItemId",
  3659      "properties": {
  3660        "value": {
  3661          "description": "Value of the id.",
  3662          "type": "string"
  3663        }
  3664      },
  3665      "type": "object"
  3666    },
  3667    "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType": {
  3668      "description": "Type of a product offer.",
  3669      "id": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType",
  3670      "properties": {
  3671        "level": {
  3672          "description": "Level of the type.",
  3673          "enum": [
  3674            "UNSPECIFIED",
  3675            "UNKNOWN",
  3676            "LEVEL1",
  3677            "LEVEL2",
  3678            "LEVEL3",
  3679            "LEVEL4",
  3680            "LEVEL5"
  3681          ],
  3682          "enumDescriptions": [
  3683            "Not specified.",
  3684            "Used for return value only. Represents value unknown in this version.",
  3685            "Level 1.",
  3686            "Level 2.",
  3687            "Level 3.",
  3688            "Level 4.",
  3689            "Level 5."
  3690          ],
  3691          "type": "string"
  3692        },
  3693        "value": {
  3694          "description": "Value of the type.",
  3695          "type": "string"
  3696        }
  3697      },
  3698      "type": "object"
  3699    },
  3700    "GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy": {
  3701      "description": "Represents a view of BiddingStrategies owned by and shared with the customer. In contrast to BiddingStrategy, this resource includes strategies owned by managers of the customer and shared with this customer - in addition to strategies owned by this customer. This resource does not provide metrics and only exposes a limited subset of the BiddingStrategy attributes.",
  3702      "id": "GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy",
  3703      "properties": {
  3704        "id": {
  3705          "description": "Output only. The ID of the bidding strategy.",
  3706          "format": "int64",
  3707          "readOnly": true,
  3708          "type": "string"
  3709        },
  3710        "maximizeConversionValue": {
  3711          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue",
  3712          "description": "Output only. An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.",
  3713          "readOnly": true
  3714        },
  3715        "maximizeConversions": {
  3716          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions",
  3717          "description": "Output only. An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.",
  3718          "readOnly": true
  3719        },
  3720        "name": {
  3721          "description": "Output only. The name of the bidding strategy.",
  3722          "readOnly": true,
  3723          "type": "string"
  3724        },
  3725        "ownerCustomerId": {
  3726          "description": "Output only. The ID of the Customer which owns the bidding strategy.",
  3727          "format": "int64",
  3728          "readOnly": true,
  3729          "type": "string"
  3730        },
  3731        "ownerDescriptiveName": {
  3732          "description": "Output only. descriptive_name of the Customer which owns the bidding strategy.",
  3733          "readOnly": true,
  3734          "type": "string"
  3735        },
  3736        "resourceName": {
  3737          "description": "Output only. The resource name of the accessible bidding strategy. AccessibleBiddingStrategy resource names have the form: `customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}`",
  3738          "readOnly": true,
  3739          "type": "string"
  3740        },
  3741        "targetCpa": {
  3742          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa",
  3743          "description": "Output only. A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  3744          "readOnly": true
  3745        },
  3746        "targetImpressionShare": {
  3747          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare",
  3748          "description": "Output only. A bidding strategy that automatically optimizes towards a chosen percentage of impressions.",
  3749          "readOnly": true
  3750        },
  3751        "targetRoas": {
  3752          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas",
  3753          "description": "Output only. A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS).",
  3754          "readOnly": true
  3755        },
  3756        "targetSpend": {
  3757          "$ref": "GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend",
  3758          "description": "Output only. A bid strategy that sets your bids to help get as many clicks as possible within your budget.",
  3759          "readOnly": true
  3760        },
  3761        "type": {
  3762          "description": "Output only. The type of the bidding strategy.",
  3763          "enum": [
  3764            "UNSPECIFIED",
  3765            "UNKNOWN",
  3766            "COMMISSION",
  3767            "ENHANCED_CPC",
  3768            "INVALID",
  3769            "MANUAL_CPA",
  3770            "MANUAL_CPC",
  3771            "MANUAL_CPM",
  3772            "MANUAL_CPV",
  3773            "MAXIMIZE_CONVERSIONS",
  3774            "MAXIMIZE_CONVERSION_VALUE",
  3775            "PAGE_ONE_PROMOTED",
  3776            "PERCENT_CPC",
  3777            "TARGET_CPA",
  3778            "TARGET_CPM",
  3779            "TARGET_IMPRESSION_SHARE",
  3780            "TARGET_OUTRANK_SHARE",
  3781            "TARGET_ROAS",
  3782            "TARGET_SPEND"
  3783          ],
  3784          "enumDescriptions": [
  3785            "Not specified.",
  3786            "Used for return value only. Represents value unknown in this version.",
  3787            "Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.",
  3788            "Enhanced CPC is a bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.",
  3789            "Used for return value only. Indicates that a campaign does not have a bidding strategy. This prevents the campaign from serving. For example, a campaign may be attached to a manager bidding strategy and the serving account is subsequently unlinked from the manager account. In this case the campaign will automatically be detached from the now inaccessible manager bidding strategy and transition to the INVALID bidding strategy type.",
  3790            "Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.",
  3791            "Manual click based bidding where user pays per click.",
  3792            "Manual impression based bidding where user pays per thousand impressions.",
  3793            "A bidding strategy that pays a configurable amount per video view.",
  3794            "A bidding strategy that automatically maximizes number of conversions given a daily budget.",
  3795            "An automated bidding strategy that automatically sets bids to maximize revenue while spending your budget.",
  3796            "Page-One Promoted bidding scheme, which sets max cpc bids to target impressions on page one or page one promoted slots on google.com. This enum value is deprecated.",
  3797            "Percent Cpc is bidding strategy where bids are a fraction of the advertised price for some good or service.",
  3798            "Target CPA is an automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  3799            "Target CPM is an automated bid strategy that sets bids to help get as many impressions as possible at the target cost per one thousand impressions (CPM) you set.",
  3800            "An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).",
  3801            "Target Outrank Share is an automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This enum value is deprecated.",
  3802            "Target ROAS is an automated bidding strategy that helps you maximize revenue while averaging a specific target Return On Average Spend (ROAS).",
  3803            "Target Spend is an automated bid strategy that sets your bids to help get as many clicks as possible within your budget."
  3804          ],
  3805          "readOnly": true,
  3806          "type": "string"
  3807        }
  3808      },
  3809      "type": "object"
  3810    },
  3811    "GoogleAdsSearchads360V0Resources__Ad": {
  3812      "description": "An ad.",
  3813      "id": "GoogleAdsSearchads360V0Resources__Ad",
  3814      "properties": {
  3815        "displayUrl": {
  3816          "description": "The URL that appears in the ad description for some ad formats.",
  3817          "type": "string"
  3818        },
  3819        "expandedDynamicSearchAd": {
  3820          "$ref": "GoogleAdsSearchads360V0Common__SearchAds360ExpandedDynamicSearchAdInfo",
  3821          "description": "Immutable. Details pertaining to an expanded dynamic search ad."
  3822        },
  3823        "expandedTextAd": {
  3824          "$ref": "GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo",
  3825          "description": "Immutable. Details pertaining to an expanded text ad."
  3826        },
  3827        "finalUrls": {
  3828          "description": "The list of possible final URLs after all cross-domain redirects for the ad.",
  3829          "items": {
  3830            "type": "string"
  3831          },
  3832          "type": "array"
  3833        },
  3834        "id": {
  3835          "description": "Output only. The ID of the ad.",
  3836          "format": "int64",
  3837          "readOnly": true,
  3838          "type": "string"
  3839        },
  3840        "name": {
  3841          "description": "Immutable. The name of the ad. This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad. The name field is currently only supported for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.",
  3842          "type": "string"
  3843        },
  3844        "productAd": {
  3845          "$ref": "GoogleAdsSearchads360V0Common__SearchAds360ProductAdInfo",
  3846          "description": "Immutable. Details pertaining to a product ad."
  3847        },
  3848        "resourceName": {
  3849          "description": "Immutable. The resource name of the ad. Ad resource names have the form: `customers/{customer_id}/ads/{ad_id}`",
  3850          "type": "string"
  3851        },
  3852        "responsiveSearchAd": {
  3853          "$ref": "GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo",
  3854          "description": "Immutable. Details pertaining to a responsive search ad."
  3855        },
  3856        "textAd": {
  3857          "$ref": "GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo",
  3858          "description": "Immutable. Details pertaining to a text ad."
  3859        },
  3860        "type": {
  3861          "description": "Output only. The type of ad.",
  3862          "enum": [
  3863            "UNSPECIFIED",
  3864            "UNKNOWN",
  3865            "TEXT_AD",
  3866            "EXPANDED_TEXT_AD",
  3867            "CALL_ONLY_AD",
  3868            "EXPANDED_DYNAMIC_SEARCH_AD",
  3869            "HOTEL_AD",
  3870            "SHOPPING_SMART_AD",
  3871            "SHOPPING_PRODUCT_AD",
  3872            "VIDEO_AD",
  3873            "GMAIL_AD",
  3874            "IMAGE_AD",
  3875            "RESPONSIVE_SEARCH_AD",
  3876            "LEGACY_RESPONSIVE_DISPLAY_AD",
  3877            "APP_AD",
  3878            "LEGACY_APP_INSTALL_AD",
  3879            "RESPONSIVE_DISPLAY_AD",
  3880            "LOCAL_AD",
  3881            "HTML5_UPLOAD_AD",
  3882            "DYNAMIC_HTML5_AD",
  3883            "APP_ENGAGEMENT_AD",
  3884            "SHOPPING_COMPARISON_LISTING_AD",
  3885            "VIDEO_BUMPER_AD",
  3886            "VIDEO_NON_SKIPPABLE_IN_STREAM_AD",
  3887            "VIDEO_OUTSTREAM_AD",
  3888            "VIDEO_TRUEVIEW_DISCOVERY_AD",
  3889            "VIDEO_TRUEVIEW_IN_STREAM_AD",
  3890            "VIDEO_RESPONSIVE_AD",
  3891            "SMART_CAMPAIGN_AD",
  3892            "APP_PRE_REGISTRATION_AD",
  3893            "DISCOVERY_MULTI_ASSET_AD",
  3894            "DISCOVERY_CAROUSEL_AD",
  3895            "TRAVEL_AD",
  3896            "DISCOVERY_VIDEO_RESPONSIVE_AD"
  3897          ],
  3898          "enumDescriptions": [
  3899            "No value has been specified.",
  3900            "The received value is not known in this version. This is a response-only value.",
  3901            "The ad is a text ad.",
  3902            "The ad is an expanded text ad.",
  3903            "The ad is a call only ad.",
  3904            "The ad is an expanded dynamic search ad.",
  3905            "The ad is a hotel ad.",
  3906            "The ad is a Smart Shopping ad.",
  3907            "The ad is a standard Shopping ad.",
  3908            "The ad is a video ad.",
  3909            "This ad is a Gmail ad.",
  3910            "This ad is an Image ad.",
  3911            "The ad is a responsive search ad.",
  3912            "The ad is a legacy responsive display ad.",
  3913            "The ad is an app ad.",
  3914            "The ad is a legacy app install ad.",
  3915            "The ad is a responsive display ad.",
  3916            "The ad is a local ad.",
  3917            "The ad is a display upload ad with the HTML5_UPLOAD_AD product type.",
  3918            "The ad is a display upload ad with one of the DYNAMIC_HTML5_* product types.",
  3919            "The ad is an app engagement ad.",
  3920            "The ad is a Shopping Comparison Listing ad.",
  3921            "Video bumper ad.",
  3922            "Video non-skippable in-stream ad.",
  3923            "Video outstream ad.",
  3924            "Video TrueView in-display ad.",
  3925            "Video TrueView in-stream ad.",
  3926            "Video responsive ad.",
  3927            "Smart campaign ad.",
  3928            "Universal app pre-registration ad.",
  3929            "Discovery multi asset ad.",
  3930            "Discovery carousel ad.",
  3931            "Travel ad.",
  3932            "Discovery video responsive ad."
  3933          ],
  3934          "readOnly": true,
  3935          "type": "string"
  3936        }
  3937      },
  3938      "type": "object"
  3939    },
  3940    "GoogleAdsSearchads360V0Resources__AdGroup": {
  3941      "description": "An ad group.",
  3942      "id": "GoogleAdsSearchads360V0Resources__AdGroup",
  3943      "properties": {
  3944        "adRotationMode": {
  3945          "description": "The ad rotation mode of the ad group.",
  3946          "enum": [
  3947            "UNSPECIFIED",
  3948            "UNKNOWN",
  3949            "OPTIMIZE",
  3950            "ROTATE_FOREVER"
  3951          ],
  3952          "enumDescriptions": [
  3953            "The ad rotation mode has not been specified.",
  3954            "The received value is not known in this version. This is a response-only value.",
  3955            "Optimize ad group ads based on clicks or conversions.",
  3956            "Rotate evenly forever."
  3957          ],
  3958          "type": "string"
  3959        },
  3960        "cpcBidMicros": {
  3961          "description": "The maximum CPC (cost-per-click) bid.",
  3962          "format": "int64",
  3963          "type": "string"
  3964        },
  3965        "creationTime": {
  3966          "description": "Output only. The timestamp when this ad_group was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  3967          "readOnly": true,
  3968          "type": "string"
  3969        },
  3970        "endDate": {
  3971          "description": "Output only. Date when the ad group ends serving ads. By default, the ad group ends on the ad group's end date. If this field is set, then the ad group ends at the end of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14",
  3972          "readOnly": true,
  3973          "type": "string"
  3974        },
  3975        "engineId": {
  3976          "description": "Output only. ID of the ad group in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use \"ad_group.id\" instead.",
  3977          "readOnly": true,
  3978          "type": "string"
  3979        },
  3980        "engineStatus": {
  3981          "description": "Output only. The Engine Status for ad group.",
  3982          "enum": [
  3983            "UNSPECIFIED",
  3984            "UNKNOWN",
  3985            "AD_GROUP_ELIGIBLE",
  3986            "AD_GROUP_EXPIRED",
  3987            "AD_GROUP_REMOVED",
  3988            "AD_GROUP_DRAFT",
  3989            "AD_GROUP_PAUSED",
  3990            "AD_GROUP_SERVING",
  3991            "AD_GROUP_SUBMITTED",
  3992            "CAMPAIGN_PAUSED",
  3993            "ACCOUNT_PAUSED"
  3994          ],
  3995          "enumDeprecated": [
  3996            false,
  3997            false,
  3998            true,
  3999            false,
  4000            false,
  4001            false,
  4002            false,
  4003            false,
  4004            false,
  4005            false,
  4006            false
  4007          ],
  4008          "enumDescriptions": [
  4009            "Not specified.",
  4010            "Used for return value only. Represents value unknown in this version.",
  4011            "Deprecated. Do not use.",
  4012            "No ads are running for this ad group, because the ad group's end date has passed.",
  4013            "The ad group has been deleted.",
  4014            "No ads are running for this ad group because the associated ad group is still in draft form.",
  4015            "The ad group has been paused.",
  4016            "The ad group is active and currently serving ads.",
  4017            "The ad group has been submitted (Microsoft Bing Ads legacy status).",
  4018            "No ads are running for this ad group, because the campaign has been paused.",
  4019            "No ads are running for this ad group, because the account has been paused."
  4020          ],
  4021          "readOnly": true,
  4022          "type": "string"
  4023        },
  4024        "id": {
  4025          "description": "Output only. The ID of the ad group.",
  4026          "format": "int64",
  4027          "readOnly": true,
  4028          "type": "string"
  4029        },
  4030        "labels": {
  4031          "description": "Output only. The resource names of labels attached to this ad group.",
  4032          "items": {
  4033            "type": "string"
  4034          },
  4035          "readOnly": true,
  4036          "type": "array"
  4037        },
  4038        "languageCode": {
  4039          "description": "Output only. The language of the ads and keywords in an ad group. This field is only available for Microsoft Advertising accounts. More details: https://docs.microsoft.com/en-us/advertising/guides/ad-languages?view=bingads-13#adlanguage",
  4040          "readOnly": true,
  4041          "type": "string"
  4042        },
  4043        "lastModifiedTime": {
  4044          "description": "Output only. The datetime when this ad group was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  4045          "readOnly": true,
  4046          "type": "string"
  4047        },
  4048        "name": {
  4049          "description": "The name of the ad group. This field is required and should not be empty when creating new ad groups. It must contain fewer than 255 UTF-8 full-width characters. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.",
  4050          "type": "string"
  4051        },
  4052        "resourceName": {
  4053          "description": "Immutable. The resource name of the ad group. Ad group resource names have the form: `customers/{customer_id}/adGroups/{ad_group_id}`",
  4054          "type": "string"
  4055        },
  4056        "startDate": {
  4057          "description": "Output only. Date when this ad group starts serving ads. By default, the ad group starts now or the ad group's start date, whichever is later. If this field is set, then the ad group starts at the beginning of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14",
  4058          "readOnly": true,
  4059          "type": "string"
  4060        },
  4061        "status": {
  4062          "description": "The status of the ad group.",
  4063          "enum": [
  4064            "UNSPECIFIED",
  4065            "UNKNOWN",
  4066            "ENABLED",
  4067            "PAUSED",
  4068            "REMOVED"
  4069          ],
  4070          "enumDescriptions": [
  4071            "The status has not been specified.",
  4072            "The received value is not known in this version. This is a response-only value.",
  4073            "The ad group is enabled.",
  4074            "The ad group is paused.",
  4075            "The ad group is removed."
  4076          ],
  4077          "type": "string"
  4078        },
  4079        "targetingSetting": {
  4080          "$ref": "GoogleAdsSearchads360V0Common__TargetingSetting",
  4081          "description": "Setting for targeting related features."
  4082        },
  4083        "type": {
  4084          "description": "Immutable. The type of the ad group.",
  4085          "enum": [
  4086            "UNSPECIFIED",
  4087            "UNKNOWN",
  4088            "SEARCH_STANDARD",
  4089            "DISPLAY_STANDARD",
  4090            "SHOPPING_PRODUCT_ADS",
  4091            "SHOPPING_SHOWCASE_ADS",
  4092            "HOTEL_ADS",
  4093            "SHOPPING_SMART_ADS",
  4094            "VIDEO_BUMPER",
  4095            "VIDEO_TRUE_VIEW_IN_STREAM",
  4096            "VIDEO_TRUE_VIEW_IN_DISPLAY",
  4097            "VIDEO_NON_SKIPPABLE_IN_STREAM",
  4098            "VIDEO_OUTSTREAM",
  4099            "SEARCH_DYNAMIC_ADS",
  4100            "SHOPPING_COMPARISON_LISTING_ADS",
  4101            "PROMOTED_HOTEL_ADS",
  4102            "VIDEO_RESPONSIVE",
  4103            "VIDEO_EFFICIENT_REACH",
  4104            "SMART_CAMPAIGN_ADS",
  4105            "TRAVEL_ADS"
  4106          ],
  4107          "enumDescriptions": [
  4108            "The type has not been specified.",
  4109            "The received value is not known in this version. This is a response-only value.",
  4110            "The default ad group type for Search campaigns.",
  4111            "The default ad group type for Display campaigns.",
  4112            "The ad group type for Shopping campaigns serving standard product ads.",
  4113            "The type for ad groups that are limited to serving Showcase or Merchant ads in Shopping results.",
  4114            "The default ad group type for Hotel campaigns.",
  4115            "The type for ad groups in Smart Shopping campaigns.",
  4116            "Short unskippable in-stream video ads.",
  4117            "TrueView (skippable) in-stream video ads.",
  4118            "TrueView in-display video ads.",
  4119            "Unskippable in-stream video ads.",
  4120            "Outstream video ads.",
  4121            "Ad group type for Dynamic Search Ads ad groups.",
  4122            "The type for ad groups in Shopping Comparison Listing campaigns.",
  4123            "The ad group type for Promoted Hotel ad groups.",
  4124            "Video responsive ad groups.",
  4125            "Video efficient reach ad groups.",
  4126            "Ad group type for Smart campaigns.",
  4127            "Ad group type for Travel campaigns."
  4128          ],
  4129          "type": "string"
  4130        }
  4131      },
  4132      "type": "object"
  4133    },
  4134    "GoogleAdsSearchads360V0Resources__AdGroupAd": {
  4135      "description": "An ad group ad.",
  4136      "id": "GoogleAdsSearchads360V0Resources__AdGroupAd",
  4137      "properties": {
  4138        "ad": {
  4139          "$ref": "GoogleAdsSearchads360V0Resources__Ad",
  4140          "description": "Immutable. The ad."
  4141        },
  4142        "creationTime": {
  4143          "description": "Output only. The timestamp when this ad_group_ad was created. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  4144          "readOnly": true,
  4145          "type": "string"
  4146        },
  4147        "engineId": {
  4148          "description": "Output only. ID of the ad in the external engine account. This field is for SearchAds 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc. For non-SearchAds 360 entity, use \"ad_group_ad.ad.id\" instead.",
  4149          "readOnly": true,
  4150          "type": "string"
  4151        },
  4152        "engineStatus": {
  4153          "description": "Output only. Additional status of the ad in the external engine account. Possible statuses (depending on the type of external account) include active, eligible, pending review, etc.",
  4154          "enum": [
  4155            "UNSPECIFIED",
  4156            "UNKNOWN",
  4157            "AD_GROUP_AD_ELIGIBLE",
  4158            "AD_GROUP_AD_INAPPROPRIATE_FOR_CAMPAIGN",
  4159            "AD_GROUP_AD_MOBILE_URL_UNDER_REVIEW",
  4160            "AD_GROUP_AD_PARTIALLY_INVALID",
  4161            "AD_GROUP_AD_TO_BE_ACTIVATED",
  4162            "AD_GROUP_AD_NOT_REVIEWED",
  4163            "AD_GROUP_AD_ON_HOLD",
  4164            "AD_GROUP_AD_PAUSED",
  4165            "AD_GROUP_AD_REMOVED",
  4166            "AD_GROUP_AD_PENDING_REVIEW",
  4167            "AD_GROUP_AD_UNDER_REVIEW",
  4168            "AD_GROUP_AD_APPROVED",
  4169            "AD_GROUP_AD_DISAPPROVED",
  4170            "AD_GROUP_AD_SERVING",
  4171            "AD_GROUP_AD_ACCOUNT_PAUSED",
  4172            "AD_GROUP_AD_CAMPAIGN_PAUSED",
  4173            "AD_GROUP_AD_AD_GROUP_PAUSED"
  4174          ],
  4175          "enumDeprecated": [
  4176            false,
  4177            false,
  4178            true,
  4179            false,
  4180            false,
  4181            false,
  4182            false,
  4183            false,
  4184            true,
  4185            false,
  4186            false,
  4187            false,
  4188            false,
  4189            false,
  4190            false,
  4191            false,
  4192            false,
  4193            false,
  4194            false
  4195          ],
  4196          "enumDescriptions": [
  4197            "No value has been specified.",
  4198            "Used for return value only. Represents value unknown in this version.",
  4199            "Deprecated. Do not use.",
  4200            "Baidu: Creative was not approved.",
  4201            "Baidu: Mobile URL in process to be reviewed.",
  4202            "Baidu: Creative is invalid on mobile device but valid on desktop.",
  4203            "Baidu: Creative is ready for activation.",
  4204            "Baidu: Creative not reviewed.",
  4205            "Deprecated. Do not use. Previously used by Gemini",
  4206            "Creative has been paused.",
  4207            "Creative has been removed.",
  4208            "Creative is pending review.",
  4209            "Creative is under review.",
  4210            "Creative has been approved.",
  4211            "Creative has been disapproved.",
  4212            "Creative is serving.",
  4213            "Creative has been paused because the account is paused.",
  4214            "Creative has been paused because the campaign is paused.",
  4215            "Creative has been paused because the ad group is paused."
  4216          ],
  4217          "readOnly": true,
  4218          "type": "string"
  4219        },
  4220        "labels": {
  4221          "description": "Output only. The resource names of labels attached to this ad group ad.",
  4222          "items": {
  4223            "type": "string"
  4224          },
  4225          "readOnly": true,
  4226          "type": "array"
  4227        },
  4228        "lastModifiedTime": {
  4229          "description": "Output only. The datetime when this ad group ad was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  4230          "readOnly": true,
  4231          "type": "string"
  4232        },
  4233        "resourceName": {
  4234          "description": "Immutable. The resource name of the ad. Ad group ad resource names have the form: `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`",
  4235          "type": "string"
  4236        },
  4237        "status": {
  4238          "description": "The status of the ad.",
  4239          "enum": [
  4240            "UNSPECIFIED",
  4241            "UNKNOWN",
  4242            "ENABLED",
  4243            "PAUSED",
  4244            "REMOVED"
  4245          ],
  4246          "enumDescriptions": [
  4247            "No value has been specified.",
  4248            "The received value is not known in this version. This is a response-only value.",
  4249            "The ad group ad is enabled.",
  4250            "The ad group ad is paused.",
  4251            "The ad group ad is removed."
  4252          ],
  4253          "type": "string"
  4254        }
  4255      },
  4256      "type": "object"
  4257    },
  4258    "GoogleAdsSearchads360V0Resources__AdGroupAdLabel": {
  4259      "description": "A relationship between an ad group ad and a label.",
  4260      "id": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
  4261      "properties": {
  4262        "adGroupAd": {
  4263          "description": "Immutable. The ad group ad to which the label is attached.",
  4264          "type": "string"
  4265        },
  4266        "label": {
  4267          "description": "Immutable. The label assigned to the ad group ad.",
  4268          "type": "string"
  4269        },
  4270        "resourceName": {
  4271          "description": "Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: `customers/{customer_id}/adGroupAdLabels/{ad_group_id}~{ad_id}~{label_id}`",
  4272          "type": "string"
  4273        }
  4274      },
  4275      "type": "object"
  4276    },
  4277    "GoogleAdsSearchads360V0Resources__AdGroupAsset": {
  4278      "description": "A link between an ad group and an asset.",
  4279      "id": "GoogleAdsSearchads360V0Resources__AdGroupAsset",
  4280      "properties": {
  4281        "adGroup": {
  4282          "description": "Required. Immutable. The ad group to which the asset is linked.",
  4283          "type": "string"
  4284        },
  4285        "asset": {
  4286          "description": "Required. Immutable. The asset which is linked to the ad group.",
  4287          "type": "string"
  4288        },
  4289        "resourceName": {
  4290          "description": "Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form: `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`",
  4291          "type": "string"
  4292        },
  4293        "status": {
  4294          "description": "Status of the ad group asset.",
  4295          "enum": [
  4296            "UNSPECIFIED",
  4297            "UNKNOWN",
  4298            "ENABLED",
  4299            "REMOVED",
  4300            "PAUSED"
  4301          ],
  4302          "enumDescriptions": [
  4303            "Not specified.",
  4304            "Used for return value only. Represents value unknown in this version.",
  4305            "Asset link is enabled.",
  4306            "Asset link has been removed.",
  4307            "Asset link is paused."
  4308          ],
  4309          "type": "string"
  4310        }
  4311      },
  4312      "type": "object"
  4313    },
  4314    "GoogleAdsSearchads360V0Resources__AdGroupAssetSet": {
  4315      "description": "AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.",
  4316      "id": "GoogleAdsSearchads360V0Resources__AdGroupAssetSet",
  4317      "properties": {
  4318        "adGroup": {
  4319          "description": "Immutable. The ad group to which this asset set is linked.",
  4320          "type": "string"
  4321        },
  4322        "assetSet": {
  4323          "description": "Immutable. The asset set which is linked to the ad group.",
  4324          "type": "string"
  4325        },
  4326        "resourceName": {
  4327          "description": "Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`",
  4328          "type": "string"
  4329        },
  4330        "status": {
  4331          "description": "Output only. The status of the ad group asset set. Read-only.",
  4332          "enum": [
  4333            "UNSPECIFIED",
  4334            "UNKNOWN",
  4335            "ENABLED",
  4336            "REMOVED"
  4337          ],
  4338          "enumDescriptions": [
  4339            "The status has not been specified.",
  4340            "The received value is not known in this version. This is a response-only value.",
  4341            "The linkage between asset set and its container is enabled.",
  4342            "The linkage between asset set and its container is removed."
  4343          ],
  4344          "readOnly": true,
  4345          "type": "string"
  4346        }
  4347      },
  4348      "type": "object"
  4349    },
  4350    "GoogleAdsSearchads360V0Resources__AdGroupAudienceView": {
  4351      "description": "An ad group audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated at the audience level.",
  4352      "id": "GoogleAdsSearchads360V0Resources__AdGroupAudienceView",
  4353      "properties": {
  4354        "resourceName": {
  4355          "description": "Output only. The resource name of the ad group audience view. Ad group audience view resource names have the form: `customers/{customer_id}/adGroupAudienceViews/{ad_group_id}~{criterion_id}`",
  4356          "readOnly": true,
  4357          "type": "string"
  4358        }
  4359      },
  4360      "type": "object"
  4361    },
  4362    "GoogleAdsSearchads360V0Resources__AdGroupBidModifier": {
  4363      "description": "Represents an ad group bid modifier.",
  4364      "id": "GoogleAdsSearchads360V0Resources__AdGroupBidModifier",
  4365      "properties": {
  4366        "bidModifier": {
  4367          "description": "The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.",
  4368          "format": "double",
  4369          "type": "number"
  4370        },
  4371        "device": {
  4372          "$ref": "GoogleAdsSearchads360V0Common__DeviceInfo",
  4373          "description": "Immutable. A device criterion."
  4374        },
  4375        "resourceName": {
  4376          "description": "Immutable. The resource name of the ad group bid modifier. Ad group bid modifier resource names have the form: `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}`",
  4377          "type": "string"
  4378        }
  4379      },
  4380      "type": "object"
  4381    },
  4382    "GoogleAdsSearchads360V0Resources__AdGroupCriterion": {
  4383      "description": "An ad group criterion. The ad_group_criterion report only returns criteria that were explicitly added to the ad group.",
  4384      "id": "GoogleAdsSearchads360V0Resources__AdGroupCriterion",
  4385      "properties": {
  4386        "adGroup": {
  4387          "description": "Immutable. The ad group to which the criterion belongs.",
  4388          "type": "string"
  4389        },
  4390        "ageRange": {
  4391          "$ref": "GoogleAdsSearchads360V0Common__AgeRangeInfo",
  4392          "description": "Immutable. Age range."
  4393        },
  4394        "bidModifier": {
  4395          "description": "The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Most targetable criteria types support modifiers.",
  4396          "format": "double",
  4397          "type": "number"
  4398        },
  4399        "cpcBidMicros": {
  4400          "description": "The CPC (cost-per-click) bid.",
  4401          "format": "int64",
  4402          "type": "string"
  4403        },
  4404        "creationTime": {
  4405          "description": "Output only. The timestamp when this ad group criterion was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  4406          "readOnly": true,
  4407          "type": "string"
  4408        },
  4409        "criterionId": {
  4410          "description": "Output only. The ID of the criterion.",
  4411          "format": "int64",
  4412          "readOnly": true,
  4413          "type": "string"
  4414        },
  4415        "effectiveCpcBidMicros": {
  4416          "description": "Output only. The effective CPC (cost-per-click) bid.",
  4417          "format": "int64",
  4418          "readOnly": true,
  4419          "type": "string"
  4420        },
  4421        "engineId": {
  4422          "description": "Output only. ID of the ad group criterion in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use \"ad_group_criterion.criterion_id\" instead.",
  4423          "readOnly": true,
  4424          "type": "string"
  4425        },
  4426        "engineStatus": {
  4427          "description": "Output only. The Engine Status for ad group criterion.",
  4428          "enum": [
  4429            "UNSPECIFIED",
  4430            "UNKNOWN",
  4431            "AD_GROUP_CRITERION_ELIGIBLE",
  4432            "AD_GROUP_CRITERION_INAPPROPRIATE_FOR_CAMPAIGN",
  4433            "AD_GROUP_CRITERION_INVALID_MOBILE_SEARCH",
  4434            "AD_GROUP_CRITERION_INVALID_PC_SEARCH",
  4435            "AD_GROUP_CRITERION_INVALID_SEARCH",
  4436            "AD_GROUP_CRITERION_LOW_SEARCH_VOLUME",
  4437            "AD_GROUP_CRITERION_MOBILE_URL_UNDER_REVIEW",
  4438            "AD_GROUP_CRITERION_PARTIALLY_INVALID",
  4439            "AD_GROUP_CRITERION_TO_BE_ACTIVATED",
  4440            "AD_GROUP_CRITERION_UNDER_REVIEW",
  4441            "AD_GROUP_CRITERION_NOT_REVIEWED",
  4442            "AD_GROUP_CRITERION_ON_HOLD",
  4443            "AD_GROUP_CRITERION_PENDING_REVIEW",
  4444            "AD_GROUP_CRITERION_PAUSED",
  4445            "AD_GROUP_CRITERION_REMOVED",
  4446            "AD_GROUP_CRITERION_APPROVED",
  4447            "AD_GROUP_CRITERION_DISAPPROVED",
  4448            "AD_GROUP_CRITERION_SERVING",
  4449            "AD_GROUP_CRITERION_ACCOUNT_PAUSED"
  4450          ],
  4451          "enumDeprecated": [
  4452            false,
  4453            false,
  4454            true,
  4455            false,
  4456            false,
  4457            false,
  4458            false,
  4459            false,
  4460            false,
  4461            false,
  4462            false,
  4463            false,
  4464            false,
  4465            true,
  4466            false,
  4467            false,
  4468            false,
  4469            false,
  4470            false,
  4471            false,
  4472            false
  4473          ],
  4474          "enumDescriptions": [
  4475            "Not specified.",
  4476            "Used for return value only. Represents value unknown in this version.",
  4477            "Deprecated. Do not use.",
  4478            "Baidu: Bid or quality too low to be displayed.",
  4479            "Baidu: Bid or quality too low for mobile, but eligible to display for desktop.",
  4480            "Baidu: Bid or quality too low for desktop, but eligible to display for mobile.",
  4481            "Baidu: Bid or quality too low to be displayed.",
  4482            "Baidu: Paused by Baidu due to low search volume.",
  4483            "Baidu: Mobile URL in process to be reviewed.",
  4484            "Baidu: The landing page for one device is invalid, while the landing page for the other device is valid.",
  4485            "Baidu: Keyword has been created and paused by Baidu account management, and is now ready for you to activate it.",
  4486            "Baidu: In process to be reviewed by Baidu. Gemini: Criterion under review.",
  4487            "Baidu: Criterion to be reviewed.",
  4488            "Deprecated. Do not use. Previously used by Gemini",
  4489            "Y!J : Criterion pending review",
  4490            "Criterion has been paused.",
  4491            "Criterion has been removed.",
  4492            "Criterion has been approved.",
  4493            "Criterion has been disapproved.",
  4494            "Criterion is active and serving.",
  4495            "Criterion has been paused since the account is paused."
  4496          ],
  4497          "readOnly": true,
  4498          "type": "string"
  4499        },
  4500        "finalUrlSuffix": {
  4501          "description": "URL template for appending params to final URL.",
  4502          "type": "string"
  4503        },
  4504        "finalUrls": {
  4505          "description": "The list of possible final URLs after all cross-domain redirects for the ad.",
  4506          "items": {
  4507            "type": "string"
  4508          },
  4509          "type": "array"
  4510        },
  4511        "gender": {
  4512          "$ref": "GoogleAdsSearchads360V0Common__GenderInfo",
  4513          "description": "Immutable. Gender."
  4514        },
  4515        "keyword": {
  4516          "$ref": "GoogleAdsSearchads360V0Common__KeywordInfo",
  4517          "description": "Immutable. Keyword."
  4518        },
  4519        "labels": {
  4520          "description": "Output only. The resource names of labels attached to this ad group criterion.",
  4521          "items": {
  4522            "type": "string"
  4523          },
  4524          "readOnly": true,
  4525          "type": "array"
  4526        },
  4527        "lastModifiedTime": {
  4528          "description": "Output only. The datetime when this ad group criterion was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  4529          "readOnly": true,
  4530          "type": "string"
  4531        },
  4532        "listingGroup": {
  4533          "$ref": "GoogleAdsSearchads360V0Common__ListingGroupInfo",
  4534          "description": "Immutable. Listing group."
  4535        },
  4536        "location": {
  4537          "$ref": "GoogleAdsSearchads360V0Common__LocationInfo",
  4538          "description": "Immutable. Location."
  4539        },
  4540        "negative": {
  4541          "description": "Immutable. Whether to target (`false`) or exclude (`true`) the criterion. This field is immutable. To switch a criterion from positive to negative, remove then re-add it.",
  4542          "type": "boolean"
  4543        },
  4544        "positionEstimates": {
  4545          "$ref": "GoogleAdsSearchads360V0Resources_AdGroupCriterion_PositionEstimates",
  4546          "description": "Output only. Estimates for criterion bids at various positions.",
  4547          "readOnly": true
  4548        },
  4549        "qualityInfo": {
  4550          "$ref": "GoogleAdsSearchads360V0Resources_AdGroupCriterion_QualityInfo",
  4551          "description": "Output only. Information regarding the quality of the criterion.",
  4552          "readOnly": true
  4553        },
  4554        "resourceName": {
  4555          "description": "Immutable. The resource name of the ad group criterion. Ad group criterion resource names have the form: `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`",
  4556          "type": "string"
  4557        },
  4558        "status": {
  4559          "description": "The status of the criterion. This is the status of the ad group criterion entity, set by the client. Note: UI reports may incorporate additional information that affects whether a criterion is eligible to run. In some cases a criterion that's REMOVED in the API can still show as enabled in the UI. For example, campaigns by default show to users of all age ranges unless excluded. The UI will show each age range as \"enabled\", since they're eligible to see the ads; but AdGroupCriterion.status will show \"removed\", since no positive criterion was added.",
  4560          "enum": [
  4561            "UNSPECIFIED",
  4562            "UNKNOWN",
  4563            "ENABLED",
  4564            "PAUSED",
  4565            "REMOVED"
  4566          ],
  4567          "enumDescriptions": [
  4568            "No value has been specified.",
  4569            "The received value is not known in this version. This is a response-only value.",
  4570            "The ad group criterion is enabled.",
  4571            "The ad group criterion is paused.",
  4572            "The ad group criterion is removed."
  4573          ],
  4574          "type": "string"
  4575        },
  4576        "trackingUrlTemplate": {
  4577          "description": "The URL template for constructing a tracking URL.",
  4578          "type": "string"
  4579        },
  4580        "type": {
  4581          "description": "Output only. The type of the criterion.",
  4582          "enum": [
  4583            "UNSPECIFIED",
  4584            "UNKNOWN",
  4585            "KEYWORD",
  4586            "PLACEMENT",
  4587            "MOBILE_APP_CATEGORY",
  4588            "MOBILE_APPLICATION",
  4589            "DEVICE",
  4590            "LOCATION",
  4591            "LISTING_GROUP",
  4592            "AD_SCHEDULE",
  4593            "AGE_RANGE",
  4594            "GENDER",
  4595            "INCOME_RANGE",
  4596            "PARENTAL_STATUS",
  4597            "YOUTUBE_VIDEO",
  4598            "YOUTUBE_CHANNEL",
  4599            "USER_LIST",
  4600            "PROXIMITY",
  4601            "TOPIC",
  4602            "LISTING_SCOPE",
  4603            "LANGUAGE",
  4604            "IP_BLOCK",
  4605            "CONTENT_LABEL",
  4606            "CARRIER",
  4607            "USER_INTEREST",
  4608            "WEBPAGE",
  4609            "OPERATING_SYSTEM_VERSION",
  4610            "APP_PAYMENT_MODEL",
  4611            "MOBILE_DEVICE",
  4612            "CUSTOM_AFFINITY",
  4613            "CUSTOM_INTENT",
  4614            "LOCATION_GROUP",
  4615            "CUSTOM_AUDIENCE",
  4616            "COMBINED_AUDIENCE",
  4617            "KEYWORD_THEME",
  4618            "AUDIENCE",
  4619            "LOCAL_SERVICE_ID",
  4620            "BRAND",
  4621            "BRAND_LIST",
  4622            "LIFE_EVENT"
  4623          ],
  4624          "enumDescriptions": [
  4625            "Not specified.",
  4626            "Used for return value only. Represents value unknown in this version.",
  4627            "Keyword, for example, 'mars cruise'.",
  4628            "Placement, also known as Website, for example, 'www.flowers4sale.com'",
  4629            "Mobile application categories to target.",
  4630            "Mobile applications to target.",
  4631            "Devices to target.",
  4632            "Locations to target.",
  4633            "Listing groups to target.",
  4634            "Ad Schedule.",
  4635            "Age range.",
  4636            "Gender.",
  4637            "Income Range.",
  4638            "Parental status.",
  4639            "YouTube Video.",
  4640            "YouTube Channel.",
  4641            "User list.",
  4642            "Proximity.",
  4643            "A topic target on the display network (for example, \"Pets \u0026 Animals\").",
  4644            "Listing scope to target.",
  4645            "Language.",
  4646            "IpBlock.",
  4647            "Content Label for category exclusion.",
  4648            "Carrier.",
  4649            "A category the user is interested in.",
  4650            "Webpage criterion for dynamic search ads.",
  4651            "Operating system version.",
  4652            "App payment model.",
  4653            "Mobile device.",
  4654            "Custom affinity.",
  4655            "Custom intent.",
  4656            "Location group.",
  4657            "Custom audience",
  4658            "Combined audience",
  4659            "Smart Campaign keyword theme",
  4660            "Audience",
  4661            "Local Services Ads Service ID.",
  4662            "Brand",
  4663            "Brand List",
  4664            "Life Event"
  4665          ],
  4666          "readOnly": true,
  4667          "type": "string"
  4668        },
  4669        "userList": {
  4670          "$ref": "GoogleAdsSearchads360V0Common__UserListInfo",
  4671          "description": "Immutable. User List."
  4672        },
  4673        "webpage": {
  4674          "$ref": "GoogleAdsSearchads360V0Common__WebpageInfo",
  4675          "description": "Immutable. Webpage"
  4676        }
  4677      },
  4678      "type": "object"
  4679    },
  4680    "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel": {
  4681      "description": "A relationship between an ad group criterion and a label.",
  4682      "id": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
  4683      "properties": {
  4684        "adGroupCriterion": {
  4685          "description": "Immutable. The ad group criterion to which the label is attached.",
  4686          "type": "string"
  4687        },
  4688        "label": {
  4689          "description": "Immutable. The label assigned to the ad group criterion.",
  4690          "type": "string"
  4691        },
  4692        "resourceName": {
  4693          "description": "Immutable. The resource name of the ad group criterion label. Ad group criterion label resource names have the form: `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`",
  4694          "type": "string"
  4695        }
  4696      },
  4697      "type": "object"
  4698    },
  4699    "GoogleAdsSearchads360V0Resources__AdGroupLabel": {
  4700      "description": "A relationship between an ad group and a label.",
  4701      "id": "GoogleAdsSearchads360V0Resources__AdGroupLabel",
  4702      "properties": {
  4703        "adGroup": {
  4704          "description": "Immutable. The ad group to which the label is attached.",
  4705          "type": "string"
  4706        },
  4707        "label": {
  4708          "description": "Immutable. The label assigned to the ad group.",
  4709          "type": "string"
  4710        },
  4711        "resourceName": {
  4712          "description": "Immutable. The resource name of the ad group label. Ad group label resource names have the form: `customers/{customer_id}/adGroupLabels/{ad_group_id}~{label_id}`",
  4713          "type": "string"
  4714        }
  4715      },
  4716      "type": "object"
  4717    },
  4718    "GoogleAdsSearchads360V0Resources__AgeRangeView": {
  4719      "description": "An age range view.",
  4720      "id": "GoogleAdsSearchads360V0Resources__AgeRangeView",
  4721      "properties": {
  4722        "resourceName": {
  4723          "description": "Output only. The resource name of the age range view. Age range view resource names have the form: `customers/{customer_id}/ageRangeViews/{ad_group_id}~{criterion_id}`",
  4724          "readOnly": true,
  4725          "type": "string"
  4726        }
  4727      },
  4728      "type": "object"
  4729    },
  4730    "GoogleAdsSearchads360V0Resources__Asset": {
  4731      "description": "Asset is a part of an ad which can be shared across multiple ads. It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and cannot be removed. To stop an asset from serving, remove the asset from the entity that is using it.",
  4732      "id": "GoogleAdsSearchads360V0Resources__Asset",
  4733      "properties": {
  4734        "callAsset": {
  4735          "$ref": "GoogleAdsSearchads360V0Common__UnifiedCallAsset",
  4736          "description": "Output only. A unified call asset.",
  4737          "readOnly": true
  4738        },
  4739        "callToActionAsset": {
  4740          "$ref": "GoogleAdsSearchads360V0Common__CallToActionAsset",
  4741          "description": "Immutable. A call to action asset."
  4742        },
  4743        "calloutAsset": {
  4744          "$ref": "GoogleAdsSearchads360V0Common__UnifiedCalloutAsset",
  4745          "description": "Output only. A unified callout asset.",
  4746          "readOnly": true
  4747        },
  4748        "creationTime": {
  4749          "description": "Output only. The timestamp when this asset was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  4750          "readOnly": true,
  4751          "type": "string"
  4752        },
  4753        "engineStatus": {
  4754          "description": "Output only. The Engine Status for an asset.",
  4755          "enum": [
  4756            "UNSPECIFIED",
  4757            "UNKNOWN",
  4758            "SERVING",
  4759            "SERVING_LIMITED",
  4760            "DISAPPROVED",
  4761            "DISABLED",
  4762            "REMOVED"
  4763          ],
  4764          "enumDescriptions": [
  4765            "Not specified.",
  4766            "Used for return value only. Represents value unknown in this version.",
  4767            "The asset is active.",
  4768            "The asset is active limited.",
  4769            "The asset is disapproved (not eligible).",
  4770            "The asset is inactive (pending).",
  4771            "The asset has been removed."
  4772          ],
  4773          "readOnly": true,
  4774          "type": "string"
  4775        },
  4776        "finalUrls": {
  4777          "description": "A list of possible final URLs after all cross domain redirects.",
  4778          "items": {
  4779            "type": "string"
  4780          },
  4781          "type": "array"
  4782        },
  4783        "id": {
  4784          "description": "Output only. The ID of the asset.",
  4785          "format": "int64",
  4786          "readOnly": true,
  4787          "type": "string"
  4788        },
  4789        "imageAsset": {
  4790          "$ref": "GoogleAdsSearchads360V0Common__ImageAsset",
  4791          "description": "Output only. An image asset.",
  4792          "readOnly": true
  4793        },
  4794        "lastModifiedTime": {
  4795          "description": "Output only. The datetime when this asset was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  4796          "readOnly": true,
  4797          "type": "string"
  4798        },
  4799        "locationAsset": {
  4800          "$ref": "GoogleAdsSearchads360V0Common__UnifiedLocationAsset",
  4801          "description": "Output only. A unified location asset.",
  4802          "readOnly": true
  4803        },
  4804        "mobileAppAsset": {
  4805          "$ref": "GoogleAdsSearchads360V0Common__MobileAppAsset",
  4806          "description": "A mobile app asset."
  4807        },
  4808        "name": {
  4809          "description": "Optional name of the asset.",
  4810          "type": "string"
  4811        },
  4812        "pageFeedAsset": {
  4813          "$ref": "GoogleAdsSearchads360V0Common__UnifiedPageFeedAsset",
  4814          "description": "Output only. A unified page feed asset.",
  4815          "readOnly": true
  4816        },
  4817        "resourceName": {
  4818          "description": "Immutable. The resource name of the asset. Asset resource names have the form: `customers/{customer_id}/assets/{asset_id}`",
  4819          "type": "string"
  4820        },
  4821        "sitelinkAsset": {
  4822          "$ref": "GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset",
  4823          "description": "Output only. A unified sitelink asset.",
  4824          "readOnly": true
  4825        },
  4826        "status": {
  4827          "description": "Output only. The status of the asset.",
  4828          "enum": [
  4829            "UNSPECIFIED",
  4830            "UNKNOWN",
  4831            "ENABLED",
  4832            "REMOVED",
  4833            "ARCHIVED",
  4834            "PENDING_SYSTEM_GENERATED"
  4835          ],
  4836          "enumDescriptions": [
  4837            "The status has not been specified.",
  4838            "The received value is not known in this version. This is a response-only value.",
  4839            "The asset is enabled.",
  4840            "The asset is removed.",
  4841            "The asset is archived.",
  4842            "The asset is system generated pending user review."
  4843          ],
  4844          "readOnly": true,
  4845          "type": "string"
  4846        },
  4847        "textAsset": {
  4848          "$ref": "GoogleAdsSearchads360V0Common__TextAsset",
  4849          "description": "Output only. A text asset.",
  4850          "readOnly": true
  4851        },
  4852        "trackingUrlTemplate": {
  4853          "description": "URL template for constructing a tracking URL.",
  4854          "type": "string"
  4855        },
  4856        "type": {
  4857          "description": "Output only. Type of the asset.",
  4858          "enum": [
  4859            "UNSPECIFIED",
  4860            "UNKNOWN",
  4861            "YOUTUBE_VIDEO",
  4862            "MEDIA_BUNDLE",
  4863            "IMAGE",
  4864            "TEXT",
  4865            "LEAD_FORM",
  4866            "BOOK_ON_GOOGLE",
  4867            "PROMOTION",
  4868            "CALLOUT",
  4869            "STRUCTURED_SNIPPET",
  4870            "SITELINK",
  4871            "PAGE_FEED",
  4872            "DYNAMIC_EDUCATION",
  4873            "MOBILE_APP",
  4874            "HOTEL_CALLOUT",
  4875            "CALL",
  4876            "PRICE",
  4877            "CALL_TO_ACTION",
  4878            "DYNAMIC_REAL_ESTATE",
  4879            "DYNAMIC_CUSTOM",
  4880            "DYNAMIC_HOTELS_AND_RENTALS",
  4881            "DYNAMIC_FLIGHTS",
  4882            "DISCOVERY_CAROUSEL_CARD",
  4883            "DYNAMIC_TRAVEL",
  4884            "DYNAMIC_LOCAL",
  4885            "DYNAMIC_JOBS",
  4886            "LOCATION",
  4887            "HOTEL_PROPERTY"
  4888          ],
  4889          "enumDescriptions": [
  4890            "Not specified.",
  4891            "Used for return value only. Represents value unknown in this version.",
  4892            "YouTube video asset.",
  4893            "Media bundle asset.",
  4894            "Image asset.",
  4895            "Text asset.",
  4896            "Lead form asset.",
  4897            "Book on Google asset.",
  4898            "Promotion asset.",
  4899            "Callout asset.",
  4900            "Structured Snippet asset.",
  4901            "Sitelink asset.",
  4902            "Page Feed asset.",
  4903            "Dynamic Education asset.",
  4904            "Mobile app asset.",
  4905            "Hotel callout asset.",
  4906            "Call asset.",
  4907            "Price asset.",
  4908            "Call to action asset.",
  4909            "Dynamic real estate asset.",
  4910            "Dynamic custom asset.",
  4911            "Dynamic hotels and rentals asset.",
  4912            "Dynamic flights asset.",
  4913            "Discovery Carousel Card asset.",
  4914            "Dynamic travel asset.",
  4915            "Dynamic local asset.",
  4916            "Dynamic jobs asset.",
  4917            "Location asset.",
  4918            "Hotel property asset."
  4919          ],
  4920          "readOnly": true,
  4921          "type": "string"
  4922        },
  4923        "youtubeVideoAsset": {
  4924          "$ref": "GoogleAdsSearchads360V0Common__YoutubeVideoAsset",
  4925          "description": "Immutable. A YouTube video asset."
  4926        }
  4927      },
  4928      "type": "object"
  4929    },
  4930    "GoogleAdsSearchads360V0Resources__AssetGroup": {
  4931      "description": "An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.",
  4932      "id": "GoogleAdsSearchads360V0Resources__AssetGroup",
  4933      "properties": {
  4934        "adStrength": {
  4935          "description": "Output only. Overall ad strength of this asset group.",
  4936          "enum": [
  4937            "UNSPECIFIED",
  4938            "UNKNOWN",
  4939            "PENDING",
  4940            "NO_ADS",
  4941            "POOR",
  4942            "AVERAGE",
  4943            "GOOD",
  4944            "EXCELLENT"
  4945          ],
  4946          "enumDescriptions": [
  4947            "Not specified.",
  4948            "Used for return value only. Represents value unknown in this version.",
  4949            "The ad strength is currently pending.",
  4950            "No ads could be generated.",
  4951            "Poor strength.",
  4952            "Average strength.",
  4953            "Good strength.",
  4954            "Excellent strength."
  4955          ],
  4956          "readOnly": true,
  4957          "type": "string"
  4958        },
  4959        "campaign": {
  4960          "description": "Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group.",
  4961          "type": "string"
  4962        },
  4963        "finalMobileUrls": {
  4964          "description": "A list of final mobile URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.",
  4965          "items": {
  4966            "type": "string"
  4967          },
  4968          "type": "array"
  4969        },
  4970        "finalUrls": {
  4971          "description": "A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out.",
  4972          "items": {
  4973            "type": "string"
  4974          },
  4975          "type": "array"
  4976        },
  4977        "id": {
  4978          "description": "Output only. The ID of the asset group.",
  4979          "format": "int64",
  4980          "readOnly": true,
  4981          "type": "string"
  4982        },
  4983        "name": {
  4984          "description": "Required. Name of the asset group. Required. It must have a minimum length of 1 and maximum length of 128. It must be unique under a campaign.",
  4985          "type": "string"
  4986        },
  4987        "path1": {
  4988          "description": "First part of text that may appear appended to the url displayed in the ad.",
  4989          "type": "string"
  4990        },
  4991        "path2": {
  4992          "description": "Second part of text that may appear appended to the url displayed in the ad. This field can only be set when path1 is set.",
  4993          "type": "string"
  4994        },
  4995        "resourceName": {
  4996          "description": "Immutable. The resource name of the asset group. Asset group resource names have the form: `customers/{customer_id}/assetGroups/{asset_group_id}`",
  4997          "type": "string"
  4998        },
  4999        "status": {
  5000          "description": "The status of the asset group.",
  5001          "enum": [
  5002            "UNSPECIFIED",
  5003            "UNKNOWN",
  5004            "ENABLED",
  5005            "PAUSED",
  5006            "REMOVED"
  5007          ],
  5008          "enumDescriptions": [
  5009            "The status has not been specified.",
  5010            "The received value is not known in this version.",
  5011            "The asset group is enabled.",
  5012            "The asset group is paused.",
  5013            "The asset group is removed."
  5014          ],
  5015          "type": "string"
  5016        }
  5017      },
  5018      "type": "object"
  5019    },
  5020    "GoogleAdsSearchads360V0Resources__AssetGroupAsset": {
  5021      "description": "AssetGroupAsset is the link between an asset and an asset group. Adding an AssetGroupAsset links an asset with an asset group.",
  5022      "id": "GoogleAdsSearchads360V0Resources__AssetGroupAsset",
  5023      "properties": {
  5024        "asset": {
  5025          "description": "Immutable. The asset which this asset group asset is linking.",
  5026          "type": "string"
  5027        },
  5028        "assetGroup": {
  5029          "description": "Immutable. The asset group which this asset group asset is linking.",
  5030          "type": "string"
  5031        },
  5032        "fieldType": {
  5033          "description": "The description of the placement of the asset within the asset group. For example: HEADLINE, YOUTUBE_VIDEO etc",
  5034          "enum": [
  5035            "UNSPECIFIED",
  5036            "UNKNOWN",
  5037            "HEADLINE",
  5038            "DESCRIPTION",
  5039            "MANDATORY_AD_TEXT",
  5040            "MARKETING_IMAGE",
  5041            "MEDIA_BUNDLE",
  5042            "YOUTUBE_VIDEO",
  5043            "BOOK_ON_GOOGLE",
  5044            "LEAD_FORM",
  5045            "PROMOTION",
  5046            "CALLOUT",
  5047            "STRUCTURED_SNIPPET",
  5048            "SITELINK",
  5049            "MOBILE_APP",
  5050            "HOTEL_CALLOUT",
  5051            "CALL",
  5052            "PRICE",
  5053            "LONG_HEADLINE",
  5054            "BUSINESS_NAME",
  5055            "SQUARE_MARKETING_IMAGE",
  5056            "PORTRAIT_MARKETING_IMAGE",
  5057            "LOGO",
  5058            "LANDSCAPE_LOGO",
  5059            "VIDEO",
  5060            "CALL_TO_ACTION_SELECTION",
  5061            "AD_IMAGE",
  5062            "BUSINESS_LOGO",
  5063            "HOTEL_PROPERTY",
  5064            "DISCOVERY_CAROUSEL_CARD"
  5065          ],
  5066          "enumDescriptions": [
  5067            "Not specified.",
  5068            "Used for return value only. Represents value unknown in this version.",
  5069            "The asset is linked for use as a headline.",
  5070            "The asset is linked for use as a description.",
  5071            "The asset is linked for use as mandatory ad text.",
  5072            "The asset is linked for use as a marketing image.",
  5073            "The asset is linked for use as a media bundle.",
  5074            "The asset is linked for use as a YouTube video.",
  5075            "The asset is linked to indicate that a hotels campaign is \"Book on Google\" enabled.",
  5076            "The asset is linked for use as a Lead Form extension.",
  5077            "The asset is linked for use as a Promotion extension.",
  5078            "The asset is linked for use as a Callout extension.",
  5079            "The asset is linked for use as a Structured Snippet extension.",
  5080            "The asset is linked for use as a Sitelink.",
  5081            "The asset is linked for use as a Mobile App extension.",
  5082            "The asset is linked for use as a Hotel Callout extension.",
  5083            "The asset is linked for use as a Call extension.",
  5084            "The asset is linked for use as a Price extension.",
  5085            "The asset is linked for use as a long headline.",
  5086            "The asset is linked for use as a business name.",
  5087            "The asset is linked for use as a square marketing image.",
  5088            "The asset is linked for use as a portrait marketing image.",
  5089            "The asset is linked for use as a logo.",
  5090            "The asset is linked for use as a landscape logo.",
  5091            "The asset is linked for use as a non YouTube logo.",
  5092            "The asset is linked for use to select a call-to-action.",
  5093            "The asset is linked for use to select an ad image.",
  5094            "The asset is linked for use as a business logo.",
  5095            "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.",
  5096            "The asset is linked for use as a discovery carousel card."
  5097          ],
  5098          "type": "string"
  5099        },
  5100        "resourceName": {
  5101          "description": "Immutable. The resource name of the asset group asset. Asset group asset resource name have the form: `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`",
  5102          "type": "string"
  5103        },
  5104        "status": {
  5105          "description": "The status of the link between an asset and asset group.",
  5106          "enum": [
  5107            "UNSPECIFIED",
  5108            "UNKNOWN",
  5109            "ENABLED",
  5110            "REMOVED",
  5111            "PAUSED"
  5112          ],
  5113          "enumDescriptions": [
  5114            "Not specified.",
  5115            "Used for return value only. Represents value unknown in this version.",
  5116            "Asset link is enabled.",
  5117            "Asset link has been removed.",
  5118            "Asset link is paused."
  5119          ],
  5120          "type": "string"
  5121        }
  5122      },
  5123      "type": "object"
  5124    },
  5125    "GoogleAdsSearchads360V0Resources__AssetGroupAssetCombinationData": {
  5126      "description": "Asset group asset combination data",
  5127      "id": "GoogleAdsSearchads360V0Resources__AssetGroupAssetCombinationData",
  5128      "properties": {
  5129        "assetCombinationServedAssets": {
  5130          "description": "Output only. Served assets.",
  5131          "items": {
  5132            "$ref": "GoogleAdsSearchads360V0Common__AssetUsage"
  5133          },
  5134          "readOnly": true,
  5135          "type": "array"
  5136        }
  5137      },
  5138      "type": "object"
  5139    },
  5140    "GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter": {
  5141      "description": "AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.",
  5142      "id": "GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter",
  5143      "properties": {
  5144        "assetGroup": {
  5145          "description": "Immutable. The asset group which this asset group listing group filter is part of.",
  5146          "type": "string"
  5147        },
  5148        "caseValue": {
  5149          "$ref": "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension",
  5150          "description": "Dimension value with which this listing group is refining its parent. Undefined for the root group."
  5151        },
  5152        "id": {
  5153          "description": "Output only. The ID of the ListingGroupFilter.",
  5154          "format": "int64",
  5155          "readOnly": true,
  5156          "type": "string"
  5157        },
  5158        "parentListingGroupFilter": {
  5159          "description": "Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.",
  5160          "type": "string"
  5161        },
  5162        "path": {
  5163          "$ref": "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimensionPath",
  5164          "description": "Output only. The path of dimensions defining this listing group filter.",
  5165          "readOnly": true
  5166        },
  5167        "resourceName": {
  5168          "description": "Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`",
  5169          "type": "string"
  5170        },
  5171        "type": {
  5172          "description": "Immutable. Type of a listing group filter node.",
  5173          "enum": [
  5174            "UNSPECIFIED",
  5175            "UNKNOWN",
  5176            "SUBDIVISION",
  5177            "UNIT_INCLUDED",
  5178            "UNIT_EXCLUDED"
  5179          ],
  5180          "enumDescriptions": [
  5181            "Not specified.",
  5182            "Used for return value only. Represents value unknown in this version.",
  5183            "Subdivision of products along some listing dimensions.",
  5184            "An included listing group filter leaf node.",
  5185            "An excluded listing group filter leaf node."
  5186          ],
  5187          "type": "string"
  5188        },
  5189        "vertical": {
  5190          "description": "Immutable. The vertical the current node tree represents. All nodes in the same tree must belong to the same vertical.",
  5191          "enum": [
  5192            "UNSPECIFIED",
  5193            "UNKNOWN",
  5194            "SHOPPING"
  5195          ],
  5196          "enumDescriptions": [
  5197            "Not specified.",
  5198            "Used for return value only. Represents value unknown in this version.",
  5199            "Represents the shopping vertical. The vertical is allowed only in Performance Max for Retail campaigns."
  5200          ],
  5201          "type": "string"
  5202        }
  5203      },
  5204      "type": "object"
  5205    },
  5206    "GoogleAdsSearchads360V0Resources__AssetGroupSignal": {
  5207      "description": "AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.",
  5208      "id": "GoogleAdsSearchads360V0Resources__AssetGroupSignal",
  5209      "properties": {
  5210        "assetGroup": {
  5211          "description": "Immutable. The asset group which this asset group signal belongs to.",
  5212          "type": "string"
  5213        },
  5214        "audience": {
  5215          "$ref": "GoogleAdsSearchads360V0Common__AudienceInfo",
  5216          "description": "Immutable. The audience signal to be used by the performance max campaign."
  5217        },
  5218        "resourceName": {
  5219          "description": "Immutable. The resource name of the asset group signal. Asset group signal resource name have the form: `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}`",
  5220          "type": "string"
  5221        }
  5222      },
  5223      "type": "object"
  5224    },
  5225    "GoogleAdsSearchads360V0Resources__AssetGroupTopCombinationView": {
  5226      "description": "A view on the usage of ad group ad asset combination.",
  5227      "id": "GoogleAdsSearchads360V0Resources__AssetGroupTopCombinationView",
  5228      "properties": {
  5229        "assetGroupTopCombinations": {
  5230          "description": "Output only. The top combinations of assets that served together.",
  5231          "items": {
  5232            "$ref": "GoogleAdsSearchads360V0Resources__AssetGroupAssetCombinationData"
  5233          },
  5234          "readOnly": true,
  5235          "type": "array"
  5236        },
  5237        "resourceName": {
  5238          "description": "Output only. The resource name of the asset group top combination view. AssetGroup Top Combination view resource names have the form: `\"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}\"",
  5239          "readOnly": true,
  5240          "type": "string"
  5241        }
  5242      },
  5243      "type": "object"
  5244    },
  5245    "GoogleAdsSearchads360V0Resources__AssetSet": {
  5246      "description": "An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.",
  5247      "id": "GoogleAdsSearchads360V0Resources__AssetSet",
  5248      "properties": {
  5249        "id": {
  5250          "description": "Output only. The ID of the asset set.",
  5251          "format": "int64",
  5252          "readOnly": true,
  5253          "type": "string"
  5254        },
  5255        "resourceName": {
  5256          "description": "Immutable. The resource name of the asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_id}`",
  5257          "type": "string"
  5258        }
  5259      },
  5260      "type": "object"
  5261    },
  5262    "GoogleAdsSearchads360V0Resources__AssetSetAsset": {
  5263      "description": "AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.",
  5264      "id": "GoogleAdsSearchads360V0Resources__AssetSetAsset",
  5265      "properties": {
  5266        "asset": {
  5267          "description": "Immutable. The asset which this asset set asset is linking to.",
  5268          "type": "string"
  5269        },
  5270        "assetSet": {
  5271          "description": "Immutable. The asset set which this asset set asset is linking to.",
  5272          "type": "string"
  5273        },
  5274        "resourceName": {
  5275          "description": "Immutable. The resource name of the asset set asset. Asset set asset resource names have the form: `customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}`",
  5276          "type": "string"
  5277        },
  5278        "status": {
  5279          "description": "Output only. The status of the asset set asset. Read-only.",
  5280          "enum": [
  5281            "UNSPECIFIED",
  5282            "UNKNOWN",
  5283            "ENABLED",
  5284            "REMOVED"
  5285          ],
  5286          "enumDescriptions": [
  5287            "The status has not been specified.",
  5288            "The received value is not known in this version. This is a response-only value.",
  5289            "The asset set asset is enabled.",
  5290            "The asset set asset is removed."
  5291          ],
  5292          "readOnly": true,
  5293          "type": "string"
  5294        }
  5295      },
  5296      "type": "object"
  5297    },
  5298    "GoogleAdsSearchads360V0Resources__Audience": {
  5299      "description": "Audience is an effective targeting option that lets you intersect different segment attributes, such as detailed demographics and affinities, to create audiences that represent sections of your target segments.",
  5300      "id": "GoogleAdsSearchads360V0Resources__Audience",
  5301      "properties": {
  5302        "description": {
  5303          "description": "Description of this audience.",
  5304          "type": "string"
  5305        },
  5306        "id": {
  5307          "description": "Output only. ID of the audience.",
  5308          "format": "int64",
  5309          "readOnly": true,
  5310          "type": "string"
  5311        },
  5312        "name": {
  5313          "description": "Required. Name of the audience. It should be unique across all audiences. It must have a minimum length of 1 and maximum length of 255.",
  5314          "type": "string"
  5315        },
  5316        "resourceName": {
  5317          "description": "Immutable. The resource name of the audience. Audience names have the form: `customers/{customer_id}/audiences/{audience_id}`",
  5318          "type": "string"
  5319        }
  5320      },
  5321      "type": "object"
  5322    },
  5323    "GoogleAdsSearchads360V0Resources__BiddingStrategy": {
  5324      "description": "A bidding strategy.",
  5325      "id": "GoogleAdsSearchads360V0Resources__BiddingStrategy",
  5326      "properties": {
  5327        "campaignCount": {
  5328          "description": "Output only. The number of campaigns attached to this bidding strategy. This field is read-only.",
  5329          "format": "int64",
  5330          "readOnly": true,
  5331          "type": "string"
  5332        },
  5333        "currencyCode": {
  5334          "description": "Immutable. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this currency can be set on creation and defaults to the manager customer's currency. For serving customers, this field cannot be set; all strategies in a serving customer implicitly use the serving customer's currency. In all cases the effective_currency_code field returns the currency used by the strategy.",
  5335          "type": "string"
  5336        },
  5337        "effectiveCurrencyCode": {
  5338          "description": "Output only. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this is the currency set by the advertiser when creating the strategy. For serving customers, this is the customer's currency_code. Bidding strategy metrics are reported in this currency. This field is read-only.",
  5339          "readOnly": true,
  5340          "type": "string"
  5341        },
  5342        "enhancedCpc": {
  5343          "$ref": "GoogleAdsSearchads360V0Common__EnhancedCpc",
  5344          "description": "A bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely."
  5345        },
  5346        "id": {
  5347          "description": "Output only. The ID of the bidding strategy.",
  5348          "format": "int64",
  5349          "readOnly": true,
  5350          "type": "string"
  5351        },
  5352        "maximizeConversionValue": {
  5353          "$ref": "GoogleAdsSearchads360V0Common__MaximizeConversionValue",
  5354          "description": "An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget."
  5355        },
  5356        "maximizeConversions": {
  5357          "$ref": "GoogleAdsSearchads360V0Common__MaximizeConversions",
  5358          "description": "An automated bidding strategy to help get the most conversions for your campaigns while spending your budget."
  5359        },
  5360        "name": {
  5361          "description": "The name of the bidding strategy. All bidding strategies within an account must be named distinctly. The length of this string should be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed).",
  5362          "type": "string"
  5363        },
  5364        "nonRemovedCampaignCount": {
  5365          "description": "Output only. The number of non-removed campaigns attached to this bidding strategy. This field is read-only.",
  5366          "format": "int64",
  5367          "readOnly": true,
  5368          "type": "string"
  5369        },
  5370        "resourceName": {
  5371          "description": "Immutable. The resource name of the bidding strategy. Bidding strategy resource names have the form: `customers/{customer_id}/biddingStrategies/{bidding_strategy_id}`",
  5372          "type": "string"
  5373        },
  5374        "status": {
  5375          "description": "Output only. The status of the bidding strategy. This field is read-only.",
  5376          "enum": [
  5377            "UNSPECIFIED",
  5378            "UNKNOWN",
  5379            "ENABLED",
  5380            "REMOVED"
  5381          ],
  5382          "enumDescriptions": [
  5383            "No value has been specified.",
  5384            "The received value is not known in this version. This is a response-only value.",
  5385            "The bidding strategy is enabled.",
  5386            "The bidding strategy is removed."
  5387          ],
  5388          "readOnly": true,
  5389          "type": "string"
  5390        },
  5391        "targetCpa": {
  5392          "$ref": "GoogleAdsSearchads360V0Common__TargetCpa",
  5393          "description": "A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set."
  5394        },
  5395        "targetImpressionShare": {
  5396          "$ref": "GoogleAdsSearchads360V0Common__TargetImpressionShare",
  5397          "description": "A bidding strategy that automatically optimizes towards a chosen percentage of impressions."
  5398        },
  5399        "targetOutrankShare": {
  5400          "$ref": "GoogleAdsSearchads360V0Common__TargetOutrankShare",
  5401          "description": "A bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This field is deprecated. Creating a new bidding strategy with this field or attaching bidding strategies with this field to a campaign will fail. Mutates to strategies that already have this scheme populated are allowed."
  5402        },
  5403        "targetRoas": {
  5404          "$ref": "GoogleAdsSearchads360V0Common__TargetRoas",
  5405          "description": "A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS)."
  5406        },
  5407        "targetSpend": {
  5408          "$ref": "GoogleAdsSearchads360V0Common__TargetSpend",
  5409          "description": "A bid strategy that sets your bids to help get as many clicks as possible within your budget."
  5410        },
  5411        "type": {
  5412          "description": "Output only. The type of the bidding strategy. Create a bidding strategy by setting the bidding scheme. This field is read-only.",
  5413          "enum": [
  5414            "UNSPECIFIED",
  5415            "UNKNOWN",
  5416            "COMMISSION",
  5417            "ENHANCED_CPC",
  5418            "INVALID",
  5419            "MANUAL_CPA",
  5420            "MANUAL_CPC",
  5421            "MANUAL_CPM",
  5422            "MANUAL_CPV",
  5423            "MAXIMIZE_CONVERSIONS",
  5424            "MAXIMIZE_CONVERSION_VALUE",
  5425            "PAGE_ONE_PROMOTED",
  5426            "PERCENT_CPC",
  5427            "TARGET_CPA",
  5428            "TARGET_CPM",
  5429            "TARGET_IMPRESSION_SHARE",
  5430            "TARGET_OUTRANK_SHARE",
  5431            "TARGET_ROAS",
  5432            "TARGET_SPEND"
  5433          ],
  5434          "enumDescriptions": [
  5435            "Not specified.",
  5436            "Used for return value only. Represents value unknown in this version.",
  5437            "Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.",
  5438            "Enhanced CPC is a bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.",
  5439            "Used for return value only. Indicates that a campaign does not have a bidding strategy. This prevents the campaign from serving. For example, a campaign may be attached to a manager bidding strategy and the serving account is subsequently unlinked from the manager account. In this case the campaign will automatically be detached from the now inaccessible manager bidding strategy and transition to the INVALID bidding strategy type.",
  5440            "Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.",
  5441            "Manual click based bidding where user pays per click.",
  5442            "Manual impression based bidding where user pays per thousand impressions.",
  5443            "A bidding strategy that pays a configurable amount per video view.",
  5444            "A bidding strategy that automatically maximizes number of conversions given a daily budget.",
  5445            "An automated bidding strategy that automatically sets bids to maximize revenue while spending your budget.",
  5446            "Page-One Promoted bidding scheme, which sets max cpc bids to target impressions on page one or page one promoted slots on google.com. This enum value is deprecated.",
  5447            "Percent Cpc is bidding strategy where bids are a fraction of the advertised price for some good or service.",
  5448            "Target CPA is an automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  5449            "Target CPM is an automated bid strategy that sets bids to help get as many impressions as possible at the target cost per one thousand impressions (CPM) you set.",
  5450            "An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).",
  5451            "Target Outrank Share is an automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This enum value is deprecated.",
  5452            "Target ROAS is an automated bidding strategy that helps you maximize revenue while averaging a specific target Return On Average Spend (ROAS).",
  5453            "Target Spend is an automated bid strategy that sets your bids to help get as many clicks as possible within your budget."
  5454          ],
  5455          "readOnly": true,
  5456          "type": "string"
  5457        }
  5458      },
  5459      "type": "object"
  5460    },
  5461    "GoogleAdsSearchads360V0Resources__Campaign": {
  5462      "description": "A campaign.",
  5463      "id": "GoogleAdsSearchads360V0Resources__Campaign",
  5464      "properties": {
  5465        "accessibleBiddingStrategy": {
  5466          "description": "Output only. Resource name of AccessibleBiddingStrategy, a read-only view of the unrestricted attributes of the attached portfolio bidding strategy identified by 'bidding_strategy'. Empty, if the campaign does not use a portfolio strategy. Unrestricted strategy attributes are available to all customers with whom the strategy is shared and are read from the AccessibleBiddingStrategy resource. In contrast, restricted attributes are only available to the owner customer of the strategy and their managers. Restricted attributes can only be read from the BiddingStrategy resource.",
  5467          "readOnly": true,
  5468          "type": "string"
  5469        },
  5470        "adServingOptimizationStatus": {
  5471          "description": "The ad serving optimization status of the campaign.",
  5472          "enum": [
  5473            "UNSPECIFIED",
  5474            "UNKNOWN",
  5475            "OPTIMIZE",
  5476            "CONVERSION_OPTIMIZE",
  5477            "ROTATE",
  5478            "ROTATE_INDEFINITELY",
  5479            "UNAVAILABLE"
  5480          ],
  5481          "enumDescriptions": [
  5482            "No value has been specified.",
  5483            "The received value is not known in this version. This is a response-only value.",
  5484            "Ad serving is optimized based on CTR for the campaign.",
  5485            "Ad serving is optimized based on CTR * Conversion for the campaign. If the campaign is not in the conversion optimizer bidding strategy, it will default to OPTIMIZED.",
  5486            "Ads are rotated evenly for 90 days, then optimized for clicks.",
  5487            "Show lower performing ads more evenly with higher performing ads, and do not optimize.",
  5488            "Ad serving optimization status is not available."
  5489          ],
  5490          "type": "string"
  5491        },
  5492        "advertisingChannelSubType": {
  5493          "description": "Immutable. Optional refinement to `advertising_channel_type`. Must be a valid sub-type of the parent channel type. Can be set only when creating campaigns. After campaign is created, the field can not be changed.",
  5494          "enum": [
  5495            "UNSPECIFIED",
  5496            "UNKNOWN",
  5497            "SEARCH_MOBILE_APP",
  5498            "DISPLAY_MOBILE_APP",
  5499            "SEARCH_EXPRESS",
  5500            "DISPLAY_EXPRESS",
  5501            "SHOPPING_SMART_ADS",
  5502            "DISPLAY_GMAIL_AD",
  5503            "DISPLAY_SMART_CAMPAIGN",
  5504            "VIDEO_OUTSTREAM",
  5505            "VIDEO_ACTION",
  5506            "VIDEO_NON_SKIPPABLE",
  5507            "APP_CAMPAIGN",
  5508            "APP_CAMPAIGN_FOR_ENGAGEMENT",
  5509            "LOCAL_CAMPAIGN",
  5510            "SHOPPING_COMPARISON_LISTING_ADS",
  5511            "SMART_CAMPAIGN",
  5512            "VIDEO_SEQUENCE",
  5513            "APP_CAMPAIGN_FOR_PRE_REGISTRATION",
  5514            "VIDEO_REACH_TARGET_FREQUENCY",
  5515            "TRAVEL_ACTIVITIES"
  5516          ],
  5517          "enumDescriptions": [
  5518            "Not specified.",
  5519            "Used as a return value only. Represents value unknown in this version.",
  5520            "Mobile app campaigns for Search.",
  5521            "Mobile app campaigns for Display.",
  5522            "AdWords express campaigns for search.",
  5523            "AdWords Express campaigns for display.",
  5524            "Smart Shopping campaigns.",
  5525            "Gmail Ad campaigns.",
  5526            "Smart display campaigns. New campaigns of this sub type cannot be created.",
  5527            "Video Outstream campaigns.",
  5528            "Video TrueView for Action campaigns.",
  5529            "Video campaigns with non-skippable video ads.",
  5530            "App Campaign that lets you easily promote your Android or iOS app across Google's top properties including Search, Play, YouTube, and the Google Display Network.",
  5531            "App Campaign for engagement, focused on driving re-engagement with the app across several of Google's top properties including Search, YouTube, and the Google Display Network.",
  5532            "Campaigns specialized for local advertising.",
  5533            "Shopping Comparison Listing campaigns.",
  5534            "Standard Smart campaigns.",
  5535            "Video campaigns with sequence video ads.",
  5536            "App Campaign for pre registration, specialized for advertising mobile app pre-registration, that targets multiple advertising channels across Google Play, YouTube and Display Network.",
  5537            "Video reach campaign with Target Frequency bidding strategy.",
  5538            "Travel Activities campaigns."
  5539          ],
  5540          "type": "string"
  5541        },
  5542        "advertisingChannelType": {
  5543          "description": "Immutable. The primary serving target for ads within the campaign. The targeting options can be refined in `network_settings`. This field is required and should not be empty when creating new campaigns. Can be set only when creating campaigns. After the campaign is created, the field can not be changed.",
  5544          "enum": [
  5545            "UNSPECIFIED",
  5546            "UNKNOWN",
  5547            "SEARCH",
  5548            "DISPLAY",
  5549            "SHOPPING",
  5550            "HOTEL",
  5551            "VIDEO",
  5552            "MULTI_CHANNEL",
  5553            "LOCAL",
  5554            "SMART",
  5555            "PERFORMANCE_MAX",
  5556            "LOCAL_SERVICES",
  5557            "DISCOVERY",
  5558            "TRAVEL"
  5559          ],
  5560          "enumDescriptions": [
  5561            "Not specified.",
  5562            "Used for return value only. Represents value unknown in this version.",
  5563            "Search Network. Includes display bundled, and Search+ campaigns.",
  5564            "Google Display Network only.",
  5565            "Shopping campaigns serve on the shopping property and on google.com search results.",
  5566            "Hotel Ads campaigns.",
  5567            "Video campaigns.",
  5568            "App Campaigns, and App Campaigns for Engagement, that run across multiple channels.",
  5569            "Local ads campaigns.",
  5570            "Smart campaigns.",
  5571            "Performance Max campaigns.",
  5572            "Local services campaigns.",
  5573            "Discovery campaigns.",
  5574            "Travel campaigns."
  5575          ],
  5576          "type": "string"
  5577        },
  5578        "biddingStrategy": {
  5579          "description": "Portfolio bidding strategy used by campaign.",
  5580          "type": "string"
  5581        },
  5582        "biddingStrategySystemStatus": {
  5583          "description": "Output only. The system status of the campaign's bidding strategy.",
  5584          "enum": [
  5585            "UNSPECIFIED",
  5586            "UNKNOWN",
  5587            "ENABLED",
  5588            "LEARNING_NEW",
  5589            "LEARNING_SETTING_CHANGE",
  5590            "LEARNING_BUDGET_CHANGE",
  5591            "LEARNING_COMPOSITION_CHANGE",
  5592            "LEARNING_CONVERSION_TYPE_CHANGE",
  5593            "LEARNING_CONVERSION_SETTING_CHANGE",
  5594            "LIMITED_BY_CPC_BID_CEILING",
  5595            "LIMITED_BY_CPC_BID_FLOOR",
  5596            "LIMITED_BY_DATA",
  5597            "LIMITED_BY_BUDGET",
  5598            "LIMITED_BY_LOW_PRIORITY_SPEND",
  5599            "LIMITED_BY_LOW_QUALITY",
  5600            "LIMITED_BY_INVENTORY",
  5601            "MISCONFIGURED_ZERO_ELIGIBILITY",
  5602            "MISCONFIGURED_CONVERSION_TYPES",
  5603            "MISCONFIGURED_CONVERSION_SETTINGS",
  5604            "MISCONFIGURED_SHARED_BUDGET",
  5605            "MISCONFIGURED_STRATEGY_TYPE",
  5606            "PAUSED",
  5607            "UNAVAILABLE",
  5608            "MULTIPLE_LEARNING",
  5609            "MULTIPLE_LIMITED",
  5610            "MULTIPLE_MISCONFIGURED",
  5611            "MULTIPLE"
  5612          ],
  5613          "enumDescriptions": [
  5614            "Signals that an unexpected error occurred, for example, no bidding strategy type was found, or no status information was found.",
  5615            "Used for return value only. Represents value unknown in this version.",
  5616            "The bid strategy is active, and AdWords cannot find any specific issues with the strategy.",
  5617            "The bid strategy is learning because it has been recently created or recently reactivated.",
  5618            "The bid strategy is learning because of a recent setting change.",
  5619            "The bid strategy is learning because of a recent budget change.",
  5620            "The bid strategy is learning because of recent change in number of campaigns, ad groups or keywords attached to it.",
  5621            "The bid strategy depends on conversion reporting and the customer recently modified conversion types that were relevant to the bid strategy.",
  5622            "The bid strategy depends on conversion reporting and the customer recently changed their conversion settings.",
  5623            "The bid strategy is limited by its bid ceiling.",
  5624            "The bid strategy is limited by its bid floor.",
  5625            "The bid strategy is limited because there was not enough conversion traffic over the past weeks.",
  5626            "A significant fraction of keywords in this bid strategy are limited by budget.",
  5627            "The bid strategy cannot reach its target spend because its spend has been de-prioritized.",
  5628            "A significant fraction of keywords in this bid strategy have a low Quality Score.",
  5629            "The bid strategy cannot fully spend its budget because of narrow targeting.",
  5630            "Missing conversion tracking (no pings present) and/or remarketing lists for SSC.",
  5631            "The bid strategy depends on conversion reporting and the customer is lacking conversion types that might be reported against this strategy.",
  5632            "The bid strategy depends on conversion reporting and the customer's conversion settings are misconfigured.",
  5633            "There are campaigns outside the bid strategy that share budgets with campaigns included in the strategy.",
  5634            "The campaign has an invalid strategy type and is not serving.",
  5635            "The bid strategy is not active. Either there are no active campaigns, ad groups or keywords attached to the bid strategy. Or there are no active budgets connected to the bid strategy.",
  5636            "This bid strategy currently does not support status reporting.",
  5637            "There were multiple LEARNING_* system statuses for this bid strategy during the time in question.",
  5638            "There were multiple LIMITED_* system statuses for this bid strategy during the time in question.",
  5639            "There were multiple MISCONFIGURED_* system statuses for this bid strategy during the time in question.",
  5640            "There were multiple system statuses for this bid strategy during the time in question."
  5641          ],
  5642          "readOnly": true,
  5643          "type": "string"
  5644        },
  5645        "biddingStrategyType": {
  5646          "description": "Output only. The type of bidding strategy. A bidding strategy can be created by setting either the bidding scheme to create a standard bidding strategy or the `bidding_strategy` field to create a portfolio bidding strategy. This field is read-only.",
  5647          "enum": [
  5648            "UNSPECIFIED",
  5649            "UNKNOWN",
  5650            "COMMISSION",
  5651            "ENHANCED_CPC",
  5652            "INVALID",
  5653            "MANUAL_CPA",
  5654            "MANUAL_CPC",
  5655            "MANUAL_CPM",
  5656            "MANUAL_CPV",
  5657            "MAXIMIZE_CONVERSIONS",
  5658            "MAXIMIZE_CONVERSION_VALUE",
  5659            "PAGE_ONE_PROMOTED",
  5660            "PERCENT_CPC",
  5661            "TARGET_CPA",
  5662            "TARGET_CPM",
  5663            "TARGET_IMPRESSION_SHARE",
  5664            "TARGET_OUTRANK_SHARE",
  5665            "TARGET_ROAS",
  5666            "TARGET_SPEND"
  5667          ],
  5668          "enumDescriptions": [
  5669            "Not specified.",
  5670            "Used for return value only. Represents value unknown in this version.",
  5671            "Commission is an automatic bidding strategy in which the advertiser pays a certain portion of the conversion value.",
  5672            "Enhanced CPC is a bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.",
  5673            "Used for return value only. Indicates that a campaign does not have a bidding strategy. This prevents the campaign from serving. For example, a campaign may be attached to a manager bidding strategy and the serving account is subsequently unlinked from the manager account. In this case the campaign will automatically be detached from the now inaccessible manager bidding strategy and transition to the INVALID bidding strategy type.",
  5674            "Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.",
  5675            "Manual click based bidding where user pays per click.",
  5676            "Manual impression based bidding where user pays per thousand impressions.",
  5677            "A bidding strategy that pays a configurable amount per video view.",
  5678            "A bidding strategy that automatically maximizes number of conversions given a daily budget.",
  5679            "An automated bidding strategy that automatically sets bids to maximize revenue while spending your budget.",
  5680            "Page-One Promoted bidding scheme, which sets max cpc bids to target impressions on page one or page one promoted slots on google.com. This enum value is deprecated.",
  5681            "Percent Cpc is bidding strategy where bids are a fraction of the advertised price for some good or service.",
  5682            "Target CPA is an automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.",
  5683            "Target CPM is an automated bid strategy that sets bids to help get as many impressions as possible at the target cost per one thousand impressions (CPM) you set.",
  5684            "An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).",
  5685            "Target Outrank Share is an automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This enum value is deprecated.",
  5686            "Target ROAS is an automated bidding strategy that helps you maximize revenue while averaging a specific target Return On Average Spend (ROAS).",
  5687            "Target Spend is an automated bid strategy that sets your bids to help get as many clicks as possible within your budget."
  5688          ],
  5689          "readOnly": true,
  5690          "type": "string"
  5691        },
  5692        "campaignBudget": {
  5693          "description": "The budget of the campaign.",
  5694          "type": "string"
  5695        },
  5696        "createTime": {
  5697          "description": "Output only. The timestamp when this campaign was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format. create_time will be deprecated in v1. Use creation_time instead.",
  5698          "readOnly": true,
  5699          "type": "string"
  5700        },
  5701        "creationTime": {
  5702          "description": "Output only. The timestamp when this campaign was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  5703          "readOnly": true,
  5704          "type": "string"
  5705        },
  5706        "dynamicSearchAdsSetting": {
  5707          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting",
  5708          "description": "The setting for controlling Dynamic Search Ads (DSA)."
  5709        },
  5710        "endDate": {
  5711          "description": "The last day of the campaign in serving customer's timezone in YYYY-MM-DD format. On create, defaults to 2037-12-30, which means the campaign will run indefinitely. To set an existing campaign to run indefinitely, set this field to 2037-12-30.",
  5712          "type": "string"
  5713        },
  5714        "engineId": {
  5715          "description": "Output only. ID of the campaign in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use \"campaign.id\" instead.",
  5716          "readOnly": true,
  5717          "type": "string"
  5718        },
  5719        "excludedParentAssetFieldTypes": {
  5720          "description": "The asset field types that should be excluded from this campaign. Asset links with these field types will not be inherited by this campaign from the upper level.",
  5721          "items": {
  5722            "enum": [
  5723              "UNSPECIFIED",
  5724              "UNKNOWN",
  5725              "HEADLINE",
  5726              "DESCRIPTION",
  5727              "MANDATORY_AD_TEXT",
  5728              "MARKETING_IMAGE",
  5729              "MEDIA_BUNDLE",
  5730              "YOUTUBE_VIDEO",
  5731              "BOOK_ON_GOOGLE",
  5732              "LEAD_FORM",
  5733              "PROMOTION",
  5734              "CALLOUT",
  5735              "STRUCTURED_SNIPPET",
  5736              "SITELINK",
  5737              "MOBILE_APP",
  5738              "HOTEL_CALLOUT",
  5739              "CALL",
  5740              "PRICE",
  5741              "LONG_HEADLINE",
  5742              "BUSINESS_NAME",
  5743              "SQUARE_MARKETING_IMAGE",
  5744              "PORTRAIT_MARKETING_IMAGE",
  5745              "LOGO",
  5746              "LANDSCAPE_LOGO",
  5747              "VIDEO",
  5748              "CALL_TO_ACTION_SELECTION",
  5749              "AD_IMAGE",
  5750              "BUSINESS_LOGO",
  5751              "HOTEL_PROPERTY",
  5752              "DISCOVERY_CAROUSEL_CARD"
  5753            ],
  5754            "enumDescriptions": [
  5755              "Not specified.",
  5756              "Used for return value only. Represents value unknown in this version.",
  5757              "The asset is linked for use as a headline.",
  5758              "The asset is linked for use as a description.",
  5759              "The asset is linked for use as mandatory ad text.",
  5760              "The asset is linked for use as a marketing image.",
  5761              "The asset is linked for use as a media bundle.",
  5762              "The asset is linked for use as a YouTube video.",
  5763              "The asset is linked to indicate that a hotels campaign is \"Book on Google\" enabled.",
  5764              "The asset is linked for use as a Lead Form extension.",
  5765              "The asset is linked for use as a Promotion extension.",
  5766              "The asset is linked for use as a Callout extension.",
  5767              "The asset is linked for use as a Structured Snippet extension.",
  5768              "The asset is linked for use as a Sitelink.",
  5769              "The asset is linked for use as a Mobile App extension.",
  5770              "The asset is linked for use as a Hotel Callout extension.",
  5771              "The asset is linked for use as a Call extension.",
  5772              "The asset is linked for use as a Price extension.",
  5773              "The asset is linked for use as a long headline.",
  5774              "The asset is linked for use as a business name.",
  5775              "The asset is linked for use as a square marketing image.",
  5776              "The asset is linked for use as a portrait marketing image.",
  5777              "The asset is linked for use as a logo.",
  5778              "The asset is linked for use as a landscape logo.",
  5779              "The asset is linked for use as a non YouTube logo.",
  5780              "The asset is linked for use to select a call-to-action.",
  5781              "The asset is linked for use to select an ad image.",
  5782              "The asset is linked for use as a business logo.",
  5783              "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.",
  5784              "The asset is linked for use as a discovery carousel card."
  5785            ],
  5786            "type": "string"
  5787          },
  5788          "type": "array"
  5789        },
  5790        "finalUrlSuffix": {
  5791          "description": "Suffix used to append query parameters to landing pages that are served with parallel tracking.",
  5792          "type": "string"
  5793        },
  5794        "frequencyCaps": {
  5795          "description": "A list that limits how often each user will see this campaign's ads.",
  5796          "items": {
  5797            "$ref": "GoogleAdsSearchads360V0Common__FrequencyCapEntry"
  5798          },
  5799          "type": "array"
  5800        },
  5801        "geoTargetTypeSetting": {
  5802          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting",
  5803          "description": "The setting for ads geotargeting."
  5804        },
  5805        "id": {
  5806          "description": "Output only. The ID of the campaign.",
  5807          "format": "int64",
  5808          "readOnly": true,
  5809          "type": "string"
  5810        },
  5811        "labels": {
  5812          "description": "Output only. The resource names of labels attached to this campaign.",
  5813          "items": {
  5814            "type": "string"
  5815          },
  5816          "readOnly": true,
  5817          "type": "array"
  5818        },
  5819        "lastModifiedTime": {
  5820          "description": "Output only. The datetime when this campaign was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  5821          "readOnly": true,
  5822          "type": "string"
  5823        },
  5824        "manualCpa": {
  5825          "$ref": "GoogleAdsSearchads360V0Common__ManualCpa",
  5826          "description": "Standard Manual CPA bidding strategy. Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action. Supported only for Local Services campaigns."
  5827        },
  5828        "manualCpc": {
  5829          "$ref": "GoogleAdsSearchads360V0Common__ManualCpc",
  5830          "description": "Standard Manual CPC bidding strategy. Manual click-based bidding where user pays per click."
  5831        },
  5832        "manualCpm": {
  5833          "$ref": "GoogleAdsSearchads360V0Common__ManualCpm",
  5834          "description": "Standard Manual CPM bidding strategy. Manual impression-based bidding where user pays per thousand impressions."
  5835        },
  5836        "maximizeConversionValue": {
  5837          "$ref": "GoogleAdsSearchads360V0Common__MaximizeConversionValue",
  5838          "description": "Standard Maximize Conversion Value bidding strategy that automatically sets bids to maximize revenue while spending your budget."
  5839        },
  5840        "maximizeConversions": {
  5841          "$ref": "GoogleAdsSearchads360V0Common__MaximizeConversions",
  5842          "description": "Standard Maximize Conversions bidding strategy that automatically maximizes number of conversions while spending your budget."
  5843        },
  5844        "name": {
  5845          "description": "The name of the campaign. This field is required and should not be empty when creating new campaigns. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.",
  5846          "type": "string"
  5847        },
  5848        "networkSettings": {
  5849          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_NetworkSettings",
  5850          "description": "The network settings for the campaign."
  5851        },
  5852        "optimizationGoalSetting": {
  5853          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_OptimizationGoalSetting",
  5854          "description": "Optimization goal setting for this campaign, which includes a set of optimization goal types."
  5855        },
  5856        "percentCpc": {
  5857          "$ref": "GoogleAdsSearchads360V0Common__PercentCpc",
  5858          "description": "Standard Percent Cpc bidding strategy where bids are a fraction of the advertised price for some good or service."
  5859        },
  5860        "realTimeBiddingSetting": {
  5861          "$ref": "GoogleAdsSearchads360V0Common__RealTimeBiddingSetting",
  5862          "description": "Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network."
  5863        },
  5864        "resourceName": {
  5865          "description": "Immutable. The resource name of the campaign. Campaign resource names have the form: `customers/{customer_id}/campaigns/{campaign_id}`",
  5866          "type": "string"
  5867        },
  5868        "selectiveOptimization": {
  5869          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_SelectiveOptimization",
  5870          "description": "Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards. This feature only applies to app campaigns that use MULTI_CHANNEL as AdvertisingChannelType and APP_CAMPAIGN or APP_CAMPAIGN_FOR_ENGAGEMENT as AdvertisingChannelSubType."
  5871        },
  5872        "servingStatus": {
  5873          "description": "Output only. The ad serving status of the campaign.",
  5874          "enum": [
  5875            "UNSPECIFIED",
  5876            "UNKNOWN",
  5877            "SERVING",
  5878            "NONE",
  5879            "ENDED",
  5880            "PENDING",
  5881            "SUSPENDED"
  5882          ],
  5883          "enumDescriptions": [
  5884            "No value has been specified.",
  5885            "The received value is not known in this version. This is a response-only value.",
  5886            "Serving.",
  5887            "None.",
  5888            "Ended.",
  5889            "Pending.",
  5890            "Suspended."
  5891          ],
  5892          "readOnly": true,
  5893          "type": "string"
  5894        },
  5895        "shoppingSetting": {
  5896          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_ShoppingSetting",
  5897          "description": "The setting for controlling Shopping campaigns."
  5898        },
  5899        "startDate": {
  5900          "description": "The date when campaign started in serving customer's timezone in YYYY-MM-DD format.",
  5901          "type": "string"
  5902        },
  5903        "status": {
  5904          "description": "The status of the campaign. When a new campaign is added, the status defaults to ENABLED.",
  5905          "enum": [
  5906            "UNSPECIFIED",
  5907            "UNKNOWN",
  5908            "ENABLED",
  5909            "PAUSED",
  5910            "REMOVED"
  5911          ],
  5912          "enumDescriptions": [
  5913            "Not specified.",
  5914            "Used for return value only. Represents value unknown in this version.",
  5915            "Campaign is active and can show ads.",
  5916            "Campaign has been paused by the user.",
  5917            "Campaign has been removed."
  5918          ],
  5919          "type": "string"
  5920        },
  5921        "targetCpa": {
  5922          "$ref": "GoogleAdsSearchads360V0Common__TargetCpa",
  5923          "description": "Standard Target CPA bidding strategy that automatically sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set."
  5924        },
  5925        "targetCpm": {
  5926          "$ref": "GoogleAdsSearchads360V0Common__TargetCpm",
  5927          "description": "A bidding strategy that automatically optimizes cost per thousand impressions."
  5928        },
  5929        "targetImpressionShare": {
  5930          "$ref": "GoogleAdsSearchads360V0Common__TargetImpressionShare",
  5931          "description": "Target Impression Share bidding strategy. An automated bidding strategy that sets bids to achieve a chosen percentage of impressions."
  5932        },
  5933        "targetRoas": {
  5934          "$ref": "GoogleAdsSearchads360V0Common__TargetRoas",
  5935          "description": "Standard Target ROAS bidding strategy that automatically maximizes revenue while averaging a specific target return on ad spend (ROAS)."
  5936        },
  5937        "targetSpend": {
  5938          "$ref": "GoogleAdsSearchads360V0Common__TargetSpend",
  5939          "description": "Standard Target Spend bidding strategy that automatically sets your bids to help get as many clicks as possible within your budget."
  5940        },
  5941        "trackingSetting": {
  5942          "$ref": "GoogleAdsSearchads360V0Resources_Campaign_TrackingSetting",
  5943          "description": "Output only. Campaign-level settings for tracking information.",
  5944          "readOnly": true
  5945        },
  5946        "trackingUrlTemplate": {
  5947          "description": "The URL template for constructing a tracking URL.",
  5948          "type": "string"
  5949        },
  5950        "urlCustomParameters": {
  5951          "description": "The list of mappings used to substitute custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.",
  5952          "items": {
  5953            "$ref": "GoogleAdsSearchads360V0Common__CustomParameter"
  5954          },
  5955          "type": "array"
  5956        },
  5957        "urlExpansionOptOut": {
  5958          "description": "Represents opting out of URL expansion to more targeted URLs. If opted out (true), only the final URLs in the asset group or URLs specified in the advertiser's Google Merchant Center or business data feeds are targeted. If opted in (false), the entire domain will be targeted. This field can only be set for Performance Max campaigns, where the default value is false.",
  5959          "type": "boolean"
  5960        }
  5961      },
  5962      "type": "object"
  5963    },
  5964    "GoogleAdsSearchads360V0Resources__CampaignAsset": {
  5965      "description": "A link between a Campaign and an Asset.",
  5966      "id": "GoogleAdsSearchads360V0Resources__CampaignAsset",
  5967      "properties": {
  5968        "asset": {
  5969          "description": "Immutable. The asset which is linked to the campaign.",
  5970          "type": "string"
  5971        },
  5972        "campaign": {
  5973          "description": "Immutable. The campaign to which the asset is linked.",
  5974          "type": "string"
  5975        },
  5976        "resourceName": {
  5977          "description": "Immutable. The resource name of the campaign asset. CampaignAsset resource names have the form: `customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}`",
  5978          "type": "string"
  5979        },
  5980        "status": {
  5981          "description": "Output only. Status of the campaign asset.",
  5982          "enum": [
  5983            "UNSPECIFIED",
  5984            "UNKNOWN",
  5985            "ENABLED",
  5986            "REMOVED",
  5987            "PAUSED"
  5988          ],
  5989          "enumDescriptions": [
  5990            "Not specified.",
  5991            "Used for return value only. Represents value unknown in this version.",
  5992            "Asset link is enabled.",
  5993            "Asset link has been removed.",
  5994            "Asset link is paused."
  5995          ],
  5996          "readOnly": true,
  5997          "type": "string"
  5998        }
  5999      },
  6000      "type": "object"
  6001    },
  6002    "GoogleAdsSearchads360V0Resources__CampaignAssetSet": {
  6003      "description": "CampaignAssetSet is the linkage between a campaign and an asset set. Adding a CampaignAssetSet links an asset set with a campaign.",
  6004      "id": "GoogleAdsSearchads360V0Resources__CampaignAssetSet",
  6005      "properties": {
  6006        "assetSet": {
  6007          "description": "Immutable. The asset set which is linked to the campaign.",
  6008          "type": "string"
  6009        },
  6010        "campaign": {
  6011          "description": "Immutable. The campaign to which this asset set is linked.",
  6012          "type": "string"
  6013        },
  6014        "resourceName": {
  6015          "description": "Immutable. The resource name of the campaign asset set. Asset set asset resource names have the form: `customers/{customer_id}/campaignAssetSets/{campaign_id}~{asset_set_id}`",
  6016          "type": "string"
  6017        },
  6018        "status": {
  6019          "description": "Output only. The status of the campaign asset set asset. Read-only.",
  6020          "enum": [
  6021            "UNSPECIFIED",
  6022            "UNKNOWN",
  6023            "ENABLED",
  6024            "REMOVED"
  6025          ],
  6026          "enumDescriptions": [
  6027            "The status has not been specified.",
  6028            "The received value is not known in this version. This is a response-only value.",
  6029            "The linkage between asset set and its container is enabled.",
  6030            "The linkage between asset set and its container is removed."
  6031          ],
  6032          "readOnly": true,
  6033          "type": "string"
  6034        }
  6035      },
  6036      "type": "object"
  6037    },
  6038    "GoogleAdsSearchads360V0Resources__CampaignAudienceView": {
  6039      "description": "A campaign audience view. Includes performance data from interests and remarketing lists for Display Network and YouTube Network ads, and remarketing lists for search ads (RLSA), aggregated by campaign and audience criterion. This view only includes audiences attached at the campaign level.",
  6040      "id": "GoogleAdsSearchads360V0Resources__CampaignAudienceView",
  6041      "properties": {
  6042        "resourceName": {
  6043          "description": "Output only. The resource name of the campaign audience view. Campaign audience view resource names have the form: `customers/{customer_id}/campaignAudienceViews/{campaign_id}~{criterion_id}`",
  6044          "readOnly": true,
  6045          "type": "string"
  6046        }
  6047      },
  6048      "type": "object"
  6049    },
  6050    "GoogleAdsSearchads360V0Resources__CampaignBudget": {
  6051      "description": "A campaign budget.",
  6052      "id": "GoogleAdsSearchads360V0Resources__CampaignBudget",
  6053      "properties": {
  6054        "amountMicros": {
  6055          "description": "The amount of the budget, in the local currency for the account. Amount is specified in micros, where one million is equivalent to one currency unit. Monthly spend is capped at 30.4 times this amount.",
  6056          "format": "int64",
  6057          "type": "string"
  6058        },
  6059        "deliveryMethod": {
  6060          "description": "The delivery method that determines the rate at which the campaign budget is spent. Defaults to STANDARD if unspecified in a create operation.",
  6061          "enum": [
  6062            "UNSPECIFIED",
  6063            "UNKNOWN",
  6064            "STANDARD",
  6065            "ACCELERATED"
  6066          ],
  6067          "enumDescriptions": [
  6068            "Not specified.",
  6069            "Used for return value only. Represents value unknown in this version.",
  6070            "The budget server will throttle serving evenly across the entire time period.",
  6071            "The budget server will not throttle serving, and ads will serve as fast as possible."
  6072          ],
  6073          "type": "string"
  6074        },
  6075        "period": {
  6076          "description": "Immutable. Period over which to spend the budget. Defaults to DAILY if not specified.",
  6077          "enum": [
  6078            "UNSPECIFIED",
  6079            "UNKNOWN",
  6080            "DAILY",
  6081            "FIXED_DAILY",
  6082            "CUSTOM_PERIOD"
  6083          ],
  6084          "enumDescriptions": [
  6085            "Not specified.",
  6086            "Used for return value only. Represents value unknown in this version.",
  6087            "Daily budget.",
  6088            "Fixed daily budget.",
  6089            "Custom budget can be used with total_amount to specify lifetime budget limit."
  6090          ],
  6091          "type": "string"
  6092        },
  6093        "resourceName": {
  6094          "description": "Immutable. The resource name of the campaign budget. Campaign budget resource names have the form: `customers/{customer_id}/campaignBudgets/{campaign_budget_id}`",
  6095          "type": "string"
  6096        }
  6097      },
  6098      "type": "object"
  6099    },
  6100    "GoogleAdsSearchads360V0Resources__CampaignCriterion": {
  6101      "description": "A campaign criterion.",
  6102      "id": "GoogleAdsSearchads360V0Resources__CampaignCriterion",
  6103      "properties": {
  6104        "ageRange": {
  6105          "$ref": "GoogleAdsSearchads360V0Common__AgeRangeInfo",
  6106          "description": "Immutable. Age range."
  6107        },
  6108        "bidModifier": {
  6109          "description": "The modifier for the bids when the criterion matches. The modifier must be in the range: 0.1 - 10.0. Most targetable criteria types support modifiers. Use 0 to opt out of a Device type.",
  6110          "format": "float",
  6111          "type": "number"
  6112        },
  6113        "criterionId": {
  6114          "description": "Output only. The ID of the criterion. This field is ignored during mutate.",
  6115          "format": "int64",
  6116          "readOnly": true,
  6117          "type": "string"
  6118        },
  6119        "device": {
  6120          "$ref": "GoogleAdsSearchads360V0Common__DeviceInfo",
  6121          "description": "Immutable. Device."
  6122        },
  6123        "displayName": {
  6124          "description": "Output only. The display name of the criterion. This field is ignored for mutates.",
  6125          "readOnly": true,
  6126          "type": "string"
  6127        },
  6128        "gender": {
  6129          "$ref": "GoogleAdsSearchads360V0Common__GenderInfo",
  6130          "description": "Immutable. Gender."
  6131        },
  6132        "keyword": {
  6133          "$ref": "GoogleAdsSearchads360V0Common__KeywordInfo",
  6134          "description": "Immutable. Keyword."
  6135        },
  6136        "language": {
  6137          "$ref": "GoogleAdsSearchads360V0Common__LanguageInfo",
  6138          "description": "Immutable. Language."
  6139        },
  6140        "lastModifiedTime": {
  6141          "description": "Output only. The datetime when this campaign criterion was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  6142          "readOnly": true,
  6143          "type": "string"
  6144        },
  6145        "location": {
  6146          "$ref": "GoogleAdsSearchads360V0Common__LocationInfo",
  6147          "description": "Immutable. Location."
  6148        },
  6149        "locationGroup": {
  6150          "$ref": "GoogleAdsSearchads360V0Common__LocationGroupInfo",
  6151          "description": "Immutable. Location Group"
  6152        },
  6153        "negative": {
  6154          "description": "Immutable. Whether to target (`false`) or exclude (`true`) the criterion.",
  6155          "type": "boolean"
  6156        },
  6157        "resourceName": {
  6158          "description": "Immutable. The resource name of the campaign criterion. Campaign criterion resource names have the form: `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}`",
  6159          "type": "string"
  6160        },
  6161        "status": {
  6162          "description": "The status of the criterion.",
  6163          "enum": [
  6164            "UNSPECIFIED",
  6165            "UNKNOWN",
  6166            "ENABLED",
  6167            "PAUSED",
  6168            "REMOVED"
  6169          ],
  6170          "enumDescriptions": [
  6171            "No value has been specified.",
  6172            "The received value is not known in this version. This is a response-only value.",
  6173            "The campaign criterion is enabled.",
  6174            "The campaign criterion is paused.",
  6175            "The campaign criterion is removed."
  6176          ],
  6177          "type": "string"
  6178        },
  6179        "type": {
  6180          "description": "Output only. The type of the criterion.",
  6181          "enum": [
  6182            "UNSPECIFIED",
  6183            "UNKNOWN",
  6184            "KEYWORD",
  6185            "PLACEMENT",
  6186            "MOBILE_APP_CATEGORY",
  6187            "MOBILE_APPLICATION",
  6188            "DEVICE",
  6189            "LOCATION",
  6190            "LISTING_GROUP",
  6191            "AD_SCHEDULE",
  6192            "AGE_RANGE",
  6193            "GENDER",
  6194            "INCOME_RANGE",
  6195            "PARENTAL_STATUS",
  6196            "YOUTUBE_VIDEO",
  6197            "YOUTUBE_CHANNEL",
  6198            "USER_LIST",
  6199            "PROXIMITY",
  6200            "TOPIC",
  6201            "LISTING_SCOPE",
  6202            "LANGUAGE",
  6203            "IP_BLOCK",
  6204            "CONTENT_LABEL",
  6205            "CARRIER",
  6206            "USER_INTEREST",
  6207            "WEBPAGE",
  6208            "OPERATING_SYSTEM_VERSION",
  6209            "APP_PAYMENT_MODEL",
  6210            "MOBILE_DEVICE",
  6211            "CUSTOM_AFFINITY",
  6212            "CUSTOM_INTENT",
  6213            "LOCATION_GROUP",
  6214            "CUSTOM_AUDIENCE",
  6215            "COMBINED_AUDIENCE",
  6216            "KEYWORD_THEME",
  6217            "AUDIENCE",
  6218            "LOCAL_SERVICE_ID",
  6219            "BRAND",
  6220            "BRAND_LIST",
  6221            "LIFE_EVENT"
  6222          ],
  6223          "enumDescriptions": [
  6224            "Not specified.",
  6225            "Used for return value only. Represents value unknown in this version.",
  6226            "Keyword, for example, 'mars cruise'.",
  6227            "Placement, also known as Website, for example, 'www.flowers4sale.com'",
  6228            "Mobile application categories to target.",
  6229            "Mobile applications to target.",
  6230            "Devices to target.",
  6231            "Locations to target.",
  6232            "Listing groups to target.",
  6233            "Ad Schedule.",
  6234            "Age range.",
  6235            "Gender.",
  6236            "Income Range.",
  6237            "Parental status.",
  6238            "YouTube Video.",
  6239            "YouTube Channel.",
  6240            "User list.",
  6241            "Proximity.",
  6242            "A topic target on the display network (for example, \"Pets \u0026 Animals\").",
  6243            "Listing scope to target.",
  6244            "Language.",
  6245            "IpBlock.",
  6246            "Content Label for category exclusion.",
  6247            "Carrier.",
  6248            "A category the user is interested in.",
  6249            "Webpage criterion for dynamic search ads.",
  6250            "Operating system version.",
  6251            "App payment model.",
  6252            "Mobile device.",
  6253            "Custom affinity.",
  6254            "Custom intent.",
  6255            "Location group.",
  6256            "Custom audience",
  6257            "Combined audience",
  6258            "Smart Campaign keyword theme",
  6259            "Audience",
  6260            "Local Services Ads Service ID.",
  6261            "Brand",
  6262            "Brand List",
  6263            "Life Event"
  6264          ],
  6265          "readOnly": true,
  6266          "type": "string"
  6267        },
  6268        "userList": {
  6269          "$ref": "GoogleAdsSearchads360V0Common__UserListInfo",
  6270          "description": "Immutable. User List."
  6271        },
  6272        "webpage": {
  6273          "$ref": "GoogleAdsSearchads360V0Common__WebpageInfo",
  6274          "description": "Immutable. Webpage."
  6275        }
  6276      },
  6277      "type": "object"
  6278    },
  6279    "GoogleAdsSearchads360V0Resources__CampaignLabel": {
  6280      "description": "Represents a relationship between a campaign and a label.",
  6281      "id": "GoogleAdsSearchads360V0Resources__CampaignLabel",
  6282      "properties": {
  6283        "campaign": {
  6284          "description": "Immutable. The campaign to which the label is attached.",
  6285          "type": "string"
  6286        },
  6287        "label": {
  6288          "description": "Immutable. The label assigned to the campaign.",
  6289          "type": "string"
  6290        },
  6291        "resourceName": {
  6292          "description": "Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`",
  6293          "type": "string"
  6294        }
  6295      },
  6296      "type": "object"
  6297    },
  6298    "GoogleAdsSearchads360V0Resources__CartDataSalesView": {
  6299      "description": "Cart data sales view.",
  6300      "id": "GoogleAdsSearchads360V0Resources__CartDataSalesView",
  6301      "properties": {
  6302        "resourceName": {
  6303          "description": "Output only. The resource name of the Cart data sales view. Cart data sales view resource names have the form: `customers/{customer_id}/cartDataSalesView`",
  6304          "readOnly": true,
  6305          "type": "string"
  6306        }
  6307      },
  6308      "type": "object"
  6309    },
  6310    "GoogleAdsSearchads360V0Resources__Conversion": {
  6311      "description": "A conversion.",
  6312      "id": "GoogleAdsSearchads360V0Resources__Conversion",
  6313      "properties": {
  6314        "adId": {
  6315          "description": "Output only. Ad ID. A value of 0 indicates that the ad is unattributed.",
  6316          "format": "int64",
  6317          "readOnly": true,
  6318          "type": "string"
  6319        },
  6320        "advertiserConversionId": {
  6321          "description": "Output only. For offline conversions, this is an ID provided by advertisers. If an advertiser doesn't specify such an ID, Search Ads 360 generates one. For online conversions, this is equal to the id column or the floodlight_order_id column depending on the advertiser's Floodlight instructions.",
  6322          "readOnly": true,
  6323          "type": "string"
  6324        },
  6325        "assetFieldType": {
  6326          "description": "Output only. Asset field type of the conversion event.",
  6327          "enum": [
  6328            "UNSPECIFIED",
  6329            "UNKNOWN",
  6330            "HEADLINE",
  6331            "DESCRIPTION",
  6332            "MANDATORY_AD_TEXT",
  6333            "MARKETING_IMAGE",
  6334            "MEDIA_BUNDLE",
  6335            "YOUTUBE_VIDEO",
  6336            "BOOK_ON_GOOGLE",
  6337            "LEAD_FORM",
  6338            "PROMOTION",
  6339            "CALLOUT",
  6340            "STRUCTURED_SNIPPET",
  6341            "SITELINK",
  6342            "MOBILE_APP",
  6343            "HOTEL_CALLOUT",
  6344            "CALL",
  6345            "PRICE",
  6346            "LONG_HEADLINE",
  6347            "BUSINESS_NAME",
  6348            "SQUARE_MARKETING_IMAGE",
  6349            "PORTRAIT_MARKETING_IMAGE",
  6350            "LOGO",
  6351            "LANDSCAPE_LOGO",
  6352            "VIDEO",
  6353            "CALL_TO_ACTION_SELECTION",
  6354            "AD_IMAGE",
  6355            "BUSINESS_LOGO",
  6356            "HOTEL_PROPERTY",
  6357            "DISCOVERY_CAROUSEL_CARD"
  6358          ],
  6359          "enumDescriptions": [
  6360            "Not specified.",
  6361            "Used for return value only. Represents value unknown in this version.",
  6362            "The asset is linked for use as a headline.",
  6363            "The asset is linked for use as a description.",
  6364            "The asset is linked for use as mandatory ad text.",
  6365            "The asset is linked for use as a marketing image.",
  6366            "The asset is linked for use as a media bundle.",
  6367            "The asset is linked for use as a YouTube video.",
  6368            "The asset is linked to indicate that a hotels campaign is \"Book on Google\" enabled.",
  6369            "The asset is linked for use as a Lead Form extension.",
  6370            "The asset is linked for use as a Promotion extension.",
  6371            "The asset is linked for use as a Callout extension.",
  6372            "The asset is linked for use as a Structured Snippet extension.",
  6373            "The asset is linked for use as a Sitelink.",
  6374            "The asset is linked for use as a Mobile App extension.",
  6375            "The asset is linked for use as a Hotel Callout extension.",
  6376            "The asset is linked for use as a Call extension.",
  6377            "The asset is linked for use as a Price extension.",
  6378            "The asset is linked for use as a long headline.",
  6379            "The asset is linked for use as a business name.",
  6380            "The asset is linked for use as a square marketing image.",
  6381            "The asset is linked for use as a portrait marketing image.",
  6382            "The asset is linked for use as a logo.",
  6383            "The asset is linked for use as a landscape logo.",
  6384            "The asset is linked for use as a non YouTube logo.",
  6385            "The asset is linked for use to select a call-to-action.",
  6386            "The asset is linked for use to select an ad image.",
  6387            "The asset is linked for use as a business logo.",
  6388            "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.",
  6389            "The asset is linked for use as a discovery carousel card."
  6390          ],
  6391          "readOnly": true,
  6392          "type": "string"
  6393        },
  6394        "assetId": {
  6395          "description": "Output only. ID of the asset which was interacted with during the conversion event.",
  6396          "format": "int64",
  6397          "readOnly": true,
  6398          "type": "string"
  6399        },
  6400        "attributionType": {
  6401          "description": "Output only. What the conversion is attributed to: Visit or Keyword+Ad.",
  6402          "enum": [
  6403            "UNSPECIFIED",
  6404            "UNKNOWN",
  6405            "VISIT",
  6406            "CRITERION_AD"
  6407          ],
  6408          "enumDescriptions": [
  6409            "Not specified.",
  6410            "Used for return value only. Represents value unknown in this version.",
  6411            "The conversion is attributed to a visit.",
  6412            "The conversion is attributed to a criterion and ad pair."
  6413          ],
  6414          "readOnly": true,
  6415          "type": "string"
  6416        },
  6417        "clickId": {
  6418          "description": "Output only. A unique string, for the visit that the conversion is attributed to, that is passed to the landing page as the click id URL parameter.",
  6419          "readOnly": true,
  6420          "type": "string"
  6421        },
  6422        "conversionDateTime": {
  6423          "description": "Output only. The timestamp of the conversion event.",
  6424          "readOnly": true,
  6425          "type": "string"
  6426        },
  6427        "conversionLastModifiedDateTime": {
  6428          "description": "Output only. The timestamp of the last time the conversion was modified.",
  6429          "readOnly": true,
  6430          "type": "string"
  6431        },
  6432        "conversionQuantity": {
  6433          "description": "Output only. The quantity of items recorded by the conversion, as determined by the qty url parameter. The advertiser is responsible for dynamically populating the parameter (such as number of items sold in the conversion), otherwise it defaults to 1.",
  6434          "format": "int64",
  6435          "readOnly": true,
  6436          "type": "string"
  6437        },
  6438        "conversionRevenueMicros": {
  6439          "description": "Output only. The adjusted revenue in micros for the conversion event. This will always be in the currency of the serving account.",
  6440          "format": "int64",
  6441          "readOnly": true,
  6442          "type": "string"
  6443        },
  6444        "conversionVisitDateTime": {
  6445          "description": "Output only. The timestamp of the visit that the conversion is attributed to.",
  6446          "readOnly": true,
  6447          "type": "string"
  6448        },
  6449        "criterionId": {
  6450          "description": "Output only. Search Ads 360 criterion ID. A value of 0 indicates that the criterion is unattributed.",
  6451          "format": "int64",
  6452          "readOnly": true,
  6453          "type": "string"
  6454        },
  6455        "floodlightOrderId": {
  6456          "description": "Output only. The Floodlight order ID provided by the advertiser for the conversion.",
  6457          "readOnly": true,
  6458          "type": "string"
  6459        },
  6460        "floodlightOriginalRevenue": {
  6461          "description": "Output only. The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.",
  6462          "format": "int64",
  6463          "readOnly": true,
  6464          "type": "string"
  6465        },
  6466        "id": {
  6467          "description": "Output only. The ID of the conversion",
  6468          "format": "int64",
  6469          "readOnly": true,
  6470          "type": "string"
  6471        },
  6472        "merchantId": {
  6473          "description": "Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.",
  6474          "format": "int64",
  6475          "readOnly": true,
  6476          "type": "string"
  6477        },
  6478        "productChannel": {
  6479          "description": "Output only. The sales channel of the product that was clicked on: Online or Local.",
  6480          "enum": [
  6481            "UNSPECIFIED",
  6482            "UNKNOWN",
  6483            "ONLINE",
  6484            "LOCAL"
  6485          ],
  6486          "enumDescriptions": [
  6487            "Not specified.",
  6488            "Used for return value only. Represents value unknown in this version.",
  6489            "The item is sold online.",
  6490            "The item is sold in local stores."
  6491          ],
  6492          "readOnly": true,
  6493          "type": "string"
  6494        },
  6495        "productCountryCode": {
  6496          "description": "Output only. The country (ISO-3166-format) registered for the inventory feed that contains the product clicked on.",
  6497          "readOnly": true,
  6498          "type": "string"
  6499        },
  6500        "productId": {
  6501          "description": "Output only. The ID of the product clicked on.",
  6502          "readOnly": true,
  6503          "type": "string"
  6504        },
  6505        "productLanguageCode": {
  6506          "description": "Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.",
  6507          "readOnly": true,
  6508          "type": "string"
  6509        },
  6510        "productStoreId": {
  6511          "description": "Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.",
  6512          "readOnly": true,
  6513          "type": "string"
  6514        },
  6515        "resourceName": {
  6516          "description": "Output only. The resource name of the conversion. Conversion resource names have the form: `customers/{customer_id}/conversions/{ad_group_id}~{criterion_id}~{ds_conversion_id}`",
  6517          "readOnly": true,
  6518          "type": "string"
  6519        },
  6520        "status": {
  6521          "description": "Output only. The status of the conversion, either ENABLED or REMOVED..",
  6522          "enum": [
  6523            "UNSPECIFIED",
  6524            "UNKNOWN",
  6525            "ENABLED",
  6526            "REMOVED"
  6527          ],
  6528          "enumDescriptions": [
  6529            "Not specified.",
  6530            "Used for return value only. Represents value unknown in this version.",
  6531            "The conversion is enabled.",
  6532            "The conversion has been removed."
  6533          ],
  6534          "readOnly": true,
  6535          "type": "string"
  6536        },
  6537        "visitId": {
  6538          "description": "Output only. The SearchAds360 visit ID that the conversion is attributed to.",
  6539          "format": "int64",
  6540          "readOnly": true,
  6541          "type": "string"
  6542        }
  6543      },
  6544      "type": "object"
  6545    },
  6546    "GoogleAdsSearchads360V0Resources__ConversionAction": {
  6547      "description": "A conversion action.",
  6548      "id": "GoogleAdsSearchads360V0Resources__ConversionAction",
  6549      "properties": {
  6550        "appId": {
  6551          "description": "App ID for an app conversion action.",
  6552          "type": "string"
  6553        },
  6554        "attributionModelSettings": {
  6555          "$ref": "GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings",
  6556          "description": "Settings related to this conversion action's attribution model."
  6557        },
  6558        "category": {
  6559          "description": "The category of conversions reported for this conversion action.",
  6560          "enum": [
  6561            "UNSPECIFIED",
  6562            "UNKNOWN",
  6563            "DEFAULT",
  6564            "PAGE_VIEW",
  6565            "PURCHASE",
  6566            "SIGNUP",
  6567            "LEAD",
  6568            "DOWNLOAD",
  6569            "ADD_TO_CART",
  6570            "BEGIN_CHECKOUT",
  6571            "SUBSCRIBE_PAID",
  6572            "PHONE_CALL_LEAD",
  6573            "IMPORTED_LEAD",
  6574            "SUBMIT_LEAD_FORM",
  6575            "BOOK_APPOINTMENT",
  6576            "REQUEST_QUOTE",
  6577            "GET_DIRECTIONS",
  6578            "OUTBOUND_CLICK",
  6579            "CONTACT",
  6580            "ENGAGEMENT",
  6581            "STORE_VISIT",
  6582            "STORE_SALE",
  6583            "QUALIFIED_LEAD",
  6584            "CONVERTED_LEAD"
  6585          ],
  6586          "enumDescriptions": [
  6587            "Not specified.",
  6588            "Used for return value only. Represents value unknown in this version.",
  6589            "Default category.",
  6590            "User visiting a page.",
  6591            "Purchase, sales, or \"order placed\" event.",
  6592            "Signup user action.",
  6593            "Lead-generating action.",
  6594            "Software download action (as for an app).",
  6595            "The addition of items to a shopping cart or bag on an advertiser site.",
  6596            "When someone enters the checkout flow on an advertiser site.",
  6597            "The start of a paid subscription for a product or service.",
  6598            "A call to indicate interest in an advertiser's offering.",
  6599            "A lead conversion imported from an external source into Google Ads.",
  6600            "A submission of a form on an advertiser site indicating business interest.",
  6601            "A booking of an appointment with an advertiser's business.",
  6602            "A quote or price estimate request.",
  6603            "A search for an advertiser's business location with intention to visit.",
  6604            "A click to an advertiser's partner's site.",
  6605            "A call, SMS, email, chat or other type of contact to an advertiser.",
  6606            "A website engagement event such as long site time or a Google Analytics (GA) Smart Goal. Intended to be used for GA, Firebase, GA Gold goal imports.",
  6607            "A visit to a physical store location.",
  6608            "A sale occurring in a physical store.",
  6609            "A lead conversion imported from an external source into Google Ads, that has been further qualified by the advertiser (marketing/sales team). In the lead-to-sale journey, advertisers get leads, then act on them by reaching out to the consumer. If the consumer is interested and may end up buying their product, the advertiser marks such leads as \"qualified leads\".",
  6610            "A lead conversion imported from an external source into Google Ads, that has further completed a chosen stage as defined by the lead gen advertiser."
  6611          ],
  6612          "type": "string"
  6613        },
  6614        "clickThroughLookbackWindowDays": {
  6615          "description": "The maximum number of days that may elapse between an interaction (for example, a click) and a conversion event.",
  6616          "format": "int64",
  6617          "type": "string"
  6618        },
  6619        "creationTime": {
  6620          "description": "Output only. Timestamp of the Floodlight activity's creation, formatted in ISO 8601.",
  6621          "readOnly": true,
  6622          "type": "string"
  6623        },
  6624        "floodlightSettings": {
  6625          "$ref": "GoogleAdsSearchads360V0Resources_ConversionAction_FloodlightSettings",
  6626          "description": "Output only. Floodlight settings for Floodlight conversion types.",
  6627          "readOnly": true
  6628        },
  6629        "id": {
  6630          "description": "Output only. The ID of the conversion action.",
  6631          "format": "int64",
  6632          "readOnly": true,
  6633          "type": "string"
  6634        },
  6635        "includeInClientAccountConversionsMetric": {
  6636          "description": "Whether this conversion action should be included in the \"client_account_conversions\" metric.",
  6637          "type": "boolean"
  6638        },
  6639        "includeInConversionsMetric": {
  6640          "description": "Output only. Whether this conversion action should be included in the \"conversions\" metric.",
  6641          "readOnly": true,
  6642          "type": "boolean"
  6643        },
  6644        "name": {
  6645          "description": "The name of the conversion action. This field is required and should not be empty when creating new conversion actions.",
  6646          "type": "string"
  6647        },
  6648        "ownerCustomer": {
  6649          "description": "Output only. The resource name of the conversion action owner customer, or null if this is a system-defined conversion action.",
  6650          "readOnly": true,
  6651          "type": "string"
  6652        },
  6653        "primaryForGoal": {
  6654          "description": "If a conversion action's primary_for_goal bit is false, the conversion action is non-biddable for all campaigns regardless of their customer conversion goal or campaign conversion goal. However, custom conversion goals do not respect primary_for_goal, so if a campaign has a custom conversion goal configured with a primary_for_goal = false conversion action, that conversion action is still biddable. By default, primary_for_goal will be true if not set. In V9, primary_for_goal can only be set to false after creation through an 'update' operation because it's not declared as optional.",
  6655          "type": "boolean"
  6656        },
  6657        "resourceName": {
  6658          "description": "Immutable. The resource name of the conversion action. Conversion action resource names have the form: `customers/{customer_id}/conversionActions/{conversion_action_id}`",
  6659          "type": "string"
  6660        },
  6661        "status": {
  6662          "description": "The status of this conversion action for conversion event accrual.",
  6663          "enum": [
  6664            "UNSPECIFIED",
  6665            "UNKNOWN",
  6666            "ENABLED",
  6667            "REMOVED",
  6668            "HIDDEN"
  6669          ],
  6670          "enumDescriptions": [
  6671            "Not specified.",
  6672            "Used for return value only. Represents value unknown in this version.",
  6673            "Conversions will be recorded.",
  6674            "Conversions will not be recorded.",
  6675            "Conversions will not be recorded and the conversion action will not appear in the UI."
  6676          ],
  6677          "type": "string"
  6678        },
  6679        "type": {
  6680          "description": "Immutable. The type of this conversion action.",
  6681          "enum": [
  6682            "UNSPECIFIED",
  6683            "UNKNOWN",
  6684            "AD_CALL",
  6685            "CLICK_TO_CALL",
  6686            "GOOGLE_PLAY_DOWNLOAD",
  6687            "GOOGLE_PLAY_IN_APP_PURCHASE",
  6688            "UPLOAD_CALLS",
  6689            "UPLOAD_CLICKS",
  6690            "WEBPAGE",
  6691            "WEBSITE_CALL",
  6692            "STORE_SALES_DIRECT_UPLOAD",
  6693            "STORE_SALES",
  6694            "FIREBASE_ANDROID_FIRST_OPEN",
  6695            "FIREBASE_ANDROID_IN_APP_PURCHASE",
  6696            "FIREBASE_ANDROID_CUSTOM",
  6697            "FIREBASE_IOS_FIRST_OPEN",
  6698            "FIREBASE_IOS_IN_APP_PURCHASE",
  6699            "FIREBASE_IOS_CUSTOM",
  6700            "THIRD_PARTY_APP_ANALYTICS_ANDROID_FIRST_OPEN",
  6701            "THIRD_PARTY_APP_ANALYTICS_ANDROID_IN_APP_PURCHASE",
  6702            "THIRD_PARTY_APP_ANALYTICS_ANDROID_CUSTOM",
  6703            "THIRD_PARTY_APP_ANALYTICS_IOS_FIRST_OPEN",
  6704            "THIRD_PARTY_APP_ANALYTICS_IOS_IN_APP_PURCHASE",
  6705            "THIRD_PARTY_APP_ANALYTICS_IOS_CUSTOM",
  6706            "ANDROID_APP_PRE_REGISTRATION",
  6707            "ANDROID_INSTALLS_ALL_OTHER_APPS",
  6708            "FLOODLIGHT_ACTION",
  6709            "FLOODLIGHT_TRANSACTION",
  6710            "GOOGLE_HOSTED",
  6711            "LEAD_FORM_SUBMIT",
  6712            "SALESFORCE",
  6713            "SEARCH_ADS_360",
  6714            "SMART_CAMPAIGN_AD_CLICKS_TO_CALL",
  6715            "SMART_CAMPAIGN_MAP_CLICKS_TO_CALL",
  6716            "SMART_CAMPAIGN_MAP_DIRECTIONS",
  6717            "SMART_CAMPAIGN_TRACKED_CALLS",
  6718            "STORE_VISITS",
  6719            "WEBPAGE_CODELESS",
  6720            "UNIVERSAL_ANALYTICS_GOAL",
  6721            "UNIVERSAL_ANALYTICS_TRANSACTION",
  6722            "GOOGLE_ANALYTICS_4_CUSTOM",
  6723            "GOOGLE_ANALYTICS_4_PURCHASE"
  6724          ],
  6725          "enumDescriptions": [
  6726            "Not specified.",
  6727            "Used for return value only. Represents value unknown in this version.",
  6728            "Conversions that occur when a user clicks on an ad's call extension.",
  6729            "Conversions that occur when a user on a mobile device clicks a phone number.",
  6730            "Conversions that occur when a user downloads a mobile app from the Google Play Store.",
  6731            "Conversions that occur when a user makes a purchase in an app through Android billing.",
  6732            "Call conversions that are tracked by the advertiser and uploaded.",
  6733            "Conversions that are tracked by the advertiser and uploaded with attributed clicks.",
  6734            "Conversions that occur on a webpage.",
  6735            "Conversions that occur when a user calls a dynamically-generated phone number from an advertiser's website.",
  6736            "Store Sales conversion based on first-party or third-party merchant data uploads. Only customers on the allowlist can use store sales direct upload types.",
  6737            "Store Sales conversion based on first-party or third-party merchant data uploads and/or from in-store purchases using cards from payment networks. Only customers on the allowlist can use store sales types. Read only.",
  6738            "Android app first open conversions tracked through Firebase.",
  6739            "Android app in app purchase conversions tracked through Firebase.",
  6740            "Android app custom conversions tracked through Firebase.",
  6741            "iOS app first open conversions tracked through Firebase.",
  6742            "iOS app in app purchase conversions tracked through Firebase.",
  6743            "iOS app custom conversions tracked through Firebase.",
  6744            "Android app first open conversions tracked through Third Party App Analytics.",
  6745            "Android app in app purchase conversions tracked through Third Party App Analytics.",
  6746            "Android app custom conversions tracked through Third Party App Analytics.",
  6747            "iOS app first open conversions tracked through Third Party App Analytics.",
  6748            "iOS app in app purchase conversions tracked through Third Party App Analytics.",
  6749            "iOS app custom conversions tracked through Third Party App Analytics.",
  6750            "Conversions that occur when a user pre-registers a mobile app from the Google Play Store. Read only.",
  6751            "Conversions that track all Google Play downloads which aren't tracked by an app-specific type. Read only.",
  6752            "Floodlight activity that counts the number of times that users have visited a particular webpage after seeing or clicking on one of an advertiser's ads. Read only.",
  6753            "Floodlight activity that tracks the number of sales made or the number of items purchased. Can also capture the total value of each sale. Read only.",
  6754            "Conversions that track local actions from Google's products and services after interacting with an ad. Read only.",
  6755            "Conversions reported when a user submits a lead form. Read only.",
  6756            "Conversions that come from Salesforce. Read only.",
  6757            "Conversions imported from Search Ads 360 Floodlight data. Read only.",
  6758            "Call conversions that occur on Smart campaign Ads without call tracking setup, using Smart campaign custom criteria. Read only.",
  6759            "The user clicks on a call element within Google Maps. Smart campaign only. Read only.",
  6760            "The user requests directions to a business location within Google Maps. Smart campaign only. Read only.",
  6761            "Call conversions that occur on Smart campaign Ads with call tracking setup, using Smart campaign custom criteria. Read only.",
  6762            "Conversions that occur when a user visits an advertiser's retail store. Read only.",
  6763            "Conversions created from website events (such as form submissions or page loads), that don't use individually coded event snippets. Read only.",
  6764            "Conversions that come from linked Universal Analytics goals.",
  6765            "Conversions that come from linked Universal Analytics transactions.",
  6766            "Conversions that come from linked Google Analytics 4 custom event conversions.",
  6767            "Conversions that come from linked Google Analytics 4 purchase conversions."
  6768          ],
  6769          "type": "string"
  6770        },
  6771        "valueSettings": {
  6772          "$ref": "GoogleAdsSearchads360V0Resources_ConversionAction_ValueSettings",
  6773          "description": "Settings related to the value for conversion events associated with this conversion action."
  6774        }
  6775      },
  6776      "type": "object"
  6777    },
  6778    "GoogleAdsSearchads360V0Resources__ConversionCustomVariable": {
  6779      "description": "A conversion custom variable. See \"About custom Floodlight metrics and dimensions in the new Search Ads 360\" at https://support.google.com/sa360/answer/13567857",
  6780      "id": "GoogleAdsSearchads360V0Resources__ConversionCustomVariable",
  6781      "properties": {
  6782        "cardinality": {
  6783          "description": "Output only. Cardinality of the conversion custom variable.",
  6784          "enum": [
  6785            "UNSPECIFIED",
  6786            "UNKNOWN",
  6787            "BELOW_ALL_LIMITS",
  6788            "EXCEEDS_SEGMENTATION_LIMIT_BUT_NOT_STATS_LIMIT",
  6789            "APPROACHES_STATS_LIMIT",
  6790            "EXCEEDS_STATS_LIMIT"
  6791          ],
  6792          "enumDescriptions": [
  6793            "Not specified.",
  6794            "Used for return value only. Represents value unknown in this version.",
  6795            "The conversion custom variable has cardinality below all limits. The variable can be used for segmentation, and stats can accrue for new values if the variable is enabled.",
  6796            "The conversion custom variable has cardinality that exceeds the segmentation limit, but does not exceed the stats limit. Segmentation will be disabled, but stats can accrue for new values if the variable is enabled.",
  6797            "The conversion custom variable has exceeded the segmentation limits, and is approaching the stats limits (\u003e 90%). Segmentation will be disabled, but stats can accrue for new values if the variable is enabled.",
  6798            "The conversion custom variable has exceeded both the segmentation limits and stats limits. Segmentation will be disabled, and stats for enabled variables can accrue only if the existing values do not increase the cardinality of the variable any further."
  6799          ],
  6800          "readOnly": true,
  6801          "type": "string"
  6802        },
  6803        "customColumnIds": {
  6804          "description": "Output only. The IDs of custom columns that use this conversion custom variable.",
  6805          "items": {
  6806            "format": "int64",
  6807            "type": "string"
  6808          },
  6809          "readOnly": true,
  6810          "type": "array"
  6811        },
  6812        "family": {
  6813          "description": "Output only. Family of the conversion custom variable.",
  6814          "enum": [
  6815            "UNSPECIFIED",
  6816            "UNKNOWN",
  6817            "STANDARD",
  6818            "FLOODLIGHT"
  6819          ],
  6820          "enumDescriptions": [
  6821            "Not specified.",
  6822            "Used for return value only. Represents value unknown in this version.",
  6823            "The standard conversion custom variable. Customers are required to activate before use.",
  6824            "The conversion custom variable imported from a custom floodlight variable."
  6825          ],
  6826          "readOnly": true,
  6827          "type": "string"
  6828        },
  6829        "floodlightConversionCustomVariableInfo": {
  6830          "$ref": "GoogleAdsSearchads360V0Resources_ConversionCustomVariable_FloodlightConversionCustomVariableInfo",
  6831          "description": "Output only. Fields for Search Ads 360 floodlight conversion custom variables.",
  6832          "readOnly": true
  6833        },
  6834        "id": {
  6835          "description": "Output only. The ID of the conversion custom variable.",
  6836          "format": "int64",
  6837          "readOnly": true,
  6838          "type": "string"
  6839        },
  6840        "name": {
  6841          "description": "Required. The name of the conversion custom variable. Name should be unique. The maximum length of name is 100 characters. There should not be any extra spaces before and after.",
  6842          "type": "string"
  6843        },
  6844        "ownerCustomer": {
  6845          "description": "Output only. The resource name of the customer that owns the conversion custom variable.",
  6846          "readOnly": true,
  6847          "type": "string"
  6848        },
  6849        "resourceName": {
  6850          "description": "Immutable. The resource name of the conversion custom variable. Conversion custom variable resource names have the form: `customers/{customer_id}/conversionCustomVariables/{conversion_custom_variable_id}`",
  6851          "type": "string"
  6852        },
  6853        "status": {
  6854          "description": "The status of the conversion custom variable for conversion event accrual.",
  6855          "enum": [
  6856            "UNSPECIFIED",
  6857            "UNKNOWN",
  6858            "ACTIVATION_NEEDED",
  6859            "ENABLED",
  6860            "PAUSED"
  6861          ],
  6862          "enumDescriptions": [
  6863            "Not specified.",
  6864            "Used for return value only. Represents value unknown in this version.",
  6865            "The conversion custom variable is pending activation and will not accrue stats until set to ENABLED. This status can't be used in CREATE and UPDATE requests.",
  6866            "The conversion custom variable is enabled and will accrue stats.",
  6867            "The conversion custom variable is paused and will not accrue stats until set to ENABLED again."
  6868          ],
  6869          "type": "string"
  6870        },
  6871        "tag": {
  6872          "description": "Required. Immutable. The tag of the conversion custom variable. Tag should be unique and consist of a \"u\" character directly followed with a number less than ormequal to 100. For example: \"u4\".",
  6873          "type": "string"
  6874        }
  6875      },
  6876      "type": "object"
  6877    },
  6878    "GoogleAdsSearchads360V0Resources__ConversionTrackingSetting": {
  6879      "description": "A collection of customer-wide settings related to Search Ads 360 Conversion Tracking.",
  6880      "id": "GoogleAdsSearchads360V0Resources__ConversionTrackingSetting",
  6881      "properties": {
  6882        "acceptedCustomerDataTerms": {
  6883          "description": "Output only. Whether the customer has accepted customer data terms. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only. For more information, see https://support.google.com/adspolicy/answer/7475709.",
  6884          "readOnly": true,
  6885          "type": "boolean"
  6886        },
  6887        "conversionTrackingId": {
  6888          "description": "Output only. The conversion tracking id used for this account. This id doesn't indicate whether the customer uses conversion tracking (conversion_tracking_status does). This field is read-only.",
  6889          "format": "int64",
  6890          "readOnly": true,
  6891          "type": "string"
  6892        },
  6893        "conversionTrackingStatus": {
  6894          "description": "Output only. Conversion tracking status. It indicates whether the customer is using conversion tracking, and who is the conversion tracking owner of this customer. If this customer is using cross-account conversion tracking, the value returned will differ based on the `login-customer-id` of the request.",
  6895          "enum": [
  6896            "UNSPECIFIED",
  6897            "UNKNOWN",
  6898            "NOT_CONVERSION_TRACKED",
  6899            "CONVERSION_TRACKING_MANAGED_BY_SELF",
  6900            "CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER",
  6901            "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER"
  6902          ],
  6903          "enumDescriptions": [
  6904            "Not specified.",
  6905            "Used for return value only. Represents value unknown in this version.",
  6906            "Customer does not use any conversion tracking.",
  6907            "The conversion actions are created and managed by this customer.",
  6908            "The conversion actions are created and managed by the manager specified in the request's `login-customer-id`.",
  6909            "The conversion actions are created and managed by a manager different from the customer or manager specified in the request's `login-customer-id`."
  6910          ],
  6911          "readOnly": true,
  6912          "type": "string"
  6913        },
  6914        "crossAccountConversionTrackingId": {
  6915          "description": "Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into cross-account conversion tracking, and it overrides conversion_tracking_id.",
  6916          "format": "int64",
  6917          "readOnly": true,
  6918          "type": "string"
  6919        },
  6920        "enhancedConversionsForLeadsEnabled": {
  6921          "description": "Output only. Whether the customer is opted-in for enhanced conversions for leads. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only.",
  6922          "readOnly": true,
  6923          "type": "boolean"
  6924        },
  6925        "googleAdsConversionCustomer": {
  6926          "description": "Output only. The resource name of the customer where conversions are created and managed. This field is read-only.",
  6927          "readOnly": true,
  6928          "type": "string"
  6929        },
  6930        "googleAdsCrossAccountConversionTrackingId": {
  6931          "description": "Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into conversion tracking, and it overrides conversion_tracking_id. This field can only be managed through the Google Ads UI. This field is read-only.",
  6932          "format": "int64",
  6933          "readOnly": true,
  6934          "type": "string"
  6935        }
  6936      },
  6937      "type": "object"
  6938    },
  6939    "GoogleAdsSearchads360V0Resources__CustomColumn": {
  6940      "description": "A custom column. See Search Ads 360 custom column at https://support.google.com/sa360/answer/9633916",
  6941      "id": "GoogleAdsSearchads360V0Resources__CustomColumn",
  6942      "properties": {
  6943        "description": {
  6944          "description": "Output only. User-defined description of the custom column.",
  6945          "readOnly": true,
  6946          "type": "string"
  6947        },
  6948        "id": {
  6949          "description": "Output only. ID of the custom column.",
  6950          "format": "int64",
  6951          "readOnly": true,
  6952          "type": "string"
  6953        },
  6954        "name": {
  6955          "description": "Output only. User-defined name of the custom column.",
  6956          "readOnly": true,
  6957          "type": "string"
  6958        },
  6959        "queryable": {
  6960          "description": "Output only. True when the custom column is available to be used in the query of SearchAds360Service.Search and SearchAds360Service.SearchStream.",
  6961          "readOnly": true,
  6962          "type": "boolean"
  6963        },
  6964        "referencedSystemColumns": {
  6965          "description": "Output only. The list of the referenced system columns of this custom column. For example, A custom column \"sum of impressions and clicks\" has referenced system columns of {\"metrics.clicks\", \"metrics.impressions\"}.",
  6966          "items": {
  6967            "type": "string"
  6968          },
  6969          "readOnly": true,
  6970          "type": "array"
  6971        },
  6972        "referencesAttributes": {
  6973          "description": "Output only. True when the custom column is referring to one or more attributes.",
  6974          "readOnly": true,
  6975          "type": "boolean"
  6976        },
  6977        "referencesMetrics": {
  6978          "description": "Output only. True when the custom column is referring to one or more metrics.",
  6979          "readOnly": true,
  6980          "type": "boolean"
  6981        },
  6982        "resourceName": {
  6983          "description": "Immutable. The resource name of the custom column. Custom column resource names have the form: `customers/{customer_id}/customColumns/{custom_column_id}`",
  6984          "type": "string"
  6985        },
  6986        "valueType": {
  6987          "description": "Output only. The type of the result value of the custom column.",
  6988          "enum": [
  6989            "UNSPECIFIED",
  6990            "UNKNOWN",
  6991            "STRING",
  6992            "INT64",
  6993            "DOUBLE",
  6994            "BOOLEAN"
  6995          ],
  6996          "enumDescriptions": [
  6997            "Not specified.",
  6998            "Unknown.",
  6999            "The custom column value is a string.",
  7000            "The custom column value is an int64 number.",
  7001            "The custom column value is a double number.",
  7002            "The custom column value is a boolean."
  7003          ],
  7004          "readOnly": true,
  7005          "type": "string"
  7006        }
  7007      },
  7008      "type": "object"
  7009    },
  7010    "GoogleAdsSearchads360V0Resources__Customer": {
  7011      "description": "A customer.",
  7012      "id": "GoogleAdsSearchads360V0Resources__Customer",
  7013      "properties": {
  7014        "accountStatus": {
  7015          "description": "Output only. Account status, for example, Enabled, Paused, Removed, etc.",
  7016          "enum": [
  7017            "UNSPECIFIED",
  7018            "UNKNOWN",
  7019            "ENABLED",
  7020            "PAUSED",
  7021            "SUSPENDED",
  7022            "REMOVED",
  7023            "DRAFT"
  7024          ],
  7025          "enumDescriptions": [
  7026            "Default value.",
  7027            "Unknown value.",
  7028            "Account is able to serve ads.",
  7029            "Account is deactivated by the user.",
  7030            "Account is deactivated by an internal process.",
  7031            "Account is irrevocably deactivated.",
  7032            "Account is still in the process of setup, not ENABLED yet."
  7033          ],
  7034          "readOnly": true,
  7035          "type": "string"
  7036        },
  7037        "accountType": {
  7038          "description": "Output only. Engine account type, for example, Google Ads, Microsoft Advertising, Yahoo Japan, Baidu, Facebook, Engine Track, etc.",
  7039          "enum": [
  7040            "UNSPECIFIED",
  7041            "UNKNOWN",
  7042            "BAIDU",
  7043            "ENGINE_TRACK",
  7044            "FACEBOOK",
  7045            "FACEBOOK_GATEWAY",
  7046            "GOOGLE_ADS",
  7047            "MICROSOFT",
  7048            "SEARCH_ADS_360",
  7049            "YAHOO_JAPAN"
  7050          ],
  7051          "enumDescriptions": [
  7052            "Not specified.",
  7053            "Used for return value only. Represents value unknown in this version.",
  7054            "Baidu account.",
  7055            "Engine track account.",
  7056            "Facebook account.",
  7057            "Facebook account managed through gateway.",
  7058            "Google Ads account.",
  7059            "Microsoft Advertising account.",
  7060            "Search Ads 360 manager account.",
  7061            "Yahoo Japan account."
  7062          ],
  7063          "readOnly": true,
  7064          "type": "string"
  7065        },
  7066        "autoTaggingEnabled": {
  7067          "description": "Whether auto-tagging is enabled for the customer.",
  7068          "type": "boolean"
  7069        },
  7070        "conversionTrackingSetting": {
  7071          "$ref": "GoogleAdsSearchads360V0Resources__ConversionTrackingSetting",
  7072          "description": "Output only. Conversion tracking setting for a customer.",
  7073          "readOnly": true
  7074        },
  7075        "creationTime": {
  7076          "description": "Output only. The timestamp when this customer was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  7077          "readOnly": true,
  7078          "type": "string"
  7079        },
  7080        "currencyCode": {
  7081          "description": "Immutable. The currency in which the account operates. A subset of the currency codes from the ISO 4217 standard is supported.",
  7082          "type": "string"
  7083        },
  7084        "descriptiveName": {
  7085          "description": "Optional, non-unique descriptive name of the customer.",
  7086          "type": "string"
  7087        },
  7088        "doubleClickCampaignManagerSetting": {
  7089          "$ref": "GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting",
  7090          "description": "Output only. DoubleClick Campaign Manager (DCM) setting for a manager customer.",
  7091          "readOnly": true
  7092        },
  7093        "engineId": {
  7094          "description": "Output only. ID of the account in the external engine account.",
  7095          "readOnly": true,
  7096          "type": "string"
  7097        },
  7098        "finalUrlSuffix": {
  7099          "description": "The URL template for appending params to the final URL.",
  7100          "type": "string"
  7101        },
  7102        "id": {
  7103          "description": "Output only. The ID of the customer.",
  7104          "format": "int64",
  7105          "readOnly": true,
  7106          "type": "string"
  7107        },
  7108        "lastModifiedTime": {
  7109          "description": "Output only. The datetime when this customer was last modified. The datetime is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss.ssssss\" format.",
  7110          "readOnly": true,
  7111          "type": "string"
  7112        },
  7113        "manager": {
  7114          "description": "Output only. Whether the customer is a manager.",
  7115          "readOnly": true,
  7116          "type": "boolean"
  7117        },
  7118        "resourceName": {
  7119          "description": "Immutable. The resource name of the customer. Customer resource names have the form: `customers/{customer_id}`",
  7120          "type": "string"
  7121        },
  7122        "status": {
  7123          "description": "Output only. The status of the customer.",
  7124          "enum": [
  7125            "UNSPECIFIED",
  7126            "UNKNOWN",
  7127            "ENABLED",
  7128            "CANCELED",
  7129            "SUSPENDED",
  7130            "CLOSED"
  7131          ],
  7132          "enumDescriptions": [
  7133            "Not specified.",
  7134            "Used for return value only. Represents value unknown in this version.",
  7135            "Indicates an active account able to serve ads.",
  7136            "Indicates a canceled account unable to serve ads. Can be reactivated by an admin user.",
  7137            "Indicates a suspended account unable to serve ads. May only be activated by Google support.",
  7138            "Indicates a closed account unable to serve ads. Test account will also have CLOSED status. Status is permanent and may not be reopened."
  7139          ],
  7140          "readOnly": true,
  7141          "type": "string"
  7142        },
  7143        "timeZone": {
  7144          "description": "Immutable. The local timezone ID of the customer.",
  7145          "type": "string"
  7146        },
  7147        "trackingUrlTemplate": {
  7148          "description": "The URL template for constructing a tracking URL out of parameters.",
  7149          "type": "string"
  7150        }
  7151      },
  7152      "type": "object"
  7153    },
  7154    "GoogleAdsSearchads360V0Resources__CustomerAsset": {
  7155      "description": "A link between a customer and an asset.",
  7156      "id": "GoogleAdsSearchads360V0Resources__CustomerAsset",
  7157      "properties": {
  7158        "asset": {
  7159          "description": "Required. Immutable. The asset which is linked to the customer.",
  7160          "type": "string"
  7161        },
  7162        "resourceName": {
  7163          "description": "Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: `customers/{customer_id}/customerAssets/{asset_id}~{field_type}`",
  7164          "type": "string"
  7165        },
  7166        "status": {
  7167          "description": "Status of the customer asset.",
  7168          "enum": [
  7169            "UNSPECIFIED",
  7170            "UNKNOWN",
  7171            "ENABLED",
  7172            "REMOVED",
  7173            "PAUSED"
  7174          ],
  7175          "enumDescriptions": [
  7176            "Not specified.",
  7177            "Used for return value only. Represents value unknown in this version.",
  7178            "Asset link is enabled.",
  7179            "Asset link has been removed.",
  7180            "Asset link is paused."
  7181          ],
  7182          "type": "string"
  7183        }
  7184      },
  7185      "type": "object"
  7186    },
  7187    "GoogleAdsSearchads360V0Resources__CustomerAssetSet": {
  7188      "description": "CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.",
  7189      "id": "GoogleAdsSearchads360V0Resources__CustomerAssetSet",
  7190      "properties": {
  7191        "assetSet": {
  7192          "description": "Immutable. The asset set which is linked to the customer.",
  7193          "type": "string"
  7194        },
  7195        "customer": {
  7196          "description": "Immutable. The customer to which this asset set is linked.",
  7197          "type": "string"
  7198        },
  7199        "resourceName": {
  7200          "description": "Immutable. The resource name of the customer asset set. Asset set asset resource names have the form: `customers/{customer_id}/customerAssetSets/{asset_set_id}`",
  7201          "type": "string"
  7202        },
  7203        "status": {
  7204          "description": "Output only. The status of the customer asset set asset. Read-only.",
  7205          "enum": [
  7206            "UNSPECIFIED",
  7207            "UNKNOWN",
  7208            "ENABLED",
  7209            "REMOVED"
  7210          ],
  7211          "enumDescriptions": [
  7212            "The status has not been specified.",
  7213            "The received value is not known in this version. This is a response-only value.",
  7214            "The linkage between asset set and its container is enabled.",
  7215            "The linkage between asset set and its container is removed."
  7216          ],
  7217          "readOnly": true,
  7218          "type": "string"
  7219        }
  7220      },
  7221      "type": "object"
  7222    },
  7223    "GoogleAdsSearchads360V0Resources__CustomerClient": {
  7224      "description": "A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.",
  7225      "id": "GoogleAdsSearchads360V0Resources__CustomerClient",
  7226      "properties": {
  7227        "appliedLabels": {
  7228          "description": "Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form: `customers/{customer_id}/labels/{label_id}`",
  7229          "items": {
  7230            "type": "string"
  7231          },
  7232          "readOnly": true,
  7233          "type": "array"
  7234        },
  7235        "clientCustomer": {
  7236          "description": "Output only. The resource name of the client-customer which is linked to the given customer. Read only.",
  7237          "readOnly": true,
  7238          "type": "string"
  7239        },
  7240        "currencyCode": {
  7241          "description": "Output only. Currency code (for example, 'USD', 'EUR') for the client. Read only.",
  7242          "readOnly": true,
  7243          "type": "string"
  7244        },
  7245        "descriptiveName": {
  7246          "description": "Output only. Descriptive name for the client. Read only.",
  7247          "readOnly": true,
  7248          "type": "string"
  7249        },
  7250        "hidden": {
  7251          "description": "Output only. Specifies whether this is a hidden account. Read only.",
  7252          "readOnly": true,
  7253          "type": "boolean"
  7254        },
  7255        "id": {
  7256          "description": "Output only. The ID of the client customer. Read only.",
  7257          "format": "int64",
  7258          "readOnly": true,
  7259          "type": "string"
  7260        },
  7261        "level": {
  7262          "description": "Output only. Distance between given customer and client. For self link, the level value will be 0. Read only.",
  7263          "format": "int64",
  7264          "readOnly": true,
  7265          "type": "string"
  7266        },
  7267        "manager": {
  7268          "description": "Output only. Identifies if the client is a manager. Read only.",
  7269          "readOnly": true,
  7270          "type": "boolean"
  7271        },
  7272        "resourceName": {
  7273          "description": "Output only. The resource name of the customer client. CustomerClient resource names have the form: `customers/{customer_id}/customerClients/{client_customer_id}`",
  7274          "readOnly": true,
  7275          "type": "string"
  7276        },
  7277        "status": {
  7278          "description": "Output only. The status of the client customer. Read only.",
  7279          "enum": [
  7280            "UNSPECIFIED",
  7281            "UNKNOWN",
  7282            "ENABLED",
  7283            "CANCELED",
  7284            "SUSPENDED",
  7285            "CLOSED"
  7286          ],
  7287          "enumDescriptions": [
  7288            "Not specified.",
  7289            "Used for return value only. Represents value unknown in this version.",
  7290            "Indicates an active account able to serve ads.",
  7291            "Indicates a canceled account unable to serve ads. Can be reactivated by an admin user.",
  7292            "Indicates a suspended account unable to serve ads. May only be activated by Google support.",
  7293            "Indicates a closed account unable to serve ads. Test account will also have CLOSED status. Status is permanent and may not be reopened."
  7294          ],
  7295          "readOnly": true,
  7296          "type": "string"
  7297        },
  7298        "testAccount": {
  7299          "description": "Output only. Identifies if the client is a test account. Read only.",
  7300          "readOnly": true,
  7301          "type": "boolean"
  7302        },
  7303        "timeZone": {
  7304          "description": "Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles. Read only.",
  7305          "readOnly": true,
  7306          "type": "string"
  7307        }
  7308      },
  7309      "type": "object"
  7310    },
  7311    "GoogleAdsSearchads360V0Resources__CustomerManagerLink": {
  7312      "description": "Represents customer-manager link relationship.",
  7313      "id": "GoogleAdsSearchads360V0Resources__CustomerManagerLink",
  7314      "properties": {
  7315        "managerCustomer": {
  7316          "description": "Output only. The manager customer linked to the customer.",
  7317          "readOnly": true,
  7318          "type": "string"
  7319        },
  7320        "managerLinkId": {
  7321          "description": "Output only. ID of the customer-manager link. This field is read only.",
  7322          "format": "int64",
  7323          "readOnly": true,
  7324          "type": "string"
  7325        },
  7326        "resourceName": {
  7327          "description": "Immutable. Name of the resource. CustomerManagerLink resource names have the form: `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`",
  7328          "type": "string"
  7329        },
  7330        "status": {
  7331          "description": "Status of the link between the customer and the manager.",
  7332          "enum": [
  7333            "UNSPECIFIED",
  7334            "UNKNOWN",
  7335            "ACTIVE",
  7336            "INACTIVE",
  7337            "PENDING",
  7338            "REFUSED",
  7339            "CANCELED"
  7340          ],
  7341          "enumDescriptions": [
  7342            "Not specified.",
  7343            "Used for return value only. Represents value unknown in this version.",
  7344            "Indicates current in-effect relationship",
  7345            "Indicates terminated relationship",
  7346            "Indicates relationship has been requested by manager, but the client hasn't accepted yet.",
  7347            "Relationship was requested by the manager, but the client has refused.",
  7348            "Indicates relationship has been requested by manager, but manager canceled it."
  7349          ],
  7350          "type": "string"
  7351        }
  7352      },
  7353      "type": "object"
  7354    },
  7355    "GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting": {
  7356      "description": "DoubleClick Campaign Manager (DCM) setting for a manager customer.",
  7357      "id": "GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting",
  7358      "properties": {
  7359        "advertiserId": {
  7360          "description": "Output only. ID of the Campaign Manager advertiser associated with this customer.",
  7361          "format": "int64",
  7362          "readOnly": true,
  7363          "type": "string"
  7364        },
  7365        "networkId": {
  7366          "description": "Output only. ID of the Campaign Manager network associated with this customer.",
  7367          "format": "int64",
  7368          "readOnly": true,
  7369          "type": "string"
  7370        },
  7371        "timeZone": {
  7372          "description": "Output only. Time zone of the Campaign Manager network associated with this customer in IANA Time Zone Database format, such as America/New_York.",
  7373          "readOnly": true,
  7374          "type": "string"
  7375        }
  7376      },
  7377      "type": "object"
  7378    },
  7379    "GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView": {
  7380      "description": "A dynamic search ads search term view.",
  7381      "id": "GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView",
  7382      "properties": {
  7383        "landingPage": {
  7384          "description": "Output only. The dynamically selected landing page URL of the impression. This field is read-only.",
  7385          "readOnly": true,
  7386          "type": "string"
  7387        },
  7388        "resourceName": {
  7389          "description": "Output only. The resource name of the dynamic search ads search term view. Dynamic search ads search term view resource names have the form: `customers/{customer_id}/dynamicSearchAdsSearchTermViews/{ad_group_id}~{search_term_fingerprint}~{headline_fingerprint}~{landing_page_fingerprint}~{page_url_fingerprint}`",
  7390          "readOnly": true,
  7391          "type": "string"
  7392        }
  7393      },
  7394      "type": "object"
  7395    },
  7396    "GoogleAdsSearchads360V0Resources__GenderView": {
  7397      "description": "A gender view. The gender_view resource reflects the effective serving state, rather than what criteria were added. An ad group without gender criteria by default shows to all genders, so all genders appear in gender_view with stats.",
  7398      "id": "GoogleAdsSearchads360V0Resources__GenderView",
  7399      "properties": {
  7400        "resourceName": {
  7401          "description": "Output only. The resource name of the gender view. Gender view resource names have the form: `customers/{customer_id}/genderViews/{ad_group_id}~{criterion_id}`",
  7402          "readOnly": true,
  7403          "type": "string"
  7404        }
  7405      },
  7406      "type": "object"
  7407    },
  7408    "GoogleAdsSearchads360V0Resources__GeoTargetConstant": {
  7409      "description": "A geo target constant.",
  7410      "id": "GoogleAdsSearchads360V0Resources__GeoTargetConstant",
  7411      "properties": {
  7412        "canonicalName": {
  7413          "description": "Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.",
  7414          "readOnly": true,
  7415          "type": "string"
  7416        },
  7417        "countryCode": {
  7418          "description": "Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.",
  7419          "readOnly": true,
  7420          "type": "string"
  7421        },
  7422        "id": {
  7423          "description": "Output only. The ID of the geo target constant.",
  7424          "format": "int64",
  7425          "readOnly": true,
  7426          "type": "string"
  7427        },
  7428        "name": {
  7429          "description": "Output only. Geo target constant English name.",
  7430          "readOnly": true,
  7431          "type": "string"
  7432        },
  7433        "parentGeoTarget": {
  7434          "description": "Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`",
  7435          "readOnly": true,
  7436          "type": "string"
  7437        },
  7438        "resourceName": {
  7439          "description": "Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`",
  7440          "readOnly": true,
  7441          "type": "string"
  7442        },
  7443        "status": {
  7444          "description": "Output only. Geo target constant status.",
  7445          "enum": [
  7446            "UNSPECIFIED",
  7447            "UNKNOWN",
  7448            "ENABLED",
  7449            "REMOVAL_PLANNED"
  7450          ],
  7451          "enumDescriptions": [
  7452            "No value has been specified.",
  7453            "The received value is not known in this version. This is a response-only value.",
  7454            "The geo target constant is valid.",
  7455            "The geo target constant is obsolete and will be removed."
  7456          ],
  7457          "readOnly": true,
  7458          "type": "string"
  7459        },
  7460        "targetType": {
  7461          "description": "Output only. Geo target constant target type.",
  7462          "readOnly": true,
  7463          "type": "string"
  7464        }
  7465      },
  7466      "type": "object"
  7467    },
  7468    "GoogleAdsSearchads360V0Resources__KeywordView": {
  7469      "description": "A keyword view.",
  7470      "id": "GoogleAdsSearchads360V0Resources__KeywordView",
  7471      "properties": {
  7472        "resourceName": {
  7473          "description": "Output only. The resource name of the keyword view. Keyword view resource names have the form: `customers/{customer_id}/keywordViews/{ad_group_id}~{criterion_id}`",
  7474          "readOnly": true,
  7475          "type": "string"
  7476        }
  7477      },
  7478      "type": "object"
  7479    },
  7480    "GoogleAdsSearchads360V0Resources__Label": {
  7481      "description": "A label.",
  7482      "id": "GoogleAdsSearchads360V0Resources__Label",
  7483      "properties": {
  7484        "id": {
  7485          "description": "Output only. ID of the label. Read only.",
  7486          "format": "int64",
  7487          "readOnly": true,
  7488          "type": "string"
  7489        },
  7490        "name": {
  7491          "description": "The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive.",
  7492          "type": "string"
  7493        },
  7494        "resourceName": {
  7495          "description": "Immutable. Name of the resource. Label resource names have the form: `customers/{customer_id}/labels/{label_id}`",
  7496          "type": "string"
  7497        },
  7498        "status": {
  7499          "description": "Output only. Status of the label. Read only.",
  7500          "enum": [
  7501            "UNSPECIFIED",
  7502            "UNKNOWN",
  7503            "ENABLED",
  7504            "REMOVED"
  7505          ],
  7506          "enumDescriptions": [
  7507            "Not specified.",
  7508            "Used for return value only. Represents value unknown in this version.",
  7509            "Label is enabled.",
  7510            "Label is removed."
  7511          ],
  7512          "readOnly": true,
  7513          "type": "string"
  7514        },
  7515        "textLabel": {
  7516          "$ref": "GoogleAdsSearchads360V0Common__TextLabel",
  7517          "description": "A type of label displaying text on a colored background."
  7518        }
  7519      },
  7520      "type": "object"
  7521    },
  7522    "GoogleAdsSearchads360V0Resources__LanguageConstant": {
  7523      "description": "A language.",
  7524      "id": "GoogleAdsSearchads360V0Resources__LanguageConstant",
  7525      "properties": {
  7526        "code": {
  7527          "description": "Output only. The language code, for example, \"en_US\", \"en_AU\", \"es\", \"fr\", etc.",
  7528          "readOnly": true,
  7529          "type": "string"
  7530        },
  7531        "id": {
  7532          "description": "Output only. The ID of the language constant.",
  7533          "format": "int64",
  7534          "readOnly": true,
  7535          "type": "string"
  7536        },
  7537        "name": {
  7538          "description": "Output only. The full name of the language in English, for example, \"English (US)\", \"Spanish\", etc.",
  7539          "readOnly": true,
  7540          "type": "string"
  7541        },
  7542        "resourceName": {
  7543          "description": "Output only. The resource name of the language constant. Language constant resource names have the form: `languageConstants/{criterion_id}`",
  7544          "readOnly": true,
  7545          "type": "string"
  7546        },
  7547        "targetable": {
  7548          "description": "Output only. Whether the language is targetable.",
  7549          "readOnly": true,
  7550          "type": "boolean"
  7551        }
  7552      },
  7553      "type": "object"
  7554    },
  7555    "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension": {
  7556      "description": "Listing dimensions for the asset group listing group filter.",
  7557      "id": "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension",
  7558      "properties": {
  7559        "productBiddingCategory": {
  7560          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBiddingCategory",
  7561          "description": "Bidding category of a product offer."
  7562        },
  7563        "productBrand": {
  7564          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductBrand",
  7565          "description": "Brand of a product offer."
  7566        },
  7567        "productChannel": {
  7568          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductChannel",
  7569          "description": "Locality of a product offer."
  7570        },
  7571        "productCondition": {
  7572          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCondition",
  7573          "description": "Condition of a product offer."
  7574        },
  7575        "productCustomAttribute": {
  7576          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductCustomAttribute",
  7577          "description": "Custom attribute of a product offer."
  7578        },
  7579        "productItemId": {
  7580          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductItemId",
  7581          "description": "Item id of a product offer."
  7582        },
  7583        "productType": {
  7584          "$ref": "GoogleAdsSearchads360V0Resources_ListingGroupFilterDimension_ProductType",
  7585          "description": "Type of a product offer."
  7586        }
  7587      },
  7588      "type": "object"
  7589    },
  7590    "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimensionPath": {
  7591      "description": "The path defining of dimensions defining a listing group filter.",
  7592      "id": "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimensionPath",
  7593      "properties": {
  7594        "dimensions": {
  7595          "description": "Output only. The complete path of dimensions through the listing group filter hierarchy (excluding the root node) to this listing group filter.",
  7596          "items": {
  7597            "$ref": "GoogleAdsSearchads360V0Resources__ListingGroupFilterDimension"
  7598          },
  7599          "readOnly": true,
  7600          "type": "array"
  7601        }
  7602      },
  7603      "type": "object"
  7604    },
  7605    "GoogleAdsSearchads360V0Resources__LocationView": {
  7606      "description": "A location view summarizes the performance of campaigns by a Location criterion.",
  7607      "id": "GoogleAdsSearchads360V0Resources__LocationView",
  7608      "properties": {
  7609        "resourceName": {
  7610          "description": "Output only. The resource name of the location view. Location view resource names have the form: `customers/{customer_id}/locationViews/{campaign_id}~{criterion_id}`",
  7611          "readOnly": true,
  7612          "type": "string"
  7613        }
  7614      },
  7615      "type": "object"
  7616    },
  7617    "GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant": {
  7618      "description": "A Product Bidding Category.",
  7619      "id": "GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant",
  7620      "properties": {
  7621        "countryCode": {
  7622          "description": "Output only. Two-letter upper-case country code of the product bidding category.",
  7623          "readOnly": true,
  7624          "type": "string"
  7625        },
  7626        "id": {
  7627          "description": "Output only. ID of the product bidding category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436.",
  7628          "format": "int64",
  7629          "readOnly": true,
  7630          "type": "string"
  7631        },
  7632        "languageCode": {
  7633          "description": "Output only. Language code of the product bidding category.",
  7634          "readOnly": true,
  7635          "type": "string"
  7636        },
  7637        "level": {
  7638          "description": "Output only. Level of the product bidding category.",
  7639          "enum": [
  7640            "UNSPECIFIED",
  7641            "UNKNOWN",
  7642            "LEVEL1",
  7643            "LEVEL2",
  7644            "LEVEL3",
  7645            "LEVEL4",
  7646            "LEVEL5"
  7647          ],
  7648          "enumDescriptions": [
  7649            "Not specified.",
  7650            "Used for return value only. Represents value unknown in this version.",
  7651            "Level 1.",
  7652            "Level 2.",
  7653            "Level 3.",
  7654            "Level 4.",
  7655            "Level 5."
  7656          ],
  7657          "readOnly": true,
  7658          "type": "string"
  7659        },
  7660        "localizedName": {
  7661          "description": "Output only. Display value of the product bidding category localized according to language_code.",
  7662          "readOnly": true,
  7663          "type": "string"
  7664        },
  7665        "productBiddingCategoryConstantParent": {
  7666          "description": "Output only. Resource name of the parent product bidding category.",
  7667          "readOnly": true,
  7668          "type": "string"
  7669        },
  7670        "resourceName": {
  7671          "description": "Output only. The resource name of the product bidding category. Product bidding category resource names have the form: `productBiddingCategoryConstants/{country_code}~{level}~{id}`",
  7672          "readOnly": true,
  7673          "type": "string"
  7674        },
  7675        "status": {
  7676          "description": "Output only. Status of the product bidding category.",
  7677          "enum": [
  7678            "UNSPECIFIED",
  7679            "UNKNOWN",
  7680            "ACTIVE",
  7681            "OBSOLETE"
  7682          ],
  7683          "enumDescriptions": [
  7684            "Not specified.",
  7685            "Used for return value only. Represents value unknown in this version.",
  7686            "The category is active and can be used for bidding.",
  7687            "The category is obsolete. Used only for reporting purposes."
  7688          ],
  7689          "readOnly": true,
  7690          "type": "string"
  7691        }
  7692      },
  7693      "type": "object"
  7694    },
  7695    "GoogleAdsSearchads360V0Resources__ProductGroupView": {
  7696      "description": "A product group view.",
  7697      "id": "GoogleAdsSearchads360V0Resources__ProductGroupView",
  7698      "properties": {
  7699        "resourceName": {
  7700          "description": "Output only. The resource name of the product group view. Product group view resource names have the form: `customers/{customer_id}/productGroupViews/{ad_group_id}~{criterion_id}`",
  7701          "readOnly": true,
  7702          "type": "string"
  7703        }
  7704      },
  7705      "type": "object"
  7706    },
  7707    "GoogleAdsSearchads360V0Resources__SearchAds360Field": {
  7708      "description": "A field or resource (artifact) used by SearchAds360Service.",
  7709      "id": "GoogleAdsSearchads360V0Resources__SearchAds360Field",
  7710      "properties": {
  7711        "attributeResources": {
  7712          "description": "Output only. The names of all resources that are selectable with the described artifact. Fields from these resources do not segment metrics when included in search queries. This field is only set for artifacts whose category is RESOURCE.",
  7713          "items": {
  7714            "type": "string"
  7715          },
  7716          "readOnly": true,
  7717          "type": "array"
  7718        },
  7719        "category": {
  7720          "description": "Output only. The category of the artifact.",
  7721          "enum": [
  7722            "UNSPECIFIED",
  7723            "UNKNOWN",
  7724            "RESOURCE",
  7725            "ATTRIBUTE",
  7726            "SEGMENT",
  7727            "METRIC"
  7728          ],
  7729          "enumDescriptions": [
  7730            "Unspecified",
  7731            "Unknown",
  7732            "The described artifact is a resource.",
  7733            "The described artifact is a field and is an attribute of a resource. Including a resource attribute field in a query may segment the query if the resource to which it is attributed segments the resource found in the FROM clause.",
  7734            "The described artifact is a field and always segments search queries.",
  7735            "The described artifact is a field and is a metric. It never segments search queries."
  7736          ],
  7737          "readOnly": true,
  7738          "type": "string"
  7739        },
  7740        "dataType": {
  7741          "description": "Output only. This field determines the operators that can be used with the artifact in WHERE clauses.",
  7742          "enum": [
  7743            "UNSPECIFIED",
  7744            "UNKNOWN",
  7745            "BOOLEAN",
  7746            "DATE",
  7747            "DOUBLE",
  7748            "ENUM",
  7749            "FLOAT",
  7750            "INT32",
  7751            "INT64",
  7752            "MESSAGE",
  7753            "RESOURCE_NAME",
  7754            "STRING",
  7755            "UINT64"
  7756          ],
  7757          "enumDescriptions": [
  7758            "Unspecified",
  7759            "Unknown",
  7760            "Maps to google.protobuf.BoolValue Applicable operators: =, !=",
  7761            "Maps to google.protobuf.StringValue. It can be compared using the set of operators specific to dates however. Applicable operators: =, \u003c, \u003e, \u003c=, \u003e=, BETWEEN, DURING, and IN",
  7762            "Maps to google.protobuf.DoubleValue Applicable operators: =, !=, \u003c, \u003e, IN, NOT IN",
  7763            "Maps to an enum. It's specific definition can be found at type_url. Applicable operators: =, !=, IN, NOT IN",
  7764            "Maps to google.protobuf.FloatValue Applicable operators: =, !=, \u003c, \u003e, IN, NOT IN",
  7765            "Maps to google.protobuf.Int32Value Applicable operators: =, !=, \u003c, \u003e, \u003c=, \u003e=, BETWEEN, IN, NOT IN",
  7766            "Maps to google.protobuf.Int64Value Applicable operators: =, !=, \u003c, \u003e, \u003c=, \u003e=, BETWEEN, IN, NOT IN",
  7767            "Maps to a protocol buffer message type. The data type's details can be found in type_url. No operators work with MESSAGE fields.",
  7768            "Maps to google.protobuf.StringValue. Represents the resource name (unique id) of a resource or one of its foreign keys. No operators work with RESOURCE_NAME fields.",
  7769            "Maps to google.protobuf.StringValue. Applicable operators: =, !=, LIKE, NOT LIKE, IN, NOT IN",
  7770            "Maps to google.protobuf.UInt64Value Applicable operators: =, !=, \u003c, \u003e, \u003c=, \u003e=, BETWEEN, IN, NOT IN"
  7771          ],
  7772          "readOnly": true,
  7773          "type": "string"
  7774        },
  7775        "enumValues": {
  7776          "description": "Output only. Values the artifact can assume if it is a field of type ENUM. This field is only set for artifacts of category SEGMENT or ATTRIBUTE.",
  7777          "items": {
  7778            "type": "string"
  7779          },
  7780          "readOnly": true,
  7781          "type": "array"
  7782        },
  7783        "filterable": {
  7784          "description": "Output only. Whether the artifact can be used in a WHERE clause in search queries.",
  7785          "readOnly": true,
  7786          "type": "boolean"
  7787        },
  7788        "isRepeated": {
  7789          "description": "Output only. Whether the field artifact is repeated.",
  7790          "readOnly": true,
  7791          "type": "boolean"
  7792        },
  7793        "metrics": {
  7794          "description": "Output only. This field lists the names of all metrics that are selectable with the described artifact when it is used in the FROM clause. It is only set for artifacts whose category is RESOURCE.",
  7795          "items": {
  7796            "type": "string"
  7797          },
  7798          "readOnly": true,
  7799          "type": "array"
  7800        },
  7801        "name": {
  7802          "description": "Output only. The name of the artifact.",
  7803          "readOnly": true,
  7804          "type": "string"
  7805        },
  7806        "resourceName": {
  7807          "description": "Output only. The resource name of the artifact. Artifact resource names have the form: `SearchAds360Fields/{name}`",
  7808          "readOnly": true,
  7809          "type": "string"
  7810        },
  7811        "segments": {
  7812          "description": "Output only. This field lists the names of all artifacts, whether a segment or another resource, that segment metrics when included in search queries and when the described artifact is used in the FROM clause. It is only set for artifacts whose category is RESOURCE.",
  7813          "items": {
  7814            "type": "string"
  7815          },
  7816          "readOnly": true,
  7817          "type": "array"
  7818        },
  7819        "selectable": {
  7820          "description": "Output only. Whether the artifact can be used in a SELECT clause in search queries.",
  7821          "readOnly": true,
  7822          "type": "boolean"
  7823        },
  7824        "selectableWith": {
  7825          "description": "Output only. The names of all resources, segments, and metrics that are selectable with the described artifact.",
  7826          "items": {
  7827            "type": "string"
  7828          },
  7829          "readOnly": true,
  7830          "type": "array"
  7831        },
  7832        "sortable": {
  7833          "description": "Output only. Whether the artifact can be used in a ORDER BY clause in search queries.",
  7834          "readOnly": true,
  7835          "type": "boolean"
  7836        },
  7837        "typeUrl": {
  7838          "description": "Output only. The URL of proto describing the artifact's data type.",
  7839          "readOnly": true,
  7840          "type": "string"
  7841        }
  7842      },
  7843      "type": "object"
  7844    },
  7845    "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView": {
  7846      "description": "Shopping performance view. Provides Shopping campaign statistics aggregated at several product dimension levels. Product dimension values from Merchant Center such as brand, category, custom attributes, product condition and product type will reflect the state of each dimension as of the date and time when the corresponding event was recorded.",
  7847      "id": "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView",
  7848      "properties": {
  7849        "resourceName": {
  7850          "description": "Output only. The resource name of the Shopping performance view. Shopping performance view resource names have the form: `customers/{customer_id}/shoppingPerformanceView`",
  7851          "readOnly": true,
  7852          "type": "string"
  7853        }
  7854      },
  7855      "type": "object"
  7856    },
  7857    "GoogleAdsSearchads360V0Resources__UserList": {
  7858      "description": "A user list. This is a list of users a customer may target.",
  7859      "id": "GoogleAdsSearchads360V0Resources__UserList",
  7860      "properties": {
  7861        "id": {
  7862          "description": "Output only. Id of the user list.",
  7863          "format": "int64",
  7864          "readOnly": true,
  7865          "type": "string"
  7866        },
  7867        "name": {
  7868          "description": "Name of this user list. Depending on its access_reason, the user list name may not be unique (for example, if access_reason=SHARED)",
  7869          "type": "string"
  7870        },
  7871        "resourceName": {
  7872          "description": "Immutable. The resource name of the user list. User list resource names have the form: `customers/{customer_id}/userLists/{user_list_id}`",
  7873          "type": "string"
  7874        },
  7875        "type": {
  7876          "description": "Output only. Type of this list. This field is read-only.",
  7877          "enum": [
  7878            "UNSPECIFIED",
  7879            "UNKNOWN",
  7880            "REMARKETING",
  7881            "LOGICAL",
  7882            "EXTERNAL_REMARKETING",
  7883            "RULE_BASED",
  7884            "SIMILAR",
  7885            "CRM_BASED"
  7886          ],
  7887          "enumDescriptions": [
  7888            "Not specified.",
  7889            "Used for return value only. Represents value unknown in this version.",
  7890            "UserList represented as a collection of conversion types.",
  7891            "UserList represented as a combination of other user lists/interests.",
  7892            "UserList created in the Google Ad Manager platform.",
  7893            "UserList associated with a rule.",
  7894            "UserList with users similar to users of another UserList.",
  7895            "UserList of first-party CRM data provided by advertiser in the form of emails or other formats."
  7896          ],
  7897          "readOnly": true,
  7898          "type": "string"
  7899        }
  7900      },
  7901      "type": "object"
  7902    },
  7903    "GoogleAdsSearchads360V0Resources__Visit": {
  7904      "description": "A visit.",
  7905      "id": "GoogleAdsSearchads360V0Resources__Visit",
  7906      "properties": {
  7907        "adId": {
  7908          "description": "Output only. Ad ID. A value of 0 indicates that the ad is unattributed.",
  7909          "format": "int64",
  7910          "readOnly": true,
  7911          "type": "string"
  7912        },
  7913        "assetFieldType": {
  7914          "description": "Output only. Asset field type of the visit event.",
  7915          "enum": [
  7916            "UNSPECIFIED",
  7917            "UNKNOWN",
  7918            "HEADLINE",
  7919            "DESCRIPTION",
  7920            "MANDATORY_AD_TEXT",
  7921            "MARKETING_IMAGE",
  7922            "MEDIA_BUNDLE",
  7923            "YOUTUBE_VIDEO",
  7924            "BOOK_ON_GOOGLE",
  7925            "LEAD_FORM",
  7926            "PROMOTION",
  7927            "CALLOUT",
  7928            "STRUCTURED_SNIPPET",
  7929            "SITELINK",
  7930            "MOBILE_APP",
  7931            "HOTEL_CALLOUT",
  7932            "CALL",
  7933            "PRICE",
  7934            "LONG_HEADLINE",
  7935            "BUSINESS_NAME",
  7936            "SQUARE_MARKETING_IMAGE",
  7937            "PORTRAIT_MARKETING_IMAGE",
  7938            "LOGO",
  7939            "LANDSCAPE_LOGO",
  7940            "VIDEO",
  7941            "CALL_TO_ACTION_SELECTION",
  7942            "AD_IMAGE",
  7943            "BUSINESS_LOGO",
  7944            "HOTEL_PROPERTY",
  7945            "DISCOVERY_CAROUSEL_CARD"
  7946          ],
  7947          "enumDescriptions": [
  7948            "Not specified.",
  7949            "Used for return value only. Represents value unknown in this version.",
  7950            "The asset is linked for use as a headline.",
  7951            "The asset is linked for use as a description.",
  7952            "The asset is linked for use as mandatory ad text.",
  7953            "The asset is linked for use as a marketing image.",
  7954            "The asset is linked for use as a media bundle.",
  7955            "The asset is linked for use as a YouTube video.",
  7956            "The asset is linked to indicate that a hotels campaign is \"Book on Google\" enabled.",
  7957            "The asset is linked for use as a Lead Form extension.",
  7958            "The asset is linked for use as a Promotion extension.",
  7959            "The asset is linked for use as a Callout extension.",
  7960            "The asset is linked for use as a Structured Snippet extension.",
  7961            "The asset is linked for use as a Sitelink.",
  7962            "The asset is linked for use as a Mobile App extension.",
  7963            "The asset is linked for use as a Hotel Callout extension.",
  7964            "The asset is linked for use as a Call extension.",
  7965            "The asset is linked for use as a Price extension.",
  7966            "The asset is linked for use as a long headline.",
  7967            "The asset is linked for use as a business name.",
  7968            "The asset is linked for use as a square marketing image.",
  7969            "The asset is linked for use as a portrait marketing image.",
  7970            "The asset is linked for use as a logo.",
  7971            "The asset is linked for use as a landscape logo.",
  7972            "The asset is linked for use as a non YouTube logo.",
  7973            "The asset is linked for use to select a call-to-action.",
  7974            "The asset is linked for use to select an ad image.",
  7975            "The asset is linked for use as a business logo.",
  7976            "The asset is linked for use as a hotel property in a Performance Max for travel goals campaign.",
  7977            "The asset is linked for use as a discovery carousel card."
  7978          ],
  7979          "readOnly": true,
  7980          "type": "string"
  7981        },
  7982        "assetId": {
  7983          "description": "Output only. ID of the asset which was interacted with during the visit event.",
  7984          "format": "int64",
  7985          "readOnly": true,
  7986          "type": "string"
  7987        },
  7988        "clickId": {
  7989          "description": "Output only. A unique string for each visit that is passed to the landing page as the click id URL parameter.",
  7990          "readOnly": true,
  7991          "type": "string"
  7992        },
  7993        "criterionId": {
  7994          "description": "Output only. Search Ads 360 keyword ID. A value of 0 indicates that the keyword is unattributed.",
  7995          "format": "int64",
  7996          "readOnly": true,
  7997          "type": "string"
  7998        },
  7999        "id": {
  8000          "description": "Output only. The ID of the visit.",
  8001          "format": "int64",
  8002          "readOnly": true,
  8003          "type": "string"
  8004        },
  8005        "merchantId": {
  8006          "description": "Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360.",
  8007          "format": "int64",
  8008          "readOnly": true,
  8009          "type": "string"
  8010        },
  8011        "productChannel": {
  8012          "description": "Output only. The sales channel of the product that was clicked on: Online or Local.",
  8013          "enum": [
  8014            "UNSPECIFIED",
  8015            "UNKNOWN",
  8016            "ONLINE",
  8017            "LOCAL"
  8018          ],
  8019          "enumDescriptions": [
  8020            "Not specified.",
  8021            "Used for return value only. Represents value unknown in this version.",
  8022            "The item is sold online.",
  8023            "The item is sold in local stores."
  8024          ],
  8025          "readOnly": true,
  8026          "type": "string"
  8027        },
  8028        "productCountryCode": {
  8029          "description": "Output only. The country (ISO-3166 format) registered for the inventory feed that contains the product clicked on.",
  8030          "readOnly": true,
  8031          "type": "string"
  8032        },
  8033        "productId": {
  8034          "description": "Output only. The ID of the product clicked on.",
  8035          "readOnly": true,
  8036          "type": "string"
  8037        },
  8038        "productLanguageCode": {
  8039          "description": "Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.",
  8040          "readOnly": true,
  8041          "type": "string"
  8042        },
  8043        "productStoreId": {
  8044          "description": "Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed.",
  8045          "readOnly": true,
  8046          "type": "string"
  8047        },
  8048        "resourceName": {
  8049          "description": "Output only. The resource name of the visit. Visit resource names have the form: `customers/{customer_id}/visits/{ad_group_id}~{criterion_id}~{ds_visit_id}`",
  8050          "readOnly": true,
  8051          "type": "string"
  8052        },
  8053        "visitDateTime": {
  8054          "description": "Output only. The timestamp of the visit event. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
  8055          "readOnly": true,
  8056          "type": "string"
  8057        }
  8058      },
  8059      "type": "object"
  8060    },
  8061    "GoogleAdsSearchads360V0Resources__WebpageView": {
  8062      "description": "A webpage view.",
  8063      "id": "GoogleAdsSearchads360V0Resources__WebpageView",
  8064      "properties": {
  8065        "resourceName": {
  8066          "description": "Output only. The resource name of the webpage view. Webpage view resource names have the form: `customers/{customer_id}/webpageViews/{ad_group_id}~{criterion_id}`",
  8067          "readOnly": true,
  8068          "type": "string"
  8069        }
  8070      },
  8071      "type": "object"
  8072    },
  8073    "GoogleAdsSearchads360V0Services__ConversionCustomDimensionHeader": {
  8074      "description": "Message for conversion custom dimension header.",
  8075      "id": "GoogleAdsSearchads360V0Services__ConversionCustomDimensionHeader",
  8076      "properties": {
  8077        "id": {
  8078          "description": "The conversion custom dimension ID.",
  8079          "format": "int64",
  8080          "type": "string"
  8081        },
  8082        "name": {
  8083          "description": "The user defined name of the conversion custom dimension.",
  8084          "type": "string"
  8085        }
  8086      },
  8087      "type": "object"
  8088    },
  8089    "GoogleAdsSearchads360V0Services__ConversionCustomMetricHeader": {
  8090      "description": "Message for conversion custom metric header.",
  8091      "id": "GoogleAdsSearchads360V0Services__ConversionCustomMetricHeader",
  8092      "properties": {
  8093        "id": {
  8094          "description": "The conversion custom metric ID.",
  8095          "format": "int64",
  8096          "type": "string"
  8097        },
  8098        "name": {
  8099          "description": "The user defined name of the conversion custom metric.",
  8100          "type": "string"
  8101        }
  8102      },
  8103      "type": "object"
  8104    },
  8105    "GoogleAdsSearchads360V0Services__CustomColumnHeader": {
  8106      "description": "Message for custom column header.",
  8107      "id": "GoogleAdsSearchads360V0Services__CustomColumnHeader",
  8108      "properties": {
  8109        "id": {
  8110          "description": "The custom column ID.",
  8111          "format": "int64",
  8112          "type": "string"
  8113        },
  8114        "name": {
  8115          "description": "The user defined name of the custom column.",
  8116          "type": "string"
  8117        },
  8118        "referencesMetrics": {
  8119          "description": "True when the custom column references metrics.",
  8120          "type": "boolean"
  8121        }
  8122      },
  8123      "type": "object"
  8124    },
  8125    "GoogleAdsSearchads360V0Services__ListAccessibleCustomersResponse": {
  8126      "description": "Response message for CustomerService.ListAccessibleCustomers.",
  8127      "id": "GoogleAdsSearchads360V0Services__ListAccessibleCustomersResponse",
  8128      "properties": {
  8129        "resourceNames": {
  8130          "description": "Resource name of customers directly accessible by the user authenticating the call.",
  8131          "items": {
  8132            "type": "string"
  8133          },
  8134          "type": "array"
  8135        }
  8136      },
  8137      "type": "object"
  8138    },
  8139    "GoogleAdsSearchads360V0Services__ListCustomColumnsResponse": {
  8140      "description": "Response message for fetching all custom columns associated with a customer.",
  8141      "id": "GoogleAdsSearchads360V0Services__ListCustomColumnsResponse",
  8142      "properties": {
  8143        "customColumns": {
  8144          "description": "The CustomColumns owned by the provided customer.",
  8145          "items": {
  8146            "$ref": "GoogleAdsSearchads360V0Resources__CustomColumn"
  8147          },
  8148          "type": "array"
  8149        }
  8150      },
  8151      "type": "object"
  8152    },
  8153    "GoogleAdsSearchads360V0Services__RawEventConversionDimensionHeader": {
  8154      "description": "Message for raw event conversion dimension header.",
  8155      "id": "GoogleAdsSearchads360V0Services__RawEventConversionDimensionHeader",
  8156      "properties": {
  8157        "id": {
  8158          "description": "The conversion custom variable ID.",
  8159          "format": "int64",
  8160          "type": "string"
  8161        },
  8162        "name": {
  8163          "description": "The user defined name of the raw event dimension.",
  8164          "type": "string"
  8165        }
  8166      },
  8167      "type": "object"
  8168    },
  8169    "GoogleAdsSearchads360V0Services__RawEventConversionMetricHeader": {
  8170      "description": "Message for raw event conversion metric header.",
  8171      "id": "GoogleAdsSearchads360V0Services__RawEventConversionMetricHeader",
  8172      "properties": {
  8173        "id": {
  8174          "description": "The conversion custom variable ID.",
  8175          "format": "int64",
  8176          "type": "string"
  8177        },
  8178        "name": {
  8179          "description": "The user defined name of the raw event metric.",
  8180          "type": "string"
  8181        }
  8182      },
  8183      "type": "object"
  8184    },
  8185    "GoogleAdsSearchads360V0Services__SearchAds360Row": {
  8186      "description": "A returned row from the query.",
  8187      "id": "GoogleAdsSearchads360V0Services__SearchAds360Row",
  8188      "properties": {
  8189        "accessibleBiddingStrategy": {
  8190          "$ref": "GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy",
  8191          "description": "The accessible bidding strategy referenced in the query."
  8192        },
  8193        "adGroup": {
  8194          "$ref": "GoogleAdsSearchads360V0Resources__AdGroup",
  8195          "description": "The ad group referenced in the query."
  8196        },
  8197        "adGroupAd": {
  8198          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAd",
  8199          "description": "The ad referenced in the query."
  8200        },
  8201        "adGroupAdLabel": {
  8202          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
  8203          "description": "The ad group ad label referenced in the query."
  8204        },
  8205        "adGroupAsset": {
  8206          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAsset",
  8207          "description": "The ad group asset referenced in the query."
  8208        },
  8209        "adGroupAssetSet": {
  8210          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAssetSet",
  8211          "description": "The ad group asset set referenced in the query."
  8212        },
  8213        "adGroupAudienceView": {
  8214          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAudienceView",
  8215          "description": "The ad group audience view referenced in the query."
  8216        },
  8217        "adGroupBidModifier": {
  8218          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupBidModifier",
  8219          "description": "The bid modifier referenced in the query."
  8220        },
  8221        "adGroupCriterion": {
  8222          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterion",
  8223          "description": "The criterion referenced in the query."
  8224        },
  8225        "adGroupCriterionLabel": {
  8226          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
  8227          "description": "The ad group criterion label referenced in the query."
  8228        },
  8229        "adGroupLabel": {
  8230          "$ref": "GoogleAdsSearchads360V0Resources__AdGroupLabel",
  8231          "description": "The ad group label referenced in the query."
  8232        },
  8233        "ageRangeView": {
  8234          "$ref": "GoogleAdsSearchads360V0Resources__AgeRangeView",
  8235          "description": "The age range view referenced in the query."
  8236        },
  8237        "asset": {
  8238          "$ref": "GoogleAdsSearchads360V0Resources__Asset",
  8239          "description": "The asset referenced in the query."
  8240        },
  8241        "assetGroup": {
  8242          "$ref": "GoogleAdsSearchads360V0Resources__AssetGroup",
  8243          "description": "The asset group referenced in the query."
  8244        },
  8245        "assetGroupAsset": {
  8246          "$ref": "GoogleAdsSearchads360V0Resources__AssetGroupAsset",
  8247          "description": "The asset group asset referenced in the query."
  8248        },
  8249        "assetGroupListingGroupFilter": {
  8250          "$ref": "GoogleAdsSearchads360V0Resources__AssetGroupListingGroupFilter",
  8251          "description": "The asset group listing group filter referenced in the query."
  8252        },
  8253        "assetGroupSignal": {
  8254          "$ref": "GoogleAdsSearchads360V0Resources__AssetGroupSignal",
  8255          "description": "The asset group signal referenced in the query."
  8256        },
  8257        "assetGroupTopCombinationView": {
  8258          "$ref": "GoogleAdsSearchads360V0Resources__AssetGroupTopCombinationView",
  8259          "description": "The asset group top combination view referenced in the query."
  8260        },
  8261        "assetSet": {
  8262          "$ref": "GoogleAdsSearchads360V0Resources__AssetSet",
  8263          "description": "The asset set referenced in the query."
  8264        },
  8265        "assetSetAsset": {
  8266          "$ref": "GoogleAdsSearchads360V0Resources__AssetSetAsset",
  8267          "description": "The asset set asset referenced in the query."
  8268        },
  8269        "audience": {
  8270          "$ref": "GoogleAdsSearchads360V0Resources__Audience",
  8271          "description": "The Audience referenced in the query."
  8272        },
  8273        "biddingStrategy": {
  8274          "$ref": "GoogleAdsSearchads360V0Resources__BiddingStrategy",
  8275          "description": "The bidding strategy referenced in the query."
  8276        },
  8277        "campaign": {
  8278          "$ref": "GoogleAdsSearchads360V0Resources__Campaign",
  8279          "description": "The campaign referenced in the query."
  8280        },
  8281        "campaignAsset": {
  8282          "$ref": "GoogleAdsSearchads360V0Resources__CampaignAsset",
  8283          "description": "The campaign asset referenced in the query."
  8284        },
  8285        "campaignAssetSet": {
  8286          "$ref": "GoogleAdsSearchads360V0Resources__CampaignAssetSet",
  8287          "description": "The campaign asset set referenced in the query."
  8288        },
  8289        "campaignAudienceView": {
  8290          "$ref": "GoogleAdsSearchads360V0Resources__CampaignAudienceView",
  8291          "description": "The campaign audience view referenced in the query."
  8292        },
  8293        "campaignBudget": {
  8294          "$ref": "GoogleAdsSearchads360V0Resources__CampaignBudget",
  8295          "description": "The campaign budget referenced in the query."
  8296        },
  8297        "campaignCriterion": {
  8298          "$ref": "GoogleAdsSearchads360V0Resources__CampaignCriterion",
  8299          "description": "The campaign criterion referenced in the query."
  8300        },
  8301        "campaignLabel": {
  8302          "$ref": "GoogleAdsSearchads360V0Resources__CampaignLabel",
  8303          "description": "The campaign label referenced in the query."
  8304        },
  8305        "cartDataSalesView": {
  8306          "$ref": "GoogleAdsSearchads360V0Resources__CartDataSalesView",
  8307          "description": "The cart data sales view referenced in the query."
  8308        },
  8309        "conversion": {
  8310          "$ref": "GoogleAdsSearchads360V0Resources__Conversion",
  8311          "description": "The event level conversion referenced in the query."
  8312        },
  8313        "conversionAction": {
  8314          "$ref": "GoogleAdsSearchads360V0Resources__ConversionAction",
  8315          "description": "The conversion action referenced in the query."
  8316        },
  8317        "conversionCustomVariable": {
  8318          "$ref": "GoogleAdsSearchads360V0Resources__ConversionCustomVariable",
  8319          "description": "The conversion custom variable referenced in the query."
  8320        },
  8321        "customColumns": {
  8322          "description": "The custom columns.",
  8323          "items": {
  8324            "$ref": "GoogleAdsSearchads360V0Common__Value"
  8325          },
  8326          "type": "array"
  8327        },
  8328        "customer": {
  8329          "$ref": "GoogleAdsSearchads360V0Resources__Customer",
  8330          "description": "The customer referenced in the query."
  8331        },
  8332        "customerAsset": {
  8333          "$ref": "GoogleAdsSearchads360V0Resources__CustomerAsset",
  8334          "description": "The customer asset referenced in the query."
  8335        },
  8336        "customerAssetSet": {
  8337          "$ref": "GoogleAdsSearchads360V0Resources__CustomerAssetSet",
  8338          "description": "The customer asset set referenced in the query."
  8339        },
  8340        "customerClient": {
  8341          "$ref": "GoogleAdsSearchads360V0Resources__CustomerClient",
  8342          "description": "The CustomerClient referenced in the query."
  8343        },
  8344        "customerManagerLink": {
  8345          "$ref": "GoogleAdsSearchads360V0Resources__CustomerManagerLink",
  8346          "description": "The CustomerManagerLink referenced in the query."
  8347        },
  8348        "dynamicSearchAdsSearchTermView": {
  8349          "$ref": "GoogleAdsSearchads360V0Resources__DynamicSearchAdsSearchTermView",
  8350          "description": "The dynamic search ads search term view referenced in the query."
  8351        },
  8352        "genderView": {
  8353          "$ref": "GoogleAdsSearchads360V0Resources__GenderView",
  8354          "description": "The gender view referenced in the query."
  8355        },
  8356        "geoTargetConstant": {
  8357          "$ref": "GoogleAdsSearchads360V0Resources__GeoTargetConstant",
  8358          "description": "The geo target constant referenced in the query."
  8359        },
  8360        "keywordView": {
  8361          "$ref": "GoogleAdsSearchads360V0Resources__KeywordView",
  8362          "description": "The keyword view referenced in the query."
  8363        },
  8364        "label": {
  8365          "$ref": "GoogleAdsSearchads360V0Resources__Label",
  8366          "description": "The label referenced in the query."
  8367        },
  8368        "languageConstant": {
  8369          "$ref": "GoogleAdsSearchads360V0Resources__LanguageConstant",
  8370          "description": "The language constant referenced in the query."
  8371        },
  8372        "locationView": {
  8373          "$ref": "GoogleAdsSearchads360V0Resources__LocationView",
  8374          "description": "The location view referenced in the query."
  8375        },
  8376        "metrics": {
  8377          "$ref": "GoogleAdsSearchads360V0Common__Metrics",
  8378          "description": "The metrics."
  8379        },
  8380        "productBiddingCategoryConstant": {
  8381          "$ref": "GoogleAdsSearchads360V0Resources__ProductBiddingCategoryConstant",
  8382          "description": "The Product Bidding Category referenced in the query."
  8383        },
  8384        "productGroupView": {
  8385          "$ref": "GoogleAdsSearchads360V0Resources__ProductGroupView",
  8386          "description": "The product group view referenced in the query."
  8387        },
  8388        "segments": {
  8389          "$ref": "GoogleAdsSearchads360V0Common__Segments",
  8390          "description": "The segments."
  8391        },
  8392        "shoppingPerformanceView": {
  8393          "$ref": "GoogleAdsSearchads360V0Resources__ShoppingPerformanceView",
  8394          "description": "The shopping performance view referenced in the query."
  8395        },
  8396        "userList": {
  8397          "$ref": "GoogleAdsSearchads360V0Resources__UserList",
  8398          "description": "The user list referenced in the query."
  8399        },
  8400        "visit": {
  8401          "$ref": "GoogleAdsSearchads360V0Resources__Visit",
  8402          "description": "The event level visit referenced in the query."
  8403        },
  8404        "webpageView": {
  8405          "$ref": "GoogleAdsSearchads360V0Resources__WebpageView",
  8406          "description": "The webpage view referenced in the query."
  8407        }
  8408      },
  8409      "type": "object"
  8410    },
  8411    "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest": {
  8412      "description": "Request message for SearchAds360FieldService.SearchSearchAds360Fields.",
  8413      "id": "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest",
  8414      "properties": {
  8415        "pageSize": {
  8416          "description": "Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources.",
  8417          "format": "int32",
  8418          "type": "integer"
  8419        },
  8420        "pageToken": {
  8421          "description": "Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from `next_page_token` in the previous response in order to request the next page of results.",
  8422          "type": "string"
  8423        },
  8424        "query": {
  8425          "description": "Required. The query string.",
  8426          "type": "string"
  8427        }
  8428      },
  8429      "type": "object"
  8430    },
  8431    "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse": {
  8432      "description": "Response message for SearchAds360FieldService.SearchSearchAds360Fields.",
  8433      "id": "GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse",
  8434      "properties": {
  8435        "nextPageToken": {
  8436          "description": "Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.",
  8437          "type": "string"
  8438        },
  8439        "results": {
  8440          "description": "The list of fields that matched the query.",
  8441          "items": {
  8442            "$ref": "GoogleAdsSearchads360V0Resources__SearchAds360Field"
  8443          },
  8444          "type": "array"
  8445        },
  8446        "totalResultsCount": {
  8447          "description": "Total number of results that match the query ignoring the LIMIT clause.",
  8448          "format": "int64",
  8449          "type": "string"
  8450        }
  8451      },
  8452      "type": "object"
  8453    },
  8454    "GoogleAdsSearchads360V0Services__SearchSearchAds360Request": {
  8455      "description": "Request message for SearchAds360Service.Search.",
  8456      "id": "GoogleAdsSearchads360V0Services__SearchSearchAds360Request",
  8457      "properties": {
  8458        "pageSize": {
  8459          "description": "Number of elements to retrieve in a single page. When too large a page is requested, the server may decide to further limit the number of returned resources.",
  8460          "format": "int32",
  8461          "type": "integer"
  8462        },
  8463        "pageToken": {
  8464          "description": "Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from `next_page_token` in the previous response in order to request the next page of results.",
  8465          "type": "string"
  8466        },
  8467        "query": {
  8468          "description": "Required. The query string.",
  8469          "type": "string"
  8470        },
  8471        "returnTotalResultsCount": {
  8472          "description": "If true, the total number of results that match the query ignoring the LIMIT clause will be included in the response. Default is false.",
  8473          "type": "boolean"
  8474        },
  8475        "summaryRowSetting": {
  8476          "description": "Determines whether a summary row will be returned. By default, summary row is not returned. If requested, the summary row will be sent in a response by itself after all other query results are returned.",
  8477          "enum": [
  8478            "UNSPECIFIED",
  8479            "UNKNOWN",
  8480            "NO_SUMMARY_ROW",
  8481            "SUMMARY_ROW_WITH_RESULTS",
  8482            "SUMMARY_ROW_ONLY"
  8483          ],
  8484          "enumDescriptions": [
  8485            "Not specified.",
  8486            "Represent unknown values of return summary row.",
  8487            "Do not return summary row.",
  8488            "Return summary row along with results. The summary row will be returned in the last batch alone (last batch will contain no results).",
  8489            "Return summary row only and return no results."
  8490          ],
  8491          "type": "string"
  8492        },
  8493        "validateOnly": {
  8494          "description": "If true, the request is validated but not executed.",
  8495          "type": "boolean"
  8496        }
  8497      },
  8498      "type": "object"
  8499    },
  8500    "GoogleAdsSearchads360V0Services__SearchSearchAds360Response": {
  8501      "description": "Response message for SearchAds360Service.Search.",
  8502      "id": "GoogleAdsSearchads360V0Services__SearchSearchAds360Response",
  8503      "properties": {
  8504        "conversionCustomDimensionHeaders": {
  8505          "description": "The headers of the conversion custom dimensions in the results.",
  8506          "items": {
  8507            "$ref": "GoogleAdsSearchads360V0Services__ConversionCustomDimensionHeader"
  8508          },
  8509          "type": "array"
  8510        },
  8511        "conversionCustomMetricHeaders": {
  8512          "description": "The headers of the conversion custom metrics in the results.",
  8513          "items": {
  8514            "$ref": "GoogleAdsSearchads360V0Services__ConversionCustomMetricHeader"
  8515          },
  8516          "type": "array"
  8517        },
  8518        "customColumnHeaders": {
  8519          "description": "The headers of the custom columns in the results.",
  8520          "items": {
  8521            "$ref": "GoogleAdsSearchads360V0Services__CustomColumnHeader"
  8522          },
  8523          "type": "array"
  8524        },
  8525        "fieldMask": {
  8526          "description": "FieldMask that represents what fields were requested by the user.",
  8527          "format": "google-fieldmask",
  8528          "type": "string"
  8529        },
  8530        "nextPageToken": {
  8531          "description": "Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.",
  8532          "type": "string"
  8533        },
  8534        "rawEventConversionDimensionHeaders": {
  8535          "description": "The headers of the raw event conversion dimensions in the results.",
  8536          "items": {
  8537            "$ref": "GoogleAdsSearchads360V0Services__RawEventConversionDimensionHeader"
  8538          },
  8539          "type": "array"
  8540        },
  8541        "rawEventConversionMetricHeaders": {
  8542          "description": "The headers of the raw event conversion metrics in the results.",
  8543          "items": {
  8544            "$ref": "GoogleAdsSearchads360V0Services__RawEventConversionMetricHeader"
  8545          },
  8546          "type": "array"
  8547        },
  8548        "results": {
  8549          "description": "The list of rows that matched the query.",
  8550          "items": {
  8551            "$ref": "GoogleAdsSearchads360V0Services__SearchAds360Row"
  8552          },
  8553          "type": "array"
  8554        },
  8555        "summaryRow": {
  8556          "$ref": "GoogleAdsSearchads360V0Services__SearchAds360Row",
  8557          "description": "Summary row that contains summary of metrics in results. Summary of metrics means aggregation of metrics across all results, here aggregation could be sum, average, rate, etc."
  8558        },
  8559        "totalResultsCount": {
  8560          "description": "Total number of results that match the query ignoring the LIMIT clause.",
  8561          "format": "int64",
  8562          "type": "string"
  8563        }
  8564      },
  8565      "type": "object"
  8566    }
  8567  },
  8568  "servicePath": "",
  8569  "title": "Search Ads 360 Reporting API",
  8570  "version": "v0",
  8571  "version_module": true
  8572}

View as plain text