Skip to content

Commit fb8f5f1

Browse files
committed
updates
1 parent 678496d commit fb8f5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/google_ads/actions/send-offline-conversion/send-offline-conversion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
...common,
88
key: "google_ads-send-offline-conversion",
99
name: "Send Offline Conversion",
10-
description: "Send an event from to Google Ads to track offline conversions. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAction)",
10+
description: "Send an event to Google Ads to track offline conversions. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAction)",
1111
version: "0.0.5",
1212
type: "action",
1313
props: {

components/google_ads/google_ads.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default {
151151
},
152152
async createUserList(args) {
153153
const response = await this._makeRequest({
154-
path: "v21/customers/{customerClientId}/userLists:mutate",
154+
path: "/v21/customers/{customerClientId}/userLists:mutate",
155155
method: "post",
156156
...args,
157157
});

0 commit comments

Comments
 (0)