I'm trying to track a test variable thought the tracking Api . The documentation isn't enough for me to understand the methods. So far I can authenticate successfully (get method displays code [200] ), but just can´t post any data, here there is a code example, I'm trying to post data from python 3.6 with the requests library:
I'm trying to track a test variable thought the tracking Api . The documentation isn't enough for me to understand the methods. So far I can authenticate successfully (get method displays code [200] ), but just can´t post any data, here there is a code example, I'm trying to post data from python 3.6 with the
requests
library:For the 3 requests i get:
r_0 <Response [405]> r_1 <Response [405]> r_2 <Response [405]>
Sorry if this isn't the right place to ask this question but I didn't know where else to ask it.