Hello I am interested in importing only bid changes - using various bidding strategies.
Currently I managed to import but it is not optimised to filter only bid related changes. Htere it is my current query: SELECT change_event.resource_name, change_event.change_date_time, change_event.change_resource_name, change_event.user_email, change_event.client_type, change_event.change_resource_type, change_event.old_resource, change_event.new_resource, change_event.resource_change_operation, change_event.changed_fields FROM change_event WHERE change_event.change_date_time <= 20220818 AND change_event.change_date_time >= 20220803 ORDER BY change_event.change_date_time DESC LIMIT 2000 Is it possible to filter changes so as to get only bid related changes? I repeat: either campaign (ROAS values) or AdGroup (CPA) or Keyword (cpc). I am willing to make multiple queries if not possible to filter all in one. Thank you in advance for any feedback. Gigel Chiazna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/41c0b394-e611-4d2c-97cb-3ac08a042a33n%40googlegroups.com.
