Obtain Rich Media Event Name from ID

17 views
Skip to first unread message

wwils...@gmail.com

unread,
Jan 23, 2017, 11:35:58 AM1/23/17
to Google's DoubleClick Campaign Manager API Forum
Hello all,

I'm attempting to use the API to take the following object


{
"kind": "dfareporting#dimensionValue",
"etag": "\"h2SYPfimHQRlj4nMgk2K_rqu1JA/KMK_z7hJkpr_PLLkdrpvwyRmM1Y\"",
"dimensionName": "dfa:richMediaEventTypeIdAndName",
"id": "2487239"
}

and retrieve the name of the Rich Media event. I have browsed the documentation pretty thoroughly but can't seem to find what I am looking for. I tried doing a dimension values query and iterating through the pages of results but that seems inefficient and is not always returning all of the Rich Media events that I am searching for. Is there a built in API method for obtaining the name of the Rich Media event when you already have the ID?

Lakshmi(DCM API Team)

unread,
Jan 23, 2017, 4:03:57 PM1/23/17
to Google's DoubleClick Campaign Manager API Forum
Hi,

Please use DimensionValues service to get all the rich media events for a given date range. You need to cross check the results with your list.
Ex:
{
"dimensionName": "dfa:richMediaEventTypeIdAndName",
"endDate": "2017-01-01",
"startDate": "2016-01-01"
}

Let me know if you have any further questions on this.

Thanks,
Lakshmi, DCM API Team
Reply all
Reply to author
Forward
0 new messages