RE: Empty response when migrate from Adwords to Google Ads Click View

2022-04-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel.

Thank you for raising this concern to the Google Ads API forum.

With regard to your concern, could you please provide the complete logs within 
the format of the request and response logs with request-id and 
login-customer-id generated on your end and the screenshot where you can see 
the "always returns an empty list.", that you said? This information will help 
our team to investigate further.

You can provide it via Reply privately to the author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com. If you haven't yet, logging can be enabled by 
navigating to the Client libraries > Your client library (ex. Java) > Logging 
documentation, which you can access from this link.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2a26J4:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/EDavU0RA80DK00-RkuXYdbRcK7GXbsk_p-Zg%40sfdc.net.


Empty response when migrate from Adwords to Google Ads Click View

2022-04-11 Thread Daniel
Hello Team,
I'm working in the migration to the new Google Ads API, currently working 
in the migration process from CLICK_PERFORMANCE_REPORT to Click View report.

I'm having an issue with a query that filter by a GCLID. For some reason, 
it always returns an empty list.

GAQL:
click_view_query = <<~QUERY
  SELECT
campaign.id,
campaign.name,
ad_group.name,
ad_group.id,
click_view.area_of_interest.region,
click_view.area_of_interest.city,
segments.slot,
click_view.keyword_info.text,
click_view.keyword_info.match_type
  FROM click_view
  WHERE click_view.gclid = '#{CLICK_ID}'
  AND segments.date = '2022-04-11'
QUERY

Ruby Client:
result = @google_ads_client.service.google_ads.search(
customer_id: @account_id,
return_total_results_count: true,
query: click_view_query
)

I'm using the latest version of ruby client that is recommed in the 
official documentation. I would appreciate any help here. Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/209000ba-9671-43c8-b901-0d3de9e4e268n%40googlegroups.com.