| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
CreativeAssignment |
CreativeAssignment.clone() |
CreativeAssignment |
CreativeAssignment.set(java.lang.String fieldName,
java.lang.Object value) |
CreativeAssignment |
CreativeAssignment.setActive(java.lang.Boolean active)
Whether this creative assignment is active.
|
CreativeAssignment |
CreativeAssignment.setApplyEventTags(java.lang.Boolean applyEventTags)
Whether applicable event tags should fire when this creative assignment is rendered.
|
CreativeAssignment |
CreativeAssignment.setClickThroughUrl(ClickThroughUrl clickThroughUrl)
Click-through URL of the creative assignment.
|
CreativeAssignment |
CreativeAssignment.setCompanionCreativeOverrides(java.util.List<CompanionClickThroughOverride> companionCreativeOverrides)
Companion creative overrides for this creative assignment.
|
CreativeAssignment |
CreativeAssignment.setCreativeGroupAssignments(java.util.List<CreativeGroupAssignment> creativeGroupAssignments)
Creative group assignments for this creative assignment.
|
CreativeAssignment |
CreativeAssignment.setCreativeId(java.lang.Long creativeId)
ID of the creative to be assigned.
|
CreativeAssignment |
CreativeAssignment.setCreativeIdDimensionValue(DimensionValue creativeIdDimensionValue)
Dimension value for the ID of the creative.
|
CreativeAssignment |
CreativeAssignment.setEndTime(com.google.api.client.util.DateTime endTime)
Date and time that the assigned creative should stop serving.
|
CreativeAssignment |
CreativeAssignment.setRichMediaExitOverrides(java.util.List<RichMediaExitOverride> richMediaExitOverrides)
Rich media exit overrides for this creative assignment.
|
CreativeAssignment |
CreativeAssignment.setSequence(java.lang.Integer sequence)
Sequence number of the creative assignment, applicable when the rotation type is
CREATIVE_ROTATION_TYPE_SEQUENTIAL.
|
CreativeAssignment |
CreativeAssignment.setSslCompliant(java.lang.Boolean sslCompliant)
Whether the creative to be assigned is SSL-compliant.
|
CreativeAssignment |
CreativeAssignment.setStartTime(com.google.api.client.util.DateTime startTime)
Date and time that the assigned creative should start serving.
|
CreativeAssignment |
CreativeAssignment.setWeight(java.lang.Integer weight)
Weight of the creative assignment, applicable when the rotation type is
CREATIVE_ROTATION_TYPE_RANDOM.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreativeAssignment> |
CreativeRotation.getCreativeAssignments()
Creative assignments in this creative rotation.
|
| Modifier and Type | Method and Description |
|---|---|
CreativeRotation |
CreativeRotation.setCreativeAssignments(java.util.List<CreativeAssignment> creativeAssignments)
Creative assignments in this creative rotation.
|