tracking - The position of objects inside object goes on changing - javascript -
I have a strange question, I have set up google publishing tag on my website. The key values saved in the Google Publishing Tag can be typed directly into the console by typing directly into it:
googletags.pubads ()
Now up There is an object in which various objects, methods etc. are included. However, from time to time, the location of a particular object is changed to googletag.pubads (). If the object or array I see inside google.pubads () is in today's situation, then like the few months, why will the place of the same object be "J"?
In this way I access it in the console:
var s = googletag.pubads (); Var q = s.i // Because the current object is in "i" though it changes after a few months. Or day
I am using this item's value in many different places & amp; If the situation changes, then I have to change my code every time with the new object location. why will?
Comments
Post a Comment