Class AdvertiserLandingPagesResource
The "advertiserLandingPages" collection of methods.
Inheritance
System.Object
AdvertiserLandingPagesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class AdvertiserLandingPagesResource
Constructors
AdvertiserLandingPagesResource(IClientService)
Constructs a new resource.
Declaration
public AdvertiserLandingPagesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64)
Gets one landing page by ID.
Declaration
public virtual AdvertiserLandingPagesResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Landing page ID. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.GetRequest |
Insert(LandingPage, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.InsertRequest |
List(Int64)
Retrieves a list of landing pages.
Declaration
public virtual AdvertiserLandingPagesResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.ListRequest |
Patch(LandingPage, Int64, Int64)
Updates an existing advertiser 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. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | LandingPage ID. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.PatchRequest |
Update(LandingPage, Int64)
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. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
AdvertiserLandingPagesResource.UpdateRequest |