Excel Add-In for Yahoo! Ads

Build 25.0.9540

AudienceListContentAdvancedSegmentsAudienceListUrls

Retrieve the details of the audience list (Advanced segments urls).

Table Specific Information

Select

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

  • AccountId supports the '='.
  • AudienceListId supports the '=,IN'.
  • AudienceListType supports the '=,IN'.

For example:

SELECT * FROM AudienceListContentAdvancedSegmentsAudienceListUrls WHERE AccountId = '1234339'
SELECT * FROM AudienceListContentAdvancedSegmentsAudienceListUrls WHERE AccountId = '1234339' AND AudienceListId = '1003039071'
SELECT * FROM AudienceListContentAdvancedSegmentsAudienceListUrls WHERE AccountId = '1234339' AND AudienceListId = '1003039071' AND AudienceListType = 'DEFAULT_LIST'

Columns

Name Type References Description
AudienceListId Int64 Audience List ID.
AccountId Int64

DisplayAdsAccounts.AccountId

Account ID.
Url String Url.
UnavailableUrl String Whether the url is unavailable.

使用できる値は次のとおりです。TRUE, FALSE, UNKNOWN

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
SharingStatusFilterType String sharing status of the target list.

使用できる値は次のとおりです。ALL, SHARED, NOT_SHARED, UNKNOWN

デフォルト値はALLです。

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