Resource: Project
Contains properties of a Planning project.
JSON representation |
---|
{ "id": string, "accountId": string, "subaccountId": string, "advertiserId": string, "name": string, "startDate": string, "endDate": string, "clientName": string, "clientBillingCode": string, "budget": string, "targetCpmNanos": string, "targetCpcNanos": string, "targetCpaNanos": string, "targetImpressions": string, "targetClicks": string, "targetConversions": string, "audienceAgeGroup": enum ( |
Fields | |
---|---|
id |
ID of this project. This is a read-only, auto-generated field. |
account |
Account ID of this project. |
subaccount |
Subaccount ID of this project. |
advertiser |
Advertiser ID of this project. |
name |
Name of this project. |
start |
Start date of the project. |
end |
End date of the project. |
client |
Name of the project client. |
client |
Client billing code of this project. |
budget |
Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar. |
target |
CPM that the advertiser is targeting. |
target |
CPC that the advertiser is targeting. |
target |
CPA that the advertiser is targeting. |
target |
Number of impressions that the advertiser is targeting. |
target |
Number of clicks that the advertiser is targeting. |
target |
Number of conversions that the advertiser is targeting. |
audience |
Audience age group of this project. |
audience |
Audience gender of this project. |
last |
Information about the most recent modification of this project. |
overview |
Overview of this project. |
target |
vCPM from Active View that the advertiser is targeting. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
PlanningAudienceAgeGroup
Next value = 8
Enums | |
---|---|
PLANNING_AUDIENCE_AGE_18_24 |
|
PLANNING_AUDIENCE_AGE_25_34 |
|
PLANNING_AUDIENCE_AGE_35_44 |
|
PLANNING_AUDIENCE_AGE_45_54 |
|
PLANNING_AUDIENCE_AGE_55_64 |
|
PLANNING_AUDIENCE_AGE_65_OR_MORE |
|
PLANNING_AUDIENCE_AGE_UNKNOWN |
PlanningAudienceGender
Next value = 3
Enums | |
---|---|
PLANNING_AUDIENCE_GENDER_MALE |
|
PLANNING_AUDIENCE_GENDER_FEMALE |
Methods |
|
---|---|
|
Gets one project by ID. |
|
Retrieves a list of projects, possibly filtered. |