Hello,
I am not able to perform this query on AWQL.
This will give me INVALID_PREDICATE_VALUE.
Is there any way where I can compare two fields in of a service?
SELECT AdGroupId, CampaignId, Id, Criteria, KeywordMatchType, CpcBid, FirstPageCpc FROM KEYWORDS_PERFORMANCE_REPORT
WHERE CpcBid > FirstPageCpc
Thanks,