Hi,

I am trying to get the assets performances through the Google Ads API, 
however, every time that I run this query I am not getting any row back.

  SELECT
          campaign.name,
          ad_group.name,
          metrics.conversions,
          metrics.conversions_value,
          segments.date,
          segments.conversion_action_name
        FROM ad_group_asset
        WHERE segments.date DURING LAST_30_DAYS

However, I do get asset performances if I get asset information 
from ad_group_ad_asset_view. The reason why I need to get the performances 
information through the ad_group_asset is because I would like to segment 
the results by conversion_action_name.

Could you tell me what could be the cause of this behavior?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/28a1a83d-fe95-49c9-84ce-325b6944de45n%40googlegroups.com.
  • ad... Michele Cavazza
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to