-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 issues while gads_keyword_plan_historical_metrics() #29
Comments
Same error: `gads_get_report ( verbose = T, )` |
Hi @AdamJayJonca, Not sure if you are still experiencing the same issue, but I was. First of all, I changed my R version within R studio: https://bioinformatics.ccr.cancer.gov/docs/rtools/R%20and%20RStudio/2.6_switching_r_version/. This is my current version: "R version 4.3.3 (2024-02-29 ucrt)" Be mindful that you'll have to reinstall all packages once you change the version. I hope this works! |
Hi,
platform x86_64-apple-darwin20 |
Issue resolved with : |
Hi
While I call
gads_keyword_plan_historical_metrics ( keyword_plan_id = "yyyyyyyy", customer_id = "xxxxxxxxxx", login_customer_id = getOption("gads.login.customer.id"), verbose = F )
In current version I recive :
Error in error_message(resp, call = call) : unused argument (call = call)
In version 0.9.2 I got strange data.
The data:
avg_monthly_searches, competition_index, low_top_of_page_bid, high_top_of_page_bid
was different than in the Google Ads panel. As if the function was taking data from another keyword idea plan created in the Google Ads panel, but none of the plan have such dataThe text was updated successfully, but these errors were encountered: