...
In your ad server create a new custom macro key-value pair called “iris_context”
Pass the “context” values from the IRIS.TV Context API as comma-separated values into the “iris_context” macrokey
In GAM, custom key-value pairs are passed using the “cust_params” parameter either manually or through the IMA SDK
To manually add “cust_params” to your GAM calls please consult the following documentation provided by Google: https://support.google.com/admanager/answer/1080597 [Note: it is required to encode certain characters within the “cust_params” section]
To add “cust_params” through the IMA SDK, please reference the documentation specific to the version of the IMA SDK you are working with
Example of manual GAM ad request with “cust_params” populated [Note: this request has been simplified and truncated]:
...
In your ad server create a new custom macro key-value pair called “iris_id”
Pass the “iris_id” value values from the IRIS.TV Context API as a values into the “iris_id” macrokey
In GAM, custom key-value pairs are passed using the “cust_params” parameter either manually or through the IMA SDK
To manually add “cust_params” to your GAM calls please consult the following documentation provided by Google: https://support.google.com/admanager/answer/1080597 [Note: it is required to encode certain characters within the “cust_params” section]
To add “cust_params” through the IMA SDK, please reference the documentation specific to the version of the IMA SDK you are working with
Example of manual GAM ad request with “cust_params” populated [Note: this request has been simplified and truncated]:
...