Google Apps Script API
    Preparing search index...
    interface PlacementsCollection {
        generatetags(profileId: string): PlacementsGenerateTagsResponse;
        generatetags(
            profileId: string,
            optionalArgs: object,
        ): PlacementsGenerateTagsResponse;
        get(profileId: string, id: string): Placement;
        insert(resource: Placement, profileId: string): Placement;
        list(profileId: string): PlacementsListResponse;
        list(profileId: string, optionalArgs: object): PlacementsListResponse;
        patch(resource: Placement, profileId: string, id: string): Placement;
        update(resource: Placement, profileId: string): Placement;
    }
    Index

    Methods