@pipedream/google_ads 1.0.0 → 1.0.2

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.
@@ -7,13 +7,14 @@ export default {
7
7
  key: "google_ads-add-contact-to-list-by-email",
8
8
  name: "Add Contact to Customer List by Email",
9
9
  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.10",
10
+ version: "0.1.11",
11
11
  annotations: {
12
12
  destructiveHint: true,
13
13
  openWorldHint: true,
14
14
  readOnlyHint: false,
15
15
  },
16
16
  type: "action",
17
+ ai: "optimized",
17
18
  props: {
18
19
  ...common.props,
19
20
  contactEmail: {
@@ -29,8 +29,9 @@ export default {
29
29
  key: "google_ads-create-responsive-search-ad",
30
30
  name: "Create Responsive Search Ad",
31
31
  description: `Creates a Responsive Search Ad (RSA) in an ad group. RSA copy (headlines, descriptions) cannot be edited in-place after creation — to change ad copy, remove the existing ad and create a new one. URL fields (\`finalUrls\`, \`trackingUrlTemplate\`, etc.) can be updated in-place via the **Create or Update Ad Group Ad** action. [See the documentation](${docLink})`,
32
- version: "0.0.2",
32
+ version: "0.0.3",
33
33
  type: "action",
34
+ ai: "optimized",
34
35
  annotations: {
35
36
  destructiveHint: false,
36
37
  openWorldHint: true,
@@ -9,8 +9,9 @@ export default {
9
9
  key: "google_ads-get-keyword-quality-scores",
10
10
  name: "Get Keyword Quality Scores",
11
11
  description: `Retrieves current and historical quality score data (Quality Score, Ad Relevance, Landing Page Experience, Expected CTR) for keywords in a customer account. Current scores reflect the latest evaluation; historical scores are averaged over the selected date range. [See the documentation](${docLink})`,
12
- version: "0.0.2",
12
+ version: "0.0.3",
13
13
  type: "action",
14
+ ai: "optimized",
14
15
  annotations: {
15
16
  destructiveHint: false,
16
17
  openWorldHint: true,
@@ -8,13 +8,14 @@ export default {
8
8
  key: "google_ads-send-offline-conversion",
9
9
  name: "Send Offline Conversion",
10
10
  description: "Create a Google Ads conversion action. To record conversions against an upload-type action, use **Upload Click Conversion** or **Upload Call Conversion**. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v25/ConversionAction)",
11
- version: "0.0.11",
11
+ version: "0.0.12",
12
12
  annotations: {
13
13
  destructiveHint: false,
14
14
  openWorldHint: true,
15
15
  readOnlyHint: false,
16
16
  },
17
17
  type: "action",
18
+ ai: "optimized",
18
19
  props: {
19
20
  ...common.props,
20
21
  name: {
@@ -11,8 +11,9 @@ export default {
11
11
  key: "google_ads-update-campaign-ai-max-settings",
12
12
  name: "Update Campaign AI Max Settings",
13
13
  description: `Enables or configures AI Max for Search settings on a campaign. Only supported on Search campaigns. Toggling AI Max while simultaneously editing brand or text customization settings on the same campaign may fail — update them separately. Ad group-level search term matching is controlled via the **Create or Update Ad Group** action. [See the documentation](${docLink})`,
14
- version: "0.0.2",
14
+ version: "0.0.3",
15
15
  type: "action",
16
+ ai: "optimized",
16
17
  annotations: {
17
18
  destructiveHint: false,
18
19
  openWorldHint: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/google_ads",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Pipedream Google Ads Components",
5
5
  "main": "google_ads.app.mjs",
6
6
  "keywords": [