@googleapis/searchads360 12.0.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/searchads360",
3
- "version": "12.0.0",
3
+ "version": "13.0.0",
4
4
  "description": "searchads360",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v23.ts CHANGED
@@ -314,6 +314,36 @@ export namespace searchads360_v23 {
314
314
  */
315
315
  requestId?: string | null;
316
316
  }
317
+ /**
318
+ * Loyalty retention campaign goal settings.
319
+ */
320
+ export interface Schema$GoogleAdsSearchads360V23Common_CampaignGoalSettings_CampaignLoyaltyRetentionGoalSettings {
321
+ /**
322
+ * Whether to adjust bids for loyalty members.
323
+ */
324
+ enableBidAdjustmentsForLoyaltyMembers?: boolean | null;
325
+ /**
326
+ * Whether to show targeted loyalty member benefits in PLA format in eligible countries.
327
+ */
328
+ showTargetedLoyaltyMemberBenefitsInPla?: boolean | null;
329
+ /**
330
+ * Loyalty retention goal campaign specific value settings.
331
+ */
332
+ valueSettingsOverride?: Schema$GoogleAdsSearchads360V23Common__CustomerLifecycleOptimizationValueSettings;
333
+ }
334
+ /**
335
+ * New Customer Acquisition campaign goal settings.
336
+ */
337
+ export interface Schema$GoogleAdsSearchads360V23Common_CampaignGoalSettings_CampaignNewCustomerAcquisitionGoalSettings {
338
+ /**
339
+ * New Customer Acquisition goal optimization mode for this campaign. Defaults to TARGET_ALL. Whether the campaign is targeting new customers only.
340
+ */
341
+ targetOption?: string | null;
342
+ /**
343
+ * New Customer Acquisition goal campaign specific value settings.
344
+ */
345
+ valueSettingsOverride?: Schema$GoogleAdsSearchads360V23Common__CustomerLifecycleOptimizationValueSettings;
346
+ }
317
347
  /**
318
348
  * Retention campaign goal settings.
319
349
  */
@@ -13411,6 +13441,14 @@ export namespace searchads360_v23 {
13411
13441
  * Immutable. The resource name of the campaign for this link.
13412
13442
  */
13413
13443
  campaign?: string | null;
13444
+ /**
13445
+ * Loyalty retention goal campaign settings.
13446
+ */
13447
+ campaignLoyaltyRetentionSettings?: Schema$GoogleAdsSearchads360V23Common_CampaignGoalSettings_CampaignLoyaltyRetentionGoalSettings;
13448
+ /**
13449
+ * New customer acquisition goal campaign settings.
13450
+ */
13451
+ campaignNewCustomerAcquisitionSettings?: Schema$GoogleAdsSearchads360V23Common_CampaignGoalSettings_CampaignNewCustomerAcquisitionGoalSettings;
13414
13452
  /**
13415
13453
  * Retention goal campaign settings.
13416
13454
  */
@@ -26088,6 +26126,10 @@ export namespace searchads360_v23 {
26088
26126
  * A campaign draft mutate operation.
26089
26127
  */
26090
26128
  campaignDraftOperation?: Schema$GoogleAdsSearchads360V23Services__CampaignDraftOperation;
26129
+ /**
26130
+ * A campaign goal config mutate operation.
26131
+ */
26132
+ campaignGoalConfigOperation?: Schema$GoogleAdsSearchads360V23Services__CampaignGoalConfigOperation;
26091
26133
  /**
26092
26134
  * A campaign group mutate operation.
26093
26135
  */
@@ -26345,6 +26387,10 @@ export namespace searchads360_v23 {
26345
26387
  * The result for the campaign draft mutate.
26346
26388
  */
26347
26389
  campaignDraftResult?: Schema$GoogleAdsSearchads360V23Services__MutateCampaignDraftResult;
26390
+ /**
26391
+ * The result for the campaign goal config mutate.
26392
+ */
26393
+ campaignGoalConfigResult?: Schema$GoogleAdsSearchads360V23Services__MutateCampaignGoalConfigResult;
26348
26394
  /**
26349
26395
  * The result for the campaign group mutate.
26350
26396
  */