Hi,
I'm frequently running ad performance reports using AWQL queries like this:
SELECT Id, AdGroupId, AdGroupName, Description, [...] FROM AD_PERFORMANCE_REPORT
Everything works like expected.
Now I tried this for smart display campaigns using the MultiAssetResponsiveDisplayAd fields like :
SELECT Id, AdGroupId, AdGroupName, MultiAssetResponsiveDisplayAdDescriptions, [...] FROM AD_PERFORMANCE_REPORT
In these reports the MultiAssetResponsiveDisplayAd fields are always empty (" --"). According to the docs there should be a list with the ads assets.
Am I missing something, or is this an API issue?
I'm using AW API v201806.
Thanks,
Holger