|
260 | 260 | }
|
261 | 261 | }
|
262 | 262 | },
|
263 |
| - "revision": "20241002", |
| 263 | + "revision": "20241108", |
264 | 264 | "rootUrl": "https://searchads360.googleapis.com/",
|
265 | 265 | "schemas": {
|
266 | 266 | "GoogleAdsSearchads360V0Common__AdScheduleInfo": {
|
|
4225 | 4225 | "readOnly": true,
|
4226 | 4226 | "type": "string"
|
4227 | 4227 | },
|
| 4228 | + "effectiveLabels": { |
| 4229 | + "description": "Output only. The resource names of effective labels attached to this ad. An effective label is a label inherited or directly assigned to this ad.", |
| 4230 | + "items": { |
| 4231 | + "type": "string" |
| 4232 | + }, |
| 4233 | + "readOnly": true, |
| 4234 | + "type": "array" |
| 4235 | + }, |
4228 | 4236 | "engineId": {
|
4229 | 4237 | "description": "Output only. ID of the ad in the external engine account. This field is for Search Ads 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc. For non-Search Ads 360 entity, use \"ad_group_ad.ad.id\" instead.",
|
4230 | 4238 | "readOnly": true,
|
|
4336 | 4344 | },
|
4337 | 4345 | "type": "object"
|
4338 | 4346 | },
|
| 4347 | + "GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel": { |
| 4348 | + "description": "A relationship between an ad group ad and an effective label. An effective label is a label inherited or directly assigned to this ad group ad.", |
| 4349 | + "id": "GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel", |
| 4350 | + "properties": { |
| 4351 | + "adGroupAd": { |
| 4352 | + "description": "Immutable. The ad group ad to which the effective label is attached.", |
| 4353 | + "type": "string" |
| 4354 | + }, |
| 4355 | + "label": { |
| 4356 | + "description": "Immutable. The effective label assigned to the ad group ad.", |
| 4357 | + "type": "string" |
| 4358 | + }, |
| 4359 | + "ownerCustomerId": { |
| 4360 | + "description": "Output only. The ID of the Customer which owns the effective label.", |
| 4361 | + "format": "int64", |
| 4362 | + "readOnly": true, |
| 4363 | + "type": "string" |
| 4364 | + }, |
| 4365 | + "resourceName": { |
| 4366 | + "description": "Immutable. The resource name of the ad group ad effective label. Ad group ad effective label resource names have the form: `customers/{customer_id}/adGroupAdEffectiveLabels/{ad_group_id}~{ad_id}~{label_id}`", |
| 4367 | + "type": "string" |
| 4368 | + } |
| 4369 | + }, |
| 4370 | + "type": "object" |
| 4371 | + }, |
4339 | 4372 | "GoogleAdsSearchads360V0Resources__AdGroupAdLabel": {
|
4340 | 4373 | "description": "A relationship between an ad group ad and a label.",
|
4341 | 4374 | "id": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
|
|
4505 | 4538 | "readOnly": true,
|
4506 | 4539 | "type": "string"
|
4507 | 4540 | },
|
| 4541 | + "effectiveLabels": { |
| 4542 | + "description": "Output only. The resource names of effective labels attached to this ad group criterion. An effective label is a label inherited or directly assigned to this ad group criterion.", |
| 4543 | + "items": { |
| 4544 | + "type": "string" |
| 4545 | + }, |
| 4546 | + "readOnly": true, |
| 4547 | + "type": "array" |
| 4548 | + }, |
4508 | 4549 | "engineId": {
|
4509 | 4550 | "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.",
|
4510 | 4551 | "readOnly": true,
|
|
4764 | 4805 | },
|
4765 | 4806 | "type": "object"
|
4766 | 4807 | },
|
| 4808 | + "GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel": { |
| 4809 | + "description": "A relationship between an ad group criterion and an effective label. An effective label is a label inherited or directly assigned to this ad group criterion.", |
| 4810 | + "id": "GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel", |
| 4811 | + "properties": { |
| 4812 | + "adGroupCriterion": { |
| 4813 | + "description": "Immutable. The ad group criterion to which the effective label is attached.", |
| 4814 | + "type": "string" |
| 4815 | + }, |
| 4816 | + "label": { |
| 4817 | + "description": "Immutable. The effective label assigned to the ad group criterion.", |
| 4818 | + "type": "string" |
| 4819 | + }, |
| 4820 | + "ownerCustomerId": { |
| 4821 | + "description": "Output only. The ID of the Customer which owns the effective label.", |
| 4822 | + "format": "int64", |
| 4823 | + "readOnly": true, |
| 4824 | + "type": "string" |
| 4825 | + }, |
| 4826 | + "resourceName": { |
| 4827 | + "description": "Immutable. The resource name of the ad group criterion effective label. Ad group criterion effective label resource names have the form: `customers/{customer_id}/adGroupCriterionEffectiveLabels/{ad_group_id}~{criterion_id}~{label_id}`", |
| 4828 | + "type": "string" |
| 4829 | + } |
| 4830 | + }, |
| 4831 | + "type": "object" |
| 4832 | + }, |
4767 | 4833 | "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel": {
|
4768 | 4834 | "description": "A relationship between an ad group criterion and a label.",
|
4769 | 4835 | "id": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
|
|
8099 | 8165 | },
|
8100 | 8166 | "type": "object"
|
8101 | 8167 | },
|
| 8168 | + "GoogleAdsSearchads360V0Resources__UserLocationView": { |
| 8169 | + "description": "A user location view. User Location View includes all metrics aggregated at the country level, one row per country. It reports metrics at the actual physical location of the user by targeted or not targeted location. If other segment fields are used, you may get more than one row per country.", |
| 8170 | + "id": "GoogleAdsSearchads360V0Resources__UserLocationView", |
| 8171 | + "properties": { |
| 8172 | + "countryCriterionId": { |
| 8173 | + "description": "Output only. Criterion Id for the country.", |
| 8174 | + "format": "int64", |
| 8175 | + "readOnly": true, |
| 8176 | + "type": "string" |
| 8177 | + }, |
| 8178 | + "resourceName": { |
| 8179 | + "description": "Output only. The resource name of the user location view. UserLocation view resource names have the form: `customers/{customer_id}/userLocationViews/{country_criterion_id}~{targeting_location}`", |
| 8180 | + "readOnly": true, |
| 8181 | + "type": "string" |
| 8182 | + }, |
| 8183 | + "targetingLocation": { |
| 8184 | + "description": "Output only. Indicates whether location was targeted or not.", |
| 8185 | + "readOnly": true, |
| 8186 | + "type": "boolean" |
| 8187 | + } |
| 8188 | + }, |
| 8189 | + "type": "object" |
| 8190 | + }, |
8102 | 8191 | "GoogleAdsSearchads360V0Resources__Visit": {
|
8103 | 8192 | "description": "A visit.",
|
8104 | 8193 | "id": "GoogleAdsSearchads360V0Resources__Visit",
|
|
8397 | 8486 | "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAd",
|
8398 | 8487 | "description": "The ad referenced in the query."
|
8399 | 8488 | },
|
| 8489 | + "adGroupAdEffectiveLabel": { |
| 8490 | + "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAdEffectiveLabel", |
| 8491 | + "description": "The ad group ad effective label referenced in the query." |
| 8492 | + }, |
8400 | 8493 | "adGroupAdLabel": {
|
8401 | 8494 | "$ref": "GoogleAdsSearchads360V0Resources__AdGroupAdLabel",
|
8402 | 8495 | "description": "The ad group ad label referenced in the query."
|
|
8421 | 8514 | "$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterion",
|
8422 | 8515 | "description": "The criterion referenced in the query."
|
8423 | 8516 | },
|
| 8517 | + "adGroupCriterionEffectiveLabel": { |
| 8518 | + "$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterionEffectiveLabel", |
| 8519 | + "description": "The ad group criterion effective label referenced in the query." |
| 8520 | + }, |
8424 | 8521 | "adGroupCriterionLabel": {
|
8425 | 8522 | "$ref": "GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel",
|
8426 | 8523 | "description": "The ad group criterion label referenced in the query."
|
|
8604 | 8701 | "$ref": "GoogleAdsSearchads360V0Resources__UserList",
|
8605 | 8702 | "description": "The user list referenced in the query."
|
8606 | 8703 | },
|
| 8704 | + "userLocationView": { |
| 8705 | + "$ref": "GoogleAdsSearchads360V0Resources__UserLocationView", |
| 8706 | + "description": "The user location view referenced in the query." |
| 8707 | + }, |
8607 | 8708 | "visit": {
|
8608 | 8709 | "$ref": "GoogleAdsSearchads360V0Resources__Visit",
|
8609 | 8710 | "description": "The event level visit referenced in the query."
|
|
0 commit comments