How to add metrics like 'criteria' in New Google Ad API
Since Google is going to have a new API after April, some of existing reports/metrics will be unavailable such as
- Missing the whole CRITERIA_PERFORMANCE_REPORT
- Missing CriteriaId in CLICK_PERFORMANCE_REPORT
However, some of the metrics are quite import for existing reports... May I ask if there is any way to get the old metrics in the new Google API?
You can see the mappings from the old to new api here : https://developers.google.com/google-ads/api/docs/migration/mapping
That's quite helpful. Thanks very much!
No worries. If there's a specific report you need, let me know. Otherwise, can you accept this answer?
Hey Dave, thanks a lot for your reply - I have looked through the mapping website and seems there are some columns that have been deprecated such as CriteriaId ... but this filed is a very important column in the report of my company... Do you have any suggestions that how can we replace it with any other fields, please?
The new ads api, you query what you want directly. What exactly are you looking for? If you give me an example of the dimensions and metrics you're looking for, I can show you a sample.
Hi dave, sorry for the late reply... here goes the query we used before and now we need to find another column from new API to replace 'google_ppc_criteria_performance.criteria' in old API ... But since I am not sure about what is the criteria about so not confused about how to do it now..