Closed GoogleCodeExporter closed 9 years ago
Hello friends...
Following is the tweak we could find out to fix the above issue with Dimensions
property. The required steps are documented in the attached word file.
Let us know if any issues with this.
Thank you,
Raheem MA
Original comment by raheem...@gmail.com
on 22 Feb 2012 at 2:54
Attachments:
[deleted comment]
A less intrusive fix is to modify the auto-generated source for
Google.Apis.Analytics.v3.cs to expect a string instead of a list.
I have attached a patch that does this. To use it, download the source for
Google.Apis.Analytics.v3.cs (link here:
http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Google_Analytics_API
) and apply this patch. Remove the reference to the
Google.Apis.Analytics.v3.dll in your project and include the modified source in
your project instead.
Original comment by dain.kap...@gmail.com
on 24 Feb 2012 at 7:31
Attachments:
Anyone got the Google.Apis.Analytics.v3.cs file translated into a .vb file?
Original comment by nd.el...@gmail.com
on 21 Mar 2012 at 5:44
This issue seems to be rectified in the Latest Stable Release (as of Mar 16th,
2012) available from here:
http://code.google.com/p/google-api-dotnet-client/wiki/Downloads#Latest_Stable_R
elease
Note:
1/ The Analytics.v3.ReportResource.GetRequest becomes
Analytics.v3.DataResource.GaResource.GetRequest
2/ The Data.GaReport becomes Data.GaData
etc.
It's a pity I now run into a new error instead:
Google.Apis.Requests.RequestError Invalid Value [400] Errors [ Message[Invalid
Value] Location[ - ] Reason[invalid] Domain[global] ]
Regards
Nigel
Original comment by nd.el...@gmail.com
on 21 Mar 2012 at 7:17
Original comment by asky...@google.com
on 21 Mar 2012 at 7:23
Original issue reported on code.google.com by
raheem...@gmail.com
on 22 Feb 2012 at 6:27