Google Apps Script API
    Preparing search index...
    interface AdvertiserLandingPagesCollection {
        get(profileId: string, id: string): LandingPage;
        insert(resource: LandingPage, profileId: string): LandingPage;
        list(profileId: string): AdvertiserLandingPagesListResponse;
        list(
            profileId: string,
            optionalArgs: object,
        ): AdvertiserLandingPagesListResponse;
        patch(resource: LandingPage, profileId: string, id: string): LandingPage;
        update(resource: LandingPage, profileId: string): LandingPage;
    }
    Index

    Methods