ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

ConversionGroupConversions

Get ConversionGroup information of specified account

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 '='.
  • ConversionGroupId supports the '='.
  • ConversionGroupName supports the '='.
  • ConversionTrackerId supports the '='.

For example:

SELECT * FROM ConversionGroupConversions WHERE AccountId = '1002504155'

SELECT * FROM ConversionGroupConversions WHERE ConversionGroupId = '1000010795'

SELECT * FROM ConversionGroupConversions WHERE ConversionGroupName = 'test'

SELECT * FROM ConversionGroupConversions WHERE ConversionTrackerId = '1000010795'

Columns

Name Type References Description
ConversionTrackerId [KEY] Int64

DisplayAdsConversionTrackers.ConversionTrackerId

Conversion Tracker ID
AccountId Int64

DisplayAdsAccounts.AccountId

Account ID.
ConversionTagId Int64 Conversion Tag ID
ConversionTagName String Conversion Tag Name
ConversionTrackerType String Conversion type.This field is required in requests

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

Status String ConversionTracker status.This field is required in ADD operation, and will be optional in SET operation.

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

Pseudo-Columns

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

Name Type Description
ConversionGroupId Int64 Conversion Group ID.
ConversionGroupName String Conversion Group Name.

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