According to migration guide, instead of ConversionTrackerService, we need to use ConversionActionService.
In our code we using lastReceivedRequestTime
field from the response, which I can't find at all in the new service. Do I missing something?
Thanks for any help and tips!
Oh, finally I found this topic: https://groups.google.com/g/adwords-api/c/AljDFVYLl7w/m/VdXW1YgRAQAJ
Looks like they just remove fields and it's necessary to request them back, if needed.
Update:
Response from the support:
Thank you for reaching out to the Google Ads API support team.
With regards to your concern, you can use metrics.conversion_last_received_request_date_time field in the conversion_action resource. Let me know if you have any question.