kotmyrevich / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Management API Cost Data Upload .csv Doesn't Have Filename #791

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.):  NA

Issue summary:
Provide a brief summary of the issue you're experiencing.
Need to include filename of .csv when using Management API to import cost data 
files.

Steps to reproduce issue:
1.  Filename is blank when importing cost data .csv file via Management API
2.
3.

Expected output:
What do you expect to see after performing the above steps?
We would be able to see the descriptive filename we created with the .csv.  
This would be very helpful for troubleshooting cost data mismatches.  We 
include the date and channel (yahoo, bing, etc.) in the filename, which allows 
us to understand which file we should delete, if data is corrupted or there is 
a mismatch.

Actual results:
What do you actually see after performing the above steps?
No filename for the .csv.

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by powermya...@gmail.com on 12 Nov 2015 at 2:07

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Thanks for writing in. This is an issue we are aware of and a consequence of 
the client libraries stripping the filename from POST body information. CURL 
can be used to upload a file and the filename remains in the POST body and it 
will be preserved in the UI.

Original comment by mcoh...@google.com on 16 Nov 2015 at 4:53