cobbdb / harmony

Simplify your DFP business logic.
MIT License
25 stars 5 forks source link

Stop mutating GPT Slot object #51

Closed cobbdb closed 8 years ago

cobbdb commented 8 years ago

For stability considerations, the Harmony slot object and the GPT slot object should be kept separate to avoid unintentional overwrites.

harmony.slot('RP01').divId; // Harmony API data
harmony.slot('RP01').gpt.getTargetingMap(); // GPT API data
cobbdb commented 8 years ago

Resolved in #54