JDBC Driver for Yahoo! Ads

Build 23.0.8839

SearchKeywordListSearchKeywords

Retrieve the details of search keyword. The columns values set read-only false can be inserted in the parent table using Temp tables.

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 '='.
  • SearchKeywordListId supports the 'IN,='.

For example:

SELECT * FROM SearchKeywordListSearchKeywords WHERE AccountId = '1002504155'

SELECT * FROM SearchKeywordListSearchKeywords WHERE AccountId = '1002504155' AND SearchKeywordListId = '1002346070'

Columns

Name Type References Description
AccountId Int64

DisplayAdsAccounts.AccountId

Account ID.
SearchKeywordListId Int64

SearchKeywordList.SearchKeywordListId

Search keyword list ID.
SearchKeywordId Int64 Search keyword ID.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839