Add support for "renderStart" and "noContentAvailable" for adup-tech ads#7152
Add support for "renderStart" and "noContentAvailable" for adup-tech ads#7152lannka merged 1 commit intoampproject:masterfrom
Conversation
SteffenAnders
commented
Jan 23, 2017
- Add support for "renderStart" and "noContentAvailable" for adup-tech ads
- Add "https://d.adup-tech.com" (delivery) & "https://m.adup-tech.com" (media) to preconnect hosts
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! Company: Ad Up Technology AG see: #2779 |
247a253 to
38ed84c
Compare
|
/to @lannka |
|
|
||
| // ads callback => render start | ||
| data.onAds = () => { | ||
| global.context.renderStart(); |
There was a problem hiding this comment.
would this work ?
data.onAds = global.context.renderStart
There was a problem hiding this comment.
no (see inline doc)
ads/aduptech.js
Outdated
|
|
||
| // no ads callback => noContentAvailable | ||
| data.onNoAds = () => { | ||
| global.context.noContentAvailable(); |
38ed84c to
ac6d0a9
Compare
|
rebased to master |
ac6d0a9 to
c8df32c
Compare
|
Rebased to master again. |
c8df32c to
9bec5f1
Compare
|
Rebased to master @jridgewell I signed it! Company: Ad Up Technology AG |
|
@lannka can manually verify your CLA. |
|
@SteffenAnders I couldn't find |
9bec5f1 to
da9f692
Compare
|
I signed it! |
|
Rebased to master @lannka PS: My coorperation signed the CLA again, maybe it works now. :) |
|
Can you confirm the corp name contains string of "Ad up"? I don't see any on the list. |
|
@lannka The corp name is "Ad Up Technology AG". What list do you mean? :) |
da9f692 to
0664131
Compare
|
CLAs look good, thanks! |
|
|
looks like this is green |