Skip to content

Commit

Permalink
Merge pull request #1 from nfl/feature/api-update
Browse files Browse the repository at this point in the history
refactor(API): update GPT API list
  • Loading branch information
taak77 authored Oct 13, 2016
2 parents 13de01d + 4d514ef commit 993c0e0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/utils/apiList.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file is generated by `npm run update-apilist`.
// Note that only APIs that's documented in https://developers.google.com/doubleclick-gpt/reference is officially supported.

export const gptVersion = 83;
export const gptVersion = 95;
export const gptAPI = [
["getVersion", "function"],
["cmd", "object"],
Expand All @@ -15,20 +15,22 @@ export const gptAPI = [
["defineSlot", "function"],
["defineUnit", "function"],
["destroySlots", "function"],
["getSlots", "function"],
["display", "function"],
["companionAds", "function"],
["content", "function"],
["debug_log", "object"],
["service_manager_instance", "object"],
["disablePublisherConsole", "function"],
["onPubConsoleJsLoad", "function"],
["openConsole", "function"],
["sizeMapping", "function"],
["evalScripts", "function"],
["apiReady", "boolean"],
["slot_manager_instance", "object"],
["pubadsReady", "boolean"]
];
export const pubadsVersion = 84;
export const pubadsVersion = 95;
export const pubadsAPI = [
["set", "function"],
["get", "function"],
Expand All @@ -41,6 +43,8 @@ export const pubadsAPI = [
["setKidsFriendlyAds", "function"],
["setTargeting", "function"],
["clearTargeting", "function"],
["getTargeting", "function"],
["getTargetingKeys", "function"],
["setCategoryExclusion", "function"],
["clearCategoryExclusions", "function"],
["disableInitialLoad", "function"],
Expand All @@ -67,7 +71,9 @@ export const pubadsAPI = [
["markAsAmp", "function"],
["setSafeFrameConfig", "function"],
["setForceSafeFrame", "function"],
["enableChromeInterventionSignals", "function"],
["markAsGladeControl", "function"],
["markAsGladeOptOut", "function"],
["getName", "function"],
["getVersion", "function"],
["getSlots", "function"],
Expand All @@ -83,6 +89,7 @@ export const slotAPI = [
["addService", "function"],
["getName", "function"],
["getAdUnitPath", "function"],
["getInstance", "function"],
["getSlotElementId", "function"],
["getSlotId", "function"],
["getServices", "function"],
Expand Down Expand Up @@ -112,10 +119,12 @@ export const slotAPI = [
["renderStarted", "function"],
["getResponseInformation", "function"],
["renderEnded", "function"],
["loaded", "function"],
["impressionViewable", "function"],
["visibilityChanged", "function"],
["setFirstLook", "function"],
["getFirstLook", "function"],
["getDefinedId", "function"],
["getEscapedQemQueryId", "function"],
["setSafeFrameConfig", "function"]
];

0 comments on commit 993c0e0

Please sign in to comment.