Hi,
I'm working on migrating some code dealing with the Ad Performance Report from using the AdWords API to using the GoogleAds API.
I've taken a look at your resource
here and believe I've requested fields appropriately.
However, it looks like there are some differences between the information I receive back.
- The AdTextAsset class has been stripped down to just the "text' and "pinned_field".
Before it had the following fields: "assetText", "assetId", "assetPerformanceLabel", "assetApprovalStatus"
- There seems to be a bug with UrlCustomParameters.
I am requesting the "ad_group_ad.ad.url_custom_parameters" as the chart suggest, and the "tracking url template" works fine,
but no "url_custom_parameters" are returned.
Could you provide some information about how I can get these details? It would help my migration efforts
Best,
Kevin