@googleapis/searchads360 12.0.0 → 12.1.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/CHANGELOG.md +7 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v23.d.ts +38 -0
- package/build/v23.js.map +1 -1
- package/package.json +1 -1
- package/v23.ts +38 -0
package/package.json
CHANGED
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
|
*/
|