|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
ip-192-168-0-13:google-ads-python harshithamoka$ python3 examples/planning/add_keyword_plan.py -c 1073673852
Created keyword plan with resource name: customers/1073673852/keywordPlans/452624110
Created keyword plan campaign with resource name: customers/1073673852/keywordPlanCampaigns/437668450
Created keyword plan ad group with resource name: customers/1073673852/keywordPlanAdGroups/446891077
Created keyword plan ad group keyword with resource name: customers/1073673852/keywordPlanAdGroupKeywords/947371640582
Created keyword plan ad group keyword with resource name: customers/1073673852/keywordPlanAdGroupKeywords/947371640585
ip-192-168-0-13:google-ads-python harshithamoka$ python3 examples/planning/generate_forecast_metrics.py -c 1073673852 -k 452624110
#1 Keyword ID: customers/1073673852/keywordPlanKeywords/947371640582
Estimated cost: 6687.222133
Estimated clicks: 3994.97
Estimated impressions: 56734.87
Estimated average cpc: 1673912.00
#2 Keyword ID: customers/1073673852/keywordPlanKeywords/947371640585
Estimated cost: 21743.151442
Estimated clicks: 62805.77
Estimated impressions: 136190.19
Estimated average cpc: 346197.00
And the total clicks is around 67k and total budget is around 28k for both the keywords. I've also attached the git diff patch file that I generated which shows the list of changes I've made before fetching the metrics.
It would be great if we could get on a call to see the difference in numbers and understand what exactly is the google keyword planner UI doing behind the scenes.