randmar-api-client 1.412.0 → 1.414.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.
|
@@ -6074,6 +6074,9 @@ export type GoogleAdsCampaign = {
|
|
|
6074
6074
|
EndDateTime?: string | null;
|
|
6075
6075
|
CampaignBudget?: string | null;
|
|
6076
6076
|
OptimizationScore?: number | null;
|
|
6077
|
+
DailyBudget?: number | null;
|
|
6078
|
+
BiddingStrategyType?: string | null;
|
|
6079
|
+
BudgetDeliveryMethod?: string | null;
|
|
6077
6080
|
};
|
|
6078
6081
|
export type GoogleAdsBillingSetup = {
|
|
6079
6082
|
ResourceName?: string | null;
|