Send request from CRM

How suitecrm can post http request from crm to
https://www.google-analytics.com/collect?v=1&tid=UA-XXXXXX&cid=(SuiteCRM_FIELD)&t=event&ec=transaction&ea=XXXXX

when change lead status.

Suitecrm can bee send http request to other world?

yes, with cURL and logic hooks you can achieve this

best regards

We could show how to do it on my query example

i’m not an expert so I can’t write you an example with SuiteCRM but you have these documentations that you can read, remember that using the logic hook after_save you can call values from SuiteCRM with $bean->id as an example of your Lead id

https://curl.haxx.se/libcurl/php/examples/

http://hayageek.com/php-curl-post-get/

hope this helps

best regards