Google Ads - Google GPT Exception invoking function: Object 73 has no method ‘join’

StackOverflow https://stackoverflow.com/questions/18966421

  •  29-06-2022
  •  | 
  •  

문제

Ran in to this issue while trying to implement the new DFP tag. I noticed this when for a certain slot, the ads were not rendering. One can see this in the google ad console which can be forced to open by appending google_force_console=1 to the url.

This is causing the ad to not render even though all the slots and display code is correctly added.

도움이 되었습니까?

해결책

Found the answer here

Solution is Look out for if you are passing any integer as a value since GPT only supports string.

Additionally the article also mentions a nice utility called Charles for Mac which looks like a good alternative to jsfiddle.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top