MCPcopy Create free account
hub / github.com/dailydotdev/apps / Ad

Interface Ad

packages/shared/src/graphql/posts.ts:334–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332};
333
334export interface Ad {
335 pixel?: string[];
336 source: string;
337 company: string;
338 link: string;
339 description: string;
340 image: string;
341 placeholder?: string;
342 referralLink?: string;
343 providerId?: string;
344 renderTracked?: boolean;
345 impressionStatus?: number;
346 tagLine?: string;
347 backgroundColor?: string;
348 data?: { post?: Post; source?: Squad };
349 generationId?: string;
350 matchingTags?: string[];
351 adDomain?: string;
352 companyLogo?: string;
353 callToAction?: string;
354 tags?: AdMeasurementTag[];
355}
356
357export interface AdMeasurementTag {
358 markup: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected