type
stringclasses 7
values | content
stringlengths 4
9.55k
| repo
stringlengths 7
96
| path
stringlengths 4
178
| language
stringclasses 1
value |
---|---|---|---|---|
InterfaceDeclaration |
interface AdSlot {
comment?: string;
compatibility?: string;
height?: string;
linkedPlacementId?: string;
name?: string;
paymentSourceType?: string;
primary?: boolean;
width?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AdsListResponse {
ads?: Dfareporting.Schema.Ad[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Advertiser {
accountId?: string;
advertiserGroupId?: string;
clickThroughUrlSuffix?: string;
defaultClickThroughEventTagId?: string;
defaultEmail?: string;
floodlightConfigurationId?: string;
floodlightConfigurationIdDimensionValue?: Dfareporting.Schema.DimensionValue;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
name?: string;
originalFloodlightConfigurationId?: string;
status?: string;
subaccountId?: string;
suspended?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AdvertiserGroup {
accountId?: string;
id?: string;
kind?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AdvertiserGroupsListResponse {
advertiserGroups?: Dfareporting.Schema.AdvertiserGroup[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AdvertiserLandingPagesListResponse {
kind?: string;
landingPages?: Dfareporting.Schema.LandingPage[];
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AdvertisersListResponse {
advertisers?: Dfareporting.Schema.Advertiser[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AudienceSegment {
allocation?: number;
id?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface AudienceSegmentGroup {
audienceSegments?: Dfareporting.Schema.AudienceSegment[];
id?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Browser {
browserVersionId?: string;
dartId?: string;
kind?: string;
majorVersion?: string;
minorVersion?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface BrowsersListResponse {
browsers?: Dfareporting.Schema.Browser[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Campaign {
accountId?: string;
adBlockingConfiguration?: Dfareporting.Schema.AdBlockingConfiguration;
additionalCreativeOptimizationConfigurations?: Dfareporting.Schema.CreativeOptimizationConfiguration[];
advertiserGroupId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
archived?: boolean;
audienceSegmentGroups?: Dfareporting.Schema.AudienceSegmentGroup[];
billingInvoiceCode?: string;
clickThroughUrlSuffixProperties?: Dfareporting.Schema.ClickThroughUrlSuffixProperties;
comment?: string;
createInfo?: Dfareporting.Schema.LastModifiedInfo;
creativeGroupIds?: string[];
creativeOptimizationConfiguration?: Dfareporting.Schema.CreativeOptimizationConfiguration;
defaultClickThroughEventTagProperties?: Dfareporting.Schema.DefaultClickThroughEventTagProperties;
defaultLandingPageId?: string;
endDate?: string;
eventTagOverrides?: Dfareporting.Schema.EventTagOverride[];
externalId?: string;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
lastModifiedInfo?: Dfareporting.Schema.LastModifiedInfo;
name?: string;
nielsenOcrEnabled?: boolean;
startDate?: string;
subaccountId?: string;
traffickerEmails?: string[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CampaignCreativeAssociation {
creativeId?: string;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CampaignCreativeAssociationsListResponse {
campaignCreativeAssociations?: Dfareporting.Schema.CampaignCreativeAssociation[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CampaignsListResponse {
campaigns?: Dfareporting.Schema.Campaign[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ChangeLog {
accountId?: string;
action?: string;
changeTime?: string;
fieldName?: string;
id?: string;
kind?: string;
newValue?: string;
objectId?: string;
objectType?: string;
oldValue?: string;
subaccountId?: string;
transactionId?: string;
userProfileId?: string;
userProfileName?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ChangeLogsListResponse {
changeLogs?: Dfareporting.Schema.ChangeLog[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CitiesListResponse {
cities?: Dfareporting.Schema.City[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface City {
countryCode?: string;
countryDartId?: string;
dartId?: string;
kind?: string;
metroCode?: string;
metroDmaId?: string;
name?: string;
regionCode?: string;
regionDartId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ClickTag {
clickThroughUrl?: Dfareporting.Schema.CreativeClickThroughUrl;
eventName?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ClickThroughUrl {
computedClickThroughUrl?: string;
customClickThroughUrl?: string;
defaultLandingPage?: boolean;
landingPageId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ClickThroughUrlSuffixProperties {
clickThroughUrlSuffix?: string;
overrideInheritedSuffix?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CompanionClickThroughOverride {
clickThroughUrl?: Dfareporting.Schema.ClickThroughUrl;
creativeId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CompanionSetting {
companionsDisabled?: boolean;
enabledSizes?: Dfareporting.Schema.Size[];
imageOnly?: boolean;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CompatibleFields {
crossDimensionReachReportCompatibleFields?: Dfareporting.Schema.CrossDimensionReachReportCompatibleFields;
floodlightReportCompatibleFields?: Dfareporting.Schema.FloodlightReportCompatibleFields;
kind?: string;
pathToConversionReportCompatibleFields?: Dfareporting.Schema.PathToConversionReportCompatibleFields;
reachReportCompatibleFields?: Dfareporting.Schema.ReachReportCompatibleFields;
reportCompatibleFields?: Dfareporting.Schema.ReportCompatibleFields;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConnectionType {
id?: string;
kind?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConnectionTypesListResponse {
connectionTypes?: Dfareporting.Schema.ConnectionType[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ContentCategoriesListResponse {
contentCategories?: Dfareporting.Schema.ContentCategory[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ContentCategory {
accountId?: string;
id?: string;
kind?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Conversion {
childDirectedTreatment?: boolean;
customVariables?: Dfareporting.Schema.CustomFloodlightVariable[];
encryptedUserId?: string;
encryptedUserIdCandidates?: string[];
floodlightActivityId?: string;
floodlightConfigurationId?: string;
gclid?: string;
kind?: string;
limitAdTracking?: boolean;
mobileDeviceId?: string;
nonPersonalizedAd?: boolean;
ordinal?: string;
quantity?: string;
timestampMicros?: string;
treatmentForUnderage?: boolean;
value?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionError {
code?: string;
kind?: string;
message?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionStatus {
conversion?: Dfareporting.Schema.Conversion;
errors?: Dfareporting.Schema.ConversionError[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionsBatchInsertRequest {
conversions?: Dfareporting.Schema.Conversion[];
encryptionInfo?: Dfareporting.Schema.EncryptionInfo;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionsBatchInsertResponse {
hasFailures?: boolean;
kind?: string;
status?: Dfareporting.Schema.ConversionStatus[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionsBatchUpdateRequest {
conversions?: Dfareporting.Schema.Conversion[];
encryptionInfo?: Dfareporting.Schema.EncryptionInfo;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface ConversionsBatchUpdateResponse {
hasFailures?: boolean;
kind?: string;
status?: Dfareporting.Schema.ConversionStatus[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CountriesListResponse {
countries?: Dfareporting.Schema.Country[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Country {
countryCode?: string;
dartId?: string;
kind?: string;
name?: string;
sslEnabled?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Creative {
accountId?: string;
active?: boolean;
adParameters?: string;
adTagKeys?: string[];
additionalSizes?: Dfareporting.Schema.Size[];
advertiserId?: string;
allowScriptAccess?: boolean;
archived?: boolean;
artworkType?: string;
authoringSource?: string;
authoringTool?: string;
autoAdvanceImages?: boolean;
backgroundColor?: string;
backupImageClickThroughUrl?: Dfareporting.Schema.CreativeClickThroughUrl;
backupImageFeatures?: string[];
backupImageReportingLabel?: string;
backupImageTargetWindow?: Dfareporting.Schema.TargetWindow;
clickTags?: Dfareporting.Schema.ClickTag[];
commercialId?: string;
companionCreatives?: string[];
compatibility?: string[];
convertFlashToHtml5?: boolean;
counterCustomEvents?: Dfareporting.Schema.CreativeCustomEvent[];
creativeAssetSelection?: Dfareporting.Schema.CreativeAssetSelection;
creativeAssets?: Dfareporting.Schema.CreativeAsset[];
creativeFieldAssignments?: Dfareporting.Schema.CreativeFieldAssignment[];
customKeyValues?: string[];
dynamicAssetSelection?: boolean;
exitCustomEvents?: Dfareporting.Schema.CreativeCustomEvent[];
fsCommand?: Dfareporting.Schema.FsCommand;
htmlCode?: string;
htmlCodeLocked?: boolean;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
lastModifiedInfo?: Dfareporting.Schema.LastModifiedInfo;
latestTraffickedCreativeId?: string;
mediaDescription?: string;
mediaDuration?: number;
name?: string;
overrideCss?: string;
progressOffset?: Dfareporting.Schema.VideoOffset;
redirectUrl?: string;
renderingId?: string;
renderingIdDimensionValue?: Dfareporting.Schema.DimensionValue;
requiredFlashPluginVersion?: string;
requiredFlashVersion?: number;
size?: Dfareporting.Schema.Size;
skipOffset?: Dfareporting.Schema.VideoOffset;
skippable?: boolean;
sslCompliant?: boolean;
sslOverride?: boolean;
studioAdvertiserId?: string;
studioCreativeId?: string;
studioTraffickedCreativeId?: string;
subaccountId?: string;
thirdPartyBackupImageImpressionsUrl?: string;
thirdPartyRichMediaImpressionsUrl?: string;
thirdPartyUrls?: Dfareporting.Schema.ThirdPartyTrackingUrl[];
timerCustomEvents?: Dfareporting.Schema.CreativeCustomEvent[];
totalFileSize?: string;
type?: string;
universalAdId?: Dfareporting.Schema.UniversalAdId;
version?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeAsset {
actionScript3?: boolean;
active?: boolean;
additionalSizes?: Dfareporting.Schema.Size[];
alignment?: string;
artworkType?: string;
assetIdentifier?: Dfareporting.Schema.CreativeAssetId;
audioBitRate?: number;
audioSampleRate?: number;
backupImageExit?: Dfareporting.Schema.CreativeCustomEvent;
bitRate?: number;
childAssetType?: string;
collapsedSize?: Dfareporting.Schema.Size;
companionCreativeIds?: string[];
customStartTimeValue?: number;
detectedFeatures?: string[];
displayType?: string;
duration?: number;
durationType?: string;
expandedDimension?: Dfareporting.Schema.Size;
fileSize?: string;
flashVersion?: number;
frameRate?: number;
hideFlashObjects?: boolean;
hideSelectionBoxes?: boolean;
horizontallyLocked?: boolean;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
mediaDuration?: number;
mimeType?: string;
offset?: Dfareporting.Schema.OffsetPosition;
orientation?: string;
originalBackup?: boolean;
politeLoad?: boolean;
position?: Dfareporting.Schema.OffsetPosition;
positionLeftUnit?: string;
positionTopUnit?: string;
progressiveServingUrl?: string;
pushdown?: boolean;
pushdownDuration?: number;
role?: string;
size?: Dfareporting.Schema.Size;
sslCompliant?: boolean;
startTimeType?: string;
streamingServingUrl?: string;
transparency?: boolean;
verticallyLocked?: boolean;
windowMode?: string;
zIndex?: number;
zipFilename?: string;
zipFilesize?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeAssetId {
name?: string;
type?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeAssetMetadata {
assetIdentifier?: Dfareporting.Schema.CreativeAssetId;
clickTags?: Dfareporting.Schema.ClickTag[];
detectedFeatures?: string[];
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
warnedValidationRules?: string[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeAssetSelection {
defaultAssetId?: string;
rules?: Dfareporting.Schema.Rule[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeAssignment {
active?: boolean;
applyEventTags?: boolean;
clickThroughUrl?: Dfareporting.Schema.ClickThroughUrl;
companionCreativeOverrides?: Dfareporting.Schema.CompanionClickThroughOverride[];
creativeGroupAssignments?: Dfareporting.Schema.CreativeGroupAssignment[];
creativeId?: string;
creativeIdDimensionValue?: Dfareporting.Schema.DimensionValue;
endTime?: string;
richMediaExitOverrides?: Dfareporting.Schema.RichMediaExitOverride[];
sequence?: number;
sslCompliant?: boolean;
startTime?: string;
weight?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeClickThroughUrl {
computedClickThroughUrl?: string;
customClickThroughUrl?: string;
landingPageId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeCustomEvent {
advertiserCustomEventId?: string;
advertiserCustomEventName?: string;
advertiserCustomEventType?: string;
artworkLabel?: string;
artworkType?: string;
exitClickThroughUrl?: Dfareporting.Schema.CreativeClickThroughUrl;
id?: string;
popupWindowProperties?: Dfareporting.Schema.PopupWindowProperties;
targetType?: string;
videoReportingId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeField {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
id?: string;
kind?: string;
name?: string;
subaccountId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeFieldAssignment {
creativeFieldId?: string;
creativeFieldValueId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeFieldValue {
id?: string;
kind?: string;
value?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeFieldValuesListResponse {
creativeFieldValues?: Dfareporting.Schema.CreativeFieldValue[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeFieldsListResponse {
creativeFields?: Dfareporting.Schema.CreativeField[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeGroup {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
groupNumber?: number;
id?: string;
kind?: string;
name?: string;
subaccountId?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeGroupAssignment {
creativeGroupId?: string;
creativeGroupNumber?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeGroupsListResponse {
creativeGroups?: Dfareporting.Schema.CreativeGroup[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeOptimizationConfiguration {
id?: string;
name?: string;
optimizationActivitys?: Dfareporting.Schema.OptimizationActivity[];
optimizationModel?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativeRotation {
creativeAssignments?: Dfareporting.Schema.CreativeAssignment[];
creativeOptimizationConfigurationId?: string;
type?: string;
weightCalculationStrategy?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CreativesListResponse {
creatives?: Dfareporting.Schema.Creative[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CrossDimensionReachReportCompatibleFields {
breakdown?: Dfareporting.Schema.Dimension[];
dimensionFilters?: Dfareporting.Schema.Dimension[];
kind?: string;
metrics?: Dfareporting.Schema.Metric[];
overlapMetrics?: Dfareporting.Schema.Metric[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CustomFloodlightVariable {
kind?: string;
type?: string;
value?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CustomRichMediaEvents {
filteredEventIds?: Dfareporting.Schema.DimensionValue[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CustomViewabilityMetric {
configuration?: Dfareporting.Schema.CustomViewabilityMetricConfiguration;
id?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface CustomViewabilityMetricConfiguration {
audible?: boolean;
timeMillis?: number;
timePercent?: number;
viewabilityPercent?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DateRange {
endDate?: string;
kind?: string;
relativeDateRange?: string;
startDate?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DayPartTargeting {
daysOfWeek?: string[];
hoursOfDay?: number[];
userLocalTime?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DeepLink {
appUrl?: string;
fallbackUrl?: string;
kind?: string;
mobileApp?: Dfareporting.Schema.MobileApp;
remarketingListIds?: string[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DefaultClickThroughEventTagProperties {
defaultClickThroughEventTagId?: string;
overrideInheritedEventTag?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DeliverySchedule {
frequencyCap?: Dfareporting.Schema.FrequencyCap;
hardCutoff?: boolean;
impressionRatio?: string;
priority?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DfpSettings {
dfpNetworkCode?: string;
dfpNetworkName?: string;
programmaticPlacementAccepted?: boolean;
pubPaidPlacementAccepted?: boolean;
publisherPortalOnly?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Dimension {
kind?: string;
name?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DimensionFilter {
dimensionName?: string;
kind?: string;
value?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DimensionValue {
dimensionName?: string;
etag?: string;
id?: string;
kind?: string;
matchType?: string;
value?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DimensionValueList {
etag?: string;
items?: Dfareporting.Schema.DimensionValue[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DimensionValueRequest {
dimensionName?: string;
endDate?: string;
filters?: Dfareporting.Schema.DimensionFilter[];
kind?: string;
startDate?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DirectorySite {
active?: boolean;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
inpageTagFormats?: string[];
interstitialTagFormats?: string[];
kind?: string;
name?: string;
settings?: Dfareporting.Schema.DirectorySiteSettings;
url?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DirectorySiteSettings {
activeViewOptOut?: boolean;
dfpSettings?: Dfareporting.Schema.DfpSettings;
instreamVideoPlacementAccepted?: boolean;
interstitialPlacementAccepted?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DirectorySitesListResponse {
directorySites?: Dfareporting.Schema.DirectorySite[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DynamicTargetingKey {
kind?: string;
name?: string;
objectId?: string;
objectType?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface DynamicTargetingKeysListResponse {
dynamicTargetingKeys?: Dfareporting.Schema.DynamicTargetingKey[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface EncryptionInfo {
encryptionEntityId?: string;
encryptionEntityType?: string;
encryptionSource?: string;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface EventTag {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
campaignId?: string;
campaignIdDimensionValue?: Dfareporting.Schema.DimensionValue;
enabledByDefault?: boolean;
excludeFromAdxRequests?: boolean;
id?: string;
kind?: string;
name?: string;
siteFilterType?: string;
siteIds?: string[];
sslCompliant?: boolean;
status?: string;
subaccountId?: string;
type?: string;
url?: string;
urlEscapeLevels?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface EventTagOverride {
enabled?: boolean;
id?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface EventTagsListResponse {
eventTags?: Dfareporting.Schema.EventTag[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface File {
dateRange?: Dfareporting.Schema.DateRange;
etag?: string;
fileName?: string;
format?: string;
id?: string;
kind?: string;
lastModifiedTime?: string;
reportId?: string;
status?: string;
urls?: Dfareporting.Schema.FileUrls;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FileList {
etag?: string;
items?: Dfareporting.Schema.File[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FileUrls {
apiUrl?: string;
browserUrl?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface Flight {
endDate?: string;
rateOrCost?: string;
startDate?: string;
units?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivitiesGenerateTagResponse {
floodlightActivityTag?: string;
globalSiteTagGlobalSnippet?: string;
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivitiesListResponse {
floodlightActivities?: Dfareporting.Schema.FloodlightActivity[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivity {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
cacheBustingType?: string;
countingMethod?: string;
defaultTags?: Dfareporting.Schema.FloodlightActivityDynamicTag[];
expectedUrl?: string;
floodlightActivityGroupId?: string;
floodlightActivityGroupName?: string;
floodlightActivityGroupTagString?: string;
floodlightActivityGroupType?: string;
floodlightConfigurationId?: string;
floodlightConfigurationIdDimensionValue?: Dfareporting.Schema.DimensionValue;
floodlightTagType?: string;
hidden?: boolean;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
name?: string;
notes?: string;
publisherTags?: Dfareporting.Schema.FloodlightActivityPublisherDynamicTag[];
secure?: boolean;
sslCompliant?: boolean;
sslRequired?: boolean;
subaccountId?: string;
tagFormat?: string;
tagString?: string;
userDefinedVariableTypes?: string[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivityDynamicTag {
id?: string;
name?: string;
tag?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivityGroup {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
floodlightConfigurationId?: string;
floodlightConfigurationIdDimensionValue?: Dfareporting.Schema.DimensionValue;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
kind?: string;
name?: string;
subaccountId?: string;
tagString?: string;
type?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivityGroupsListResponse {
floodlightActivityGroups?: Dfareporting.Schema.FloodlightActivityGroup[];
kind?: string;
nextPageToken?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightActivityPublisherDynamicTag {
clickThrough?: boolean;
directorySiteId?: string;
dynamicTag?: Dfareporting.Schema.FloodlightActivityDynamicTag;
siteId?: string;
siteIdDimensionValue?: Dfareporting.Schema.DimensionValue;
viewThrough?: boolean;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightConfiguration {
accountId?: string;
advertiserId?: string;
advertiserIdDimensionValue?: Dfareporting.Schema.DimensionValue;
analyticsDataSharingEnabled?: boolean;
customViewabilityMetric?: Dfareporting.Schema.CustomViewabilityMetric;
exposureToConversionEnabled?: boolean;
firstDayOfWeek?: string;
id?: string;
idDimensionValue?: Dfareporting.Schema.DimensionValue;
inAppAttributionTrackingEnabled?: boolean;
kind?: string;
lookbackConfiguration?: Dfareporting.Schema.LookbackConfiguration;
naturalSearchConversionAttributionOption?: string;
omnitureSettings?: Dfareporting.Schema.OmnitureSettings;
subaccountId?: string;
tagSettings?: Dfareporting.Schema.TagSettings;
thirdPartyAuthenticationTokens?: Dfareporting.Schema.ThirdPartyAuthenticationToken[];
userDefinedVariableConfigurations?: Dfareporting.Schema.UserDefinedVariableConfiguration[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightConfigurationsListResponse {
floodlightConfigurations?: Dfareporting.Schema.FloodlightConfiguration[];
kind?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FloodlightReportCompatibleFields {
dimensionFilters?: Dfareporting.Schema.Dimension[];
dimensions?: Dfareporting.Schema.Dimension[];
kind?: string;
metrics?: Dfareporting.Schema.Metric[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FrequencyCap {
duration?: string;
impressions?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface FsCommand {
left?: number;
positionOption?: string;
top?: number;
windowHeight?: number;
windowWidth?: number;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface GeoTargeting {
cities?: Dfareporting.Schema.City[];
countries?: Dfareporting.Schema.Country[];
excludeCountries?: boolean;
metros?: Dfareporting.Schema.Metro[];
postalCodes?: Dfareporting.Schema.PostalCode[];
regions?: Dfareporting.Schema.Region[];
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
InterfaceDeclaration |
interface InventoryItem {
accountId?: string;
adSlots?: Dfareporting.Schema.AdSlot[];
advertiserId?: string;
contentCategoryId?: string;
estimatedClickThroughRate?: string;
estimatedConversionRate?: string;
id?: string;
inPlan?: boolean;
kind?: string;
lastModifiedInfo?: Dfareporting.Schema.LastModifiedInfo;
name?: string;
negotiationChannelId?: string;
orderId?: string;
placementStrategyId?: string;
pricing?: Dfareporting.Schema.Pricing;
projectId?: string;
rfpId?: string;
siteId?: string;
subaccountId?: string;
type?: string;
} | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
Subsets and Splits