@googleapis/searchads360 12.1.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/CHANGELOG.md +23 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v23.d.ts +8 -0
- package/build/v23.js.map +1 -1
- package/package.json +1 -1
- package/v23.ts +8 -0
package/package.json
CHANGED
package/v23.ts
CHANGED
|
@@ -26126,6 +26126,10 @@ export namespace searchads360_v23 {
|
|
|
26126
26126
|
* A campaign draft mutate operation.
|
|
26127
26127
|
*/
|
|
26128
26128
|
campaignDraftOperation?: Schema$GoogleAdsSearchads360V23Services__CampaignDraftOperation;
|
|
26129
|
+
/**
|
|
26130
|
+
* A campaign goal config mutate operation.
|
|
26131
|
+
*/
|
|
26132
|
+
campaignGoalConfigOperation?: Schema$GoogleAdsSearchads360V23Services__CampaignGoalConfigOperation;
|
|
26129
26133
|
/**
|
|
26130
26134
|
* A campaign group mutate operation.
|
|
26131
26135
|
*/
|
|
@@ -26383,6 +26387,10 @@ export namespace searchads360_v23 {
|
|
|
26383
26387
|
* The result for the campaign draft mutate.
|
|
26384
26388
|
*/
|
|
26385
26389
|
campaignDraftResult?: Schema$GoogleAdsSearchads360V23Services__MutateCampaignDraftResult;
|
|
26390
|
+
/**
|
|
26391
|
+
* The result for the campaign goal config mutate.
|
|
26392
|
+
*/
|
|
26393
|
+
campaignGoalConfigResult?: Schema$GoogleAdsSearchads360V23Services__MutateCampaignGoalConfigResult;
|
|
26386
26394
|
/**
|
|
26387
26395
|
* The result for the campaign group mutate.
|
|
26388
26396
|
*/
|