function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tin013Tin013 

Google Ads on SF

Hi all,

 

I have Google Ads Campaign running and all the leads generated from that campaigns are being tagged as 

Google Organic instead of Google Adwords.

 

I have run the test your website utility and it shows no error.

 

Below is some lines of code from my form.

 

        <form name="email_us" action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" onsubmit="return send();">
<input type="hidden" name="oid" value="00D30000000jHpo">        

 

<form name="email_us" action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" onsubmit="return send();">
<input type="hidden" name="oid" value="XXX">        

<input type="hidden" name="sfga" value="XXX"/>

---

 

Is there anything else I should be looking at?

 

Thanks,