Hello all,

I am working with Google Ads API 
(https://developers.google.com/google-ads/api/docs/client-libs/php).
My goal is to retrieve all the product info from my google 
Adwords(https://prnt.sc/T7jUz9nZ7fIm).

I need all products with its name, id, clicks, conversions, costs etc.

I tried to retrieve those with below query:

SELECT  segments.product_item_id,  segments.product_title,  metrics.clicks, 
 metrics.cost_micros,  metrics.impressions,  metrics.conversions, 
 metrics.all_conversions FROM  shopping_performance_view WHERE 
segments.date DURING LAST_30_DAYS

I could get the product info. However, I need info from ALL_TIME instead of 
LAST_30_DAYS. How do I do that?
I guess All_TIME is not supported here in google ads api. It only exists in 
Adwords API(deprecated).


Also, I received only limited number of products. Not all product were 
there.


How could I retried all products from ALL_TIME? 

Is my query above correct approach to get products? Or, is there another 
way for it?

Regards,
Rukesh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c765eb4b-0646-474c-8bf7-35cc92285cd7n%40googlegroups.com.
  • Re... Rukesh Prajapati
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to