bannertime / generator-bannertime

Yeoman generator to help build and manage HTML5 banner campaigns.
https://bannertime.github.io/
58 stars 35 forks source link

feat: adwords and none platform options #111

Closed joemidi closed 6 years ago

joemidi commented 7 years ago

It was pointed out that some users might not know what advertising platform will be used until a lot later in a project. Providing the None option allows them to get started with a blank placeholder function that can be amended with the correct clickthrough/exit method.

Also added AdWords platform option for clarity, although according to the AdWords documentation if you don't include theExitApi.js script, AdWords will make the entire ad clickable, and you won't need the ExitApiexit(); call.

Included some details on the Slack workspace.