How to add a Google’s conversion tag into client webpage without admin access
-
I am developing a web application (let’s call it myapp.com) that needs to do the following:
1) Read a hyperlink that points to any webpage (say, customersite.com);
2) Access the code under customersite.com, which is probably a php file;
3) Add a code snippet (a google tag script) into the header of the main php file under customersite.com.Assuming customersite com is build using WordPress, I suppose I would need WordPress API to do 2 and 3. So, my question is:
Is it possible to programmatically add a code snipped into the page of websites of which I’m not admin? If possible, what permissions need to be given from customersite.com to myapp.com?
- The topic ‘How to add a Google’s conversion tag into client webpage without admin access’ is closed to new replies.