Hello,
I would like to extract metrics, mainly 'cost per click', from Keyword Plan Ad Group Keywords, in google ads api v9, without creating a forecast (this seems to return wrong numbers).
My work flow is as follow:
1. Create a Keyword Plan, - Campaign and - Ad Group
2. Add keyword to the ad group
3. Generate historical metris using 'generate_historical_metrics', these include search volume and competition.
4. ??? Here I would like to add cpc to the above query
What I have tried:
- Look in keyword_view. It doesn't seem to be the same backend as keyword plans, as I don't see the keyword I create on keyword plans in the keyword_view. In addition there doesn't seem to be a direct link from keyword in keyword_view to Keyword Plan Ad Group Keywords.
- Create a forecast with the same stats, however this doesn't return the same values as the corresponding query in v8 of the api.
Best regards,
Lasse