it seems that some keyword columns are not available in the Google ads Beta script.
In
Ads script: we have MaxCpc (for example withCondition("MaxCpc > 0.50"). The value is in the account currency).
From
Ads Script Beta : No way to get the Max CPC set via the Google ads UI on each keyword.
Any ideas? or a workaround?
Our goal is to filter the keywords based on their defined Max CPC. This will help us to assign a new value only on keywords that need to be updated, which will save script time and allow for a more best practice approach.
I started to think that there were some missing elements in the documentation and found that MaxCpc is more like a metric column, but we can't find it in the Ads Script Beta documentation as well.
On the other hand, in the Google ads API documentation, we found this syntax for other entities:
cpcBidMicros as The CPC (cost per click) bid.
linkrecommended_cpc_bid_micros as .
link