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

Interface Ad

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

Source from the content-addressed store, hash-verified

318};
319
320export interface Ad {
321 pixel?: string[];
322 source: string;
323 company: string;
324 link: string;
325 description: string;
326 image: string;
327 placeholder?: string;
328 referralLink?: string;
329 providerId?: string;
330 renderTracked?: boolean;
331 impressionStatus?: number;
332 tagLine?: string;
333 backgroundColor?: string;
334 data?: { post?: Post; source?: Squad };
335 generationId?: string;
336 matchingTags?: string[];
337 adDomain?: string;
338 companyLogo?: string;
339 callToAction?: string;
340 tags?: AdMeasurementTag[];
341}
342
343export interface AdMeasurementTag {
344 markup: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected