Re: How to get ad_group_asset data?

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, The documentation only seems to specify the AppAd restriction for ad_group_ad_asset_view. I attempted to retrieve assets from an RSA ad group and did not receive any results. Please allow me to share this with our team to better understand the nature of this issue. We will provide an upd

Re: How to get ad_group_asset data?

2021-10-19 Thread 黒木開
Hello, Thank you for your answer. So you are saying that the "asset metrics" described here are wrong? Or is it expected that metrics at the adgroup level will also be implemented in the future? thanks

RE: How to get ad_group_asset data?

2021-10-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thank you for reaching out to us. As per this guide, RSA is associated in the ad level and not in the ad group level. Ad-level performance metrics for assets are aggregated in the ad_group_ad_asset_view. Unfortunately, the ad_group_ad_asset_view currently supports AdGroupAdAssetView for

How to get ad_group_asset data?

2021-10-12 Thread 黒木開
Hello, I want to get the actual value of each asset in RSA. So I tried to hit the query with curl with the following link, but no records came back and no error is reported. What is the reason? thanks link: https://developers.google.com/google-ads/api/docs/assets/fetching-assets#asset_metrics

RE: How to get ad_group_asset data?

2021-08-09 Thread Google Ads API Forum Advisor
Hi, Thank you for raising your concern. To take a closer look at the issue, could you provide the complete request and response logs with request ID generated on your end? If you haven't enabled the logging of the API transactions for the specific client library that you are using, then please

How to get ad_group_asset data?

2021-08-09 Thread base D
Hi I want to get asset data by conversion_action. So I tried to get data from ad group asset. After Program build And run, no error occurred but, it was not returning any value. Please see the query below. *SELECT* *campaign.id* *, ad_group.id* *, segments.conversion_action* *, segments.conversio

RE: How to get ad_group_asset data?

2021-06-29 Thread Google Ads API Forum Advisor
Hi Jiangma, Thank you for reaching out to Google Ads API support. Could you send us privately the full request/response logs for the query? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JWm0i:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

How to get ad_group_asset data?

2021-06-28 Thread Jiangma Tuo
Hi, I want to fetch Assets of my AdGroup. I can see there are example to fetch assets, but I want to fetch link of a particular asset with my AdGroup. There is a AdGroupAsset, but that not return info. My query is "SELECT asset.id, asset.name, asset.resource_name FROM ad_group_asset" Can yo