Thursday, July 26, 2012

Analytics Advocate Justin Cutroni Answers Your Burning Questions (Part 2)

A version of the following post originally appeared on Justin Cutroni’s Analytics Talk blog.




It’s that time again! Time to take your analytics questions (via Google+) and provide a useful answer.





This edition includes information about such topics as:


  • Tracking across an iFrame

  • A bug with the Ad Content secondary dimension

  • Integrating Google Analytics and Google AdSense

  • Ecommerce reporting based on item category/group



Your Analytics Questions, answered:


Cross-Domain iFrame Question from Michael Walker:





Implementation Question – I have 2x domains lets call them dom1.comand dom2.com – each have a their own Google Analytics (GA) account.




The problem I am having though is that is as follows – we have a form on dom1.com that is pulled in from dom2 via an i-frame. the code within the form fires off 2x custom variables to its dom2 GA account. The outer frame on dom1 fires off all the incoming traffic sources and more importantly the campaign data.





Now what I need to do is I need to have the dom2′s GA account filled with the same campaign values – so that I can tie the campaign names to the 2x custom variables. Now I do have some restrictions that forbid me to set the custom variables to dom1′s GA account as even though this would be the simplest way.





So which of the following options should I go down.





1) Set up on the master frame – a second tracker that fires off the campaign data to dom2′s GA account. Leaving dom1′s GA code in place. Also leaving the code in the dom2s frame as is and hope that the custom variables get set as they are ?





2) Attempt when calling the i-frame page to pass all the campaign data in the URL string and hope that the GA code within dom2 recognises it and passes the campaign data?


I have tried using the GA help + forums to no avail and am really stumped on this one.





Please help Justin… even if its the worst set up ever I have to get it working :-(





Justin’s Answer:





Thanks for the question Michael.





So it sounds like you need to have the campaign data and the custom variable data together, in one account. I’m assuming that the custom variables are visitor level custom variables and are stored in a cookie (which makes it hard to combine them with the other GA data).





The problem with option #1 is that you’ll start to inflate the data in the dom2.com GA account. You’ll have 2 sets of cookies for dom2, thus doubling your visits and visitors.





You could go with option #2: cross domain tracking through an iFrame. But it can be very hard to do because you need to P3P header.





What about an alternate solution? Kind of a “hybrid” solution. Why not pass some special query parameters in the iFrame URL for dom2 and then tweak the GA tracking code on dom2.com to use those parameters?





You can create three query parameters that represent the campaign information in Google Analytics. You can name the parameters anything you want, maybe camp, med and source. You’ll have to populate the variables dynamically. You can mine the data from the the __utmz tracking cookie.









This method will help you avoid cross domain tracking via an iFrame and the overcounting issue.




Canonical URL Tracking Question from Alex Rapp:





What is the best method to track canonical URLs through GA? Utilizing the (opt_pageURL) function or _gaq.push(['_trackPageview', canonical_link]);?




I feel as though they may accomplish the same end result, but seem to go about it in a different manner.




Thanks for your help.





Justin’s Answer:





Thanks for the question Alex.





For those that don’t know what a canonical URL is the one true URL for a piece of content. Many times large sites might have multiple versions of a URL for the same content. Sometimes this can be caused by tracking parameters or other query parameters.





Alex, your idea of passing a URI into the _trackPageview method is a very good one. And it’s a solution that people use all the time. One way that I’ve seen it done is that people will include the URI value in a data layer, then pull that value into the _trackPageview call. It’s a scalable solution that normalizes data.





I’ve also seen people use an Advanced Filter to capture the canonical parts of a URL and re-write the data in Google Analytics. For example, if you’ve got a lot of query parameters, and this causes a lot of duplicate URLs, then you can use an advanced filter, like the one in the image below, to normalize your URLs.






Google Analytics Advanced Filter for normalizing a URL



I personally like the data layer/code approach. It’s more scalable and less susceptible to breaking. But ultimately you’ll need to pick the solution that you can implement.




Ecommerce Tracking Question from Alex Rapp:





I’m having an issue with an ecommerce implementation. During the test phase, I am able to pass through values from the “add_trans” portion of the code, such as: order id & total.




However, I am not seeing anything populate from the “add_item” portion, mainly SKU & quantity.




What am I doing wrong?




Justin’s Answer:





Thanks for the question Alex.





The _addItem code should send back gif requests, one for each item. I would first check the actual gif requests using some type of tool, like Charles, or a browser extension, like the developer tools in Chrome.





Look for GIF requests with utmt=item, this is the item data being sent to Google Analytics.





If you’re not seeing the correct GIF requests sent to the Google Analytics servers then check for syntax errors in the JavaScript. I’ve seen code where a missing comma or some other character will break the JavaScript.


Also make sure that you’re not calling the _trackTrans method before the _addItem method.




Content Grouping Question from Christopher Johnson:





We would like to track page views for individual meta tags on the page, for example, we have a index.html page tagged with Corn, Soybeans and Wheat. What’s the best way to run a report showing all page views for pages tagged with Corn?





We have looked at custom variables but might have pages with 5-10 tags per page.




Justin’s Answer:





Thanks for the question Christopher.





One answer would be to take a look at Google Analytics Premium which provides 50 custom variables.




Another way is, if you need to attach more information to a page, and custom variables are not scaling, you could try to use events or you could add more information into the URL.





I like the event option. You’ve got almost a limitless number of events available and you can create a custom hierarchy that will help you segment the data in different ways. Look to use the Category, Action and Label attributes in creative ways to group your data logically.





I also want to mention that this is a very common request. There are a lot of users, some ecommerce, some publishers, that need to ability to group their content together. And while Custom Vars exist you are limited to 5 per page. The 


Google Analytics team is looking at ways to make this type of functionality better in Google Analytics.





Filtering Question from Eric Bryant:




Is there a glitch in the new Analytics that throws that error when you try to filter by Ad Content? It happens especially when the Primary Dimension is a City or Landing Page, I think.





Justin’s Answer:




Thank for the question Eric.





YES, looks like this is be a bug. Hopefully it will be resolved ASAP.





“Resource Not Available” Question from Dean Shaw:





Justin -


We have been seeing increasing incidences of GA not being available. The exact language is “Resource is not available. Please try again later”.





Related, we have also seen that time out messages when we try and pull data for time-lines longer than a few months.


Finally, when we drill-down on reports we will encounter a flat-line.





This is all in the new interface and cannot be replicated in the old interface where we don’t encounter any of these issues.


Dean





Justin’s Answer:




Thanks for the question Dean.




Whenever you query a large date range, and you have a very high volume of data, you might see some of the effects that you’ve mentioned. The Resource not Available message, while delightfully vague, usually indicates that you’re requesting a HUGE volume of data and that the query is taking a long time to retrieve that information.




I should note that there are a lot of improvements that are happening at Google Analytics right now, many of them have to do with the processing of the data and report generation. Hopefully Resource Not Found will begin to appear less frequently.





(not set) Question from Alaa Batayneh:





Justin,


I have 2 questions.




1) Why do I very often see (not set) whether in traffic sources or any other sections.





2) Is it true that Google Analytics does not record 40% of traffic coming to a site, since it consists of hackers, comment spammers, page scrapper …etc ?





Best,


Alaa





Justin’s Answer:





Thanks for the question Alaa.





Question #1: The value (not set) indicates that a certain dimension of data, like keyword, city, region, etc. can not be identified. For example, if Google Analytics tries to identify a city based on the visitor’s IP address, but the lookup fails, the report will contain a line item for (not set).





Here’s a quick, partial, list of where you might see (not set) and what it means:


  • Geographic reports: (not set) indicates that Google Analytics could not identify the visitor’s geographic location

  • All Traffic Sources: (not set) may indicate that some link tagging parameters are not present. For example, Feedburner often automatically tags links with a source of Feedburner but often omits a medium, thus causing (not set)

  • Page Titles Report: (not set) indicates that the document.title DOM object is not set. This means that GA can not collect the title for the page

  • Devices: (not set) indicates that there is no User Agent that GA can use to identify the device



In addition to “missing” data, (not set) can also indicate that you are trying to combine two dimensions that don’t have any true relationship.





For example, if you are looking at the All Traffic report, and you try to set a secondary Dimension of Keyword, you’ll get (not set) for all of those rows that are not search related (ie referrals, direct, etc.)





Question #2: No, that is not correct. Google Analytics will track the traffic to your site as long as it executes JavaScript tracking code. There are some sampling limits that are imposed on large sites. For example, you are limited to 10M hits/month in the free version of Google Analytics). But Google Analytics does not “pre-qualify” the traffic and drop 40%.





0 Result Searches Question from José Dávila:




Hi Justin,


I hope you are doing well and enjoying your time at Google. I have a couple of questions:




1) Do you know if GA regular expressions support negative look ahead? I am talking about something such as: ^(?!.*string-here)




When I tested it you get an alert. However some forums mention it is possible.




2) How would you track “zero results” searches when you use Google Site Search, given that the CSE results are loaded on an iframe with content from a different domain, so not accessible by traversing the DOM. I have an idea for a solution, however I wanted to know if there is an easier way to do it.




Thanks,


Jose





Justin's Answer:





Thanks for the question Jose.





Question #1: Unfortunately this is not fully supported in the entire Google Analytics interface. And things that are not fully supportedI’d avoid it and look for an alternate solution.





Question #2: This is a hard one. I’m going to assume you’re using a fairly standard implementation of theGoogle Custom Search Engine and that you’re also using the automatic Google Analytics integration.





I believe the Google Custom Search engine uses a dynamically generated DIV, not an iFrame.





When you use the Google CSE and Google Analytics integration the CSE code will generate a virtual pageview for the current page. This virtual pageview will include a query parameter for the search term. You could try to untangle all of the CSE JavaScript code and look for the line that generates the virtual pageview. Unfortunately wading through all the CSE code can be a lot of work!





Another option would be to parse the DOM when a search happens on your site.





When the Google CSE returns zero results there is normally an HTML DIV tag that looks something like this:


No Results





You need to dynamically parse the DOM when someone submits a search and identify the above DIV. You can probably simplify this by using JQuery. If you find the above code then you can send off some data to Google Analytics and record the zero-result search.





In this case, I would probably create an Event rather than use the zero-result tracking technique. The reason is that sending a virtual pageview, with a parameter for the zero-result search, will generate an additional search in the Google Analytics reports. You’ll be double-counting some searches.


Sorry I don’t have the exact code for you. I’d love to hear your solution as well!





Product Reporting Question from Steven Domingue:





I have a question about regular expressions in the Product Performance Report in GA. Is there a character limit in the field where you place the RegEx? I am attempting to do some reporting on product sales associated with emails, banners on my site, etc., and some of the product groupings we feature are basically mini catalogs with 200+ SKUs. I wanted to make sure that if I dump a list of 300 SKUs (between 2500 and 3000 characters) it will capture them all in the report.





Justin’s Answer:





Well, that’s actually a hard question to answer. The standard table filter will not take a regular expression. So you need to use the Advanced filter. This field will take a max of 20 characters. But you can add up to 50 conditions to your filter.


To be honest, creating large, complicated regular expressions in Google Analytics is not scalable. While you can use it for a quick ad-hoc analysis, I would look for a more permanent solution.





What about using the Product Category dimensions rather than the product ID? It obviously depends on if you are setting the product category, but it would totally work.







Google Analytics Product Performance By Category with a Source/Medium secondary Dimension.



Another option might be using a page level custom variable to group your products together into groups? Then use the custom variable in the Product Performance report. It will require some coding, but if you are looking to do this type of analysis a lot it may be worthwhile.





Cross Domain Tracking Question from Rasmus Sellberg:





Justin,


We’re about to cross-domain track a very short and good domain name with multiple subdomains, e.g. www.xx.yy, forum.xx.yy, and so on.





We use _setDomainName(“xx.yy”), and it works like a charm on all browsers but IE.





Unfortunately, IE does not allow cookies on short domains on the form xx.yy (to avoid security issues on all .co.uk sites, for instance). No data at all is recorded for IE browsers…





If we use _setDomainName(“www.xx.yy”), the cookies aren’t available on forum.xx.yy, and vice versa.





What should we do, given that neither using _link everywhere nor changing the domain name is an option? Any best practices for really short domain names?





Thanks,


Rasmus





Justin’s Answer:





Thanks for the question Rasmus.





Yes, this is a known issue and unfortunately there is no good solution. It’s a limitation of Internet Explorer…. insert snarky comment here.





Unfortunately you don’t have many options. You can use _link on all of the URLs. And if it’s a big site you may want to use some type of JQuery auto tagging script. Or the other solution is to move the sub-domain content to subdirectories on the main domain. This may be very hard to do, but at least you avoid all the JavaScript coding.





I also want to mention that the Google Analytics team is working on a new solution to cross domain tracking that will solve this problem. It will also make cross-domain tracking better for the entire world :)





AdWords Metrics Question from Ties.com:







When viewing our adwords campaign data in Google analytics our Advertising Cost metric is reporting correctly, but when we try to create a custom keyword level report in GA the cost metric is all zeros? Are we unable to track adwords cost data at the keyword level in GA? 








Justin’s Answer:





Thanks for the question.





You should be able to use AdWords metrics, like cost, CTR and CPC, in GA custom reports. I’ve done it as recently as today.





BUT, cost metrics can only work with a few dimensions, mostly the AdWords related dimensions. If you are trying to use any dimensions that are NOT AdWords dimensions you might get all zeros.





AdSense Question from Reid Simonton:





I may be a bit late, but have to ask as this is an issue I’ve been struggling with for 2+ years – linking our AdSense account to our Analytics account. I understand the process, however here’s what I actually see:





1. Go to Content > AdSense > Overview in GA, see “This report requires AdSense to be enabled for this profile”. Hmm, I’ve already done that.





2. But I’ll try again – click the link provided there for the instructions. Instructions state, “Open either the Overview or Advanced Reports page, and find the link that invites you to integrate your accounts”, but there is no such link in the AdSense panel (presumably because I’ve previously gone through this step). Instead I see a link in the upper right corner of AdSense stating, ” View performance in Google Analytics”. Would seem to indicate the accounts are linked, right?





3. Click that link, it takes me to my Analytics home page (showing my two profiles). I go into the one I’ve attempted previously tried to link w/ AdSense, and (repeat step 1, above).


Something’s clearly broken. Been trying to resolve this for years, have posted bunches of forum posts, etc., but no luck. Incredibly frustrating! Any assistance would be enormously appreciated.


Thanks





Justin’s Answer:





Thanks for the question Reid.





I’ve seen that problem before. An infinite loop and it can be frustrating!





1. Log into GA. Make sure you log in with the same account that you use to access AdSense.


2. Go to the Admin section


3. Click on the Data Sources tab for your account and look for the AdSense section.


4. Click on the Link Account button. You should get a little window that asks which account and profiles you want to apply your AdSense data to.







Connecting Google AdSense and Google Analytics

The AdSense code and Analytics code MUST be installed on all the same pages. If you do not have the Google Analytics Tracking code on all pages that have the Adsense code, page impressions and clicks cannot be accurately recorded.





AdWords Auto Tagging Question from Steven Nguyen:





Justin





I have 2 questions on about Analytics.





1. I have autotagging set up and someone wants to add parameters to the ad as well. Would the new parameters override the autotagging or mess up the reporting in anyway?





2. I want to track lead submissions, sign ups, etc…but it does not redirect you to a “thank you” page after you complete the action, a dialog box pops up. I want to use a destination goal but the dialog box does not change URLs. Is there a way to track it as a goal without adding a “thank you” page?


If you could help, that would be great. Thanks.





Steven





Justin’s Answer:





Thanks for the questions Steven.





Question #1. No, AdWords auto-tagging will work with your existing parameters. The Google Analytics auto-tagging parameter, named gclid, will play nice with your existing query parameters :)





Question #2. Yes, there are ways to work around a thank-you page that does not have a unique URL.





I’m going to make the assumption that when someone submits a form the page does change. It’s just the URL that stays the same. In this scenario you have a couple of options. Choose the one that works best for you.





You can use an Event to track this new window, and then set that event up as a goal. An event is a way to track visitor interactions with your site.





You’ll need to add some additional JavaScript to track when the window pops open. It might look something like this:


_gaq.push([‘_trackEvent’, ‘Goals’, ‘Submit Form’, ‘Lead Form’, 100]);





In the above code the value of 100 is the value of the lead form. That’s something that I arbitrarily chose. But if you can do some lead scoring, and enter that data into the code, then you’ll get some AMAZING revenue metrics in Google Analytics.




Once you have the code on your site you can use the Event data to your goal. For the above event, the goal settings would be something like this:




Setting up an Event as a Google Analytics Goal



Thanks everyone! Those were great. What a variety of questions. Stay tuned, we’ll do this again next month -- be sure to circle Google Analytics on Google+ to find out when you can ask a question.







Posted by Google Analytics Advocate Justin Cutroni


AdWords conversion tracking reports in DS

DoubleClick Search (DS) is expanding into supporting conversion tracking solutions beyond Floodlight activities. As a first step, we now give you the ability to pull AdWords conversion tracking columns directly from the DS interface!



  • Save time: You no longer need to pull these metrics from two different sources to complete your reporting.

  • Get fresher AdWords conversion data: AdWords conversion data is processed throughout the day for near-real-time conversion reporting. Read this Help Center article for more information on the freshness of this data.

  • Onboard new advertisers more easily: This feature can be very beneficial for new advertisers who only track conversions in AdWords and have not yet implemented DoubleClick Floodlight activities.



To see these columns in DS:




  1. Above the performance summary graph, click Columns to access the column selection tool.

  2. Under Available columns, navigate to Engine stats > AdWords Conversions.

  3. Add the desired AdWords conversion tracking columns to your report.

  4. In your report, look for the columns that begin with AW.




This initial launch is reporting-only, but if the demand is there as we hope, we’ll make plans to support bid strategies on top of AdWords conversion tracking data.

Simplify your workflow today with these new reporting columns!

Posted by the DoubleClick Search team

YouTube invites you to cheer for Indian athletes at the London 2012 Olympic Games


With the excitement building up for the London 2012 Olympic Games, we’ve lined up a special treat for all of you by bringing live coverage of the London 2012 Olympic Games to India and 63 other countries and territories across Asia and Sub-Saharan Africa on the IOC’s channel www.youtube.com/olympics. And we’re inviting all of you to join us and cheer for the Indian squad at the Olympics 2012.



As part of this initiative, we’re very excited to launch a special theme song composed by the noted music composer Shantanu Moitra and lyricist Swanand Kirkire titled “Aap Agar Saath Hain. Tou Jeet Bhi Saath Hai”. And that’s not all, to gather more support for the athletes from their hometowns, we’ve also launched the YouTube Bus for Olympics, which will travel across nine key cities including hometowns of the athletes from Punjab and Haryana. The bus will offer an opportunity to watch Olympic Games live on YouTube on the bus and learn more about the history of Indian athletes at the Olympics.










Millions of Indians will be able catch 10 high-definition live-streams of the London games and one dedicated Olympic news feed. All these feeds will be available to users on their desktop, tablet, or mobile device free of cost. Users will also be able to watch catch-up content and highlights, divided by event.



In addition to the anthem, we’ve also produced a series of specially shot ‘Know your Stars’ & ‘Know your Sport’ videos featuring the Indian athletes like Sandeep Singh (Indian Hockey team), Mary Kom (Boxing), Heena Sidhu (Shooting) and many more. We hope that these videos will help YouTube users to know more about our Indian contingent at the Olympic Games 2012 and the sports they play.



YouTube Bus for Olympics will commence its journey from Gurgaon on 26th July and end at Jalandhar on the 14th of August covering nine key cities in Punjab & Haryana in this period.





Details of the Bus Journey:




  • 26th July - 27th July - Gurgaon

  • 28th July - 29th July - Sonipat

  • 30th July - 31st July - Bhiwani

  • 1st Aug - 2nd Aug - Hissar

  • 4th Aug - 5th Aug - Kurukshetra

  • 6th Aug - 7th Aug - Dera Basi

  • 8th Aug - 9th Aug - Patiala

  • 11th Aug - 12th Aug - Faridkot

  • 13th Aug - 14th Aug - Jalandhar




Wednesday, July 25, 2012

New way to submit feedback about the administrator control panel


Google Apps is changing the way in which we collect your feedback. To provide feedback about the administrator control panel, navigate to the page you'd like to improve and click the 'Send Feedback' link at the bottom.

If you are experiencing an issue or would like to reach out to someone directly, please contact support. Contact information is available under the Support tab.

Editions included:
Google Apps, Google Apps for Business, Government and Education

Languages supported:
All languages supported

For more information:
http://www.google.com/tools/feedback
http://www.google.com/tools/feedback/intl/en/learnmore.html




whatsnew.googleapps.com

Get these product update alerts by email


Subscribe to the RSS feed of these updates

Tracking Adjusted Bounce Rate In Google Analytics

Have you ever wondered how many visitors really pay attention to your website before exiting the page? Have you wondered how many of those “bounced” visitors will remember where they’ve been in future? How many of them are totally useless, how many are not?





There is a way to track this!





Bounce rate” in Google Analytics is one of the key metrics that helps to evaluate the quality of your traffic. “Bounce” happens when the visitor exited the website right from the landing page, without going to any other page. This is a great indication on how relevant the content was for the user and how engaged they were with your website.





While working perfect for most websites, there are categories of sites where this metric is not enough. 





Imagine you’re promoting a blog post that describes all the benefits of your company. The visitor might read the whole post and remember your company and products really well - they might even go to search for your product on one of the search engines straight away. However, since the visitor only looked at 1 page (exactly where the blog post is) they will be recorded as bounced visitor.





Another example if you have a description of the product right on the landing page, and your phone number on the same page. The visitor might study the description and call straight away - again, they will be recorded as a bounced visitor, as only 1 page was viewed. There are many more examples, and even traditional websites may benefit from the method described below as opposed to the standard bounce rate.





There is a solution to this - something that we call “Adjusted bounce rate”. You implement a small tweak to your Google Analytics code, which executes an event when a user has spent over a certain amount of time on the webpage. Depending on the website, the time can range from 10 seconds to few minutes - you should decide for yourself the amount of time you consider the user to be sufficiently engaged with your website or product.





Once the event is executed, the visitor is no longer counted as “bounce,” even though no additional pageview is recorded. This will mean your bounce rate will show users who have not spent a required “minimal time” on your website - the ones who have really bounced. Here is a modification to the Google Analytics code that you need to make (on the example of the latest, asynchronous code):





<script type="text/javascript">





  var _gaq = _gaq || [];


  _gaq.push(['_setAccount', 'UA-XXXXXXX-1']);


  _gaq.push(['_trackPageview']);


  setTimeout("_gaq.push(['_trackEvent', '15_seconds', 'read'])",15000);





  (function() {


    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;


    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';


    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);


  })();





</script>





The setTimeout function is the one that does the trick here, and you can set it up to whatever delay you wish (in this case, it is 15 seconds).





Moreover, since the event is created once 15 seconds lapse, you can define this event as a goal in Google Analytics, and even import this goal as a conversion to AdWords, provided the conditions are met.








We hope this small fix will allow you to track and understand the users’ behavior and quality of the traffic coming to your website more accurately, and make more informed decisions. One thing website owners should be vary of, though, that not only the function may slow down the users' experience, even insignificantly, but will also increase the volume of hits your site sends to Google Analytics, which might bring your usage over the limit (currently set at 10 mln hits per month). As such, this fix should only be applied when necessary and justified by the concept of the website and the landing pages.






Posted by Alexey Petrov, Google Analytics Insights Team


Tuesday, July 24, 2012

Scheduled Release track features update 7/24/12


- Documents: Users will have the ability to edit documents and leave comments offline. You must be running the latest version of Chrome or ChromeOS and install the Google Drive Chrome app to edit offline.

- Drive: Google Drive automatically deletes versions of files when they're older than 30 days or there are more than 100 previous versions of the same file. A new feature allows Drive users to specify that certain revisions should be kept forever.



The following features are intended for release to these domains on July 31st:

- Documents: Users will have the ability to create documents offline. You must be running the latest version of Chrome or ChromeOS and install the Google Drive Chrome app to use this feature.



Release track: 

Scheduled*



Editions included: 

Google Apps, Google Apps for Business, Government and Education



For more information:

Documents:

http://googledocs.blogspot.com/2012/06/announcing-your-two-most-requested.html

http://googledocs.blogspot.com/2012/07/offline-updates-and-quick-look-back-at.html

http://support.google.com/docs/bin/answer.py?hl=en&hlrm=en&answer=1628469



Drive:

https://support.google.com/drive/bin/answer.py?hl=en&answer=2375120&p=dialog_autodelete



*Scheduled Release track: Domains with ‘Scheduled Release’ option enabled in the administrator control panel. Learn more.



whatsnew.googleapps.com


Get these product update alerts by email


Subscribe to the RSS feed of these updates

What's new in DoubleClick for Publishers

Our engineers have been hard at work during the last few weeks to provide you with some new, exciting features in DFP. For a complete list, please visit the DFP or DFP Small Business Help Centers.


Available in DFP:

Teams: Imagine that your organization operates an East and West coast sales team, and you'd like to restrict access to your East coast orders and advertisers so only users on your East coast team can view and edit the campaigns. With the new Teams functionality in DFP, you can now group your network's users into teams, defined by you, enabling you to restrict access to any combination of companies, orders and inventory. Learn more.

Auto-Macro Insertion for Creative Templates: The key to successfully serving third-party creatives and minimizing discrepancies is to make sure that you are properly inserting macros into the third-party code. A macro is a short piece of code provided by DFP that will enable your third-party tags to properly track clicks or track impressions.  In addition to automatically inserting macros for reconginzed third-party creatives, DFP will now also recognize and insert macros for  third-party code in custom creatives and custom creative templates. This provides you with the same macro-insertion support and efficiencies you are used to when trafficking regular 3rd party creatives.

Ad Exclusions: 
There are situations when you will want to avoid an advertiser running on a competitor's website. For example, if you've got a news story about a plane crash, you probably don't want to run airline ads next to it. Ad Exclusions provide controls to prevent labelled line items to deliver on specific inventory. These labels can additionally be added per default on company level to ensure a smoother workflow for your trafficking operations.


Creative Upload for Standalone Creative Library: The recently launched Standalone Creative Library now supports the ability to upload creatives and creatives sets directly, which can be stored for later use.

Local Time Zone Trafficking: In addition to being able to change the role and language you use DFP in, you can now change a DFP user's time zone to match the user's location. When you do, the displayed times throughout the trafficking sections of DFP will be adjusted to match the time in the location you've set for the user.

Available in DFP and DFP Small Business:

Additional Reporting Scheduling options: We’ve added further  granularity to reporting scheduling options to give you more insights into the health of your inventory. You can now schedule your reports with additional breakdowns such as year-to-date, quarter-to-date, month-to-date, and lifetime.

SDK Mediation for Mobile: SDK Mediation is a form of ad network optimization for mobile in DFP which allows you to set up a waterfall (or daisy chain) of networks, where one network after another is called until an impression is filled. Use this new feature to send impressions from mobile applications to ad networks via the ad networks' own SDKs.This is useful when:


  • An ad network only accepts requests from its own SDK

  • Certain custom formats are only available in the ad network's SDK

  • Information provided by the SDK, such as location information or a unique user ID, enables higher CPMs



Available in DFP Mobile:

Frequency Capping: Frequency capping is now available for mobile in two ways:



  • Line item frequency capping: For mobile web, this uses cookies in a similar fashion as desktop (the DoubleClick cookie where possible; otherwise the DFP first party cookie). For mobile applications, this uses a double-anonymised identifier generated by the Google AdMob SDK.

  • Ad unit frequency capping: Ad unit frequency capping now works for mobile in cases where there is an identifier available.




Available in DFP Video:



  • Fallback Image for VAST Non-linear ads: It’s now possible to display a fallback image when VAST non-linear ads fail to render.

  • VPAID Creative Validation: DFP will validate hosted linear and non-linear VPAID creatives and notify the user if it's invalid.




Posted by Alex Strittmatter, DFP Product Specialist