Hi there,
I would like to add the GCLID for offline conversion to odoo 16 incl. hidden form field. Did someone tried this already and can share his knowledge?
Thanks!
Nicholas
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi there,
I would like to add the GCLID for offline conversion to odoo 16 incl. hidden form field. Did someone tried this already and can share his knowledge?
Thanks!
Nicholas
Hi Jainesh,
I guess the code you provided is not enough, when I double-check the Google instructions. Its needed to implement some JS, too.
EDIT: Im not allowed to add a link here...
Google: "Set up offline conversion imports using Google Click ID (GCLID)"
Best,
Nicholas
Hi nicholas,
You can add input field in form architecture as below:
Please find code in comment.
Source Google: Google Click ID (GCLID) is a parameter passed in the URL with ad clicks.
Hope it will be helpful to you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwar
Please find code here :-
<input type="hidden" name="gclid" t-att-value="request.params.get('gclid')"/>
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
0
iul. 25
|
98 | ||
|
1
iul. 25
|
4885 | ||
|
0
iul. 25
|
400 | ||
|
0
iun. 25
|
557 | ||
|
1
iun. 25
|
747 |
I am also interested, I hope someone will answer this soon.