ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

ConversionGroups

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 ConversionGroups WHERE AccountId = '1002504155'

SELECT * FROM ConversionGroups WHERE ConversionGroupId = '1000010795'

SELECT * FROM ConversionGroups WHERE ConversionGroupName = 'test'

SELECT * FROM ConversionGroups WHERE ConversionTrackerId = '1000010795'


INSERT

Insert can be executed by specifying the AccountId, ContentsKeywordListName, ContentsKeyword and ContentsKeywordId columns. The columns that are not read-only can be inserted optionally. Following is an example of how to insert into this table.

INSERT INTO DisplayAdsConversionGroupConversions#TEMP(conversionTrackerId, ConversionTrackerType, status) VALUES (1309357, WEB_CONVERSION, ENABLED)
INSERT INTO DisplayAdsConversionGroupConversions#TEMP(conversionTrackerId, ConversionTrackerType, status) VALUES (1309357, WEB_CONVERSION, ENABLED)
INSERT INTO ConversionGroups (ConversionGroupName, accountid, Conversions) VALUES ('testvivek', 1002504155, 'DisplayAdsConversionGroupConversions#TEMP')

UPADTE

Update can be executed by specifying the AccountId, ContentsKeywordListId and ContentsKeywordId in the WHERE Clause. The columns that are not read-only can be Updated. For example:

UPDATE ConversionGroups SET ConversionGroupName = 'NewTestLabeltest' WHERE AccountId = '1002504155' AND ConversionGroupId = '123456'

DELETE

Delete can be executed by specifying the AccountId and ContentsKeywordListId in the WHERE Clause. For example:

DELETE FROM ConversionGroups WHERE AccountId = '1002504155' AND  ConversionGroupId = '123456'

Columns

Name Type ReadOnly References Description
ConversionGroupId [KEY] Int64 True

DisplayAdsConversionTrackers.ConversionTrackerId

Conversion Group ID.This field will be ignored in ADD operation, and will be required in SET and REMOVE operation

AccountId Int64 False

DisplayAdsAccounts.AccountId

Account ID.

ConversionGroupName String False

Conversion Group Name.This field is required in ADD operation, and will be optional in SET operation

Conversions String False

ConversionGroupServiceConversion object shows ConversionTracker information such as ConversionTag

Pseudo-Columns

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

Name Type Description
ConversionTrackerId Int64

Conversion Tracker ID

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