{"id":19370112,"url":"https://github.com/bustle/gam","last_synced_at":"2025-06-16T07:06:33.350Z","repository":{"id":41050827,"uuid":"373663833","full_name":"bustle/gam","owner":"bustle","description":"Typescript library for interfacing with Google Ad Manager","archived":false,"fork":false,"pushed_at":"2022-06-20T13:43:43.000Z","size":429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-24T14:24:02.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bustle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-03T23:05:29.000Z","updated_at":"2021-11-24T15:46:49.000Z","dependencies_parsed_at":"2022-09-20T21:21:35.878Z","dependency_job_id":null,"html_url":"https://github.com/bustle/gam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bustle/gam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustle%2Fgam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustle%2Fgam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustle%2Fgam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustle%2Fgam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bustle","download_url":"https://codeload.github.com/bustle/gam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bustle%2Fgam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260116645,"owners_count":22961064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:14:15.402Z","updated_at":"2025-06-16T07:06:33.329Z","avatar_url":"https://github.com/bustle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gam\nTypescript library for interfacing with Google Ad Manager\n\n## Usage\nFind full parameter documentation at https://support.google.com/admanager/answer/2623168\n```typescript\nimport { createTaglessRequest } from 'gam'\n\nconst response = await createTaglessRequest({\n  iu: '/1234/homepage', // Google Ad Manager ad unit code, including your Google Ad Manager network code\n  sz: '320x50|300x50', // Creative size. To include multiple sizes use the pipe (|) character as a separator between them.\n  c: 8362527364, // Correlator (or, cache-busting) value\n  tile: 1, // Position of the tag on a webpage.\n})\n\nconst creative = await response.body()\nconsole.log({ creative })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbustle%2Fgam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbustle%2Fgam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbustle%2Fgam/lists"}