ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

DisplayAdsOfflineConversion

Get registered offline conversion data information.

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

For example, the following queries are processed server side:

SELECT * FROM DisplayAdsOfflineConversion
SELECT * FROM DisplayAdsOfflineConversion WHERE AccountId = '1234339'
SELECT * FROM DisplayAdsOfflineConversion WHERE UploadId IN ('16688', '16672') AND AccountId = '1002504155'

Columns

Name Type References Description
AccountId Int64

DisplayAdsAccounts.AccountId

The account ID.
UploadId Int64 Upload ID.
UploadFileName String Upload file name.
UploadedDate Datetime Upload date and time.
UploadSourceType String It describes the operator information of operation history data.
ProcessStatus String Processing status.

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