So the title says Cake, but im having issues setting up in Cake and also in direct networks that dont use cake.
so to start off where would i add my Adwords pixel in Cake?
I have this event pixel but when i add it in cake card it doesnt take it & also when i send this to direct advertisers its the same thing
<!-- Event snippet for ConNy conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-111111'});
</script>
Hi there,
assuming Cake is allowing you to set a script based pixel, you are going to need the rest of your adwords pixel code (Global site tag) before you actually fire the conversion with the code you have above.
Hey stayhumble,
First you'll want to confirm with the network or advertiser that the offer is set up to allow for iframe pixels.
In the event that it doesn't, you'll have to ask your account manager to have it placed manually for you.
If it's good, then here's what you can do...
1. Copy the tag from Adwords and paste in Testing & Tracking > Pixel HTML

2. Before saving make sure the two links are secured (switched to https).
Example
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
Yes, that's correct