SELECT
ad_group.name,
ad_group_ad_asset_view.asset,
ad_group_ad_asset_view.ad_group_ad
FROM ad_group_ad_asset_view
WHERE asset.source = 'AUTOMATICALLY_CREATED'
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[[["The Google Ads API allows you to manage automated assets (created by Google Ads) by pausing, removing, or retrieving their performance data."],["You can opt in or out of using automated assets through the Google Ads web interface, but cannot create or update them directly via the API."],["Pausing an automated asset's association with a campaign, ad group, or customer temporarily disables it, while removing the association permanently disables it."],["You can retrieve data for automated assets using specific queries and filters within the Google Ads API."],["Performance statistics for automated assets are available through various reporting features within the Google Ads API, including aggregated and individual asset data."]]],[]]