| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyTrackingUrl |
ThirdPartyTrackingUrl.clone() |
ThirdPartyTrackingUrl |
ThirdPartyTrackingUrl.set(java.lang.String fieldName,
java.lang.Object value) |
ThirdPartyTrackingUrl |
ThirdPartyTrackingUrl.setThirdPartyUrlType(java.lang.String thirdPartyUrlType)
Third-party URL type for in-stream video creatives.
|
ThirdPartyTrackingUrl |
ThirdPartyTrackingUrl.setUrl(java.lang.String url)
URL for the specified third-party URL type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ThirdPartyTrackingUrl> |
Creative.getThirdPartyUrls()
Third-party URLs for tracking in-stream video creative events.
|
| Modifier and Type | Method and Description |
|---|---|
Creative |
Creative.setThirdPartyUrls(java.util.List<ThirdPartyTrackingUrl> thirdPartyUrls)
Third-party URLs for tracking in-stream video creative events.
|