Cmdlets for Yahoo! Ads

Build 25.0.9540

EstimatedUserSize

Retrieves estimated user size for keywords.

Table Specific Information

SELECT

The 本製品 will use the Yahoo! Ads API to process WHERE clause conditions built with the following column and operator. The Keyword is required to make a request and the rest of the filter is executed client-side within the 本製品.

  • Keyword supports the '=,IN'.
  • Url supports the '=,IN'.
For example:
SELECT * FROM EstimatedUserSize WHERE Keyword = 'string';
SELECT * FROM EstimatedUserSize WHERE Keyword IN ('string','abc');

SELECT * FROM EstimatedUserSize WHERE Url = 'https://abcd.com';
SELECT * FROM EstimatedUserSize WHERE Url IN ('https://abcd.com','https://qwer.com');

Columns

Name Type References Description
EstimatedUserSize String Estimated user size from keywords.
Keyword String Keywords.
UnavailableKeyword String EstimatedUserSizeServiceUnavailableKeyword display whether the keyword is unavailable.
Url String Url.
UnavailableUrl String EstimatedUserSizeServiceUnavailableUrl display whether the url is unavailable.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540