Skip to content

Commit 0af29f8

Browse files
committed
Docu link
Signed-off-by: tgriek <[email protected]>
1 parent 82e05ef commit 0af29f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/google_analytics_hook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def get_analytics_report(self,
147147
def upload_string(self, account_id, profile_id, string, data_source_id):
148148
"""
149149
Upload to custom data sources - example function
150+
https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/uploads/uploadData
150151
"""
151152
analytics = self.get_service_object(name='management')
152153
media = MediaInMemoryUpload(string, mimetype='application/octet-stream', resumable=False)

0 commit comments

Comments
 (0)