-
Notifications
You must be signed in to change notification settings - Fork 8
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
aw_freeform_table(): undefined columns selected #154
Comments
After a couple of tests, I've seen this runs yields an error:
But setting |
That’s a great catch. What are the pretty names of the metrics and dimensions in the UI? |
Those eVars called "Descripcion" seem the most likely to cause issues. |
A colleague of mine found a way around by splitting extractions and joining the results later, but the issue has returned. This is the code:
evar3 stands for "Google Campaings Report (kid)" and evar3.3 stands for "Descripcion (Google Campaings Report (kid))". And the error message:
|
Thanks again for your persistence in helping me solve this. Most errors I have come across are related to the API calls not returning data or expected data. Since I don't have access to your RSID I'll need to rely on you to help diagnose this issue and see if it is something we need to fix in the package or help by setting up a better error message. This may be a dumb question but, when you attempted to pull this report in the UI are you seeing orders with evar3 and the classification breakdown? |
Yes, it does work in the UI. By the way, I've added evar3.3 back to the main query and dropped the intermediate query and the extraction worked. Go figure. At any rate, I'll try to run the underlying functions; if I find something out, I'll post it here. |
This is the message I've got:
First result saved in data (evar 3):
These are the results saved in data (index 11, with evar3.3). It strikes me that the
Then, at line 67 of get_req_data.R, when trying to rename the column:
For comparison, this is the result of index 10, which does have a "value" column in
|
Whenever I try to extract all data from February 8 or later, I run into the following issue. It may be specific to this company ID or report suite, but given it is the only one with which I work, I can't be sure. Has it happened before? Is there a way around it or something I should do?
If I make this
aw_freeform_table()
call:I get this error:
And the traceback by
rlang::last_error()
:The text was updated successfully, but these errors were encountered: