randmar-api-client 1.417.0 → 1.418.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.
|
@@ -6193,6 +6193,7 @@ export type GoogleAdsAccountDetails = {
|
|
|
6193
6193
|
TrackingUrlTemplate?: string | null;
|
|
6194
6194
|
FinalUrlSuffix?: string | null;
|
|
6195
6195
|
OptimizationScore?: number | null;
|
|
6196
|
+
ConversionTrackingStatus?: string | null;
|
|
6196
6197
|
};
|
|
6197
6198
|
export type GoogleAdsPerformanceSummary = {
|
|
6198
6199
|
StartDate?: string;
|
|
@@ -6260,6 +6261,8 @@ export type GoogleAdsCampaign = {
|
|
|
6260
6261
|
DailyBudget?: number | null;
|
|
6261
6262
|
BiddingStrategyType?: string | null;
|
|
6262
6263
|
BudgetDeliveryMethod?: string | null;
|
|
6264
|
+
MerchantCenterId?: number | null;
|
|
6265
|
+
FeedLabel?: string | null;
|
|
6263
6266
|
};
|
|
6264
6267
|
export type GoogleAdsCampaignDetails = {
|
|
6265
6268
|
Campaign?: GoogleAdsCampaign;
|
|
@@ -6389,6 +6392,7 @@ export type CreateGoogleCampaignJobInput = {
|
|
|
6389
6392
|
ShopifyHostName?: string | null;
|
|
6390
6393
|
CustomerAvatarAttachmentId?: string | null;
|
|
6391
6394
|
ReferencePictureUrls?: string[] | null;
|
|
6395
|
+
IsRetail?: boolean;
|
|
6392
6396
|
};
|
|
6393
6397
|
export type SetPartnerAssistantJobScheduledTimeInput = {
|
|
6394
6398
|
scheduledTimeSecondsUTC?: number;
|