google-ads-api 16.0.0 → 17.0.0-beta.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/build/src/hooks.d.ts +23 -23
- package/build/src/parser.js +5 -5
- package/build/src/protos/autogen/enums.d.ts +3353 -3170
- package/build/src/protos/autogen/enums.js +562 -367
- package/build/src/protos/autogen/fields.d.ts +227 -171
- package/build/src/protos/autogen/fields.js +39 -1
- package/build/src/protos/autogen/resourceNames.d.ts +230 -178
- package/build/src/protos/autogen/resourceNames.js +239 -181
- package/build/src/protos/autogen/serviceFactory.d.ts +420 -383
- package/build/src/protos/autogen/serviceFactory.js +575 -228
- package/build/src/protos/index.d.ts +8 -8
- package/build/src/protos/index.js +5 -5
- package/build/src/query.d.ts +9 -9
- package/build/src/query.js +17 -17
- package/build/src/service.d.ts +1 -1
- package/build/src/service.js +1 -1
- package/build/src/testUtils.d.ts +0 -1
- package/build/src/testUtils.js +13 -13
- package/build/src/types.d.ts +14 -14
- package/build/src/utils.js +9 -10
- package/build/src/version.d.ts +1 -1
- package/build/src/version.js +4 -2
- package/package.json +5 -4
|
@@ -1,10 +1,188 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* Autogenerated File! Do Not Edit */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
4
|
+
exports.accessibleBiddingStrategy = accessibleBiddingStrategy;
|
|
5
|
+
exports.accountBudget = accountBudget;
|
|
6
|
+
exports.accountBudgetProposal = accountBudgetProposal;
|
|
7
|
+
exports.accountLink = accountLink;
|
|
8
|
+
exports.ad = ad;
|
|
9
|
+
exports.adGroup = adGroup;
|
|
10
|
+
exports.adGroupAd = adGroupAd;
|
|
11
|
+
exports.adGroupAdAssetCombinationView = adGroupAdAssetCombinationView;
|
|
12
|
+
exports.adGroupAdAssetView = adGroupAdAssetView;
|
|
13
|
+
exports.adGroupAdLabel = adGroupAdLabel;
|
|
14
|
+
exports.adGroupAsset = adGroupAsset;
|
|
15
|
+
exports.adGroupAssetSet = adGroupAssetSet;
|
|
16
|
+
exports.adGroupAudienceView = adGroupAudienceView;
|
|
17
|
+
exports.adGroupBidModifier = adGroupBidModifier;
|
|
18
|
+
exports.adGroupCriterion = adGroupCriterion;
|
|
19
|
+
exports.adGroupCriterionCustomizer = adGroupCriterionCustomizer;
|
|
20
|
+
exports.adGroupCriterionLabel = adGroupCriterionLabel;
|
|
21
|
+
exports.adGroupCriterionSimulation = adGroupCriterionSimulation;
|
|
22
|
+
exports.adGroupCustomizer = adGroupCustomizer;
|
|
23
|
+
exports.adGroupExtensionSetting = adGroupExtensionSetting;
|
|
24
|
+
exports.adGroupFeed = adGroupFeed;
|
|
25
|
+
exports.adGroupLabel = adGroupLabel;
|
|
26
|
+
exports.adGroupSimulation = adGroupSimulation;
|
|
27
|
+
exports.adParameter = adParameter;
|
|
28
|
+
exports.adScheduleView = adScheduleView;
|
|
29
|
+
exports.ageRangeView = ageRangeView;
|
|
30
|
+
exports.androidPrivacySharedKeyGoogleAdGroup = androidPrivacySharedKeyGoogleAdGroup;
|
|
31
|
+
exports.androidPrivacySharedKeyGoogleCampaign = androidPrivacySharedKeyGoogleCampaign;
|
|
32
|
+
exports.androidPrivacySharedKeyGoogleNetworkType = androidPrivacySharedKeyGoogleNetworkType;
|
|
33
|
+
exports.asset = asset;
|
|
34
|
+
exports.assetFieldTypeView = assetFieldTypeView;
|
|
35
|
+
exports.assetGroup = assetGroup;
|
|
36
|
+
exports.assetGroupAsset = assetGroupAsset;
|
|
37
|
+
exports.assetGroupListingGroupFilter = assetGroupListingGroupFilter;
|
|
38
|
+
exports.assetGroupProductGroupView = assetGroupProductGroupView;
|
|
39
|
+
exports.assetGroupSignal = assetGroupSignal;
|
|
40
|
+
exports.assetGroupTopCombinationView = assetGroupTopCombinationView;
|
|
41
|
+
exports.assetSet = assetSet;
|
|
42
|
+
exports.assetSetAsset = assetSetAsset;
|
|
43
|
+
exports.assetSetTypeView = assetSetTypeView;
|
|
44
|
+
exports.audience = audience;
|
|
45
|
+
exports.batchJob = batchJob;
|
|
46
|
+
exports.biddingDataExclusion = biddingDataExclusion;
|
|
47
|
+
exports.biddingSeasonalityAdjustment = biddingSeasonalityAdjustment;
|
|
48
|
+
exports.biddingStrategy = biddingStrategy;
|
|
49
|
+
exports.biddingStrategySimulation = biddingStrategySimulation;
|
|
50
|
+
exports.billingSetup = billingSetup;
|
|
51
|
+
exports.callView = callView;
|
|
52
|
+
exports.campaign = campaign;
|
|
53
|
+
exports.campaignAggregateAssetView = campaignAggregateAssetView;
|
|
54
|
+
exports.campaignAsset = campaignAsset;
|
|
55
|
+
exports.campaignAssetSet = campaignAssetSet;
|
|
56
|
+
exports.campaignAudienceView = campaignAudienceView;
|
|
57
|
+
exports.campaignBidModifier = campaignBidModifier;
|
|
58
|
+
exports.campaignBudget = campaignBudget;
|
|
59
|
+
exports.campaignConversionGoal = campaignConversionGoal;
|
|
60
|
+
exports.campaignCriterion = campaignCriterion;
|
|
61
|
+
exports.campaignCustomizer = campaignCustomizer;
|
|
62
|
+
exports.campaignDraft = campaignDraft;
|
|
63
|
+
exports.campaignExtensionSetting = campaignExtensionSetting;
|
|
64
|
+
exports.campaignFeed = campaignFeed;
|
|
65
|
+
exports.campaignGroup = campaignGroup;
|
|
66
|
+
exports.campaignLabel = campaignLabel;
|
|
67
|
+
exports.campaignLifecycleGoal = campaignLifecycleGoal;
|
|
68
|
+
exports.campaignSearchTermInsight = campaignSearchTermInsight;
|
|
69
|
+
exports.campaignSharedSet = campaignSharedSet;
|
|
70
|
+
exports.campaignSimulation = campaignSimulation;
|
|
71
|
+
exports.carrierConstant = carrierConstant;
|
|
72
|
+
exports.changeEvent = changeEvent;
|
|
73
|
+
exports.changeStatus = changeStatus;
|
|
74
|
+
exports.channelAggregateAssetView = channelAggregateAssetView;
|
|
75
|
+
exports.clickView = clickView;
|
|
76
|
+
exports.combinedAudience = combinedAudience;
|
|
77
|
+
exports.conversionAction = conversionAction;
|
|
78
|
+
exports.conversionCustomVariable = conversionCustomVariable;
|
|
79
|
+
exports.conversionGoalCampaignConfig = conversionGoalCampaignConfig;
|
|
80
|
+
exports.conversionValueRule = conversionValueRule;
|
|
81
|
+
exports.conversionValueRuleSet = conversionValueRuleSet;
|
|
82
|
+
exports.currencyConstant = currencyConstant;
|
|
83
|
+
exports.customAudience = customAudience;
|
|
84
|
+
exports.customConversionGoal = customConversionGoal;
|
|
85
|
+
exports.customInterest = customInterest;
|
|
86
|
+
exports.customer = customer;
|
|
87
|
+
exports.customerAsset = customerAsset;
|
|
88
|
+
exports.customerAssetSet = customerAssetSet;
|
|
89
|
+
exports.customerClient = customerClient;
|
|
90
|
+
exports.customerClientLink = customerClientLink;
|
|
91
|
+
exports.customerConversionGoal = customerConversionGoal;
|
|
92
|
+
exports.customerCustomizer = customerCustomizer;
|
|
93
|
+
exports.customerExtensionSetting = customerExtensionSetting;
|
|
94
|
+
exports.customerFeed = customerFeed;
|
|
95
|
+
exports.customerLabel = customerLabel;
|
|
96
|
+
exports.customerLifecycleGoal = customerLifecycleGoal;
|
|
97
|
+
exports.customerManagerLink = customerManagerLink;
|
|
98
|
+
exports.customerNegativeCriterion = customerNegativeCriterion;
|
|
99
|
+
exports.customerSearchTermInsight = customerSearchTermInsight;
|
|
100
|
+
exports.customerSkAdNetworkConversionValueSchema = customerSkAdNetworkConversionValueSchema;
|
|
101
|
+
exports.customerUserAccess = customerUserAccess;
|
|
102
|
+
exports.customerUserAccessInvitation = customerUserAccessInvitation;
|
|
103
|
+
exports.customizerAttribute = customizerAttribute;
|
|
104
|
+
exports.detailPlacementView = detailPlacementView;
|
|
105
|
+
exports.detailedDemographic = detailedDemographic;
|
|
106
|
+
exports.displayKeywordView = displayKeywordView;
|
|
107
|
+
exports.distanceView = distanceView;
|
|
108
|
+
exports.domainCategory = domainCategory;
|
|
109
|
+
exports.dynamicSearchAdsSearchTermView = dynamicSearchAdsSearchTermView;
|
|
110
|
+
exports.expandedLandingPageView = expandedLandingPageView;
|
|
111
|
+
exports.experiment = experiment;
|
|
112
|
+
exports.experimentArm = experimentArm;
|
|
113
|
+
exports.extensionFeedItem = extensionFeedItem;
|
|
114
|
+
exports.feed = feed;
|
|
115
|
+
exports.feedItem = feedItem;
|
|
116
|
+
exports.feedItemSet = feedItemSet;
|
|
117
|
+
exports.feedItemSetLink = feedItemSetLink;
|
|
118
|
+
exports.feedItemTarget = feedItemTarget;
|
|
119
|
+
exports.feedMapping = feedMapping;
|
|
120
|
+
exports.feedPlaceholderView = feedPlaceholderView;
|
|
121
|
+
exports.genderView = genderView;
|
|
122
|
+
exports.geoTargetConstant = geoTargetConstant;
|
|
123
|
+
exports.geographicView = geographicView;
|
|
124
|
+
exports.googleAdsField = googleAdsField;
|
|
125
|
+
exports.groupPlacementView = groupPlacementView;
|
|
126
|
+
exports.hotelGroupView = hotelGroupView;
|
|
127
|
+
exports.hotelPerformanceView = hotelPerformanceView;
|
|
128
|
+
exports.hotelReconciliation = hotelReconciliation;
|
|
129
|
+
exports.incomeRangeView = incomeRangeView;
|
|
130
|
+
exports.invoice = invoice;
|
|
131
|
+
exports.keywordPlan = keywordPlan;
|
|
132
|
+
exports.keywordPlanAdGroup = keywordPlanAdGroup;
|
|
133
|
+
exports.keywordPlanAdGroupKeyword = keywordPlanAdGroupKeyword;
|
|
134
|
+
exports.keywordPlanCampaign = keywordPlanCampaign;
|
|
135
|
+
exports.keywordPlanCampaignKeyword = keywordPlanCampaignKeyword;
|
|
136
|
+
exports.keywordThemeConstant = keywordThemeConstant;
|
|
137
|
+
exports.keywordView = keywordView;
|
|
138
|
+
exports.label = label;
|
|
139
|
+
exports.landingPageView = landingPageView;
|
|
140
|
+
exports.languageConstant = languageConstant;
|
|
141
|
+
exports.leadFormSubmissionData = leadFormSubmissionData;
|
|
142
|
+
exports.lifeEvent = lifeEvent;
|
|
143
|
+
exports.localServicesEmployee = localServicesEmployee;
|
|
144
|
+
exports.localServicesLead = localServicesLead;
|
|
145
|
+
exports.localServicesLeadConversation = localServicesLeadConversation;
|
|
146
|
+
exports.localServicesVerificationArtifact = localServicesVerificationArtifact;
|
|
147
|
+
exports.locationView = locationView;
|
|
148
|
+
exports.managedPlacementView = managedPlacementView;
|
|
149
|
+
exports.mediaFile = mediaFile;
|
|
150
|
+
exports.mobileAppCategoryConstant = mobileAppCategoryConstant;
|
|
151
|
+
exports.mobileDeviceConstant = mobileDeviceConstant;
|
|
152
|
+
exports.offlineConversionUploadClientSummary = offlineConversionUploadClientSummary;
|
|
153
|
+
exports.offlineConversionUploadConversionActionSummary = offlineConversionUploadConversionActionSummary;
|
|
154
|
+
exports.offlineUserDataJob = offlineUserDataJob;
|
|
155
|
+
exports.operatingSystemVersionConstant = operatingSystemVersionConstant;
|
|
156
|
+
exports.paidOrganicSearchTermView = paidOrganicSearchTermView;
|
|
157
|
+
exports.parentalStatusView = parentalStatusView;
|
|
158
|
+
exports.paymentsAccount = paymentsAccount;
|
|
159
|
+
exports.perStoreView = perStoreView;
|
|
160
|
+
exports.productCategoryConstant = productCategoryConstant;
|
|
161
|
+
exports.productGroupView = productGroupView;
|
|
162
|
+
exports.productLink = productLink;
|
|
163
|
+
exports.productLinkInvitation = productLinkInvitation;
|
|
164
|
+
exports.qualifyingQuestion = qualifyingQuestion;
|
|
165
|
+
exports.recommendation = recommendation;
|
|
166
|
+
exports.recommendationSubscription = recommendationSubscription;
|
|
167
|
+
exports.remarketingAction = remarketingAction;
|
|
168
|
+
exports.searchTermView = searchTermView;
|
|
169
|
+
exports.sharedCriterion = sharedCriterion;
|
|
170
|
+
exports.sharedSet = sharedSet;
|
|
171
|
+
exports.shoppingPerformanceView = shoppingPerformanceView;
|
|
172
|
+
exports.shoppingProduct = shoppingProduct;
|
|
173
|
+
exports.smartCampaignSearchTermView = smartCampaignSearchTermView;
|
|
174
|
+
exports.smartCampaignSetting = smartCampaignSetting;
|
|
175
|
+
exports.thirdPartyAppAnalyticsLink = thirdPartyAppAnalyticsLink;
|
|
176
|
+
exports.topicConstant = topicConstant;
|
|
177
|
+
exports.topicView = topicView;
|
|
178
|
+
exports.travelActivityGroupView = travelActivityGroupView;
|
|
179
|
+
exports.travelActivityPerformanceView = travelActivityPerformanceView;
|
|
180
|
+
exports.userInterest = userInterest;
|
|
181
|
+
exports.userList = userList;
|
|
182
|
+
exports.userListCustomerType = userListCustomerType;
|
|
183
|
+
exports.userLocationView = userLocationView;
|
|
184
|
+
exports.video = video;
|
|
185
|
+
exports.webpageView = webpageView;
|
|
8
186
|
/**
|
|
9
187
|
* @param {string | number} customerId
|
|
10
188
|
* @param {string | number} biddingStrategyId
|
|
@@ -14,7 +192,6 @@ exports.webpageView = exports.video = exports.userLocationView = exports.userLis
|
|
|
14
192
|
function accessibleBiddingStrategy(customerId, biddingStrategyId) {
|
|
15
193
|
return `customers/${customerId}/accessibleBiddingStrategies/${biddingStrategyId}`;
|
|
16
194
|
}
|
|
17
|
-
exports.accessibleBiddingStrategy = accessibleBiddingStrategy;
|
|
18
195
|
/**
|
|
19
196
|
* @param {string | number} customerId
|
|
20
197
|
* @param {string | number} accountBudgetId
|
|
@@ -24,7 +201,6 @@ exports.accessibleBiddingStrategy = accessibleBiddingStrategy;
|
|
|
24
201
|
function accountBudget(customerId, accountBudgetId) {
|
|
25
202
|
return `customers/${customerId}/accountBudgets/${accountBudgetId}`;
|
|
26
203
|
}
|
|
27
|
-
exports.accountBudget = accountBudget;
|
|
28
204
|
/**
|
|
29
205
|
* @param {string | number} customerId
|
|
30
206
|
* @param {string | number} accountBudgetProposalId
|
|
@@ -34,7 +210,6 @@ exports.accountBudget = accountBudget;
|
|
|
34
210
|
function accountBudgetProposal(customerId, accountBudgetProposalId) {
|
|
35
211
|
return `customers/${customerId}/accountBudgetProposals/${accountBudgetProposalId}`;
|
|
36
212
|
}
|
|
37
|
-
exports.accountBudgetProposal = accountBudgetProposal;
|
|
38
213
|
/**
|
|
39
214
|
* @param {string | number} customerId
|
|
40
215
|
* @param {string | number} accountLinkId
|
|
@@ -44,7 +219,6 @@ exports.accountBudgetProposal = accountBudgetProposal;
|
|
|
44
219
|
function accountLink(customerId, accountLinkId) {
|
|
45
220
|
return `customers/${customerId}/accountLinks/${accountLinkId}`;
|
|
46
221
|
}
|
|
47
|
-
exports.accountLink = accountLink;
|
|
48
222
|
/**
|
|
49
223
|
* @param {string | number} customerId
|
|
50
224
|
* @param {string | number} adId
|
|
@@ -54,7 +228,6 @@ exports.accountLink = accountLink;
|
|
|
54
228
|
function ad(customerId, adId) {
|
|
55
229
|
return `customers/${customerId}/ads/${adId}`;
|
|
56
230
|
}
|
|
57
|
-
exports.ad = ad;
|
|
58
231
|
/**
|
|
59
232
|
* @param {string | number} customerId
|
|
60
233
|
* @param {string | number} adGroupId
|
|
@@ -64,7 +237,6 @@ exports.ad = ad;
|
|
|
64
237
|
function adGroup(customerId, adGroupId) {
|
|
65
238
|
return `customers/${customerId}/adGroups/${adGroupId}`;
|
|
66
239
|
}
|
|
67
|
-
exports.adGroup = adGroup;
|
|
68
240
|
/**
|
|
69
241
|
* @param {string | number} customerId
|
|
70
242
|
* @param {string | number} adGroupId
|
|
@@ -75,7 +247,6 @@ exports.adGroup = adGroup;
|
|
|
75
247
|
function adGroupAd(customerId, adGroupId, adId) {
|
|
76
248
|
return `customers/${customerId}/adGroupAds/${adGroupId}~${adId}`;
|
|
77
249
|
}
|
|
78
|
-
exports.adGroupAd = adGroupAd;
|
|
79
250
|
/**
|
|
80
251
|
* @param {string | number} customerId
|
|
81
252
|
* @param {string | number} adGroupId
|
|
@@ -88,7 +259,6 @@ exports.adGroupAd = adGroupAd;
|
|
|
88
259
|
function adGroupAdAssetCombinationView(customerId, adGroupId, adId, assetCombinationIdLow, assetCombinationIdHigh) {
|
|
89
260
|
return `customers/${customerId}/adGroupAdAssetCombinationViews/${adGroupId}~${adId}~${assetCombinationIdLow}~${assetCombinationIdHigh}`;
|
|
90
261
|
}
|
|
91
|
-
exports.adGroupAdAssetCombinationView = adGroupAdAssetCombinationView;
|
|
92
262
|
/**
|
|
93
263
|
* @param {string | number} customerId
|
|
94
264
|
* @param {string | number} adGroupId
|
|
@@ -101,7 +271,6 @@ exports.adGroupAdAssetCombinationView = adGroupAdAssetCombinationView;
|
|
|
101
271
|
function adGroupAdAssetView(customerId, adGroupId, adId, assetId, fieldType) {
|
|
102
272
|
return `customers/${customerId}/adGroupAdAssetViews/${adGroupId}~${adId}~${assetId}~${fieldType}`;
|
|
103
273
|
}
|
|
104
|
-
exports.adGroupAdAssetView = adGroupAdAssetView;
|
|
105
274
|
/**
|
|
106
275
|
* @param {string | number} customerId
|
|
107
276
|
* @param {string | number} adGroupId
|
|
@@ -113,7 +282,6 @@ exports.adGroupAdAssetView = adGroupAdAssetView;
|
|
|
113
282
|
function adGroupAdLabel(customerId, adGroupId, adId, labelId) {
|
|
114
283
|
return `customers/${customerId}/adGroupAdLabels/${adGroupId}~${adId}~${labelId}`;
|
|
115
284
|
}
|
|
116
|
-
exports.adGroupAdLabel = adGroupAdLabel;
|
|
117
285
|
/**
|
|
118
286
|
* @param {string | number} customerId
|
|
119
287
|
* @param {string | number} adGroupId
|
|
@@ -125,7 +293,6 @@ exports.adGroupAdLabel = adGroupAdLabel;
|
|
|
125
293
|
function adGroupAsset(customerId, adGroupId, assetId, fieldType) {
|
|
126
294
|
return `customers/${customerId}/adGroupAssets/${adGroupId}~${assetId}~${fieldType}`;
|
|
127
295
|
}
|
|
128
|
-
exports.adGroupAsset = adGroupAsset;
|
|
129
296
|
/**
|
|
130
297
|
* @param {string | number} customerId
|
|
131
298
|
* @param {string | number} adGroupId
|
|
@@ -136,7 +303,6 @@ exports.adGroupAsset = adGroupAsset;
|
|
|
136
303
|
function adGroupAssetSet(customerId, adGroupId, assetSetId) {
|
|
137
304
|
return `customers/${customerId}/adGroupAssetSets/${adGroupId}~${assetSetId}`;
|
|
138
305
|
}
|
|
139
|
-
exports.adGroupAssetSet = adGroupAssetSet;
|
|
140
306
|
/**
|
|
141
307
|
* @param {string | number} customerId
|
|
142
308
|
* @param {string | number} adGroupId
|
|
@@ -147,7 +313,6 @@ exports.adGroupAssetSet = adGroupAssetSet;
|
|
|
147
313
|
function adGroupAudienceView(customerId, adGroupId, criterionId) {
|
|
148
314
|
return `customers/${customerId}/adGroupAudienceViews/${adGroupId}~${criterionId}`;
|
|
149
315
|
}
|
|
150
|
-
exports.adGroupAudienceView = adGroupAudienceView;
|
|
151
316
|
/**
|
|
152
317
|
* @param {string | number} customerId
|
|
153
318
|
* @param {string | number} adGroupId
|
|
@@ -158,7 +323,6 @@ exports.adGroupAudienceView = adGroupAudienceView;
|
|
|
158
323
|
function adGroupBidModifier(customerId, adGroupId, criterionId) {
|
|
159
324
|
return `customers/${customerId}/adGroupBidModifiers/${adGroupId}~${criterionId}`;
|
|
160
325
|
}
|
|
161
|
-
exports.adGroupBidModifier = adGroupBidModifier;
|
|
162
326
|
/**
|
|
163
327
|
* @param {string | number} customerId
|
|
164
328
|
* @param {string | number} adGroupId
|
|
@@ -169,7 +333,6 @@ exports.adGroupBidModifier = adGroupBidModifier;
|
|
|
169
333
|
function adGroupCriterion(customerId, adGroupId, criterionId) {
|
|
170
334
|
return `customers/${customerId}/adGroupCriteria/${adGroupId}~${criterionId}`;
|
|
171
335
|
}
|
|
172
|
-
exports.adGroupCriterion = adGroupCriterion;
|
|
173
336
|
/**
|
|
174
337
|
* @param {string | number} customerId
|
|
175
338
|
* @param {string | number} adGroupId
|
|
@@ -181,7 +344,6 @@ exports.adGroupCriterion = adGroupCriterion;
|
|
|
181
344
|
function adGroupCriterionCustomizer(customerId, adGroupId, criterionId, customizerAttributeId) {
|
|
182
345
|
return `customers/${customerId}/adGroupCriterionCustomizers/${adGroupId}~${criterionId}~${customizerAttributeId}`;
|
|
183
346
|
}
|
|
184
|
-
exports.adGroupCriterionCustomizer = adGroupCriterionCustomizer;
|
|
185
347
|
/**
|
|
186
348
|
* @param {string | number} customerId
|
|
187
349
|
* @param {string | number} adGroupId
|
|
@@ -193,7 +355,6 @@ exports.adGroupCriterionCustomizer = adGroupCriterionCustomizer;
|
|
|
193
355
|
function adGroupCriterionLabel(customerId, adGroupId, criterionId, labelId) {
|
|
194
356
|
return `customers/${customerId}/adGroupCriterionLabels/${adGroupId}~${criterionId}~${labelId}`;
|
|
195
357
|
}
|
|
196
|
-
exports.adGroupCriterionLabel = adGroupCriterionLabel;
|
|
197
358
|
/**
|
|
198
359
|
* @param {string | number} customerId
|
|
199
360
|
* @param {string | number} adGroupId
|
|
@@ -208,7 +369,6 @@ exports.adGroupCriterionLabel = adGroupCriterionLabel;
|
|
|
208
369
|
function adGroupCriterionSimulation(customerId, adGroupId, criterionId, type, modificationMethod, startDate, endDate) {
|
|
209
370
|
return `customers/${customerId}/adGroupCriterionSimulations/${adGroupId}~${criterionId}~${type}~${modificationMethod}~${startDate}~${endDate}`;
|
|
210
371
|
}
|
|
211
|
-
exports.adGroupCriterionSimulation = adGroupCriterionSimulation;
|
|
212
372
|
/**
|
|
213
373
|
* @param {string | number} customerId
|
|
214
374
|
* @param {string | number} adGroupId
|
|
@@ -219,7 +379,6 @@ exports.adGroupCriterionSimulation = adGroupCriterionSimulation;
|
|
|
219
379
|
function adGroupCustomizer(customerId, adGroupId, customizerAttributeId) {
|
|
220
380
|
return `customers/${customerId}/adGroupCustomizers/${adGroupId}~${customizerAttributeId}`;
|
|
221
381
|
}
|
|
222
|
-
exports.adGroupCustomizer = adGroupCustomizer;
|
|
223
382
|
/**
|
|
224
383
|
* @param {string | number} customerId
|
|
225
384
|
* @param {string | number} adGroupId
|
|
@@ -230,7 +389,6 @@ exports.adGroupCustomizer = adGroupCustomizer;
|
|
|
230
389
|
function adGroupExtensionSetting(customerId, adGroupId, extensionType) {
|
|
231
390
|
return `customers/${customerId}/adGroupExtensionSettings/${adGroupId}~${extensionType}`;
|
|
232
391
|
}
|
|
233
|
-
exports.adGroupExtensionSetting = adGroupExtensionSetting;
|
|
234
392
|
/**
|
|
235
393
|
* @param {string | number} customerId
|
|
236
394
|
* @param {string | number} adGroupId
|
|
@@ -241,7 +399,6 @@ exports.adGroupExtensionSetting = adGroupExtensionSetting;
|
|
|
241
399
|
function adGroupFeed(customerId, adGroupId, feedId) {
|
|
242
400
|
return `customers/${customerId}/adGroupFeeds/${adGroupId}~${feedId}`;
|
|
243
401
|
}
|
|
244
|
-
exports.adGroupFeed = adGroupFeed;
|
|
245
402
|
/**
|
|
246
403
|
* @param {string | number} customerId
|
|
247
404
|
* @param {string | number} adGroupId
|
|
@@ -252,7 +409,6 @@ exports.adGroupFeed = adGroupFeed;
|
|
|
252
409
|
function adGroupLabel(customerId, adGroupId, labelId) {
|
|
253
410
|
return `customers/${customerId}/adGroupLabels/${adGroupId}~${labelId}`;
|
|
254
411
|
}
|
|
255
|
-
exports.adGroupLabel = adGroupLabel;
|
|
256
412
|
/**
|
|
257
413
|
* @param {string | number} customerId
|
|
258
414
|
* @param {string | number} adGroupId
|
|
@@ -266,7 +422,6 @@ exports.adGroupLabel = adGroupLabel;
|
|
|
266
422
|
function adGroupSimulation(customerId, adGroupId, type, modificationMethod, startDate, endDate) {
|
|
267
423
|
return `customers/${customerId}/adGroupSimulations/${adGroupId}~${type}~${modificationMethod}~${startDate}~${endDate}`;
|
|
268
424
|
}
|
|
269
|
-
exports.adGroupSimulation = adGroupSimulation;
|
|
270
425
|
/**
|
|
271
426
|
* @param {string | number} customerId
|
|
272
427
|
* @param {string | number} adGroupId
|
|
@@ -278,7 +433,6 @@ exports.adGroupSimulation = adGroupSimulation;
|
|
|
278
433
|
function adParameter(customerId, adGroupId, criterionId, parameterIndex) {
|
|
279
434
|
return `customers/${customerId}/adParameters/${adGroupId}~${criterionId}~${parameterIndex}`;
|
|
280
435
|
}
|
|
281
|
-
exports.adParameter = adParameter;
|
|
282
436
|
/**
|
|
283
437
|
* @param {string | number} customerId
|
|
284
438
|
* @param {string | number} campaignId
|
|
@@ -289,7 +443,6 @@ exports.adParameter = adParameter;
|
|
|
289
443
|
function adScheduleView(customerId, campaignId, criterionId) {
|
|
290
444
|
return `customers/${customerId}/adScheduleViews/${campaignId}~${criterionId}`;
|
|
291
445
|
}
|
|
292
|
-
exports.adScheduleView = adScheduleView;
|
|
293
446
|
/**
|
|
294
447
|
* @param {string | number} customerId
|
|
295
448
|
* @param {string | number} adGroupId
|
|
@@ -300,7 +453,6 @@ exports.adScheduleView = adScheduleView;
|
|
|
300
453
|
function ageRangeView(customerId, adGroupId, criterionId) {
|
|
301
454
|
return `customers/${customerId}/ageRangeViews/${adGroupId}~${criterionId}`;
|
|
302
455
|
}
|
|
303
|
-
exports.ageRangeView = ageRangeView;
|
|
304
456
|
/**
|
|
305
457
|
* @param {string | number} customerId
|
|
306
458
|
* @param {string | number} campaignId
|
|
@@ -314,7 +466,6 @@ exports.ageRangeView = ageRangeView;
|
|
|
314
466
|
function androidPrivacySharedKeyGoogleAdGroup(customerId, campaignId, adGroupId, androidPrivacyInteractionType, androidPrivacyNetworkType, androidPrivacyInteractionDate) {
|
|
315
467
|
return `customers/${customerId}/androidPrivacySharedKeyGoogleAdGroups/${campaignId}~${adGroupId}~${androidPrivacyInteractionType}~${androidPrivacyNetworkType}~${androidPrivacyInteractionDate}`;
|
|
316
468
|
}
|
|
317
|
-
exports.androidPrivacySharedKeyGoogleAdGroup = androidPrivacySharedKeyGoogleAdGroup;
|
|
318
469
|
/**
|
|
319
470
|
* @param {string | number} customerId
|
|
320
471
|
* @param {string | number} campaignId
|
|
@@ -326,7 +477,6 @@ exports.androidPrivacySharedKeyGoogleAdGroup = androidPrivacySharedKeyGoogleAdGr
|
|
|
326
477
|
function androidPrivacySharedKeyGoogleCampaign(customerId, campaignId, androidPrivacyInteractionType, androidPrivacyInteractionDate) {
|
|
327
478
|
return `customers/${customerId}/androidPrivacySharedKeyGoogleCampaigns/${campaignId}~${androidPrivacyInteractionType}~${androidPrivacyInteractionDate}`;
|
|
328
479
|
}
|
|
329
|
-
exports.androidPrivacySharedKeyGoogleCampaign = androidPrivacySharedKeyGoogleCampaign;
|
|
330
480
|
/**
|
|
331
481
|
* @param {string | number} customerId
|
|
332
482
|
* @param {string | number} campaignId
|
|
@@ -339,7 +489,6 @@ exports.androidPrivacySharedKeyGoogleCampaign = androidPrivacySharedKeyGoogleCam
|
|
|
339
489
|
function androidPrivacySharedKeyGoogleNetworkType(customerId, campaignId, androidPrivacyInteractionType, androidPrivacyNetworkType, androidPrivacyInteractionDate) {
|
|
340
490
|
return `customers/${customerId}/androidPrivacySharedKeyGoogleNetworkTypes/${campaignId}~${androidPrivacyInteractionType}~${androidPrivacyNetworkType}~${androidPrivacyInteractionDate}`;
|
|
341
491
|
}
|
|
342
|
-
exports.androidPrivacySharedKeyGoogleNetworkType = androidPrivacySharedKeyGoogleNetworkType;
|
|
343
492
|
/**
|
|
344
493
|
* @param {string | number} customerId
|
|
345
494
|
* @param {string | number} assetId
|
|
@@ -349,7 +498,6 @@ exports.androidPrivacySharedKeyGoogleNetworkType = androidPrivacySharedKeyGoogle
|
|
|
349
498
|
function asset(customerId, assetId) {
|
|
350
499
|
return `customers/${customerId}/assets/${assetId}`;
|
|
351
500
|
}
|
|
352
|
-
exports.asset = asset;
|
|
353
501
|
/**
|
|
354
502
|
* @param {string | number} customerId
|
|
355
503
|
* @param {string | number} fieldType
|
|
@@ -359,7 +507,6 @@ exports.asset = asset;
|
|
|
359
507
|
function assetFieldTypeView(customerId, fieldType) {
|
|
360
508
|
return `customers/${customerId}/assetFieldTypeViews/${fieldType}`;
|
|
361
509
|
}
|
|
362
|
-
exports.assetFieldTypeView = assetFieldTypeView;
|
|
363
510
|
/**
|
|
364
511
|
* @param {string | number} customerId
|
|
365
512
|
* @param {string | number} assetGroupId
|
|
@@ -369,7 +516,6 @@ exports.assetFieldTypeView = assetFieldTypeView;
|
|
|
369
516
|
function assetGroup(customerId, assetGroupId) {
|
|
370
517
|
return `customers/${customerId}/assetGroups/${assetGroupId}`;
|
|
371
518
|
}
|
|
372
|
-
exports.assetGroup = assetGroup;
|
|
373
519
|
/**
|
|
374
520
|
* @param {string | number} customerId
|
|
375
521
|
* @param {string | number} assetGroupId
|
|
@@ -381,7 +527,6 @@ exports.assetGroup = assetGroup;
|
|
|
381
527
|
function assetGroupAsset(customerId, assetGroupId, assetId, fieldType) {
|
|
382
528
|
return `customers/${customerId}/assetGroupAssets/${assetGroupId}~${assetId}~${fieldType}`;
|
|
383
529
|
}
|
|
384
|
-
exports.assetGroupAsset = assetGroupAsset;
|
|
385
530
|
/**
|
|
386
531
|
* @param {string | number} customerId
|
|
387
532
|
* @param {string | number} assetGroupId
|
|
@@ -392,7 +537,6 @@ exports.assetGroupAsset = assetGroupAsset;
|
|
|
392
537
|
function assetGroupListingGroupFilter(customerId, assetGroupId, listingGroupFilterId) {
|
|
393
538
|
return `customers/${customerId}/assetGroupListingGroupFilters/${assetGroupId}~${listingGroupFilterId}`;
|
|
394
539
|
}
|
|
395
|
-
exports.assetGroupListingGroupFilter = assetGroupListingGroupFilter;
|
|
396
540
|
/**
|
|
397
541
|
* @param {string | number} customerId
|
|
398
542
|
* @param {string | number} assetGroupId
|
|
@@ -403,7 +547,6 @@ exports.assetGroupListingGroupFilter = assetGroupListingGroupFilter;
|
|
|
403
547
|
function assetGroupProductGroupView(customerId, assetGroupId, listingGroupFilterId) {
|
|
404
548
|
return `customers/${customerId}/assetGroupProductGroupViews/${assetGroupId}~${listingGroupFilterId}`;
|
|
405
549
|
}
|
|
406
|
-
exports.assetGroupProductGroupView = assetGroupProductGroupView;
|
|
407
550
|
/**
|
|
408
551
|
* @param {string | number} customerId
|
|
409
552
|
* @param {string | number} assetGroupId
|
|
@@ -414,7 +557,6 @@ exports.assetGroupProductGroupView = assetGroupProductGroupView;
|
|
|
414
557
|
function assetGroupSignal(customerId, assetGroupId, criterionId) {
|
|
415
558
|
return `customers/${customerId}/assetGroupSignals/${assetGroupId}~${criterionId}`;
|
|
416
559
|
}
|
|
417
|
-
exports.assetGroupSignal = assetGroupSignal;
|
|
418
560
|
/**
|
|
419
561
|
* @param {string | number} customerId
|
|
420
562
|
* @param {string | number} assetGroupId
|
|
@@ -425,7 +567,6 @@ exports.assetGroupSignal = assetGroupSignal;
|
|
|
425
567
|
function assetGroupTopCombinationView(customerId, assetGroupId, assetCombinationCategory) {
|
|
426
568
|
return `customers/${customerId}/assetGroupTopCombinationViews/${assetGroupId}~${assetCombinationCategory}`;
|
|
427
569
|
}
|
|
428
|
-
exports.assetGroupTopCombinationView = assetGroupTopCombinationView;
|
|
429
570
|
/**
|
|
430
571
|
* @param {string | number} customerId
|
|
431
572
|
* @param {string | number} assetSetId
|
|
@@ -435,7 +576,6 @@ exports.assetGroupTopCombinationView = assetGroupTopCombinationView;
|
|
|
435
576
|
function assetSet(customerId, assetSetId) {
|
|
436
577
|
return `customers/${customerId}/assetSets/${assetSetId}`;
|
|
437
578
|
}
|
|
438
|
-
exports.assetSet = assetSet;
|
|
439
579
|
/**
|
|
440
580
|
* @param {string | number} customerId
|
|
441
581
|
* @param {string | number} assetSetId
|
|
@@ -446,7 +586,6 @@ exports.assetSet = assetSet;
|
|
|
446
586
|
function assetSetAsset(customerId, assetSetId, assetId) {
|
|
447
587
|
return `customers/${customerId}/assetSetAssets/${assetSetId}~${assetId}`;
|
|
448
588
|
}
|
|
449
|
-
exports.assetSetAsset = assetSetAsset;
|
|
450
589
|
/**
|
|
451
590
|
* @param {string | number} customerId
|
|
452
591
|
* @param {string | number} assetSetType
|
|
@@ -456,7 +595,6 @@ exports.assetSetAsset = assetSetAsset;
|
|
|
456
595
|
function assetSetTypeView(customerId, assetSetType) {
|
|
457
596
|
return `customers/${customerId}/assetSetTypeViews/${assetSetType}`;
|
|
458
597
|
}
|
|
459
|
-
exports.assetSetTypeView = assetSetTypeView;
|
|
460
598
|
/**
|
|
461
599
|
* @param {string | number} customerId
|
|
462
600
|
* @param {string | number} audienceId
|
|
@@ -466,7 +604,6 @@ exports.assetSetTypeView = assetSetTypeView;
|
|
|
466
604
|
function audience(customerId, audienceId) {
|
|
467
605
|
return `customers/${customerId}/audiences/${audienceId}`;
|
|
468
606
|
}
|
|
469
|
-
exports.audience = audience;
|
|
470
607
|
/**
|
|
471
608
|
* @param {string | number} customerId
|
|
472
609
|
* @param {string | number} batchJobId
|
|
@@ -476,7 +613,6 @@ exports.audience = audience;
|
|
|
476
613
|
function batchJob(customerId, batchJobId) {
|
|
477
614
|
return `customers/${customerId}/batchJobs/${batchJobId}`;
|
|
478
615
|
}
|
|
479
|
-
exports.batchJob = batchJob;
|
|
480
616
|
/**
|
|
481
617
|
* @param {string | number} customerId
|
|
482
618
|
* @param {string | number} seasonalityEventId
|
|
@@ -486,7 +622,6 @@ exports.batchJob = batchJob;
|
|
|
486
622
|
function biddingDataExclusion(customerId, seasonalityEventId) {
|
|
487
623
|
return `customers/${customerId}/biddingDataExclusions/${seasonalityEventId}`;
|
|
488
624
|
}
|
|
489
|
-
exports.biddingDataExclusion = biddingDataExclusion;
|
|
490
625
|
/**
|
|
491
626
|
* @param {string | number} customerId
|
|
492
627
|
* @param {string | number} seasonalityEventId
|
|
@@ -496,7 +631,6 @@ exports.biddingDataExclusion = biddingDataExclusion;
|
|
|
496
631
|
function biddingSeasonalityAdjustment(customerId, seasonalityEventId) {
|
|
497
632
|
return `customers/${customerId}/biddingSeasonalityAdjustments/${seasonalityEventId}`;
|
|
498
633
|
}
|
|
499
|
-
exports.biddingSeasonalityAdjustment = biddingSeasonalityAdjustment;
|
|
500
634
|
/**
|
|
501
635
|
* @param {string | number} customerId
|
|
502
636
|
* @param {string | number} biddingStrategyId
|
|
@@ -506,7 +640,6 @@ exports.biddingSeasonalityAdjustment = biddingSeasonalityAdjustment;
|
|
|
506
640
|
function biddingStrategy(customerId, biddingStrategyId) {
|
|
507
641
|
return `customers/${customerId}/biddingStrategies/${biddingStrategyId}`;
|
|
508
642
|
}
|
|
509
|
-
exports.biddingStrategy = biddingStrategy;
|
|
510
643
|
/**
|
|
511
644
|
* @param {string | number} customerId
|
|
512
645
|
* @param {string | number} biddingStrategyId
|
|
@@ -520,7 +653,6 @@ exports.biddingStrategy = biddingStrategy;
|
|
|
520
653
|
function biddingStrategySimulation(customerId, biddingStrategyId, type, modificationMethod, startDate, endDate) {
|
|
521
654
|
return `customers/${customerId}/biddingStrategySimulations/${biddingStrategyId}~${type}~${modificationMethod}~${startDate}~${endDate}`;
|
|
522
655
|
}
|
|
523
|
-
exports.biddingStrategySimulation = biddingStrategySimulation;
|
|
524
656
|
/**
|
|
525
657
|
* @param {string | number} customerId
|
|
526
658
|
* @param {string | number} billingSetupId
|
|
@@ -530,7 +662,6 @@ exports.biddingStrategySimulation = biddingStrategySimulation;
|
|
|
530
662
|
function billingSetup(customerId, billingSetupId) {
|
|
531
663
|
return `customers/${customerId}/billingSetups/${billingSetupId}`;
|
|
532
664
|
}
|
|
533
|
-
exports.billingSetup = billingSetup;
|
|
534
665
|
/**
|
|
535
666
|
* @param {string | number} customerId
|
|
536
667
|
* @param {string | number} callDetailId
|
|
@@ -540,7 +671,6 @@ exports.billingSetup = billingSetup;
|
|
|
540
671
|
function callView(customerId, callDetailId) {
|
|
541
672
|
return `customers/${customerId}/callViews/${callDetailId}`;
|
|
542
673
|
}
|
|
543
|
-
exports.callView = callView;
|
|
544
674
|
/**
|
|
545
675
|
* @param {string | number} customerId
|
|
546
676
|
* @param {string | number} campaignId
|
|
@@ -550,7 +680,18 @@ exports.callView = callView;
|
|
|
550
680
|
function campaign(customerId, campaignId) {
|
|
551
681
|
return `customers/${customerId}/campaigns/${campaignId}`;
|
|
552
682
|
}
|
|
553
|
-
|
|
683
|
+
/**
|
|
684
|
+
* @param {string | number} customerId
|
|
685
|
+
* @param {string | number} campaignId
|
|
686
|
+
* @param {string | number} assetId
|
|
687
|
+
* @param {string | number} assetLinkSource
|
|
688
|
+
* @param {string | number} fieldType
|
|
689
|
+
* @returns `CampaignAggregateAssetViewResourceName`
|
|
690
|
+
* @example const campaignAggregateAssetView: ResourceNames.CampaignAggregateAssetViewResourceName = ResourceNames.campaignAggregateAssetView(10987417, 21974834, 43949668, 87899336, 175798672)
|
|
691
|
+
*/
|
|
692
|
+
function campaignAggregateAssetView(customerId, campaignId, assetId, assetLinkSource, fieldType) {
|
|
693
|
+
return `customers/${customerId}/campaignAggregateAssetViews/${campaignId}~${assetId}~${assetLinkSource}~${fieldType}`;
|
|
694
|
+
}
|
|
554
695
|
/**
|
|
555
696
|
* @param {string | number} customerId
|
|
556
697
|
* @param {string | number} campaignId
|
|
@@ -562,7 +703,6 @@ exports.campaign = campaign;
|
|
|
562
703
|
function campaignAsset(customerId, campaignId, assetId, fieldType) {
|
|
563
704
|
return `customers/${customerId}/campaignAssets/${campaignId}~${assetId}~${fieldType}`;
|
|
564
705
|
}
|
|
565
|
-
exports.campaignAsset = campaignAsset;
|
|
566
706
|
/**
|
|
567
707
|
* @param {string | number} customerId
|
|
568
708
|
* @param {string | number} campaignId
|
|
@@ -573,7 +713,6 @@ exports.campaignAsset = campaignAsset;
|
|
|
573
713
|
function campaignAssetSet(customerId, campaignId, assetSetId) {
|
|
574
714
|
return `customers/${customerId}/campaignAssetSets/${campaignId}~${assetSetId}`;
|
|
575
715
|
}
|
|
576
|
-
exports.campaignAssetSet = campaignAssetSet;
|
|
577
716
|
/**
|
|
578
717
|
* @param {string | number} customerId
|
|
579
718
|
* @param {string | number} campaignId
|
|
@@ -584,7 +723,6 @@ exports.campaignAssetSet = campaignAssetSet;
|
|
|
584
723
|
function campaignAudienceView(customerId, campaignId, criterionId) {
|
|
585
724
|
return `customers/${customerId}/campaignAudienceViews/${campaignId}~${criterionId}`;
|
|
586
725
|
}
|
|
587
|
-
exports.campaignAudienceView = campaignAudienceView;
|
|
588
726
|
/**
|
|
589
727
|
* @param {string | number} customerId
|
|
590
728
|
* @param {string | number} campaignId
|
|
@@ -595,7 +733,6 @@ exports.campaignAudienceView = campaignAudienceView;
|
|
|
595
733
|
function campaignBidModifier(customerId, campaignId, criterionId) {
|
|
596
734
|
return `customers/${customerId}/campaignBidModifiers/${campaignId}~${criterionId}`;
|
|
597
735
|
}
|
|
598
|
-
exports.campaignBidModifier = campaignBidModifier;
|
|
599
736
|
/**
|
|
600
737
|
* @param {string | number} customerId
|
|
601
738
|
* @param {string | number} campaignBudgetId
|
|
@@ -605,7 +742,6 @@ exports.campaignBidModifier = campaignBidModifier;
|
|
|
605
742
|
function campaignBudget(customerId, campaignBudgetId) {
|
|
606
743
|
return `customers/${customerId}/campaignBudgets/${campaignBudgetId}`;
|
|
607
744
|
}
|
|
608
|
-
exports.campaignBudget = campaignBudget;
|
|
609
745
|
/**
|
|
610
746
|
* @param {string | number} customerId
|
|
611
747
|
* @param {string | number} campaignId
|
|
@@ -617,7 +753,6 @@ exports.campaignBudget = campaignBudget;
|
|
|
617
753
|
function campaignConversionGoal(customerId, campaignId, category, source) {
|
|
618
754
|
return `customers/${customerId}/campaignConversionGoals/${campaignId}~${category}~${source}`;
|
|
619
755
|
}
|
|
620
|
-
exports.campaignConversionGoal = campaignConversionGoal;
|
|
621
756
|
/**
|
|
622
757
|
* @param {string | number} customerId
|
|
623
758
|
* @param {string | number} campaignId
|
|
@@ -628,7 +763,6 @@ exports.campaignConversionGoal = campaignConversionGoal;
|
|
|
628
763
|
function campaignCriterion(customerId, campaignId, criterionId) {
|
|
629
764
|
return `customers/${customerId}/campaignCriteria/${campaignId}~${criterionId}`;
|
|
630
765
|
}
|
|
631
|
-
exports.campaignCriterion = campaignCriterion;
|
|
632
766
|
/**
|
|
633
767
|
* @param {string | number} customerId
|
|
634
768
|
* @param {string | number} campaignId
|
|
@@ -639,7 +773,6 @@ exports.campaignCriterion = campaignCriterion;
|
|
|
639
773
|
function campaignCustomizer(customerId, campaignId, customizerAttributeId) {
|
|
640
774
|
return `customers/${customerId}/campaignCustomizers/${campaignId}~${customizerAttributeId}`;
|
|
641
775
|
}
|
|
642
|
-
exports.campaignCustomizer = campaignCustomizer;
|
|
643
776
|
/**
|
|
644
777
|
* @param {string | number} customerId
|
|
645
778
|
* @param {string | number} baseCampaignId
|
|
@@ -650,7 +783,6 @@ exports.campaignCustomizer = campaignCustomizer;
|
|
|
650
783
|
function campaignDraft(customerId, baseCampaignId, draftId) {
|
|
651
784
|
return `customers/${customerId}/campaignDrafts/${baseCampaignId}~${draftId}`;
|
|
652
785
|
}
|
|
653
|
-
exports.campaignDraft = campaignDraft;
|
|
654
786
|
/**
|
|
655
787
|
* @param {string | number} customerId
|
|
656
788
|
* @param {string | number} campaignId
|
|
@@ -661,7 +793,6 @@ exports.campaignDraft = campaignDraft;
|
|
|
661
793
|
function campaignExtensionSetting(customerId, campaignId, extensionType) {
|
|
662
794
|
return `customers/${customerId}/campaignExtensionSettings/${campaignId}~${extensionType}`;
|
|
663
795
|
}
|
|
664
|
-
exports.campaignExtensionSetting = campaignExtensionSetting;
|
|
665
796
|
/**
|
|
666
797
|
* @param {string | number} customerId
|
|
667
798
|
* @param {string | number} campaignId
|
|
@@ -672,7 +803,6 @@ exports.campaignExtensionSetting = campaignExtensionSetting;
|
|
|
672
803
|
function campaignFeed(customerId, campaignId, feedId) {
|
|
673
804
|
return `customers/${customerId}/campaignFeeds/${campaignId}~${feedId}`;
|
|
674
805
|
}
|
|
675
|
-
exports.campaignFeed = campaignFeed;
|
|
676
806
|
/**
|
|
677
807
|
* @param {string | number} customerId
|
|
678
808
|
* @param {string | number} campaignGroupId
|
|
@@ -682,7 +812,6 @@ exports.campaignFeed = campaignFeed;
|
|
|
682
812
|
function campaignGroup(customerId, campaignGroupId) {
|
|
683
813
|
return `customers/${customerId}/campaignGroups/${campaignGroupId}`;
|
|
684
814
|
}
|
|
685
|
-
exports.campaignGroup = campaignGroup;
|
|
686
815
|
/**
|
|
687
816
|
* @param {string | number} customerId
|
|
688
817
|
* @param {string | number} campaignId
|
|
@@ -693,7 +822,6 @@ exports.campaignGroup = campaignGroup;
|
|
|
693
822
|
function campaignLabel(customerId, campaignId, labelId) {
|
|
694
823
|
return `customers/${customerId}/campaignLabels/${campaignId}~${labelId}`;
|
|
695
824
|
}
|
|
696
|
-
exports.campaignLabel = campaignLabel;
|
|
697
825
|
/**
|
|
698
826
|
* @param {string | number} customerId
|
|
699
827
|
* @param {string | number} campaignId
|
|
@@ -703,7 +831,6 @@ exports.campaignLabel = campaignLabel;
|
|
|
703
831
|
function campaignLifecycleGoal(customerId, campaignId) {
|
|
704
832
|
return `customers/${customerId}/campaignLifecycleGoals/${campaignId}`;
|
|
705
833
|
}
|
|
706
|
-
exports.campaignLifecycleGoal = campaignLifecycleGoal;
|
|
707
834
|
/**
|
|
708
835
|
* @param {string | number} customerId
|
|
709
836
|
* @param {string | number} campaignId
|
|
@@ -714,7 +841,6 @@ exports.campaignLifecycleGoal = campaignLifecycleGoal;
|
|
|
714
841
|
function campaignSearchTermInsight(customerId, campaignId, clusterId) {
|
|
715
842
|
return `customers/${customerId}/campaignSearchTermInsights/${campaignId}~${clusterId}`;
|
|
716
843
|
}
|
|
717
|
-
exports.campaignSearchTermInsight = campaignSearchTermInsight;
|
|
718
844
|
/**
|
|
719
845
|
* @param {string | number} customerId
|
|
720
846
|
* @param {string | number} campaignId
|
|
@@ -725,7 +851,6 @@ exports.campaignSearchTermInsight = campaignSearchTermInsight;
|
|
|
725
851
|
function campaignSharedSet(customerId, campaignId, sharedSetId) {
|
|
726
852
|
return `customers/${customerId}/campaignSharedSets/${campaignId}~${sharedSetId}`;
|
|
727
853
|
}
|
|
728
|
-
exports.campaignSharedSet = campaignSharedSet;
|
|
729
854
|
/**
|
|
730
855
|
* @param {string | number} customerId
|
|
731
856
|
* @param {string | number} campaignId
|
|
@@ -739,7 +864,6 @@ exports.campaignSharedSet = campaignSharedSet;
|
|
|
739
864
|
function campaignSimulation(customerId, campaignId, type, modificationMethod, startDate, endDate) {
|
|
740
865
|
return `customers/${customerId}/campaignSimulations/${campaignId}~${type}~${modificationMethod}~${startDate}~${endDate}`;
|
|
741
866
|
}
|
|
742
|
-
exports.campaignSimulation = campaignSimulation;
|
|
743
867
|
/**
|
|
744
868
|
* @param {string | number} criterionId
|
|
745
869
|
* @returns `CarrierConstantResourceName`
|
|
@@ -748,7 +872,6 @@ exports.campaignSimulation = campaignSimulation;
|
|
|
748
872
|
function carrierConstant(criterionId) {
|
|
749
873
|
return `carrierConstants/${criterionId}`;
|
|
750
874
|
}
|
|
751
|
-
exports.carrierConstant = carrierConstant;
|
|
752
875
|
/**
|
|
753
876
|
* @param {string | number} customerId
|
|
754
877
|
* @param {string | number} timestampMicros
|
|
@@ -760,7 +883,6 @@ exports.carrierConstant = carrierConstant;
|
|
|
760
883
|
function changeEvent(customerId, timestampMicros, commandIndex, mutateIndex) {
|
|
761
884
|
return `customers/${customerId}/changeEvents/${timestampMicros}~${commandIndex}~${mutateIndex}`;
|
|
762
885
|
}
|
|
763
|
-
exports.changeEvent = changeEvent;
|
|
764
886
|
/**
|
|
765
887
|
* @param {string | number} customerId
|
|
766
888
|
* @param {string | number} changeStatusId
|
|
@@ -770,7 +892,18 @@ exports.changeEvent = changeEvent;
|
|
|
770
892
|
function changeStatus(customerId, changeStatusId) {
|
|
771
893
|
return `customers/${customerId}/changeStatus/${changeStatusId}`;
|
|
772
894
|
}
|
|
773
|
-
|
|
895
|
+
/**
|
|
896
|
+
* @param {string | number} customerId
|
|
897
|
+
* @param {string | number} advertisingChannelType
|
|
898
|
+
* @param {string | number} assetId
|
|
899
|
+
* @param {string | number} assetSource
|
|
900
|
+
* @param {string | number} fieldType
|
|
901
|
+
* @returns `ChannelAggregateAssetViewResourceName`
|
|
902
|
+
* @example const channelAggregateAssetView: ResourceNames.ChannelAggregateAssetViewResourceName = ResourceNames.channelAggregateAssetView(10987417, 21974834, 43949668, 87899336, 175798672)
|
|
903
|
+
*/
|
|
904
|
+
function channelAggregateAssetView(customerId, advertisingChannelType, assetId, assetSource, fieldType) {
|
|
905
|
+
return `customers/${customerId}/channelAggregateAssetViews/${advertisingChannelType}~${assetId}~${assetSource}~${fieldType}`;
|
|
906
|
+
}
|
|
774
907
|
/**
|
|
775
908
|
* @param {string | number} customerId
|
|
776
909
|
* @param {string | number} date
|
|
@@ -781,7 +914,6 @@ exports.changeStatus = changeStatus;
|
|
|
781
914
|
function clickView(customerId, date, gclid) {
|
|
782
915
|
return `customers/${customerId}/clickViews/${date}~${gclid}`;
|
|
783
916
|
}
|
|
784
|
-
exports.clickView = clickView;
|
|
785
917
|
/**
|
|
786
918
|
* @param {string | number} customerId
|
|
787
919
|
* @param {string | number} combinedAudienceId
|
|
@@ -791,7 +923,6 @@ exports.clickView = clickView;
|
|
|
791
923
|
function combinedAudience(customerId, combinedAudienceId) {
|
|
792
924
|
return `customers/${customerId}/combinedAudiences/${combinedAudienceId}`;
|
|
793
925
|
}
|
|
794
|
-
exports.combinedAudience = combinedAudience;
|
|
795
926
|
/**
|
|
796
927
|
* @param {string | number} customerId
|
|
797
928
|
* @param {string | number} conversionActionId
|
|
@@ -801,7 +932,6 @@ exports.combinedAudience = combinedAudience;
|
|
|
801
932
|
function conversionAction(customerId, conversionActionId) {
|
|
802
933
|
return `customers/${customerId}/conversionActions/${conversionActionId}`;
|
|
803
934
|
}
|
|
804
|
-
exports.conversionAction = conversionAction;
|
|
805
935
|
/**
|
|
806
936
|
* @param {string | number} customerId
|
|
807
937
|
* @param {string | number} conversionCustomVariableId
|
|
@@ -811,7 +941,6 @@ exports.conversionAction = conversionAction;
|
|
|
811
941
|
function conversionCustomVariable(customerId, conversionCustomVariableId) {
|
|
812
942
|
return `customers/${customerId}/conversionCustomVariables/${conversionCustomVariableId}`;
|
|
813
943
|
}
|
|
814
|
-
exports.conversionCustomVariable = conversionCustomVariable;
|
|
815
944
|
/**
|
|
816
945
|
* @param {string | number} customerId
|
|
817
946
|
* @param {string | number} campaignId
|
|
@@ -821,7 +950,6 @@ exports.conversionCustomVariable = conversionCustomVariable;
|
|
|
821
950
|
function conversionGoalCampaignConfig(customerId, campaignId) {
|
|
822
951
|
return `customers/${customerId}/conversionGoalCampaignConfigs/${campaignId}`;
|
|
823
952
|
}
|
|
824
|
-
exports.conversionGoalCampaignConfig = conversionGoalCampaignConfig;
|
|
825
953
|
/**
|
|
826
954
|
* @param {string | number} customerId
|
|
827
955
|
* @param {string | number} conversionValueRuleId
|
|
@@ -831,7 +959,6 @@ exports.conversionGoalCampaignConfig = conversionGoalCampaignConfig;
|
|
|
831
959
|
function conversionValueRule(customerId, conversionValueRuleId) {
|
|
832
960
|
return `customers/${customerId}/conversionValueRules/${conversionValueRuleId}`;
|
|
833
961
|
}
|
|
834
|
-
exports.conversionValueRule = conversionValueRule;
|
|
835
962
|
/**
|
|
836
963
|
* @param {string | number} customerId
|
|
837
964
|
* @param {string | number} conversionValueRuleSetId
|
|
@@ -841,7 +968,6 @@ exports.conversionValueRule = conversionValueRule;
|
|
|
841
968
|
function conversionValueRuleSet(customerId, conversionValueRuleSetId) {
|
|
842
969
|
return `customers/${customerId}/conversionValueRuleSets/${conversionValueRuleSetId}`;
|
|
843
970
|
}
|
|
844
|
-
exports.conversionValueRuleSet = conversionValueRuleSet;
|
|
845
971
|
/**
|
|
846
972
|
* @param {string | number} code
|
|
847
973
|
* @returns `CurrencyConstantResourceName`
|
|
@@ -850,7 +976,6 @@ exports.conversionValueRuleSet = conversionValueRuleSet;
|
|
|
850
976
|
function currencyConstant(code) {
|
|
851
977
|
return `currencyConstants/${code}`;
|
|
852
978
|
}
|
|
853
|
-
exports.currencyConstant = currencyConstant;
|
|
854
979
|
/**
|
|
855
980
|
* @param {string | number} customerId
|
|
856
981
|
* @param {string | number} customAudienceId
|
|
@@ -860,7 +985,6 @@ exports.currencyConstant = currencyConstant;
|
|
|
860
985
|
function customAudience(customerId, customAudienceId) {
|
|
861
986
|
return `customers/${customerId}/customAudiences/${customAudienceId}`;
|
|
862
987
|
}
|
|
863
|
-
exports.customAudience = customAudience;
|
|
864
988
|
/**
|
|
865
989
|
* @param {string | number} customerId
|
|
866
990
|
* @param {string | number} goalId
|
|
@@ -870,7 +994,6 @@ exports.customAudience = customAudience;
|
|
|
870
994
|
function customConversionGoal(customerId, goalId) {
|
|
871
995
|
return `customers/${customerId}/customConversionGoals/${goalId}`;
|
|
872
996
|
}
|
|
873
|
-
exports.customConversionGoal = customConversionGoal;
|
|
874
997
|
/**
|
|
875
998
|
* @param {string | number} customerId
|
|
876
999
|
* @param {string | number} customInterestId
|
|
@@ -880,7 +1003,6 @@ exports.customConversionGoal = customConversionGoal;
|
|
|
880
1003
|
function customInterest(customerId, customInterestId) {
|
|
881
1004
|
return `customers/${customerId}/customInterests/${customInterestId}`;
|
|
882
1005
|
}
|
|
883
|
-
exports.customInterest = customInterest;
|
|
884
1006
|
/**
|
|
885
1007
|
* @param {string | number} customerId
|
|
886
1008
|
* @returns `CustomerResourceName`
|
|
@@ -889,7 +1011,6 @@ exports.customInterest = customInterest;
|
|
|
889
1011
|
function customer(customerId) {
|
|
890
1012
|
return `customers/${customerId}`;
|
|
891
1013
|
}
|
|
892
|
-
exports.customer = customer;
|
|
893
1014
|
/**
|
|
894
1015
|
* @param {string | number} customerId
|
|
895
1016
|
* @param {string | number} assetId
|
|
@@ -900,7 +1021,6 @@ exports.customer = customer;
|
|
|
900
1021
|
function customerAsset(customerId, assetId, fieldType) {
|
|
901
1022
|
return `customers/${customerId}/customerAssets/${assetId}~${fieldType}`;
|
|
902
1023
|
}
|
|
903
|
-
exports.customerAsset = customerAsset;
|
|
904
1024
|
/**
|
|
905
1025
|
* @param {string | number} customerId
|
|
906
1026
|
* @param {string | number} assetSetId
|
|
@@ -910,7 +1030,6 @@ exports.customerAsset = customerAsset;
|
|
|
910
1030
|
function customerAssetSet(customerId, assetSetId) {
|
|
911
1031
|
return `customers/${customerId}/customerAssetSets/${assetSetId}`;
|
|
912
1032
|
}
|
|
913
|
-
exports.customerAssetSet = customerAssetSet;
|
|
914
1033
|
/**
|
|
915
1034
|
* @param {string | number} customerId
|
|
916
1035
|
* @param {string | number} clientCustomerId
|
|
@@ -920,7 +1039,6 @@ exports.customerAssetSet = customerAssetSet;
|
|
|
920
1039
|
function customerClient(customerId, clientCustomerId) {
|
|
921
1040
|
return `customers/${customerId}/customerClients/${clientCustomerId}`;
|
|
922
1041
|
}
|
|
923
|
-
exports.customerClient = customerClient;
|
|
924
1042
|
/**
|
|
925
1043
|
* @param {string | number} customerId
|
|
926
1044
|
* @param {string | number} clientCustomerId
|
|
@@ -931,7 +1049,6 @@ exports.customerClient = customerClient;
|
|
|
931
1049
|
function customerClientLink(customerId, clientCustomerId, managerLinkId) {
|
|
932
1050
|
return `customers/${customerId}/customerClientLinks/${clientCustomerId}~${managerLinkId}`;
|
|
933
1051
|
}
|
|
934
|
-
exports.customerClientLink = customerClientLink;
|
|
935
1052
|
/**
|
|
936
1053
|
* @param {string | number} customerId
|
|
937
1054
|
* @param {string | number} category
|
|
@@ -942,7 +1059,6 @@ exports.customerClientLink = customerClientLink;
|
|
|
942
1059
|
function customerConversionGoal(customerId, category, source) {
|
|
943
1060
|
return `customers/${customerId}/customerConversionGoals/${category}~${source}`;
|
|
944
1061
|
}
|
|
945
|
-
exports.customerConversionGoal = customerConversionGoal;
|
|
946
1062
|
/**
|
|
947
1063
|
* @param {string | number} customerId
|
|
948
1064
|
* @param {string | number} customizerAttributeId
|
|
@@ -952,7 +1068,6 @@ exports.customerConversionGoal = customerConversionGoal;
|
|
|
952
1068
|
function customerCustomizer(customerId, customizerAttributeId) {
|
|
953
1069
|
return `customers/${customerId}/customerCustomizers/${customizerAttributeId}`;
|
|
954
1070
|
}
|
|
955
|
-
exports.customerCustomizer = customerCustomizer;
|
|
956
1071
|
/**
|
|
957
1072
|
* @param {string | number} customerId
|
|
958
1073
|
* @param {string | number} extensionType
|
|
@@ -962,7 +1077,6 @@ exports.customerCustomizer = customerCustomizer;
|
|
|
962
1077
|
function customerExtensionSetting(customerId, extensionType) {
|
|
963
1078
|
return `customers/${customerId}/customerExtensionSettings/${extensionType}`;
|
|
964
1079
|
}
|
|
965
|
-
exports.customerExtensionSetting = customerExtensionSetting;
|
|
966
1080
|
/**
|
|
967
1081
|
* @param {string | number} customerId
|
|
968
1082
|
* @param {string | number} feedId
|
|
@@ -972,7 +1086,6 @@ exports.customerExtensionSetting = customerExtensionSetting;
|
|
|
972
1086
|
function customerFeed(customerId, feedId) {
|
|
973
1087
|
return `customers/${customerId}/customerFeeds/${feedId}`;
|
|
974
1088
|
}
|
|
975
|
-
exports.customerFeed = customerFeed;
|
|
976
1089
|
/**
|
|
977
1090
|
* @param {string | number} customerId
|
|
978
1091
|
* @param {string | number} labelId
|
|
@@ -982,7 +1095,6 @@ exports.customerFeed = customerFeed;
|
|
|
982
1095
|
function customerLabel(customerId, labelId) {
|
|
983
1096
|
return `customers/${customerId}/customerLabels/${labelId}`;
|
|
984
1097
|
}
|
|
985
|
-
exports.customerLabel = customerLabel;
|
|
986
1098
|
/**
|
|
987
1099
|
* @param {string | number} customerId
|
|
988
1100
|
* @returns `CustomerLifecycleGoalResourceName`
|
|
@@ -991,7 +1103,6 @@ exports.customerLabel = customerLabel;
|
|
|
991
1103
|
function customerLifecycleGoal(customerId) {
|
|
992
1104
|
return `customers/${customerId}/customerLifecycleGoals`;
|
|
993
1105
|
}
|
|
994
|
-
exports.customerLifecycleGoal = customerLifecycleGoal;
|
|
995
1106
|
/**
|
|
996
1107
|
* @param {string | number} customerId
|
|
997
1108
|
* @param {string | number} managerCustomerId
|
|
@@ -1002,7 +1113,6 @@ exports.customerLifecycleGoal = customerLifecycleGoal;
|
|
|
1002
1113
|
function customerManagerLink(customerId, managerCustomerId, managerLinkId) {
|
|
1003
1114
|
return `customers/${customerId}/customerManagerLinks/${managerCustomerId}~${managerLinkId}`;
|
|
1004
1115
|
}
|
|
1005
|
-
exports.customerManagerLink = customerManagerLink;
|
|
1006
1116
|
/**
|
|
1007
1117
|
* @param {string | number} customerId
|
|
1008
1118
|
* @param {string | number} criterionId
|
|
@@ -1012,7 +1122,6 @@ exports.customerManagerLink = customerManagerLink;
|
|
|
1012
1122
|
function customerNegativeCriterion(customerId, criterionId) {
|
|
1013
1123
|
return `customers/${customerId}/customerNegativeCriteria/${criterionId}`;
|
|
1014
1124
|
}
|
|
1015
|
-
exports.customerNegativeCriterion = customerNegativeCriterion;
|
|
1016
1125
|
/**
|
|
1017
1126
|
* @param {string | number} customerId
|
|
1018
1127
|
* @param {string | number} clusterId
|
|
@@ -1022,7 +1131,6 @@ exports.customerNegativeCriterion = customerNegativeCriterion;
|
|
|
1022
1131
|
function customerSearchTermInsight(customerId, clusterId) {
|
|
1023
1132
|
return `customers/${customerId}/customerSearchTermInsights/${clusterId}`;
|
|
1024
1133
|
}
|
|
1025
|
-
exports.customerSearchTermInsight = customerSearchTermInsight;
|
|
1026
1134
|
/**
|
|
1027
1135
|
* @param {string | number} customerId
|
|
1028
1136
|
* @param {string | number} accountLinkId
|
|
@@ -1032,7 +1140,6 @@ exports.customerSearchTermInsight = customerSearchTermInsight;
|
|
|
1032
1140
|
function customerSkAdNetworkConversionValueSchema(customerId, accountLinkId) {
|
|
1033
1141
|
return `customers/${customerId}/customerSkAdNetworkConversionValueSchemas/${accountLinkId}`;
|
|
1034
1142
|
}
|
|
1035
|
-
exports.customerSkAdNetworkConversionValueSchema = customerSkAdNetworkConversionValueSchema;
|
|
1036
1143
|
/**
|
|
1037
1144
|
* @param {string | number} customerId
|
|
1038
1145
|
* @param {string | number} userId
|
|
@@ -1042,7 +1149,6 @@ exports.customerSkAdNetworkConversionValueSchema = customerSkAdNetworkConversion
|
|
|
1042
1149
|
function customerUserAccess(customerId, userId) {
|
|
1043
1150
|
return `customers/${customerId}/customerUserAccesses/${userId}`;
|
|
1044
1151
|
}
|
|
1045
|
-
exports.customerUserAccess = customerUserAccess;
|
|
1046
1152
|
/**
|
|
1047
1153
|
* @param {string | number} customerId
|
|
1048
1154
|
* @param {string | number} invitationId
|
|
@@ -1052,7 +1158,6 @@ exports.customerUserAccess = customerUserAccess;
|
|
|
1052
1158
|
function customerUserAccessInvitation(customerId, invitationId) {
|
|
1053
1159
|
return `customers/${customerId}/customerUserAccessInvitations/${invitationId}`;
|
|
1054
1160
|
}
|
|
1055
|
-
exports.customerUserAccessInvitation = customerUserAccessInvitation;
|
|
1056
1161
|
/**
|
|
1057
1162
|
* @param {string | number} customerId
|
|
1058
1163
|
* @param {string | number} customizerAttributeId
|
|
@@ -1062,7 +1167,6 @@ exports.customerUserAccessInvitation = customerUserAccessInvitation;
|
|
|
1062
1167
|
function customizerAttribute(customerId, customizerAttributeId) {
|
|
1063
1168
|
return `customers/${customerId}/customizerAttributes/${customizerAttributeId}`;
|
|
1064
1169
|
}
|
|
1065
|
-
exports.customizerAttribute = customizerAttribute;
|
|
1066
1170
|
/**
|
|
1067
1171
|
* @param {string | number} customerId
|
|
1068
1172
|
* @param {string | number} adGroupId
|
|
@@ -1073,7 +1177,6 @@ exports.customizerAttribute = customizerAttribute;
|
|
|
1073
1177
|
function detailPlacementView(customerId, adGroupId, base64Placement) {
|
|
1074
1178
|
return `customers/${customerId}/detailPlacementViews/${adGroupId}~${base64Placement}`;
|
|
1075
1179
|
}
|
|
1076
|
-
exports.detailPlacementView = detailPlacementView;
|
|
1077
1180
|
/**
|
|
1078
1181
|
* @param {string | number} customerId
|
|
1079
1182
|
* @param {string | number} detailedDemographicId
|
|
@@ -1083,7 +1186,6 @@ exports.detailPlacementView = detailPlacementView;
|
|
|
1083
1186
|
function detailedDemographic(customerId, detailedDemographicId) {
|
|
1084
1187
|
return `customers/${customerId}/detailedDemographics/${detailedDemographicId}`;
|
|
1085
1188
|
}
|
|
1086
|
-
exports.detailedDemographic = detailedDemographic;
|
|
1087
1189
|
/**
|
|
1088
1190
|
* @param {string | number} customerId
|
|
1089
1191
|
* @param {string | number} adGroupId
|
|
@@ -1094,7 +1196,6 @@ exports.detailedDemographic = detailedDemographic;
|
|
|
1094
1196
|
function displayKeywordView(customerId, adGroupId, criterionId) {
|
|
1095
1197
|
return `customers/${customerId}/displayKeywordViews/${adGroupId}~${criterionId}`;
|
|
1096
1198
|
}
|
|
1097
|
-
exports.displayKeywordView = displayKeywordView;
|
|
1098
1199
|
/**
|
|
1099
1200
|
* @param {string | number} customerId
|
|
1100
1201
|
* @param {string | number} placeholderChainId
|
|
@@ -1105,7 +1206,6 @@ exports.displayKeywordView = displayKeywordView;
|
|
|
1105
1206
|
function distanceView(customerId, placeholderChainId, distanceBucket) {
|
|
1106
1207
|
return `customers/${customerId}/distanceViews/${placeholderChainId}~${distanceBucket}`;
|
|
1107
1208
|
}
|
|
1108
|
-
exports.distanceView = distanceView;
|
|
1109
1209
|
/**
|
|
1110
1210
|
* @param {string | number} customerId
|
|
1111
1211
|
* @param {string | number} campaignId
|
|
@@ -1117,7 +1217,6 @@ exports.distanceView = distanceView;
|
|
|
1117
1217
|
function domainCategory(customerId, campaignId, base64Category, languageCode) {
|
|
1118
1218
|
return `customers/${customerId}/domainCategories/${campaignId}~${base64Category}~${languageCode}`;
|
|
1119
1219
|
}
|
|
1120
|
-
exports.domainCategory = domainCategory;
|
|
1121
1220
|
/**
|
|
1122
1221
|
* @param {string | number} customerId
|
|
1123
1222
|
* @param {string | number} adGroupId
|
|
@@ -1131,7 +1230,6 @@ exports.domainCategory = domainCategory;
|
|
|
1131
1230
|
function dynamicSearchAdsSearchTermView(customerId, adGroupId, searchTermFingerprint, headlineFingerprint, landingPageFingerprint, pageUrlFingerprint) {
|
|
1132
1231
|
return `customers/${customerId}/dynamicSearchAdsSearchTermViews/${adGroupId}~${searchTermFingerprint}~${headlineFingerprint}~${landingPageFingerprint}~${pageUrlFingerprint}`;
|
|
1133
1232
|
}
|
|
1134
|
-
exports.dynamicSearchAdsSearchTermView = dynamicSearchAdsSearchTermView;
|
|
1135
1233
|
/**
|
|
1136
1234
|
* @param {string | number} customerId
|
|
1137
1235
|
* @param {string | number} expandedFinalUrlFingerprint
|
|
@@ -1141,7 +1239,6 @@ exports.dynamicSearchAdsSearchTermView = dynamicSearchAdsSearchTermView;
|
|
|
1141
1239
|
function expandedLandingPageView(customerId, expandedFinalUrlFingerprint) {
|
|
1142
1240
|
return `customers/${customerId}/expandedLandingPageViews/${expandedFinalUrlFingerprint}`;
|
|
1143
1241
|
}
|
|
1144
|
-
exports.expandedLandingPageView = expandedLandingPageView;
|
|
1145
1242
|
/**
|
|
1146
1243
|
* @param {string | number} customerId
|
|
1147
1244
|
* @param {string | number} trialId
|
|
@@ -1151,7 +1248,6 @@ exports.expandedLandingPageView = expandedLandingPageView;
|
|
|
1151
1248
|
function experiment(customerId, trialId) {
|
|
1152
1249
|
return `customers/${customerId}/experiments/${trialId}`;
|
|
1153
1250
|
}
|
|
1154
|
-
exports.experiment = experiment;
|
|
1155
1251
|
/**
|
|
1156
1252
|
* @param {string | number} customerId
|
|
1157
1253
|
* @param {string | number} trialId
|
|
@@ -1162,7 +1258,6 @@ exports.experiment = experiment;
|
|
|
1162
1258
|
function experimentArm(customerId, trialId, trialArmId) {
|
|
1163
1259
|
return `customers/${customerId}/experimentArms/${trialId}~${trialArmId}`;
|
|
1164
1260
|
}
|
|
1165
|
-
exports.experimentArm = experimentArm;
|
|
1166
1261
|
/**
|
|
1167
1262
|
* @param {string | number} customerId
|
|
1168
1263
|
* @param {string | number} feedItemId
|
|
@@ -1172,7 +1267,6 @@ exports.experimentArm = experimentArm;
|
|
|
1172
1267
|
function extensionFeedItem(customerId, feedItemId) {
|
|
1173
1268
|
return `customers/${customerId}/extensionFeedItems/${feedItemId}`;
|
|
1174
1269
|
}
|
|
1175
|
-
exports.extensionFeedItem = extensionFeedItem;
|
|
1176
1270
|
/**
|
|
1177
1271
|
* @param {string | number} customerId
|
|
1178
1272
|
* @param {string | number} feedId
|
|
@@ -1182,7 +1276,6 @@ exports.extensionFeedItem = extensionFeedItem;
|
|
|
1182
1276
|
function feed(customerId, feedId) {
|
|
1183
1277
|
return `customers/${customerId}/feeds/${feedId}`;
|
|
1184
1278
|
}
|
|
1185
|
-
exports.feed = feed;
|
|
1186
1279
|
/**
|
|
1187
1280
|
* @param {string | number} customerId
|
|
1188
1281
|
* @param {string | number} feedId
|
|
@@ -1193,7 +1286,6 @@ exports.feed = feed;
|
|
|
1193
1286
|
function feedItem(customerId, feedId, feedItemId) {
|
|
1194
1287
|
return `customers/${customerId}/feedItems/${feedId}~${feedItemId}`;
|
|
1195
1288
|
}
|
|
1196
|
-
exports.feedItem = feedItem;
|
|
1197
1289
|
/**
|
|
1198
1290
|
* @param {string | number} customerId
|
|
1199
1291
|
* @param {string | number} feedId
|
|
@@ -1204,7 +1296,6 @@ exports.feedItem = feedItem;
|
|
|
1204
1296
|
function feedItemSet(customerId, feedId, feedItemSetId) {
|
|
1205
1297
|
return `customers/${customerId}/feedItemSets/${feedId}~${feedItemSetId}`;
|
|
1206
1298
|
}
|
|
1207
|
-
exports.feedItemSet = feedItemSet;
|
|
1208
1299
|
/**
|
|
1209
1300
|
* @param {string | number} customerId
|
|
1210
1301
|
* @param {string | number} feedId
|
|
@@ -1216,7 +1307,6 @@ exports.feedItemSet = feedItemSet;
|
|
|
1216
1307
|
function feedItemSetLink(customerId, feedId, feedItemSetId, feedItemId) {
|
|
1217
1308
|
return `customers/${customerId}/feedItemSetLinks/${feedId}~${feedItemSetId}~${feedItemId}`;
|
|
1218
1309
|
}
|
|
1219
|
-
exports.feedItemSetLink = feedItemSetLink;
|
|
1220
1310
|
/**
|
|
1221
1311
|
* @param {string | number} customerId
|
|
1222
1312
|
* @param {string | number} feedId
|
|
@@ -1229,7 +1319,6 @@ exports.feedItemSetLink = feedItemSetLink;
|
|
|
1229
1319
|
function feedItemTarget(customerId, feedId, feedItemId, feedItemTargetType, feedItemTargetId) {
|
|
1230
1320
|
return `customers/${customerId}/feedItemTargets/${feedId}~${feedItemId}~${feedItemTargetType}~${feedItemTargetId}`;
|
|
1231
1321
|
}
|
|
1232
|
-
exports.feedItemTarget = feedItemTarget;
|
|
1233
1322
|
/**
|
|
1234
1323
|
* @param {string | number} customerId
|
|
1235
1324
|
* @param {string | number} feedId
|
|
@@ -1240,7 +1329,6 @@ exports.feedItemTarget = feedItemTarget;
|
|
|
1240
1329
|
function feedMapping(customerId, feedId, feedMappingId) {
|
|
1241
1330
|
return `customers/${customerId}/feedMappings/${feedId}~${feedMappingId}`;
|
|
1242
1331
|
}
|
|
1243
|
-
exports.feedMapping = feedMapping;
|
|
1244
1332
|
/**
|
|
1245
1333
|
* @param {string | number} customerId
|
|
1246
1334
|
* @param {string | number} placeholderType
|
|
@@ -1250,7 +1338,6 @@ exports.feedMapping = feedMapping;
|
|
|
1250
1338
|
function feedPlaceholderView(customerId, placeholderType) {
|
|
1251
1339
|
return `customers/${customerId}/feedPlaceholderViews/${placeholderType}`;
|
|
1252
1340
|
}
|
|
1253
|
-
exports.feedPlaceholderView = feedPlaceholderView;
|
|
1254
1341
|
/**
|
|
1255
1342
|
* @param {string | number} customerId
|
|
1256
1343
|
* @param {string | number} adGroupId
|
|
@@ -1261,7 +1348,6 @@ exports.feedPlaceholderView = feedPlaceholderView;
|
|
|
1261
1348
|
function genderView(customerId, adGroupId, criterionId) {
|
|
1262
1349
|
return `customers/${customerId}/genderViews/${adGroupId}~${criterionId}`;
|
|
1263
1350
|
}
|
|
1264
|
-
exports.genderView = genderView;
|
|
1265
1351
|
/**
|
|
1266
1352
|
* @param {string | number} criterionId
|
|
1267
1353
|
* @returns `GeoTargetConstantResourceName`
|
|
@@ -1270,7 +1356,6 @@ exports.genderView = genderView;
|
|
|
1270
1356
|
function geoTargetConstant(criterionId) {
|
|
1271
1357
|
return `geoTargetConstants/${criterionId}`;
|
|
1272
1358
|
}
|
|
1273
|
-
exports.geoTargetConstant = geoTargetConstant;
|
|
1274
1359
|
/**
|
|
1275
1360
|
* @param {string | number} customerId
|
|
1276
1361
|
* @param {string | number} countryCriterionId
|
|
@@ -1281,7 +1366,6 @@ exports.geoTargetConstant = geoTargetConstant;
|
|
|
1281
1366
|
function geographicView(customerId, countryCriterionId, locationType) {
|
|
1282
1367
|
return `customers/${customerId}/geographicViews/${countryCriterionId}~${locationType}`;
|
|
1283
1368
|
}
|
|
1284
|
-
exports.geographicView = geographicView;
|
|
1285
1369
|
/**
|
|
1286
1370
|
* @param {string | number} googleAdsField
|
|
1287
1371
|
* @returns `GoogleAdsFieldResourceName`
|
|
@@ -1290,7 +1374,6 @@ exports.geographicView = geographicView;
|
|
|
1290
1374
|
function googleAdsField(googleAdsField) {
|
|
1291
1375
|
return `googleAdsFields/${googleAdsField}`;
|
|
1292
1376
|
}
|
|
1293
|
-
exports.googleAdsField = googleAdsField;
|
|
1294
1377
|
/**
|
|
1295
1378
|
* @param {string | number} customerId
|
|
1296
1379
|
* @param {string | number} adGroupId
|
|
@@ -1301,7 +1384,6 @@ exports.googleAdsField = googleAdsField;
|
|
|
1301
1384
|
function groupPlacementView(customerId, adGroupId, base64Placement) {
|
|
1302
1385
|
return `customers/${customerId}/groupPlacementViews/${adGroupId}~${base64Placement}`;
|
|
1303
1386
|
}
|
|
1304
|
-
exports.groupPlacementView = groupPlacementView;
|
|
1305
1387
|
/**
|
|
1306
1388
|
* @param {string | number} customerId
|
|
1307
1389
|
* @param {string | number} adGroupId
|
|
@@ -1312,7 +1394,6 @@ exports.groupPlacementView = groupPlacementView;
|
|
|
1312
1394
|
function hotelGroupView(customerId, adGroupId, criterionId) {
|
|
1313
1395
|
return `customers/${customerId}/hotelGroupViews/${adGroupId}~${criterionId}`;
|
|
1314
1396
|
}
|
|
1315
|
-
exports.hotelGroupView = hotelGroupView;
|
|
1316
1397
|
/**
|
|
1317
1398
|
* @param {string | number} customerId
|
|
1318
1399
|
* @returns `HotelPerformanceViewResourceName`
|
|
@@ -1321,7 +1402,6 @@ exports.hotelGroupView = hotelGroupView;
|
|
|
1321
1402
|
function hotelPerformanceView(customerId) {
|
|
1322
1403
|
return `customers/${customerId}/hotelPerformanceView`;
|
|
1323
1404
|
}
|
|
1324
|
-
exports.hotelPerformanceView = hotelPerformanceView;
|
|
1325
1405
|
/**
|
|
1326
1406
|
* @param {string | number} customerId
|
|
1327
1407
|
* @param {string | number} commissionId
|
|
@@ -1331,7 +1411,6 @@ exports.hotelPerformanceView = hotelPerformanceView;
|
|
|
1331
1411
|
function hotelReconciliation(customerId, commissionId) {
|
|
1332
1412
|
return `customers/${customerId}/hotelReconciliations/${commissionId}`;
|
|
1333
1413
|
}
|
|
1334
|
-
exports.hotelReconciliation = hotelReconciliation;
|
|
1335
1414
|
/**
|
|
1336
1415
|
* @param {string | number} customerId
|
|
1337
1416
|
* @param {string | number} adGroupId
|
|
@@ -1342,7 +1421,6 @@ exports.hotelReconciliation = hotelReconciliation;
|
|
|
1342
1421
|
function incomeRangeView(customerId, adGroupId, criterionId) {
|
|
1343
1422
|
return `customers/${customerId}/incomeRangeViews/${adGroupId}~${criterionId}`;
|
|
1344
1423
|
}
|
|
1345
|
-
exports.incomeRangeView = incomeRangeView;
|
|
1346
1424
|
/**
|
|
1347
1425
|
* @param {string | number} customerId
|
|
1348
1426
|
* @param {string | number} invoiceId
|
|
@@ -1352,7 +1430,6 @@ exports.incomeRangeView = incomeRangeView;
|
|
|
1352
1430
|
function invoice(customerId, invoiceId) {
|
|
1353
1431
|
return `customers/${customerId}/invoices/${invoiceId}`;
|
|
1354
1432
|
}
|
|
1355
|
-
exports.invoice = invoice;
|
|
1356
1433
|
/**
|
|
1357
1434
|
* @param {string | number} customerId
|
|
1358
1435
|
* @param {string | number} keywordPlanId
|
|
@@ -1362,7 +1439,6 @@ exports.invoice = invoice;
|
|
|
1362
1439
|
function keywordPlan(customerId, keywordPlanId) {
|
|
1363
1440
|
return `customers/${customerId}/keywordPlans/${keywordPlanId}`;
|
|
1364
1441
|
}
|
|
1365
|
-
exports.keywordPlan = keywordPlan;
|
|
1366
1442
|
/**
|
|
1367
1443
|
* @param {string | number} customerId
|
|
1368
1444
|
* @param {string | number} keywordPlanAdGroupId
|
|
@@ -1372,7 +1448,6 @@ exports.keywordPlan = keywordPlan;
|
|
|
1372
1448
|
function keywordPlanAdGroup(customerId, keywordPlanAdGroupId) {
|
|
1373
1449
|
return `customers/${customerId}/keywordPlanAdGroups/${keywordPlanAdGroupId}`;
|
|
1374
1450
|
}
|
|
1375
|
-
exports.keywordPlanAdGroup = keywordPlanAdGroup;
|
|
1376
1451
|
/**
|
|
1377
1452
|
* @param {string | number} customerId
|
|
1378
1453
|
* @param {string | number} keywordPlanAdGroupKeywordId
|
|
@@ -1382,7 +1457,6 @@ exports.keywordPlanAdGroup = keywordPlanAdGroup;
|
|
|
1382
1457
|
function keywordPlanAdGroupKeyword(customerId, keywordPlanAdGroupKeywordId) {
|
|
1383
1458
|
return `customers/${customerId}/keywordPlanAdGroupKeywords/${keywordPlanAdGroupKeywordId}`;
|
|
1384
1459
|
}
|
|
1385
|
-
exports.keywordPlanAdGroupKeyword = keywordPlanAdGroupKeyword;
|
|
1386
1460
|
/**
|
|
1387
1461
|
* @param {string | number} customerId
|
|
1388
1462
|
* @param {string | number} keywordPlanCampaignId
|
|
@@ -1392,7 +1466,6 @@ exports.keywordPlanAdGroupKeyword = keywordPlanAdGroupKeyword;
|
|
|
1392
1466
|
function keywordPlanCampaign(customerId, keywordPlanCampaignId) {
|
|
1393
1467
|
return `customers/${customerId}/keywordPlanCampaigns/${keywordPlanCampaignId}`;
|
|
1394
1468
|
}
|
|
1395
|
-
exports.keywordPlanCampaign = keywordPlanCampaign;
|
|
1396
1469
|
/**
|
|
1397
1470
|
* @param {string | number} customerId
|
|
1398
1471
|
* @param {string | number} keywordPlanCampaignKeywordId
|
|
@@ -1402,7 +1475,6 @@ exports.keywordPlanCampaign = keywordPlanCampaign;
|
|
|
1402
1475
|
function keywordPlanCampaignKeyword(customerId, keywordPlanCampaignKeywordId) {
|
|
1403
1476
|
return `customers/${customerId}/keywordPlanCampaignKeywords/${keywordPlanCampaignKeywordId}`;
|
|
1404
1477
|
}
|
|
1405
|
-
exports.keywordPlanCampaignKeyword = keywordPlanCampaignKeyword;
|
|
1406
1478
|
/**
|
|
1407
1479
|
* @param {string | number} expressCategoryId
|
|
1408
1480
|
* @param {string | number} expressSubCategoryId
|
|
@@ -1412,7 +1484,6 @@ exports.keywordPlanCampaignKeyword = keywordPlanCampaignKeyword;
|
|
|
1412
1484
|
function keywordThemeConstant(expressCategoryId, expressSubCategoryId) {
|
|
1413
1485
|
return `keywordThemeConstants/${expressCategoryId}~${expressSubCategoryId}`;
|
|
1414
1486
|
}
|
|
1415
|
-
exports.keywordThemeConstant = keywordThemeConstant;
|
|
1416
1487
|
/**
|
|
1417
1488
|
* @param {string | number} customerId
|
|
1418
1489
|
* @param {string | number} adGroupId
|
|
@@ -1423,7 +1494,6 @@ exports.keywordThemeConstant = keywordThemeConstant;
|
|
|
1423
1494
|
function keywordView(customerId, adGroupId, criterionId) {
|
|
1424
1495
|
return `customers/${customerId}/keywordViews/${adGroupId}~${criterionId}`;
|
|
1425
1496
|
}
|
|
1426
|
-
exports.keywordView = keywordView;
|
|
1427
1497
|
/**
|
|
1428
1498
|
* @param {string | number} customerId
|
|
1429
1499
|
* @param {string | number} labelId
|
|
@@ -1433,7 +1503,6 @@ exports.keywordView = keywordView;
|
|
|
1433
1503
|
function label(customerId, labelId) {
|
|
1434
1504
|
return `customers/${customerId}/labels/${labelId}`;
|
|
1435
1505
|
}
|
|
1436
|
-
exports.label = label;
|
|
1437
1506
|
/**
|
|
1438
1507
|
* @param {string | number} customerId
|
|
1439
1508
|
* @param {string | number} unexpandedFinalUrlFingerprint
|
|
@@ -1443,7 +1512,6 @@ exports.label = label;
|
|
|
1443
1512
|
function landingPageView(customerId, unexpandedFinalUrlFingerprint) {
|
|
1444
1513
|
return `customers/${customerId}/landingPageViews/${unexpandedFinalUrlFingerprint}`;
|
|
1445
1514
|
}
|
|
1446
|
-
exports.landingPageView = landingPageView;
|
|
1447
1515
|
/**
|
|
1448
1516
|
* @param {string | number} criterionId
|
|
1449
1517
|
* @returns `LanguageConstantResourceName`
|
|
@@ -1452,7 +1520,6 @@ exports.landingPageView = landingPageView;
|
|
|
1452
1520
|
function languageConstant(criterionId) {
|
|
1453
1521
|
return `languageConstants/${criterionId}`;
|
|
1454
1522
|
}
|
|
1455
|
-
exports.languageConstant = languageConstant;
|
|
1456
1523
|
/**
|
|
1457
1524
|
* @param {string | number} customerId
|
|
1458
1525
|
* @param {string | number} leadFormUserSubmissionId
|
|
@@ -1462,7 +1529,6 @@ exports.languageConstant = languageConstant;
|
|
|
1462
1529
|
function leadFormSubmissionData(customerId, leadFormUserSubmissionId) {
|
|
1463
1530
|
return `customers/${customerId}/leadFormSubmissionData/${leadFormUserSubmissionId}`;
|
|
1464
1531
|
}
|
|
1465
|
-
exports.leadFormSubmissionData = leadFormSubmissionData;
|
|
1466
1532
|
/**
|
|
1467
1533
|
* @param {string | number} customerId
|
|
1468
1534
|
* @param {string | number} lifeEventId
|
|
@@ -1472,7 +1538,6 @@ exports.leadFormSubmissionData = leadFormSubmissionData;
|
|
|
1472
1538
|
function lifeEvent(customerId, lifeEventId) {
|
|
1473
1539
|
return `customers/${customerId}/lifeEvents/${lifeEventId}`;
|
|
1474
1540
|
}
|
|
1475
|
-
exports.lifeEvent = lifeEvent;
|
|
1476
1541
|
/**
|
|
1477
1542
|
* @param {string | number} customerId
|
|
1478
1543
|
* @param {string | number} glsEmployeeId
|
|
@@ -1482,7 +1547,6 @@ exports.lifeEvent = lifeEvent;
|
|
|
1482
1547
|
function localServicesEmployee(customerId, glsEmployeeId) {
|
|
1483
1548
|
return `customers/${customerId}/localServicesEmployees/${glsEmployeeId}`;
|
|
1484
1549
|
}
|
|
1485
|
-
exports.localServicesEmployee = localServicesEmployee;
|
|
1486
1550
|
/**
|
|
1487
1551
|
* @param {string | number} customerId
|
|
1488
1552
|
* @param {string | number} localServicesLeadId
|
|
@@ -1492,7 +1556,6 @@ exports.localServicesEmployee = localServicesEmployee;
|
|
|
1492
1556
|
function localServicesLead(customerId, localServicesLeadId) {
|
|
1493
1557
|
return `customers/${customerId}/localServicesLeads/${localServicesLeadId}`;
|
|
1494
1558
|
}
|
|
1495
|
-
exports.localServicesLead = localServicesLead;
|
|
1496
1559
|
/**
|
|
1497
1560
|
* @param {string | number} customerId
|
|
1498
1561
|
* @param {string | number} localServicesLeadConversationId
|
|
@@ -1502,7 +1565,6 @@ exports.localServicesLead = localServicesLead;
|
|
|
1502
1565
|
function localServicesLeadConversation(customerId, localServicesLeadConversationId) {
|
|
1503
1566
|
return `customers/${customerId}/localServicesLeadConversations/${localServicesLeadConversationId}`;
|
|
1504
1567
|
}
|
|
1505
|
-
exports.localServicesLeadConversation = localServicesLeadConversation;
|
|
1506
1568
|
/**
|
|
1507
1569
|
* @param {string | number} customerId
|
|
1508
1570
|
* @param {string | number} glsVerificationArtifactId
|
|
@@ -1512,7 +1574,6 @@ exports.localServicesLeadConversation = localServicesLeadConversation;
|
|
|
1512
1574
|
function localServicesVerificationArtifact(customerId, glsVerificationArtifactId) {
|
|
1513
1575
|
return `customers/${customerId}/localServicesVerificationArtifacts/${glsVerificationArtifactId}`;
|
|
1514
1576
|
}
|
|
1515
|
-
exports.localServicesVerificationArtifact = localServicesVerificationArtifact;
|
|
1516
1577
|
/**
|
|
1517
1578
|
* @param {string | number} customerId
|
|
1518
1579
|
* @param {string | number} campaignId
|
|
@@ -1523,7 +1584,6 @@ exports.localServicesVerificationArtifact = localServicesVerificationArtifact;
|
|
|
1523
1584
|
function locationView(customerId, campaignId, criterionId) {
|
|
1524
1585
|
return `customers/${customerId}/locationViews/${campaignId}~${criterionId}`;
|
|
1525
1586
|
}
|
|
1526
|
-
exports.locationView = locationView;
|
|
1527
1587
|
/**
|
|
1528
1588
|
* @param {string | number} customerId
|
|
1529
1589
|
* @param {string | number} adGroupId
|
|
@@ -1534,7 +1594,6 @@ exports.locationView = locationView;
|
|
|
1534
1594
|
function managedPlacementView(customerId, adGroupId, criterionId) {
|
|
1535
1595
|
return `customers/${customerId}/managedPlacementViews/${adGroupId}~${criterionId}`;
|
|
1536
1596
|
}
|
|
1537
|
-
exports.managedPlacementView = managedPlacementView;
|
|
1538
1597
|
/**
|
|
1539
1598
|
* @param {string | number} customerId
|
|
1540
1599
|
* @param {string | number} mediaFileId
|
|
@@ -1544,7 +1603,6 @@ exports.managedPlacementView = managedPlacementView;
|
|
|
1544
1603
|
function mediaFile(customerId, mediaFileId) {
|
|
1545
1604
|
return `customers/${customerId}/mediaFiles/${mediaFileId}`;
|
|
1546
1605
|
}
|
|
1547
|
-
exports.mediaFile = mediaFile;
|
|
1548
1606
|
/**
|
|
1549
1607
|
* @param {string | number} mobileAppCategoryId
|
|
1550
1608
|
* @returns `MobileAppCategoryConstantResourceName`
|
|
@@ -1553,7 +1611,6 @@ exports.mediaFile = mediaFile;
|
|
|
1553
1611
|
function mobileAppCategoryConstant(mobileAppCategoryId) {
|
|
1554
1612
|
return `mobileAppCategoryConstants/${mobileAppCategoryId}`;
|
|
1555
1613
|
}
|
|
1556
|
-
exports.mobileAppCategoryConstant = mobileAppCategoryConstant;
|
|
1557
1614
|
/**
|
|
1558
1615
|
* @param {string | number} criterionId
|
|
1559
1616
|
* @returns `MobileDeviceConstantResourceName`
|
|
@@ -1562,7 +1619,6 @@ exports.mobileAppCategoryConstant = mobileAppCategoryConstant;
|
|
|
1562
1619
|
function mobileDeviceConstant(criterionId) {
|
|
1563
1620
|
return `mobileDeviceConstants/${criterionId}`;
|
|
1564
1621
|
}
|
|
1565
|
-
exports.mobileDeviceConstant = mobileDeviceConstant;
|
|
1566
1622
|
/**
|
|
1567
1623
|
* @param {string | number} customerId
|
|
1568
1624
|
* @param {string | number} client
|
|
@@ -1572,7 +1628,16 @@ exports.mobileDeviceConstant = mobileDeviceConstant;
|
|
|
1572
1628
|
function offlineConversionUploadClientSummary(customerId, client) {
|
|
1573
1629
|
return `customers/${customerId}/offlineConversionUploadClientSummaries/${client}`;
|
|
1574
1630
|
}
|
|
1575
|
-
|
|
1631
|
+
/**
|
|
1632
|
+
* @param {string | number} customerId
|
|
1633
|
+
* @param {string | number} conversionTypeId
|
|
1634
|
+
* @param {string | number} client
|
|
1635
|
+
* @returns `OfflineConversionUploadConversionActionSummaryResourceName`
|
|
1636
|
+
* @example const offlineConversionUploadConversionActionSummary: ResourceNames.OfflineConversionUploadConversionActionSummaryResourceName = ResourceNames.offlineConversionUploadConversionActionSummary(10987417, 21974834, 43949668)
|
|
1637
|
+
*/
|
|
1638
|
+
function offlineConversionUploadConversionActionSummary(customerId, conversionTypeId, client) {
|
|
1639
|
+
return `customers/${customerId}/offlineConversionUploadConversionActionSummaries/${conversionTypeId}~${client}`;
|
|
1640
|
+
}
|
|
1576
1641
|
/**
|
|
1577
1642
|
* @param {string | number} customerId
|
|
1578
1643
|
* @param {string | number} offlineUserDataUpdateId
|
|
@@ -1582,7 +1647,6 @@ exports.offlineConversionUploadClientSummary = offlineConversionUploadClientSumm
|
|
|
1582
1647
|
function offlineUserDataJob(customerId, offlineUserDataUpdateId) {
|
|
1583
1648
|
return `customers/${customerId}/offlineUserDataJobs/${offlineUserDataUpdateId}`;
|
|
1584
1649
|
}
|
|
1585
|
-
exports.offlineUserDataJob = offlineUserDataJob;
|
|
1586
1650
|
/**
|
|
1587
1651
|
* @param {string | number} criterionId
|
|
1588
1652
|
* @returns `OperatingSystemVersionConstantResourceName`
|
|
@@ -1591,7 +1655,6 @@ exports.offlineUserDataJob = offlineUserDataJob;
|
|
|
1591
1655
|
function operatingSystemVersionConstant(criterionId) {
|
|
1592
1656
|
return `operatingSystemVersionConstants/${criterionId}`;
|
|
1593
1657
|
}
|
|
1594
|
-
exports.operatingSystemVersionConstant = operatingSystemVersionConstant;
|
|
1595
1658
|
/**
|
|
1596
1659
|
* @param {string | number} customerId
|
|
1597
1660
|
* @param {string | number} campaignId
|
|
@@ -1603,7 +1666,6 @@ exports.operatingSystemVersionConstant = operatingSystemVersionConstant;
|
|
|
1603
1666
|
function paidOrganicSearchTermView(customerId, campaignId, adGroupId, base64SearchTerm) {
|
|
1604
1667
|
return `customers/${customerId}/paidOrganicSearchTermViews/${campaignId}~${adGroupId}~${base64SearchTerm}`;
|
|
1605
1668
|
}
|
|
1606
|
-
exports.paidOrganicSearchTermView = paidOrganicSearchTermView;
|
|
1607
1669
|
/**
|
|
1608
1670
|
* @param {string | number} customerId
|
|
1609
1671
|
* @param {string | number} adGroupId
|
|
@@ -1614,7 +1676,6 @@ exports.paidOrganicSearchTermView = paidOrganicSearchTermView;
|
|
|
1614
1676
|
function parentalStatusView(customerId, adGroupId, criterionId) {
|
|
1615
1677
|
return `customers/${customerId}/parentalStatusViews/${adGroupId}~${criterionId}`;
|
|
1616
1678
|
}
|
|
1617
|
-
exports.parentalStatusView = parentalStatusView;
|
|
1618
1679
|
/**
|
|
1619
1680
|
* @param {string | number} customerId
|
|
1620
1681
|
* @param {string | number} paymentsAccountId
|
|
@@ -1624,7 +1685,6 @@ exports.parentalStatusView = parentalStatusView;
|
|
|
1624
1685
|
function paymentsAccount(customerId, paymentsAccountId) {
|
|
1625
1686
|
return `customers/${customerId}/paymentsAccounts/${paymentsAccountId}`;
|
|
1626
1687
|
}
|
|
1627
|
-
exports.paymentsAccount = paymentsAccount;
|
|
1628
1688
|
/**
|
|
1629
1689
|
* @param {string | number} customerId
|
|
1630
1690
|
* @param {string | number} placeId
|
|
@@ -1634,7 +1694,6 @@ exports.paymentsAccount = paymentsAccount;
|
|
|
1634
1694
|
function perStoreView(customerId, placeId) {
|
|
1635
1695
|
return `customers/${customerId}/perStoreViews/${placeId}`;
|
|
1636
1696
|
}
|
|
1637
|
-
exports.perStoreView = perStoreView;
|
|
1638
1697
|
/**
|
|
1639
1698
|
* @param {string | number} level
|
|
1640
1699
|
* @param {string | number} categoryId
|
|
@@ -1644,7 +1703,6 @@ exports.perStoreView = perStoreView;
|
|
|
1644
1703
|
function productCategoryConstant(level, categoryId) {
|
|
1645
1704
|
return `productCategoryConstants/${level}~${categoryId}`;
|
|
1646
1705
|
}
|
|
1647
|
-
exports.productCategoryConstant = productCategoryConstant;
|
|
1648
1706
|
/**
|
|
1649
1707
|
* @param {string | number} customerId
|
|
1650
1708
|
* @param {string | number} adgroupId
|
|
@@ -1655,7 +1713,6 @@ exports.productCategoryConstant = productCategoryConstant;
|
|
|
1655
1713
|
function productGroupView(customerId, adgroupId, criterionId) {
|
|
1656
1714
|
return `customers/${customerId}/productGroupViews/${adgroupId}~${criterionId}`;
|
|
1657
1715
|
}
|
|
1658
|
-
exports.productGroupView = productGroupView;
|
|
1659
1716
|
/**
|
|
1660
1717
|
* @param {string | number} customerId
|
|
1661
1718
|
* @param {string | number} productLinkId
|
|
@@ -1665,7 +1722,6 @@ exports.productGroupView = productGroupView;
|
|
|
1665
1722
|
function productLink(customerId, productLinkId) {
|
|
1666
1723
|
return `customers/${customerId}/productLinks/${productLinkId}`;
|
|
1667
1724
|
}
|
|
1668
|
-
exports.productLink = productLink;
|
|
1669
1725
|
/**
|
|
1670
1726
|
* @param {string | number} customerId
|
|
1671
1727
|
* @param {string | number} customerInvitationId
|
|
@@ -1675,7 +1731,6 @@ exports.productLink = productLink;
|
|
|
1675
1731
|
function productLinkInvitation(customerId, customerInvitationId) {
|
|
1676
1732
|
return `customers/${customerId}/productLinkInvitations/${customerInvitationId}`;
|
|
1677
1733
|
}
|
|
1678
|
-
exports.productLinkInvitation = productLinkInvitation;
|
|
1679
1734
|
/**
|
|
1680
1735
|
* @param {string | number} qualifyingQuestionId
|
|
1681
1736
|
* @returns `QualifyingQuestionResourceName`
|
|
@@ -1684,7 +1739,6 @@ exports.productLinkInvitation = productLinkInvitation;
|
|
|
1684
1739
|
function qualifyingQuestion(qualifyingQuestionId) {
|
|
1685
1740
|
return `qualifyingQuestions/${qualifyingQuestionId}`;
|
|
1686
1741
|
}
|
|
1687
|
-
exports.qualifyingQuestion = qualifyingQuestion;
|
|
1688
1742
|
/**
|
|
1689
1743
|
* @param {string | number} customerId
|
|
1690
1744
|
* @param {string | number} recommendationId
|
|
@@ -1694,7 +1748,6 @@ exports.qualifyingQuestion = qualifyingQuestion;
|
|
|
1694
1748
|
function recommendation(customerId, recommendationId) {
|
|
1695
1749
|
return `customers/${customerId}/recommendations/${recommendationId}`;
|
|
1696
1750
|
}
|
|
1697
|
-
exports.recommendation = recommendation;
|
|
1698
1751
|
/**
|
|
1699
1752
|
* @param {string | number} customerId
|
|
1700
1753
|
* @param {string | number} recommendationType
|
|
@@ -1704,7 +1757,6 @@ exports.recommendation = recommendation;
|
|
|
1704
1757
|
function recommendationSubscription(customerId, recommendationType) {
|
|
1705
1758
|
return `customers/${customerId}/recommendationSubscriptions/${recommendationType}`;
|
|
1706
1759
|
}
|
|
1707
|
-
exports.recommendationSubscription = recommendationSubscription;
|
|
1708
1760
|
/**
|
|
1709
1761
|
* @param {string | number} customerId
|
|
1710
1762
|
* @param {string | number} remarketingActionId
|
|
@@ -1714,7 +1766,6 @@ exports.recommendationSubscription = recommendationSubscription;
|
|
|
1714
1766
|
function remarketingAction(customerId, remarketingActionId) {
|
|
1715
1767
|
return `customers/${customerId}/remarketingActions/${remarketingActionId}`;
|
|
1716
1768
|
}
|
|
1717
|
-
exports.remarketingAction = remarketingAction;
|
|
1718
1769
|
/**
|
|
1719
1770
|
* @param {string | number} customerId
|
|
1720
1771
|
* @param {string | number} campaignId
|
|
@@ -1726,7 +1777,6 @@ exports.remarketingAction = remarketingAction;
|
|
|
1726
1777
|
function searchTermView(customerId, campaignId, adGroupId, query) {
|
|
1727
1778
|
return `customers/${customerId}/searchTermViews/${campaignId}~${adGroupId}~${query}`;
|
|
1728
1779
|
}
|
|
1729
|
-
exports.searchTermView = searchTermView;
|
|
1730
1780
|
/**
|
|
1731
1781
|
* @param {string | number} customerId
|
|
1732
1782
|
* @param {string | number} sharedSetId
|
|
@@ -1737,7 +1787,6 @@ exports.searchTermView = searchTermView;
|
|
|
1737
1787
|
function sharedCriterion(customerId, sharedSetId, criterionId) {
|
|
1738
1788
|
return `customers/${customerId}/sharedCriteria/${sharedSetId}~${criterionId}`;
|
|
1739
1789
|
}
|
|
1740
|
-
exports.sharedCriterion = sharedCriterion;
|
|
1741
1790
|
/**
|
|
1742
1791
|
* @param {string | number} customerId
|
|
1743
1792
|
* @param {string | number} sharedSetId
|
|
@@ -1747,7 +1796,6 @@ exports.sharedCriterion = sharedCriterion;
|
|
|
1747
1796
|
function sharedSet(customerId, sharedSetId) {
|
|
1748
1797
|
return `customers/${customerId}/sharedSets/${sharedSetId}`;
|
|
1749
1798
|
}
|
|
1750
|
-
exports.sharedSet = sharedSet;
|
|
1751
1799
|
/**
|
|
1752
1800
|
* @param {string | number} customerId
|
|
1753
1801
|
* @returns `ShoppingPerformanceViewResourceName`
|
|
@@ -1756,7 +1804,19 @@ exports.sharedSet = sharedSet;
|
|
|
1756
1804
|
function shoppingPerformanceView(customerId) {
|
|
1757
1805
|
return `customers/${customerId}/shoppingPerformanceView`;
|
|
1758
1806
|
}
|
|
1759
|
-
|
|
1807
|
+
/**
|
|
1808
|
+
* @param {string | number} customerId
|
|
1809
|
+
* @param {string | number} merchantCenterId
|
|
1810
|
+
* @param {string | number} channel
|
|
1811
|
+
* @param {string | number} languageCode
|
|
1812
|
+
* @param {string | number} feedLabel
|
|
1813
|
+
* @param {string | number} itemId
|
|
1814
|
+
* @returns `ShoppingProductResourceName`
|
|
1815
|
+
* @example const shoppingProduct: ResourceNames.ShoppingProductResourceName = ResourceNames.shoppingProduct(10987417, 21974834, 43949668, 87899336, 175798672, 351597344)
|
|
1816
|
+
*/
|
|
1817
|
+
function shoppingProduct(customerId, merchantCenterId, channel, languageCode, feedLabel, itemId) {
|
|
1818
|
+
return `customers/${customerId}/shoppingProducts/${merchantCenterId}~${channel}~${languageCode}~${feedLabel}~${itemId}`;
|
|
1819
|
+
}
|
|
1760
1820
|
/**
|
|
1761
1821
|
* @param {string | number} customerId
|
|
1762
1822
|
* @param {string | number} campaignId
|
|
@@ -1767,7 +1827,6 @@ exports.shoppingPerformanceView = shoppingPerformanceView;
|
|
|
1767
1827
|
function smartCampaignSearchTermView(customerId, campaignId, query) {
|
|
1768
1828
|
return `customers/${customerId}/smartCampaignSearchTermViews/${campaignId}~${query}`;
|
|
1769
1829
|
}
|
|
1770
|
-
exports.smartCampaignSearchTermView = smartCampaignSearchTermView;
|
|
1771
1830
|
/**
|
|
1772
1831
|
* @param {string | number} customerId
|
|
1773
1832
|
* @param {string | number} campaignId
|
|
@@ -1777,7 +1836,6 @@ exports.smartCampaignSearchTermView = smartCampaignSearchTermView;
|
|
|
1777
1836
|
function smartCampaignSetting(customerId, campaignId) {
|
|
1778
1837
|
return `customers/${customerId}/smartCampaignSettings/${campaignId}`;
|
|
1779
1838
|
}
|
|
1780
|
-
exports.smartCampaignSetting = smartCampaignSetting;
|
|
1781
1839
|
/**
|
|
1782
1840
|
* @param {string | number} customerId
|
|
1783
1841
|
* @param {string | number} customerLinkId
|
|
@@ -1787,7 +1845,6 @@ exports.smartCampaignSetting = smartCampaignSetting;
|
|
|
1787
1845
|
function thirdPartyAppAnalyticsLink(customerId, customerLinkId) {
|
|
1788
1846
|
return `customers/${customerId}/thirdPartyAppAnalyticsLinks/${customerLinkId}`;
|
|
1789
1847
|
}
|
|
1790
|
-
exports.thirdPartyAppAnalyticsLink = thirdPartyAppAnalyticsLink;
|
|
1791
1848
|
/**
|
|
1792
1849
|
* @param {string | number} topicId
|
|
1793
1850
|
* @returns `TopicConstantResourceName`
|
|
@@ -1796,7 +1853,6 @@ exports.thirdPartyAppAnalyticsLink = thirdPartyAppAnalyticsLink;
|
|
|
1796
1853
|
function topicConstant(topicId) {
|
|
1797
1854
|
return `topicConstants/${topicId}`;
|
|
1798
1855
|
}
|
|
1799
|
-
exports.topicConstant = topicConstant;
|
|
1800
1856
|
/**
|
|
1801
1857
|
* @param {string | number} customerId
|
|
1802
1858
|
* @param {string | number} adGroupId
|
|
@@ -1807,7 +1863,6 @@ exports.topicConstant = topicConstant;
|
|
|
1807
1863
|
function topicView(customerId, adGroupId, criterionId) {
|
|
1808
1864
|
return `customers/${customerId}/topicViews/${adGroupId}~${criterionId}`;
|
|
1809
1865
|
}
|
|
1810
|
-
exports.topicView = topicView;
|
|
1811
1866
|
/**
|
|
1812
1867
|
* @param {string | number} customerId
|
|
1813
1868
|
* @param {string | number} adGroupId
|
|
@@ -1818,7 +1873,6 @@ exports.topicView = topicView;
|
|
|
1818
1873
|
function travelActivityGroupView(customerId, adGroupId, criterionId) {
|
|
1819
1874
|
return `customers/${customerId}/travelActivityGroupViews/${adGroupId}~${criterionId}`;
|
|
1820
1875
|
}
|
|
1821
|
-
exports.travelActivityGroupView = travelActivityGroupView;
|
|
1822
1876
|
/**
|
|
1823
1877
|
* @param {string | number} customerId
|
|
1824
1878
|
* @returns `TravelActivityPerformanceViewResourceName`
|
|
@@ -1827,7 +1881,6 @@ exports.travelActivityGroupView = travelActivityGroupView;
|
|
|
1827
1881
|
function travelActivityPerformanceView(customerId) {
|
|
1828
1882
|
return `customers/${customerId}/travelActivityPerformanceViews`;
|
|
1829
1883
|
}
|
|
1830
|
-
exports.travelActivityPerformanceView = travelActivityPerformanceView;
|
|
1831
1884
|
/**
|
|
1832
1885
|
* @param {string | number} customerId
|
|
1833
1886
|
* @param {string | number} userInterestId
|
|
@@ -1837,7 +1890,6 @@ exports.travelActivityPerformanceView = travelActivityPerformanceView;
|
|
|
1837
1890
|
function userInterest(customerId, userInterestId) {
|
|
1838
1891
|
return `customers/${customerId}/userInterests/${userInterestId}`;
|
|
1839
1892
|
}
|
|
1840
|
-
exports.userInterest = userInterest;
|
|
1841
1893
|
/**
|
|
1842
1894
|
* @param {string | number} customerId
|
|
1843
1895
|
* @param {string | number} userListId
|
|
@@ -1847,7 +1899,16 @@ exports.userInterest = userInterest;
|
|
|
1847
1899
|
function userList(customerId, userListId) {
|
|
1848
1900
|
return `customers/${customerId}/userLists/${userListId}`;
|
|
1849
1901
|
}
|
|
1850
|
-
|
|
1902
|
+
/**
|
|
1903
|
+
* @param {string | number} customerId
|
|
1904
|
+
* @param {string | number} userListId
|
|
1905
|
+
* @param {string | number} semanticLabel
|
|
1906
|
+
* @returns `UserListCustomerTypeResourceName`
|
|
1907
|
+
* @example const userListCustomerType: ResourceNames.UserListCustomerTypeResourceName = ResourceNames.userListCustomerType(10987417, 21974834, 43949668)
|
|
1908
|
+
*/
|
|
1909
|
+
function userListCustomerType(customerId, userListId, semanticLabel) {
|
|
1910
|
+
return `customers/${customerId}/userListCustomerTypes/${userListId}~${semanticLabel}`;
|
|
1911
|
+
}
|
|
1851
1912
|
/**
|
|
1852
1913
|
* @param {string | number} customerId
|
|
1853
1914
|
* @param {string | number} countryCriterionId
|
|
@@ -1858,7 +1919,6 @@ exports.userList = userList;
|
|
|
1858
1919
|
function userLocationView(customerId, countryCriterionId, isTargetingLocation) {
|
|
1859
1920
|
return `customers/${customerId}/userLocationViews/${countryCriterionId}~${isTargetingLocation}`;
|
|
1860
1921
|
}
|
|
1861
|
-
exports.userLocationView = userLocationView;
|
|
1862
1922
|
/**
|
|
1863
1923
|
* @param {string | number} customerId
|
|
1864
1924
|
* @param {string | number} videoId
|
|
@@ -1868,7 +1928,6 @@ exports.userLocationView = userLocationView;
|
|
|
1868
1928
|
function video(customerId, videoId) {
|
|
1869
1929
|
return `customers/${customerId}/videos/${videoId}`;
|
|
1870
1930
|
}
|
|
1871
|
-
exports.video = video;
|
|
1872
1931
|
/**
|
|
1873
1932
|
* @param {string | number} customerId
|
|
1874
1933
|
* @param {string | number} adGroupId
|
|
@@ -1879,4 +1938,3 @@ exports.video = video;
|
|
|
1879
1938
|
function webpageView(customerId, adGroupId, criterionId) {
|
|
1880
1939
|
return `customers/${customerId}/webpageViews/${adGroupId}~${criterionId}`;
|
|
1881
1940
|
}
|
|
1882
|
-
exports.webpageView = webpageView;
|