CustomRichMediaEvents
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eRepresents a Custom Rich Media Events group, containing a list of custom rich media event IDs and resource kind.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efilteredEventIds\u003c/code\u003e field lists custom rich media event IDs, which should be of type \u003ccode\u003edfa:richMediaEventTypeIdAndName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ekind\u003c/code\u003e field indicates the resource type as \u003ccode\u003edfareporting#customRichMediaEvents\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# CustomRichMediaEvents\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a Custom Rich Media Events group.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------|\n| ``` { \"filteredEventIds\": [ { object (/doubleclick-advertisers/rest/v4/DimensionValue) } ], \"kind\": string } ``` |\n\n| Fields ||\n|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filtered``Event``Ids[]` | `object (`[DimensionValue](/doubleclick-advertisers/rest/v4/DimensionValue)`)` List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#customRichMediaEvents` . |"]]