Hi support,
We are trying to setup an algorithm that can set max CPC based on a number of factors (interactions, impressions and conversion) for each keyword.
The problem is, if we do not have enough clicks on our ads, we cannot justify a value for max CPC for that keyword and we want to rely on Google's
below first page bid recommendation for that keyword.
We are trying to query recommendations from Google Ads APIs using GAQL, with the following query:
query = f"""
SELECT
recommendation.type,
recommendation.campaign,
recommendation.keyword_recommendation
FROM recommendation
WHERE recommendation.type = KEYWORD
"""
This query is returning keywords which are not even present in our account and we are not getting max CPC recommendation for they keywords we are looking for.
I have attached an image of the recommendation type we are looking for.
Any help will be much appreciated. Kindest regards