ADO.NET Provider for Yahoo! Ads

Build 23.0.8839

AdGroupAsset

Provides operation of assets associated with ad groups.

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

For example:

SELECT * FROM AdGroupAsset WHERE AccountId = '1234339'
SELECT * FROM AdGroupAsset WHERE AccountId = '1234339' AND AdGroupId = '510004'
SELECT * FROM AdGroupAsset WHERE AccountId = '1234339' AND AdGroupId = '510004' AND CampaignId = '412324'

Columns

Name Type ReadOnly References Description
AccountId Int64 True

SearchAdsAccounts.AccountId

Account ID.

AdGroupId Int64 False

Ad group ID.

AssetId Int64 False

Asset ID.

CampaignId Int64 False

Campaign ID.

Type String False

Selects the type of Asset information.

UserStatus String True

Displays the status of the assets set in the ad group.

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