Skip to content

Commit

Permalink
feat(searchads360): update the API
Browse files Browse the repository at this point in the history
#### searchads360:v0

The following keys were added:
- schemas.GoogleAdsSearchads360V0Common__AdTextAsset.description
- schemas.GoogleAdsSearchads360V0Common__AdTextAsset.id
- schemas.GoogleAdsSearchads360V0Common__AdTextAsset.properties.text.description
- schemas.GoogleAdsSearchads360V0Common__AdTextAsset.properties.text.type
- schemas.GoogleAdsSearchads360V0Common__AdTextAsset.type
- schemas.GoogleAdsSearchads360V0Common__Metrics.properties.averageQualityScore.description
- schemas.GoogleAdsSearchads360V0Common__Metrics.properties.averageQualityScore.format
- schemas.GoogleAdsSearchads360V0Common__Metrics.properties.averageQualityScore.type
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.descriptions.description
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.descriptions.items.$ref
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.descriptions.type
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.headlines.description
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.headlines.items.$ref
- schemas.GoogleAdsSearchads360V0Common__SearchAds360ResponsiveSearchAdInfo.properties.headlines.type
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetCity.description
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetCity.type
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetCountry.description
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetCountry.type
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetMetro.description
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetMetro.type
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetRegion.description
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.geoTargetRegion.type
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.hour.description
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.hour.format
- schemas.GoogleAdsSearchads360V0Common__Segments.properties.hour.type
- schemas.GoogleAdsSearchads360V0Resources__AdGroupAdLabel.properties.ownerCustomerId.description
- schemas.GoogleAdsSearchads360V0Resources__AdGroupAdLabel.properties.ownerCustomerId.format
- schemas.GoogleAdsSearchads360V0Resources__AdGroupAdLabel.properties.ownerCustomerId.readOnly
- schemas.GoogleAdsSearchads360V0Resources__AdGroupAdLabel.properties.ownerCustomerId.type
- schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel.properties.ownerCustomerId.description
- schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel.properties.ownerCustomerId.format
- schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel.properties.ownerCustomerId.readOnly
- schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterionLabel.properties.ownerCustomerId.type
- schemas.GoogleAdsSearchads360V0Resources__AdGroupLabel.properties.ownerCustomerId.description
- schemas.GoogleAdsSearchads360V0Resources__AdGroupLabel.properties.ownerCustomerId.format
- schemas.GoogleAdsSearchads360V0Resources__AdGroupLabel.properties.ownerCustomerId.readOnly
- schemas.GoogleAdsSearchads360V0Resources__AdGroupLabel.properties.ownerCustomerId.type
- schemas.GoogleAdsSearchads360V0Resources__CampaignLabel.properties.ownerCustomerId.description
- schemas.GoogleAdsSearchads360V0Resources__CampaignLabel.properties.ownerCustomerId.format
- schemas.GoogleAdsSearchads360V0Resources__CampaignLabel.properties.ownerCustomerId.readOnly
- schemas.GoogleAdsSearchads360V0Resources__CampaignLabel.properties.ownerCustomerId.type
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.renderType.description
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.renderType.enum
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.renderType.enumDescriptions
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.renderType.readOnly
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.renderType.type
- schemas.GoogleAdsSearchads360V0Resources__CustomerManagerLink.properties.startTime.description
- schemas.GoogleAdsSearchads360V0Resources__CustomerManagerLink.properties.startTime.readOnly
- schemas.GoogleAdsSearchads360V0Resources__CustomerManagerLink.properties.startTime.type

The following keys were changed:
- schemas.GoogleAdsSearchads360V0Common__TargetSpend.properties.targetSpendMicros.description
- schemas.GoogleAdsSearchads360V0Common__TextLabel.properties.backgroundColor.description
- schemas.GoogleAdsSearchads360V0Errors__SearchAds360Error.description
- schemas.GoogleAdsSearchads360V0Resources__Ad.properties.type.enum
- schemas.GoogleAdsSearchads360V0Resources__Ad.properties.type.enumDescriptions
- schemas.GoogleAdsSearchads360V0Resources__AdGroupAd.properties.engineId.description
- schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.advertisingChannelSubType.enum
- schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.advertisingChannelSubType.enumDescriptions
- schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.advertisingChannelType.enum
- schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.advertisingChannelType.enumDescriptions
- schemas.GoogleAdsSearchads360V0Resources__Conversion.properties.merchantId.description
- schemas.GoogleAdsSearchads360V0Resources__Conversion.properties.visitId.description
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.valueType.enum
- schemas.GoogleAdsSearchads360V0Resources__CustomColumn.properties.valueType.enumDescriptions
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent 008997a commit 44d0e72
Showing 2 changed files with 199 additions and 21 deletions.
143 changes: 128 additions & 15 deletions discovery/searchads360-v0.json
Original file line number Diff line number Diff line change
@@ -260,7 +260,7 @@
}
}
},
"revision": "20240429",
"revision": "20240822",
"rootUrl": "https://searchads360.googleapis.com/",
"schemas": {
"GoogleAdsSearchads360V0Common__AdScheduleInfo": {
@@ -346,6 +346,17 @@
},
"type": "object"
},
"GoogleAdsSearchads360V0Common__AdTextAsset": {
"description": "A text asset used inside an ad.",
"id": "GoogleAdsSearchads360V0Common__AdTextAsset",
"properties": {
"text": {
"description": "Asset text.",
"type": "string"
}
},
"type": "object"
},
"GoogleAdsSearchads360V0Common__AgeRangeInfo": {
"description": "An age range criterion.",
"id": "GoogleAdsSearchads360V0Common__AgeRangeInfo",
@@ -1012,6 +1023,11 @@
"format": "double",
"type": "number"
},
"averageQualityScore": {
"description": "The average quality score.",
"format": "double",
"type": "number"
},
"clicks": {
"description": "The number of clicks.",
"format": "int64",
@@ -1540,6 +1556,20 @@
"format": "int64",
"type": "string"
},
"descriptions": {
"description": "List of text assets for descriptions. When the ad serves the descriptions will be selected from this list.",
"items": {
"$ref": "GoogleAdsSearchads360V0Common__AdTextAsset"
},
"type": "array"
},
"headlines": {
"description": "List of text assets for headlines. When the ad serves the headlines will be selected from this list.",
"items": {
"$ref": "GoogleAdsSearchads360V0Common__AdTextAsset"
},
"type": "array"
},
"path1": {
"description": "Text appended to the auto-generated visible URL with a delimiter.",
"type": "string"
@@ -1738,6 +1768,27 @@
],
"type": "string"
},
"geoTargetCity": {
"description": "Resource name of the geo target constant that represents a city.",
"type": "string"
},
"geoTargetCountry": {
"description": "Resource name of the geo target constant that represents a country.",
"type": "string"
},
"geoTargetMetro": {
"description": "Resource name of the geo target constant that represents a metro.",
"type": "string"
},
"geoTargetRegion": {
"description": "Resource name of the geo target constant that represents a region.",
"type": "string"
},
"hour": {
"description": "Hour of day as a number between 0 and 23, inclusive.",
"format": "int32",
"type": "integer"
},
"keyword": {
"$ref": "GoogleAdsSearchads360V0Common__Keyword",
"description": "Keyword criterion."
@@ -2144,7 +2195,7 @@
},
"targetSpendMicros": {
"deprecated": true,
"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.",
"description": "Deprecated: 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.",
"format": "int64",
"type": "string"
}
@@ -2181,7 +2232,7 @@
"id": "GoogleAdsSearchads360V0Common__TextLabel",
"properties": {
"backgroundColor": {
"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.",
"description": "Background color of the label in HEX 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.",
"type": "string"
},
"description": {
@@ -3032,7 +3083,7 @@
"type": "object"
},
"GoogleAdsSearchads360V0Errors__SearchAds360Error": {
"description": "SearchAds360-specific error.",
"description": "Search Ads 360-specific error.",
"id": "GoogleAdsSearchads360V0Errors__SearchAds360Error",
"properties": {
"details": {
@@ -3893,7 +3944,8 @@
"DISCOVERY_MULTI_ASSET_AD",
"DISCOVERY_CAROUSEL_AD",
"TRAVEL_AD",
"DISCOVERY_VIDEO_RESPONSIVE_AD"
"DISCOVERY_VIDEO_RESPONSIVE_AD",
"MULTIMEDIA_AD"
],
"enumDescriptions": [
"No value has been specified.",
@@ -3929,7 +3981,8 @@
"Discovery multi asset ad.",
"Discovery carousel ad.",
"Travel ad.",
"Discovery video responsive ad."
"Discovery video responsive ad.",
"Multimedia ad."
],
"readOnly": true,
"type": "string"
@@ -4145,7 +4198,7 @@
"type": "string"
},
"engineId": {
"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.",
"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.",
"readOnly": true,
"type": "string"
},
@@ -4267,6 +4320,12 @@
"description": "Immutable. The label assigned to the ad group ad.",
"type": "string"
},
"ownerCustomerId": {
"description": "Output only. The ID of the Customer which owns the label.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"resourceName": {
"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}`",
"type": "string"
@@ -4689,6 +4748,12 @@
"description": "Immutable. The label assigned to the ad group criterion.",
"type": "string"
},
"ownerCustomerId": {
"description": "Output only. The ID of the Customer which owns the label.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"resourceName": {
"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}`",
"type": "string"
@@ -4708,6 +4773,12 @@
"description": "Immutable. The label assigned to the ad group.",
"type": "string"
},
"ownerCustomerId": {
"description": "Output only. The ID of the Customer which owns the label.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"resourceName": {
"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}`",
"type": "string"
@@ -5512,7 +5583,8 @@
"VIDEO_SEQUENCE",
"APP_CAMPAIGN_FOR_PRE_REGISTRATION",
"VIDEO_REACH_TARGET_FREQUENCY",
"TRAVEL_ACTIVITIES"
"TRAVEL_ACTIVITIES",
"SOCIAL_FACEBOOK_TRACKING_ONLY"
],
"enumDescriptions": [
"Not specified.",
@@ -5535,7 +5607,8 @@
"Video campaigns with sequence video ads.",
"App Campaign for pre registration, specialized for advertising mobile app pre-registration, that targets multiple advertising channels across Google Play, YouTube and Display Network.",
"Video reach campaign with Target Frequency bidding strategy.",
"Travel Activities campaigns."
"Travel Activities campaigns.",
"Facebook tracking only social campaigns."
],
"type": "string"
},
@@ -5555,7 +5628,8 @@
"PERFORMANCE_MAX",
"LOCAL_SERVICES",
"DISCOVERY",
"TRAVEL"
"TRAVEL",
"SOCIAL"
],
"enumDescriptions": [
"Not specified.",
@@ -5571,7 +5645,8 @@
"Performance Max campaigns.",
"Local services campaigns.",
"Discovery campaigns.",
"Travel campaigns."
"Travel campaigns.",
"Social campaigns."
],
"type": "string"
},
@@ -6288,6 +6363,12 @@
"description": "Immutable. The label assigned to the campaign.",
"type": "string"
},
"ownerCustomerId": {
"description": "Output only. The ID of the Customer which owns the label.",
"format": "int64",
"readOnly": true,
"type": "string"
},
"resourceName": {
"description": "Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`",
"type": "string"
@@ -6470,7 +6551,7 @@
"type": "string"
},
"merchantId": {
"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.",
"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.",
"format": "int64",
"readOnly": true,
"type": "string"
@@ -6535,7 +6616,7 @@
"type": "string"
},
"visitId": {
"description": "Output only. The SearchAds360 visit ID that the conversion is attributed to.",
"description": "Output only. The Search Ads 360 visit ID that the conversion is attributed to.",
"format": "int64",
"readOnly": true,
"type": "string"
@@ -6979,6 +7060,31 @@
"readOnly": true,
"type": "boolean"
},
"renderType": {
"description": "Output only. How the result value of the custom column should be interpreted.",
"enum": [
"UNSPECIFIED",
"UNKNOWN",
"NUMBER",
"PERCENT",
"MONEY",
"STRING",
"BOOLEAN",
"DATE"
],
"enumDescriptions": [
"Not specified.",
"Unknown.",
"The custom column is a raw numerical value. See value_type field to determine if it is an integer or a double.",
"The custom column should be multiplied by 100 to retrieve the percentage value.",
"The custom column value is a monetary value and is in micros.",
"The custom column value is a string.",
"The custom column value is a boolean.",
"The custom column value is a date represented as an integer in YYYYMMDD format."
],
"readOnly": true,
"type": "string"
},
"resourceName": {
"description": "Immutable. The resource name of the custom column. Custom column resource names have the form: `customers/{customer_id}/customColumns/{custom_column_id}`",
"type": "string"
@@ -6991,15 +7097,17 @@
"STRING",
"INT64",
"DOUBLE",
"BOOLEAN"
"BOOLEAN",
"DATE"
],
"enumDescriptions": [
"Not specified.",
"Unknown.",
"The custom column value is a string.",
"The custom column value is an int64 number.",
"The custom column value is a double number.",
"The custom column value is a boolean."
"The custom column value is a boolean.",
"The custom column value is a date, in YYYYMMDD format."
],
"readOnly": true,
"type": "string"
@@ -7327,6 +7435,11 @@
"description": "Immutable. Name of the resource. CustomerManagerLink resource names have the form: `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`",
"type": "string"
},
"startTime": {
"description": "Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in \"yyyy-MM-dd HH:mm:ss\" format.",
"readOnly": true,
"type": "string"
},
"status": {
"description": "Status of the link between the customer and the manager.",
"enum": [
77 changes: 71 additions & 6 deletions src/apis/searchads360/v0.ts
Original file line number Diff line number Diff line change
@@ -151,6 +151,15 @@ export namespace searchads360_v0 {
*/
startMinute?: string | null;
}
/**
* A text asset used inside an ad.
*/
export interface Schema$GoogleAdsSearchads360V0Common__AdTextAsset {
/**
* Asset text.
*/
text?: string | null;
}
/**
* An age range criterion.
*/
@@ -495,6 +504,10 @@ export namespace searchads360_v0 {
* 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
*/
averageCpm?: number | null;
/**
* The average quality score.
*/
averageQualityScore?: number | null;
/**
* The number of clicks.
*/
@@ -865,6 +878,14 @@ export namespace searchads360_v0 {
* The tracking id of the ad.
*/
adTrackingId?: string | null;
/**
* List of text assets for descriptions. When the ad serves the descriptions will be selected from this list.
*/
descriptions?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
/**
* List of text assets for headlines. When the ad serves the headlines will be selected from this list.
*/
headlines?: Schema$GoogleAdsSearchads360V0Common__AdTextAsset[];
/**
* Text appended to the auto-generated visible URL with a delimiter.
*/
@@ -943,6 +964,26 @@ export namespace searchads360_v0 {
* Device to which metrics apply.
*/
device?: string | null;
/**
* Resource name of the geo target constant that represents a city.
*/
geoTargetCity?: string | null;
/**
* Resource name of the geo target constant that represents a country.
*/
geoTargetCountry?: string | null;
/**
* Resource name of the geo target constant that represents a metro.
*/
geoTargetMetro?: string | null;
/**
* Resource name of the geo target constant that represents a region.
*/
geoTargetRegion?: string | null;
/**
* Hour of day as a number between 0 and 23, inclusive.
*/
hour?: number | null;
/**
* Keyword criterion.
*/
@@ -1235,7 +1276,7 @@ export namespace searchads360_v0 {
*/
cpcBidCeilingMicros?: string | null;
/**
* 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.
* Deprecated: 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.
*/
targetSpendMicros?: string | null;
}
@@ -1253,7 +1294,7 @@ export namespace searchads360_v0 {
*/
export interface Schema$GoogleAdsSearchads360V0Common__TextLabel {
/**
* 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.
* Background color of the label in HEX 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.
*/
backgroundColor?: string | null;
/**
@@ -1593,7 +1634,7 @@ export namespace searchads360_v0 {
retryDelay?: string | null;
}
/**
* SearchAds360-specific error.
* Search Ads 360-specific error.
*/
export interface Schema$GoogleAdsSearchads360V0Errors__SearchAds360Error {
/**
@@ -2144,7 +2185,7 @@ export namespace searchads360_v0 {
*/
creationTime?: string | null;
/**
* 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.
* 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.
*/
engineId?: string | null;
/**
@@ -2180,6 +2221,10 @@ export namespace searchads360_v0 {
* Immutable. The label assigned to the ad group ad.
*/
label?: string | null;
/**
* Output only. The ID of the Customer which owns the label.
*/
ownerCustomerId?: string | null;
/**
* 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\}`
*/
@@ -2374,6 +2419,10 @@ export namespace searchads360_v0 {
* Immutable. The label assigned to the ad group criterion.
*/
label?: string | null;
/**
* Output only. The ID of the Customer which owns the label.
*/
ownerCustomerId?: string | null;
/**
* 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\}`
*/
@@ -2391,6 +2440,10 @@ export namespace searchads360_v0 {
* Immutable. The label assigned to the ad group.
*/
label?: string | null;
/**
* Output only. The ID of the Customer which owns the label.
*/
ownerCustomerId?: string | null;
/**
* 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\}`
*/
@@ -3106,6 +3159,10 @@ export namespace searchads360_v0 {
* Immutable. The label assigned to the campaign.
*/
label?: string | null;
/**
* Output only. The ID of the Customer which owns the label.
*/
ownerCustomerId?: string | null;
/**
* Immutable. Name of the resource. Campaign label resource names have the form: `customers/{customer_id\}/campaignLabels/{campaign_id\}~{label_id\}`
*/
@@ -3185,7 +3242,7 @@ export namespace searchads360_v0 {
*/
id?: string | null;
/**
* 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.
* 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.
*/
merchantId?: string | null;
/**
@@ -3217,7 +3274,7 @@ export namespace searchads360_v0 {
*/
status?: string | null;
/**
* Output only. The SearchAds360 visit ID that the conversion is attributed to.
* Output only. The Search Ads 360 visit ID that the conversion is attributed to.
*/
visitId?: string | null;
}
@@ -3400,6 +3457,10 @@ export namespace searchads360_v0 {
* Output only. True when the custom column is referring to one or more metrics.
*/
referencesMetrics?: boolean | null;
/**
* Output only. How the result value of the custom column should be interpreted.
*/
renderType?: string | null;
/**
* Immutable. The resource name of the custom column. Custom column resource names have the form: `customers/{customer_id\}/customColumns/{custom_column_id\}`
*/
@@ -3589,6 +3650,10 @@ export namespace searchads360_v0 {
* Immutable. Name of the resource. CustomerManagerLink resource names have the form: `customers/{customer_id\}/customerManagerLinks/{manager_customer_id\}~{manager_link_id\}`
*/
resourceName?: string | null;
/**
* Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
*/
startTime?: string | null;
/**
* Status of the link between the customer and the manager.
*/

0 comments on commit 44d0e72

Please sign in to comment.