Class AdvertiserLandingPagesResource
The "advertiserLandingPages" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class AdvertiserLandingPagesResource
Constructors
AdvertiserLandingPagesResource(IClientService)
Constructs a new resource.
Declaration
public AdvertiserLandingPagesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(long, long)
Gets one landing page by ID.
Declaration
public virtual AdvertiserLandingPagesResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | id | Landing page ID. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.GetRequest |
Insert(LandingPage, long)
Inserts a new landing page.
Declaration
public virtual AdvertiserLandingPagesResource.InsertRequest Insert(LandingPage body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
LandingPage | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.InsertRequest |
List(long)
Retrieves a list of landing pages.
Declaration
public virtual AdvertiserLandingPagesResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.ListRequest |
Patch(LandingPage, long, long)
Updates an existing landing page. This method supports patch semantics.
Declaration
public virtual AdvertiserLandingPagesResource.PatchRequest Patch(LandingPage body, long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
LandingPage | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | id | Required. Landing Page ID. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.PatchRequest |
Update(LandingPage, long)
Updates an existing landing page.
Declaration
public virtual AdvertiserLandingPagesResource.UpdateRequest Update(LandingPage body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
LandingPage | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.UpdateRequest |