The folk ad Google have been nagging me to include 'enhanced conversion data' for sales on the website. This entails passing over to google personal information about the person who placed the order (email, name, address).

This seems like a privacy no-no. I'm in the UK so GDPR law applies, but regardless it seems like shady behaviour to pass these details on to another company without consent. Is it compliant with GDPR law?

Also, what's in it for me? Google say it makes the conversion tracking more accurate, but they would, wouldn't they?

Could you please confirm GQAL doesn't support compound WHERE clause?

 FROM group_placement_view\  WHERE\     metrics.impressions >= 10000 \     AND (metrics.video_view_rate < 10' OR metrics.average_cpm > 10000 ) 

and not event OR as non-compound clause?

    metrics.average_cpm\  FROM group_placement_view\  WHERE\     metrics.impressions >= 10000 \     OR metrics.video_view_rate < 10' 

We started to use Google Ads API V9 instead of Google Adwords API. In Google Adwords API there was status DISABLED for the conversion tracker. Now there is HIDDEN and REMOVED for conversion action. When we try to set HIDDEN or REMOVED there is an error message:

REMOVED-"Enum value 'REMOVED' cannot be used."

HIDDEN-"The field's value is on a deny-list for this field."

Any ideas?

A system I need to install conversion tracking in does not allow for JavaScript but does allow for image pixels.

Do you know if this following script will be sufficient? I would replace the ID & Label placeholders with the actual references form the Ad Account

<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/1111111111/?label=2222222222&amp;guid=ON&amp;script=0"/> 

Regular HTMP Pixel

<!-- Global site tag (gtag.js) - Google Ads: 11111111111 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-898705991"></script> <script>   window.dataLayer = window.dataLayer || [];   function gtag(){dataLayer.push(arguments);}   gtag('js', new Date());   gtag('config', 'AW-11111111111 '); </script> <!-- Event snippet conversion page --> <script>   gtag('event', 'conversion', {'send_to': 'AW-111111111/2222222222'}); </script>