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