You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dataforseo_client/models/aggregated_metrics_info_total_info.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ class AggregatedMetricsInfoTotalInfo(BaseModel):
15
15
"""
16
16
AggregatedMetricsInfoTotalInfo
17
17
"""# noqa: E501
18
-
mentions: Optional[StrictInt] =Field(default=None, description=r"total LLM mentions count. the number of times the target keyword or domain were mentioned in relation to this specific grouping key")
19
-
ai_search_volume: Optional[StrictInt] =Field(default=None, description=r"aggregated AI search volume for mentions within this grouping. learn more about this metric here")
18
+
mentions: Optional[StrictInt] =Field(default=None, description=r"*total LLM mentions count*. the number of times the target keyword or domain were mentioned in relation to this specific grouping key")
19
+
ai_search_volume: Optional[StrictInt] =Field(default=None, description=r"*aggregated AI search volume for mentions within this grouping*. learn more about this metric [here](https://dataforseo.com/help-center/how-the-ai-search-volume-metric-works-in-llm-mentions)")
Copy file name to clipboardExpand all lines: dataforseo_client/models/aggregated_metrics_item_info.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ class AggregatedMetricsItemInfo(BaseModel):
15
15
"""
16
16
AggregatedMetricsItemInfo
17
17
"""# noqa: E501
18
-
key: Optional[StrictStr] =Field(default=None, description=r"grouping identifier. the specific identifier for the grouping dimension")
19
-
mentions: Optional[StrictInt] =Field(default=None, description=r"total LLM mentions count. the number of times the target keyword or domain were mentioned in relation to this specific grouping key")
20
-
ai_search_volume: Optional[StrictInt] =Field(default=None, description=r"aggregated AI search volume for mentions within this grouping. learn more about this metric here")
18
+
key: Optional[StrictStr] =Field(default=None, description=r"*grouping identifier*. the specific identifier for the grouping dimension")
19
+
mentions: Optional[StrictInt] =Field(default=None, description=r"*total LLM mentions count*. the number of times the target keyword or domain were mentioned in relation to this specific grouping key")
20
+
ai_search_volume: Optional[StrictInt] =Field(default=None, description=r"*aggregated AI search volume for mentions within this grouping*. learn more about this metric [here](https://dataforseo.com/help-center/how-the-ai-search-volume-metric-works-in-llm-mentions)")
text: Optional[StrictStr] =Field(default=None, description=r"additional text of the element in SERP")
24
-
markdown: Optional[StrictStr] =Field(default=None, description=r"content of the element in markdown format")
25
-
images: Optional[List[Optional[AiModeImagesElementInfo]]] =Field(default=None, description=r"images of the componentif there are none, equals null")
26
-
links: Optional[List[Optional[AiModeLinkElementInfo]]] =Field(default=None, description=r"sitelinksthe links shown below some of Google's search resultsif there are none, equals null")
27
-
references: Optional[List[Optional[AiModeAiOverviewReferenceInfo]]] =Field(default=None, description=r"references relevant to the elementincludes references to webpages that were used to generate the ai_overview_element")
text: Optional[StrictStr] =Field(default=None, description=r"*additional text of the element in SERP*")
24
+
markdown: Optional[StrictStr] =Field(default=None, description=r"*content of the element in markdown format*")
25
+
images: Optional[List[Optional[AiModeImagesElementInfo]]] =Field(default=None, description=r"*images of the component*. if there are none, equals `null`")
26
+
links: Optional[List[Optional[AiModeLinkElementInfo]]] =Field(default=None, description=r"*sitelinks*. the links shown below some of Google's search results. if there are none, equals `null`")
27
+
references: Optional[List[Optional[AiModeAiOverviewReferenceInfo]]] =Field(default=None, description=r"*references relevant to the element*. includes references to webpages that were used to generate the `ai_overview_element`")
Copy file name to clipboardExpand all lines: dataforseo_client/models/ai_mode_ai_overview_info.py
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ class AiModeAiOverviewInfo(BaseModel):
19
19
AiModeAiOverviewInfo
20
20
"""# noqa: E501
21
21
type: Optional[StrictStr] =Field(default=None, description=r"type of element")
22
-
rank_group: Optional[StrictInt] =Field(default=None, description=r"group rank in SERPposition within a group of elements with identical type valuespositions of elements with different type values are omitted from rank_group")
23
-
rank_absolute: Optional[StrictInt] =Field(default=None, description=r"absolute rank in SERPabsolute position among all the elements in SERP")
24
-
page: Optional[StrictInt] =Field(default=None, description=r"SERP pageSERP page on which the element ranks")
25
-
position: Optional[StrictStr] =Field(default=None, description=r"the alignment of the element in SERPcan take the following values:left, right")
26
-
xpath: Optional[StrictStr] =Field(default=None, description=r"the XPath of the element")
27
-
markdown: Optional[StrictStr] =Field(default=None, description=r"content of the element in markdown formatthe text of the ai_overview formatted in the markdown markup language")
28
-
items: Optional[List[Optional[BaseSerpApiAiModeAiOverviewElementItem]]] =Field(default=None, description=r"elements of search results found in SERP")
29
-
references: Optional[List[Optional[AiModeAiOverviewReferenceInfo]]] =Field(default=None, description=r"additional references relevant to the itemincludes references to webpages that may have been used to generate the ai_overview")
30
-
rectangle: Optional[AiModeRectangleInfo] =Field(default=None, description=r"rectangle parameterscontains cartesian coordinates and pixel dimensions of the result's snippet in SERPequals null if calculate_rectangles in the POST request is not set to true")
22
+
rank_group: Optional[StrictInt] =Field(default=None, description=r"*group rank in SERP*. position within a group of elements with identical `type` values. positions of elements with different `type` values are omitted from `rank_group`")
23
+
rank_absolute: Optional[StrictInt] =Field(default=None, description=r"*absolute rank in SERP*. absolute position among all the elements in SERP")
24
+
page: Optional[StrictInt] =Field(default=None, description=r"*SERP page*. SERP page on which the element ranks")
25
+
position: Optional[StrictStr] =Field(default=None, description=r"*the alignment of the element in SERP*. can take the following values:. `left`, `right`")
26
+
xpath: Optional[StrictStr] =Field(default=None, description=r"*the [XPath](https://en.wikipedia.org/wiki/XPath) of the element*")
27
+
markdown: Optional[StrictStr] =Field(default=None, description=r"*content of the element in markdown format*. the text of the `ai_overview` formatted in the [markdown markup language](https://en.wikipedia.org/wiki/Markdown)")
28
+
items: Optional[List[Optional[BaseSerpApiAiModeAiOverviewElementItem]]] =Field(default=None, description=r"*items present in the element*")
29
+
references: Optional[List[Optional[AiModeAiOverviewReferenceInfo]]] =Field(default=None, description=r"*additional references relevant to the item*. includes references to webpages that may have been used to generate the `ai_overview`")
30
+
rectangle: Optional[AiModeRectangleInfo] =Field(default=None, description=r"*rectangle parameters*. contains cartesian coordinates and pixel dimensions of the result's snippet in SERP. equals `null` if `calculate_rectangles` in the POST request is not set to `true`")
domain: Optional[StrictStr] =Field(default=None, description=r"*domain name of the reference*")
23
+
ad_aclk: Optional[StrictStr] =Field(default=None, description=r"*unique ad click referral parameter*. using this parameter you can get a URL of the advertisement in [Google Shopping Sellers Ad URL](https://docs.dataforseo.com/v3/merchant/google/sellers/ad_url/)")
24
+
website_name: Optional[StrictStr] =Field(default=None, description=r"*displayed name of the advertiser's website*")
25
+
breadcrumb: Optional[StrictStr] =Field(default=None, description=r"*breadcrumb path displayed in the ad*")
26
+
snippet: Optional[StrictStr] =Field(default=None, description=r"*description text of the ad*")
27
+
images: Optional[List[Optional[AiModeImagesElementInfo]]] =Field(default=None, description=r"*images present in the ad*. if there are none, equals `null`")
Copy file name to clipboardExpand all lines: dataforseo_client/models/ai_mode_ai_overview_shopping_element_info.py
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ class AiModeAiOverviewShoppingElementInfo(BaseModel):
18
18
AiModeAiOverviewShoppingElementInfo
19
19
"""# noqa: E501
20
20
type: Optional[StrictStr] =Field(default=None, description=r"type of element")
21
-
product_id: Optional[StrictStr] =Field(default=None, description=r"unique product identifier on Google Shoppinglearn more about the parameter in this help center guide")
22
-
data_docid: Optional[StrictStr] =Field(default=None, description=r"unique identifier of the SERP data element")
23
-
gid: Optional[StrictStr] =Field(default=None, description=r"global product identifier on Google Shoppinglearn more about the parameter in this help center guide")
url: Optional[StrictStr] =Field(default=None, description=r"URL in link")
26
-
domain: Optional[StrictStr] =Field(default=None, description=r"domain in link")
27
-
rating: Optional[RatingInfo] =Field(default=None, description=r"product rating the popularity rate based on reviewsif there is none, the value will be null")
28
-
price: Optional[PriceInfo] =Field(default=None, description=r"product priceproduct price details on the seller's website;if there is none, the value will be null")
29
-
seller: Optional[StrictStr] =Field(default=None, description=r"product sellername of the product's seller as displayed in search results")
30
-
snippet: Optional[StrictStr] =Field(default=None, description=r"additional information about the result")
31
-
marketplace: Optional[StrictStr] =Field(default=None, description=r"merchant account providere-commerce site that hosts products or websites of individual sellers under the same merchant accountexample:by Google")
32
-
marketplace_url: Optional[StrictStr] =Field(default=None, description=r"URL to the merchant account providere-commerce site that hosts products or websites of individual sellers under the same merchant account")
33
-
image_url: Optional[StrictStr] =Field(default=None, description=r"URL of the imagethe URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)")
21
+
product_id: Optional[StrictStr] =Field(default=None, description=r"*unique product identifier on Google Shopping*. learn more about the parameter in [this help center guide](https://dataforseo.com/help-center/product-id-google-shopping)")
22
+
data_docid: Optional[StrictStr] =Field(default=None, description=r"*unique identifier of the SERP data element*")
23
+
gid: Optional[StrictStr] =Field(default=None, description=r"*global product identifier on Google Shopping*. learn more about the parameter in [this help center guide](https://dataforseo.com/help-center/whats-a-gid-in-google-shopping-api)")
url: Optional[StrictStr] =Field(default=None, description=r"*URL in link*")
26
+
domain: Optional[StrictStr] =Field(default=None, description=r"*domain in link*")
27
+
rating: Optional[RatingInfo] =Field(default=None, description=r"*product rating*. the popularity rate based on reviews. if there is none, the value will be `null`")
28
+
price: Optional[PriceInfo] =Field(default=None, description=r"*product price*. product price details on the seller's website;. if there is none, the value will be `null`")
29
+
seller: Optional[StrictStr] =Field(default=None, description=r"*product seller*. name of the product's seller as displayed in search results")
30
+
snippet: Optional[StrictStr] =Field(default=None, description=r"*additional information about the result*")
31
+
marketplace: Optional[StrictStr] =Field(default=None, description=r"*merchant account provider*. e-commerce site that hosts products or websites of individual sellers under the same merchant account. example:. `by Google`")
32
+
marketplace_url: Optional[StrictStr] =Field(default=None, description=r"*URL to the merchant account provider*. e-commerce site that hosts products or websites of individual sellers under the same merchant account")
33
+
image_url: Optional[StrictStr] =Field(default=None, description=r"*URL of the image*. the URL leading to the image on the original resource or DataForSEO storage (in case the original source is not available)")
0 commit comments