Skip to content

Commit af64fbb

Browse files
committed
updates
1 parent 8ab8b55 commit af64fbb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

components/dataforseo/actions/get-app-intersection/get-app-intersection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
appIds: {
1313
type: "string[]",
1414
label: "App IDs",
15-
description: "IDs of the target mobile applications on App Store; you can find the ID in the URL of every app listed on App Store",
15+
description: "Package names (IDs) of target Android apps on Google Play; you can find the package name in the app page URL (e.g., com.example.app)",
1616
},
1717
locationCode: {
1818
propDefinition: [

components/dataforseo/actions/get-keyword-data-errors/get-keyword-data-errors.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ export default {
1212
dateTimeFrom: {
1313
type: "string",
1414
label: "Date Time From",
15-
description: "The start time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Exampple: `2023-01-15 12:57:46 +00:00`. Allows filtering results by the datetime parameter within the range of the last 7 days.",
15+
description: "The start time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Example: `2023-01-15 12:57:46 +00:00`. Allows filtering results by the datetime parameter within the range of the last 7 days.",
1616
},
1717
dateTimeTo: {
1818
type: "string",
1919
label: "Date Time To",
20-
description: "The finish time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Exampple: `2023-01-15 12:57:46 +00:00`. Allows filtering results by the datetime parameter within the range of the last 7 days.",
20+
description: "The finish time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Example: `2023-01-15 12:57:46 +00:00`. Allows filtering results by the datetime parameter within the range of the last 7 days.",
2121
},
2222
limit: {
2323
propDefinition: [

components/dataforseo/actions/get-keyword-data-id-list/get-keyword-data-id-list.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ export default {
1212
dateTimeFrom: {
1313
type: "string",
1414
label: "Date Time From",
15-
description: "The start time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Exampple: `2023-01-15 12:57:46 +00:00`. If include_metadata is set to true, maximum value: a month from current datetime. If include_metadata is set to false, maximum value: six months from current datetime",
15+
description: "The start time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Example: `2023-01-15 12:57:46 +00:00`. If include_metadata is set to true, maximum value: a month from current datetime. If include_metadata is set to false, maximum value: six months from current datetime",
1616
},
1717
dateTimeTo: {
1818
type: "string",
1919
label: "Date Time To",
20-
description: "The finish time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Exampple: `2023-01-15 12:57:46 +00:00`",
20+
description: "The finish time for filtering results in the format \"yyyy-mm-dd hh-mm-ss +00:00\". Example: `2023-01-15 12:57:46 +00:00`",
2121
},
2222
includeMetadata: {
2323
type: "boolean",

components/dataforseo/dataforseo.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
backlinksTarget: {
4040
type: "string",
4141
label: "Target",
42-
description: "Domain, subdomain or webpage to get data for. A domain or a subdomain should be specified without `https://` and `www`. A page should be specified with absolute URL (including `http://` or `https://`",
42+
description: "Domain, subdomain or webpage to get data for. A domain or a subdomain should be specified without `https://` and `www`. A page should be specified with absolute URL (including `http://` or `https://`)",
4343
},
4444
categories: {
4545
type: "string[]",

0 commit comments

Comments
 (0)