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.
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 theExitApiexit();
call.Included some details on the Slack workspace.