I’m having a situation were I need to send a 3rd party usage of my data to a webpage that belongs to one of my clients so his google analytics will count the call.
The 3rd party cannot implement the call to my client’s webpage on its own, so he can only pass parameters to me.
Now, in order for the call to be counted on my client’s side I still need to call his webpage and that the google analytics will count it as a call (with all the user’s parameters).
My question is:
- Is this possible at all and how?
- If so, what parameters will the 3rd party is required to send me?
- How do I make the call to my clients webpage with all those parameters?
Please look at the post on my blog about this topic. You can easily convert it to your favorite language.