Thank you for the reply, I ended up using the ‘Insert PHP’ plugin and then the following in the post:
[insert_php]
$domain = htmlspecialchars($_GET["domain"]);
echo str_replace('$', '\$', do_shortcode('[gdoc key="https://docs.google.com/spreadsheets/......" use_cache="no" query="select * where A = \''.$domain.'\'"]'));
[/insert_php]
Thank you very much for Inline Google Spreadsheet Viewer, very useful plugin!