ianmurrays / ngDfp

DoubleClick For Publishers for Angular JS
MIT License
52 stars 39 forks source link

add enable/disable Single Request Architecture #44

Closed kohatang closed 8 years ago

kohatang commented 8 years ago

If multiple ad slots on Single Request, all ad slots requests in one call even if the ad in another view in application. So, it was choose to disable Single Request.

e.g.

// default is true
DoubleClickProvider.setSingleRequest(false);