Skip to content

Commit 785a0c4

Browse files
committed
versions
1 parent dfabdb3 commit 785a0c4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

components/google_ads/actions/add-contact-to-list-by-email/add-contact-to-list-by-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "google_ads-add-contact-to-list-by-email",
88
name: "Add Contact to Customer List by Email",
99
description: "Adds a contact to a specific customer list in Google Ads. Lists typically update in 6 to 12 hours after operation. [See the documentation](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started)",
10-
version: "0.1.5",
10+
version: "0.1.6",
1111
annotations: {
1212
destructiveHint: true,
1313
openWorldHint: true,

components/google_ads/actions/create-customer-list/create-customer-list.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
key: "google_ads-create-customer-list",
1616
name: "Create Customer List",
1717
description: "Create a new customer list in Google Ads. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/UserList)",
18-
version: "0.0.6",
18+
version: "0.0.7",
1919
annotations: {
2020
destructiveHint: false,
2121
openWorldHint: true,

components/google_ads/actions/create-report/create-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
key: "google_ads-create-report",
2020
name: "Create Report",
2121
description: "Generates a report from your Google Ads data. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest)",
22-
version: "0.1.4",
22+
version: "0.1.5",
2323
annotations: {
2424
destructiveHint: false,
2525
openWorldHint: true,

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
@@ -8,7 +8,7 @@ export default {
88
key: "google_ads-send-offline-conversion",
99
name: "Send Offline Conversion",
1010
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)",
11-
version: "0.0.6",
11+
version: "0.0.7",
1212
annotations: {
1313
destructiveHint: false,
1414
openWorldHint: true,

components/google_ads/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_ads",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Pipedream Google Ads Components",
55
"main": "google_ads.app.mjs",
66
"keywords": [

components/google_ads/sources/new-campaign-created/new-campaign-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "google_ads-new-campaign-created",
88
name: "New Campaign Created",
99
description: "Emit new event when a new campaign is created. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest)",
10-
version: "0.0.5",
10+
version: "0.0.6",
1111
type: "source",
1212
dedupe: "unique",
1313
sampleEmit,

components/google_ads/sources/new-lead-form-entry/new-lead-form-entry.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "google_ads-new-lead-form-entry",
99
name: "New Lead Form Entry",
1010
description: "Emit new event for new leads on a Lead Form. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest)",
11-
version: "0.0.5",
11+
version: "0.0.6",
1212
type: "source",
1313
dedupe: "unique",
1414
sampleEmit,

0 commit comments

Comments
 (0)