react-google-publisher-tag icon indicating copy to clipboard operation
react-google-publisher-tag copied to clipboard

Allow to use a custom slot refresher

Open trojanowski opened this issue 6 years ago • 3 comments

We're using a yield optimizer which requires us to use a proprietary function for refreshing slot instead of googletag.pubads().refresh() (for header bidding etc.). This PR allows that by specifying the slotRefresher property. googletag.pubads().refresh() is still used as the default one.

trojanowski avatar Nov 15 '18 13:11 trojanowski

@trojanowski are you still using this module? I am updating whole package and I am thinking about adding this feature. I realized that I am using your react-apollo-hooks library :) nice coincidence

seeden avatar Mar 21 '19 13:03 seeden

@trojanowski are you still using this module? I am updating whole package and I am thinking about adding this feature.

Yes, I do. I'm using my custom build right now because I need the feature from this PR. But it would be nice to use the official version from npm again. :)

I realized that I am using your react-apollo-hooks library :) nice coincidence

:)

trojanowski avatar Mar 21 '19 13:03 trojanowski

Hi @seeden ! I was wondering if there's still any interest in adding this feature. My team is currently using this library, but need to integrate with Amazon's Transparent Ad Marketplace for header bidding, so we're looking for the ability to use a custom slot refresher function.

csims avatar Oct 08 '19 18:10 csims