I tried to query this, but it always returns as an empty array. 

  SELECT
    ad_group_ad.ad.responsive_display_ad.descriptions,
    ad_group_ad.ad.responsive_display_ad.headlines,
    ad_group_ad.ad.responsive_display_ad.long_headline
  FROM
    ad_group_ad


  const query = `SELECT ad_group_ad.ad.responsive_display_ad.descriptions, 
ad_group_ad.ad.responsive_display_ad.headlines, 
ad_group_ad.ad.responsive_display_ad.long_headline FROM ad_group_ad`;
  const newquery = new GoogleAdsApi({
    client_id: googleCloudClientId,
    client_secret: googleCloudClientSecret,
    developer_token: googleAdsDeveloperToken,
  })
    .Customer({
      customer_id: customerId,
      refresh_token: refreshToken,
    })
    .query(query)
    .then((response) => {
      console.log('newquery:', response);
    });

can someone help me as to why?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d1557a43-9ae9-43ce-b326-2515740a7949n%40googlegroups.com.

Reply via email to