| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Ads.Insert |
Dfareporting.Ads.insert(java.lang.Long profileId,
Ad content)
Inserts a new ad.
|
Dfareporting.Ads.Patch |
Dfareporting.Ads.patch(java.lang.Long profileId,
java.lang.Long id,
Ad content)
Updates an existing ad.
|
Dfareporting.Ads.Update |
Dfareporting.Ads.update(java.lang.Long profileId,
Ad content)
Updates an existing ad.
|
| Constructor and Description |
|---|
Dfareporting.Ads.Insert(java.lang.Long profileId,
Ad content)
Inserts a new ad.
|
Dfareporting.Ads.Patch(java.lang.Long profileId,
java.lang.Long id,
Ad content)
Updates an existing ad.
|
Dfareporting.Ads.Update(java.lang.Long profileId,
Ad content)
Updates an existing ad.
|
| Modifier and Type | Method and Description |
|---|---|
Ad |
Ad.clone() |
Ad |
Ad.set(java.lang.String fieldName,
java.lang.Object value) |
Ad |
Ad.setAccountId(java.lang.Long accountId)
Account ID of this ad.
|
Ad |
Ad.setActive(java.lang.Boolean active)
Whether this ad is active.
|
Ad |
Ad.setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this ad.
|
Ad |
Ad.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
Ad |
Ad.setArchived(java.lang.Boolean archived)
Whether this ad is archived.
|
Ad |
Ad.setAudienceSegmentId(java.lang.Long audienceSegmentId)
Audience segment ID that is being targeted for this ad.
|
Ad |
Ad.setCampaignId(java.lang.Long campaignId)
Campaign ID of this ad.
|
Ad |
Ad.setCampaignIdDimensionValue(DimensionValue campaignIdDimensionValue)
Dimension value for the ID of the campaign.
|
Ad |
Ad.setClickThroughUrl(ClickThroughUrl clickThroughUrl)
Click-through URL for this ad.
|
Ad |
Ad.setClickThroughUrlSuffixProperties(ClickThroughUrlSuffixProperties clickThroughUrlSuffixProperties)
Click-through URL suffix properties for this ad.
|
Ad |
Ad.setComments(java.lang.String comments)
Comments for this ad.
|
Ad |
Ad.setCompatibility(java.lang.String compatibility)
Compatibility of this ad.
|
Ad |
Ad.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this ad.
|
Ad |
Ad.setCreativeGroupAssignments(java.util.List<CreativeGroupAssignment> creativeGroupAssignments)
Creative group assignments for this ad.
|
Ad |
Ad.setCreativeRotation(CreativeRotation creativeRotation)
Creative rotation for this ad.
|
Ad |
Ad.setDayPartTargeting(DayPartTargeting dayPartTargeting)
Time and day targeting information for this ad.
|
Ad |
Ad.setDefaultClickThroughEventTagProperties(DefaultClickThroughEventTagProperties defaultClickThroughEventTagProperties)
Default click-through event tag properties for this ad.
|
Ad |
Ad.setDeliverySchedule(DeliverySchedule deliverySchedule)
Delivery schedule information for this ad.
|
Ad |
Ad.setDynamicClickTracker(java.lang.Boolean dynamicClickTracker)
Whether this ad is a dynamic click tracker.
|
Ad |
Ad.setEndTime(com.google.api.client.util.DateTime endTime)
Date and time that this ad should stop serving.
|
Ad |
Ad.setEventTagOverrides(java.util.List<EventTagOverride> eventTagOverrides)
Event tag overrides for this ad.
|
Ad |
Ad.setGeoTargeting(GeoTargeting geoTargeting)
Geographical targeting information for this ad.
|
Ad |
Ad.setId(java.lang.Long id)
ID of this ad.
|
Ad |
Ad.setIdDimensionValue(DimensionValue idDimensionValue)
Dimension value for the ID of this ad.
|
Ad |
Ad.setKeyValueTargetingExpression(KeyValueTargetingExpression keyValueTargetingExpression)
Key-value targeting information for this ad.
|
Ad |
Ad.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Ad |
Ad.setLanguageTargeting(LanguageTargeting languageTargeting)
Language targeting information for this ad.
|
Ad |
Ad.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this ad.
|
Ad |
Ad.setName(java.lang.String name)
Name of this ad.
|
Ad |
Ad.setPlacementAssignments(java.util.List<PlacementAssignment> placementAssignments)
Placement assignments for this ad.
|
Ad |
Ad.setRemarketingListExpression(ListTargetingExpression remarketingListExpression)
Remarketing list targeting expression for this ad.
|
Ad |
Ad.setSize(Size size)
Size of this ad.
|
Ad |
Ad.setSslCompliant(java.lang.Boolean sslCompliant)
Whether this ad is ssl compliant.
|
Ad |
Ad.setSslRequired(java.lang.Boolean sslRequired)
Whether this ad requires ssl.
|
Ad |
Ad.setStartTime(com.google.api.client.util.DateTime startTime)
Date and time that this ad should start serving.
|
Ad |
Ad.setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this ad.
|
Ad |
Ad.setTargetingTemplateId(java.lang.Long targetingTemplateId)
Targeting template ID, used to apply preconfigured targeting information to this ad.
|
Ad |
Ad.setTechnologyTargeting(TechnologyTargeting technologyTargeting)
Technology platform targeting information for this ad.
|
Ad |
Ad.setType(java.lang.String type)
Type of ad.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Ad> |
AdsListResponse.getAds()
Ad collection.
|
| Modifier and Type | Method and Description |
|---|---|
AdsListResponse |
AdsListResponse.setAds(java.util.List<Ad> ads)
Ad collection.
|