Skip to content

Commit

Permalink
amp GAM support added (#35782)
Browse files Browse the repository at this point in the history
* add policy attributes

* add owners

* update files for Owners.

* Revert file

* added GAM implementation

* removed policy attribute

* removed policy attribute description

* changed attribute name and corrected indentation

* indentation corrected

* new line added at last
  • Loading branch information
ColombiaOnline committed Aug 26, 2021
1 parent 152fa5d commit 39cd030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ads/vendors/colombia.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export function colombia(global, data) {
clmbposition: data.clmb_position,
clmbsection: data.clmb_section,
clmbdivid: data.clmb_divid,
gam: data.gam,
clmbcustom: data.clmb_custom,
});
// install observation on entering/leaving the view
global.context.observeIntersection(function (newrequest) {
Expand Down

0 comments on commit 39cd030

Please sign in to comment.