Messaged.
Facing another issue.
During migration I was checking if an ad has a finalUrl by using
if(null != adGroupAd.getAd().getFinalUrls() &&
adGroupAd.getAd().getFinalUrls().length > 0)
finalUrl = adGroupAd.getAd().getFinalUrls()[0]
A given ad has only the destination url set. I verified this by downloading its report.
The adGroupAd.getAd().getFinalUrls()[0] is returning the destination url as final url.
I know this for a fact as this "finalUrl" has a third party tracker which is simply not possible.
Can message you the IDs again.