I have a question, could you please help me?
I follow the Ruby example in the official Google Ads documentation to get 
ad information, and the code is as follows:
client = Google::Ads::GoogleAds::Config.new do |c|
          c.client_id = 'INSERT_CLIENT_ID_HERE'
          c.client_secret = 'INSERT_CLIENT_SECRET_HERE'
          c.refresh_token = 'INSERT_REFRESH_TOKEN_HERE'
          c.developer_token = 'INSERT_DEVELOPER_TOKEN_HERE'
          c.login_customer_id = 'INSERT_LOGIN_CUSTOMER_ID_HERE'
        end
        responses = client.service.google_ads.search_stream(
    customer_id: customer_id,
          query: 'SELECT campaign.id, campaign.name FROM campaign ORDER BY  
          campaign.id' )
 
I replaced the correct client_id, client_secret, refresh_token and 
refresh_token.The program runs normally without any errors, but the 
response I received is empty. 
This is one request id: '_xD97Uvo0mVBNdnLajcLag'.

Please help me analyze the problem, I would be extremely grateful.
重新回答
|
|

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9e422c1-a52b-472a-9861-f44305da7412n%40googlegroups.com.

Reply via email to