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... | 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;
adve... | 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;
... | 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?: Dfarep... | 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?: s... | 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;
... | 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?: nu... | 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;
warnedValidationRu... | 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.CreativeGroupAssignm... | 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;
... | 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.DirectorySiteSetti... | 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... | 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[];
expect... | 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;
... | 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;
exposureToConvers... | 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?: st... | 1000ch/DefinitelyTyped | types/google-apps-script/apis/dfareporting_v3_3.d.ts | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.