-
You are an author of a business book on leadership, growth, innovation, entrepreneurialism or giving.
-
You are a game changing CEO of a purpose driven company.
Send an email to: gcn@solutionz.com and include
-
the title of the book
-
the link to the book page on Amazon
-
the link to the author’s LinkedIn page
If you are accepted, you will need to send a copy of the book to:
The Game Changer Network
13153 Greengage Lane
Tampa, FL 33612
If you are accepted to the show, there is no charge for the guest appearance. This includes:
-
Distribution on C-Suite Radio and a wide range of podcast networks
-
Membership on the Game Changer Community
-
Promotion of the show on the Community
If you would like additional promotional support for the launch of a book or a new company, we have several options.

<div id=”smart-button-container”>
<div style=”text-align: center;”>
<div id=”paypal-button-container”></div>
</div>
</div>
<script src=”https://www.paypal.com/sdk/js?client-id=sb¤cy=USD” data-sdk-integration-source=”button-factory”></script>
<script>
function initPayPalButton() {
paypal.Buttons({
style: {
shape: ‘rect’,
color: ‘blue’,
layout: ‘horizontal’,
label: ‘paypal’,
},
createOrder: function(data, actions) {
return actions.order.create({
purchase_units: [{“description”:”Game Changer Podcast\nVideo Promo Package”,”amount”:{“currency_code”:”USD”,”value”:299}}]
});
},
onApprove: function(data, actions) {
return actions.order.capture().then(function(details) {
alert(‘Transaction completed by ‘ + details.payer.name.given_name + ‘!’);
});
},
onError: function(err) {
console.log(err);
}
}).render(‘#paypal-button-container’);
}
initPayPalButton();
</script>