coldfumonkeh/GoogleAnalytics

Missing Functions

Opened this issue · 0 comments

In your documentation you list a function getProfiles() - there is no function in your cfc's.

Also noticed that you make use of StructCopy in various cases where duplicating the arguments and then manipulating the copy via some deleting, this will also delete the same name:value pair out of the arguments which are usually called again via the makeRequest function - easy fix is change structCopy to duplicate.

Looking forward to digging further and adding to your work.