October, 2015

TopicDescription
CID Replaces DPID and DPUUIDUpdate your code to use d_cid or d_cid_ic instead of d_dpid and d_dpuuid. The DPID and DPUUID variables will continue to work, but you should consider them deprecated. This includes DPID and DPUUID variants without the d_ prefix.
URL Variables and Syntax for Declared IDsRevised text to include the d_cid and d_cid_ic key-value pairs.
Declared ID Targeting
Private Data FeedsA private data feed is an option that lets providers limit buyer access to their data. Data providers and buyers should review this section for information about creating and subscribing to private data feeds.
DCS Error Codes, Messages, and ExamplesA list and descriptions of error codes and messages returned by the DCS.

September, 2015

TopicDescription
Data and Metadata Files for Audience Optimization ReportsFormat and content requirements for bringing data into the Audience Optimization reports.
Capturing Campaign Impression Data via Pixel CallsText revisions and updates. Also, included new key-value pairs required to use and see readable data names in the Advertising Analytics reports.
Capturing Campaign Click Data via Pixel CallsText revisions and updates. Also, included new key-value pairs required to use and see readable data names in the Advertising Analytics reports.
Audience Optimization ReportsUpdated intro with requirement information.

August, 2015

TopicDescription
Bulk Management ToolsThe Bulk Management Tools let you create and manage multiple objects at once with single operation. You can use Bulk Management Tools to work with data sources, derived signals, destinations, folders, segments, and traits.
Implement the Audience Management Module

The context data variable ended incorrectly with a dot instead of an underscore.

  • Correct: c_contextData.*
  • Incorrect: c_contextData_*
Profile Merge Customer Enablement

Analytics customers need to set an integration code when using the Master Marketing Profile and passing declared IDs through the Visitor ID service to Audience Manager.

This document is deprecated and has been replaced by Create a Cross-Device Data Source.

Reporting FAQA new FAQ entry explains why, sometimes, newly onboarded traits do not show up in the Trait Graph.
Trait and Segment Size Data in Segment Builder.Revised the description for estimated segment size.
System ComponentsUpdated text and new images that explain how various Audience Manager systems work and how data flows through our system.

July, 2015

TopicDescription
Documentation links and cross-references.Updated obsolete links. Clicking a cross-reference should take you to the correct document instead of a redirect notification.
Import DCM Data Files Into Audience ManagerBring your DoubleClick Campaign Manager data into Audience Manager.
Data Collection Server (DCS) API Methods and CodeUse DCS code as an API for real-time data transfers.

June, 2015

TopicDescription
The DIL create method.
  • Removed the optional parameter, iframeAttachmentDelay.
  • Added a note to declaredId variable. When using the Visitor ID Service, set the ID with setCustomerIDs instead of DIL. See Customer IDs and Authenticated States.

May, 2015

TopicDescription
Audience MarketplaceAudience Marketplace lets data providers and buyers execute data deals in a self-service manner with minimum effort. It does this by providing specialized features that vary depending on your role as a data buyer or data seller.

Revisions:

  • Simplified steps and directions for creating a group and assigning permissions.
  • Added information about Wild Card Permissions and how to use them.

April, 2015

TopicDescription
Inbound Data File Contents: Syntax, Variables, and Examples

Added following note:

Note: Audience Manager does not support .zip files for inbound S3 buckets.

Reporting FAQAdded a new FAQ that explains why Total Fires for onboarded traits always displays as 0.
Geotargeting With Platform-level KeysAdded information about targeting in the United Kingdom and Netherlands Antilles.

March, 2015

TopicDescription
Reporting FAQ

Added a new FAQ that explains why the number of successfully processed records might differ when comparing the Inbound receipt and reporting in AAM.

Added a new FAQ that explains why the trait uniques for my cross-device onboarded traits are higher than the total number of onboarded records.

System Components

Removed information about Talend.

Removed information about Netezza and replaced it with information about RedShift.

Data Retention

New topic.

Changed to Privacy and Data Retention FAQ (12/2016).

February, 2015

TopicDescription
Reporting and File Transfer Time-Frame GuidelinesUpdated the times for daily inbound file ingestion and outbound file export.
Dashboard

Added information explaining how the delta change is calculated depending on the chosen time frame.

Added a note explaining how to investigate an unusually large delta change in unique visitors.

Recency and Frequency

Added the following information to the Limitations and Rules section:

  • Frequency-capping expressions include all the users whose number of trait realizations is below a desired value.

    For example:

    frequency([1000T]) <= 5

    This expression includes all users that have realized the trait with the ID "1000" fewer than five times, including users who have not realized the trait.

  • When you need recency/frequency requirements to be less than a specific number of times or days, you must join that trait to another with an AND operator.

    Using the above example, frequency([1000T]) <= 5, the expression becomes valid when joined with another trait.

    For example:

    frequency([1000T]) <= 5 AND isSiteVisitorTrait

  • For advertising frequency-capping use cases, you could create a segment rule similar to the following:

    (frequency([1000T] <= 2D) >= 5)?

    This expression includes all users that have realized the trait with the ID "1000" in the last 2 days more than five times.

    You can achieve the capping by sending this segment to the ad server and then include a NOT on the segment in the ad server. This approach achieves greater performance in Audience Manager, while still serving the same purpose for frequency capping.