Adobe-Marketing-Cloud / target-atjs-extensions

Adobe Target extensions to at.js to support Single Page Application implementations
56 stars 29 forks source link

Questions with configuration #1

Closed hideharu1977 closed 8 years ago

hideharu1977 commented 8 years ago

Hi,

Can you please explain or direct me to a document that explains how to do the item below?

Integration Instructions:

Use at.js without the auto-created mbox

dwright-adobe commented 8 years ago

Hi @hideharu1977 , With the April release, you will be able to toggle the "auto-created mbox" from the Target UI before you download at.js. For the time being, in order to turn off the auto-created mbox you should:

  1. Download at.js via the API
  2. Look for the section "globalMboxAutoCreate:true" and change this to "globalMboxAutoCreate:false"

Please re-open this issue if that doesn't work for you.