You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a dupe of #4, but I need to define slots later on rather than in the module config. The ad's ids, tags, etc. are managed in our CMS and come down into the client application via a $resource service inside of a controller. I tried to hack the service returned via the DoubleClickProvider to update the slots array but no luck. Any tips for this matter would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
You may need to play around with google's API first and see if it is actually possible (I'm sure it is, but I don't know). After that, I guess somehow moving the defineSlot method to the $get factory should enable you to add more slots and from there update the google library.
After digging into the code a bit more, yeah, that does make sense. I see that the slots are sent to google in the provider's init call. If I get some extra time, I'll see if I can fool around with extending the $get factory. Thanks for the quick response!!!
This may be a dupe of #4, but I need to define slots later on rather than in the module config. The ad's ids, tags, etc. are managed in our CMS and come down into the client application via a $resource service inside of a controller. I tried to hack the service returned via the DoubleClickProvider to update the slots array but no luck. Any tips for this matter would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: