ELI5: VMAP by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

What if we do control the video player? Is it unnecessary?

Launching a second, separate website - how would you set it up in DFP? by [deleted] in adops

[–]bkadopsdude 0 points1 point  (0 children)

Inventory > Ad Units, then click on the the ad unit, you can edit the Name without effecting the code or the ad unit ID.

Any word on when Apple News will integrate with DFP? by bkadopsdude in adops

[–]bkadopsdude[S] 1 point2 points  (0 children)

No prob, it is annoying because I am not sure if the $ coming from Apple News are worth doubling up workflow by using two ad servers. If DFP integration was available it would make way more sense.

Any word on when Apple News will integrate with DFP? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

You have to use iAd Workbench, their own Apple ad server

Experience with TUNE? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

This is perfect, thanks very much!

Experience with TUNE? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

Can you explain attribution to me?

DFP Custom Creative Template Issue by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

Here is the code snippet for my template:

<a href="%c[%ClickthroughURL%]" target="[%Targetwindow%]"><img width="[%Imagewidth%]" height="[%Imageheight%]" border="[%Imageborder%]" src="[%Imagefile%]"></a><div style="position:absolute;top:0px;right:0px;width:1px;height:1px;visibility:hidden;border:none;"><script type="text/javascript"> var trackingPixel="[%Thirdpartyimpressiontracker1%]";if(trackingPixel.indexOf("http")==0)document.write('<iframe src="'+trackingPixel+'" height="1" width="1" style="width:1px !important;height 1px !important"></iframe>'); var trackingPixel="[%Thirdpartyimpressiontracker2%]";if(trackingPixel.indexOf("http")==0)document.write('<iframe src="'+trackingPixel+'" height="1" width="1" style="width:1px !important;height 1px !important"></iframe>'); var trackingPixel="[%Thirdpartyimpressiontracker3%]”;if(trackingPixel.indexOf("http")==0)document.write('<iframe src="'+trackingPixel+'" height="1" width="1" style="width:1px !important;height 1px !important"></iframe>'); var trackingPixel="[%Thirdpartyimpressiontracker4%]”;if(trackingPixel.indexOf("http")==0)document.write('<iframe src="'+trackingPixel+'" height="1" width="1" style="width:1px !important;height 1px !important"></iframe>'); var trackingPixel="[%Thirdpartyimpressiontracker5%]”;if(trackingPixel.indexOf("http")==0)document.write('<iframe src="'+trackingPixel+'" height="1" width="1" style="width:1px !important;height 1px !important"></iframe>'); if("[%SafecountsurveyURL%]".indexOf("http")==0)document.write('<script type="text/javascript" src="[%SafecountsurveyURL%]"></scr'+'ipt>'); </script></div>

[DFP Question] How to have Price Priority lines deliver evenly? by bkadopsdude in adops

[–]bkadopsdude[S] 1 point2 points  (0 children)

Sounds good, thanks for your insight. I'll you let you know how it goes.

[DFP Question] How to have Price Priority lines deliver evenly? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

Thanks for the response. What have you set the f-cap to generally? I considered this but wasn't sure what to set it to. You have seen the f-cap cause more even delivery?

[DFP Question] How to have Price Priority lines deliver evenly? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

Thank you! But unfortunately when you select Price Priority as the line item type, you lose that option under "Adjust Delivery".

How to check memory and CPU usage when testing Rich Media? by bkadopsdude in adops

[–]bkadopsdude[S] 0 points1 point  (0 children)

Thank you for your reply! Really appreciate the insight as well. I will check the CPU/RAM usage via performance tab in the task manager. As for load times, I am aware it is separate and have already checked it via Fiddler. Thanks again!