DFP reports free form values, utm_campaign

I want to implement a variable utm_campaignin a DFP tag. So, I used the following sources:

Google DFP: Pass UTM_Source to DFP using javascript (without access to DFP admin)

GPT - ads with key values ​​displayed in key slots of advertisements

So I added

.setTargeting('utm_campaign', '< ?php echo $_GET['utm_campaign']; ?>');

to the code.

But I can't get the report to work. I set the free form key-value in the DFP admin, but it does not appear when I run the report. Only key values ​​with predefined values ​​are displayed in reports.

How can I make the report work, so I can see the DFP statistics for utm_campaign?

+4
source share
1 answer

-, , .

0

Source: https://habr.com/ru/post/1686127/


All Articles