tanujdave
tanujdave

Reputation: 237

How to fix "Both <script> and <iframe> used" suggestion for google adwords code

Currently i'm using Google conversion code and Google analytic code for my site but i checked through Google Tag Assistant then its show suggestion for Google Conversion code while Google analytic code is changed into "Working" state.

my site url https://shopbansri.com

enter image description here

Upvotes: 4

Views: 1331

Answers (1)

Mma87
Mma87

Reputation: 71

To solve your problem add

google_conversion_format = 3;

aferter those rows

var google_conversion_id = 973934432;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;

Upvotes: 3

Related Questions