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(Long profileId,
Ad content)
Inserts a new ad.
|
Dfareporting.Ads.Patch |
Dfareporting.Ads.patch(Long profileId,
Long id,
Ad content)
Updates an existing ad.
|
Dfareporting.Ads.Update |
Dfareporting.Ads.update(Long profileId,
Ad content)
Updates an existing ad.
|
Constructor and Description |
---|
Insert(Long profileId,
Ad content)
Inserts a new ad.
|
Patch(Long profileId,
Long id,
Ad content)
Updates an existing ad.
|
Update(Long profileId,
Ad content)
Updates an existing ad.
|
Modifier and Type | Method and Description |
---|---|
Ad |
Ad.clone() |
Ad |
Ad.set(String fieldName,
Object value) |
Ad |
Ad.setAccountId(Long accountId)
Account ID of this ad.
|
Ad |
Ad.setActive(Boolean active)
Whether this ad is active.
|
Ad |
Ad.setAdvertiserId(Long advertiserId)
Advertiser ID of this ad.
|
Ad |
Ad.setAdvertiserIdDimensionValue(DimensionValue advertiserIdDimensionValue)
Dimension value for the ID of the advertiser.
|
Ad |
Ad.setArchived(Boolean archived)
Whether this ad is archived.
|
Ad |
Ad.setAudienceSegmentId(Long audienceSegmentId)
Audience segment ID that is being targeted for this ad.
|
Ad |
Ad.setCampaignId(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(String comments)
Comments for this ad.
|
Ad |
Ad.setCompatibility(String compatibility)
Compatibility of this ad.
|
Ad |
Ad.setCreateInfo(LastModifiedInfo createInfo)
Information about the creation of this ad.
|
Ad |
Ad.setCreativeGroupAssignments(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(Boolean dynamicClickTracker)
Whether this ad is a dynamic click tracker.
|
Ad |
Ad.setEndTime(com.google.api.client.util.DateTime endTime) |
Ad |
Ad.setEventTagOverrides(List<EventTagOverride> eventTagOverrides)
Event tag overrides for this ad.
|
Ad |
Ad.setGeoTargeting(GeoTargeting geoTargeting)
Geographical targeting information for this ad.
|
Ad |
Ad.setId(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(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(String name)
Name of this ad.
|
Ad |
Ad.setPlacementAssignments(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(Boolean sslCompliant)
Whether this ad is ssl compliant.
|
Ad |
Ad.setSslRequired(Boolean sslRequired)
Whether this ad requires ssl.
|
Ad |
Ad.setStartTime(com.google.api.client.util.DateTime startTime) |
Ad |
Ad.setSubaccountId(Long subaccountId)
Subaccount ID of this ad.
|
Ad |
Ad.setTargetingTemplateId(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(String type)
Type of ad.
|
Modifier and Type | Method and Description |
---|---|
List<Ad> |
AdsListResponse.getAds()
Ad collection.
|
Modifier and Type | Method and Description |
---|---|
AdsListResponse |
AdsListResponse.setAds(List<Ad> ads)
Ad collection.
|
Copyright © 2011–2025 Google. All rights reserved.