Google Apps Script API
    Preparing search index...
    interface AdvertiserGroupsCollection {
        get(profileId: string, id: string): AdvertiserGroup;
        insert(resource: AdvertiserGroup, profileId: string): AdvertiserGroup;
        list(profileId: string): AdvertiserGroupsListResponse;
        list(profileId: string, optionalArgs: object): AdvertiserGroupsListResponse;
        patch(
            resource: AdvertiserGroup,
            profileId: string,
            id: string,
        ): AdvertiserGroup;
        remove(profileId: string, id: string): void;
        update(resource: AdvertiserGroup, profileId: string): AdvertiserGroup;
    }
    Index

    Methods