Skip to content

Commit 117592b

Browse files
1 parent 2529bcb commit 117592b

File tree

247 files changed

+85792
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+85792
-10
lines changed

clients/google-api-services-dfareporting/v3.5/1.31.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dfareporting</artifactId>
25-
<version>v3.5-rev20211130-1.32.1</version>
25+
<version>v3.5-rev20220607-1.32.1</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dfareporting:v3.5-rev20211130-1.32.1'
38+
implementation 'com.google.apis:google-api-services-dfareporting:v3.5-rev20220607-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-dfareporting/v3.5/1.31.0/com/google/api/services/dfareporting/model/Campaign.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public final class Campaign extends com.google.api.client.json.GenericJson {
206206
private MeasurementPartnerCampaignLink measurementPartnerLink;
207207

208208
/**
209-
* Name of this campaign. This is a required field and must be less than 256 characters long and
209+
* Name of this campaign. This is a required field and must be less than 512 characters long and
210210
* unique among campaigns of the same advertiser.
211211
* The value may be {@code null}.
212212
*/
@@ -651,7 +651,7 @@ public Campaign setMeasurementPartnerLink(MeasurementPartnerCampaignLink measure
651651
}
652652

653653
/**
654-
* Name of this campaign. This is a required field and must be less than 256 characters long and
654+
* Name of this campaign. This is a required field and must be less than 512 characters long and
655655
* unique among campaigns of the same advertiser.
656656
* @return value or {@code null} for none
657657
*/
@@ -660,7 +660,7 @@ public java.lang.String getName() {
660660
}
661661

662662
/**
663-
* Name of this campaign. This is a required field and must be less than 256 characters long and
663+
* Name of this campaign. This is a required field and must be less than 512 characters long and
664664
* unique among campaigns of the same advertiser.
665665
* @param name name or {@code null} for none
666666
*/

clients/google-api-services-dfareporting/v3.5/1.31.0/com/google/api/services/dfareporting/model/Placement.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public final class Placement extends com.google.api.client.json.GenericJson {
186186
private LookbackConfiguration lookbackConfiguration;
187187

188188
/**
189-
* Name of this placement.This is a required field and must be less than or equal to 256
189+
* Name of this placement.This is a required field and must be less than or equal to 512
190190
* characters long.
191191
* The value may be {@code null}.
192192
*/
@@ -739,7 +739,7 @@ public Placement setLookbackConfiguration(LookbackConfiguration lookbackConfigur
739739
}
740740

741741
/**
742-
* Name of this placement.This is a required field and must be less than or equal to 256
742+
* Name of this placement.This is a required field and must be less than or equal to 512
743743
* characters long.
744744
* @return value or {@code null} for none
745745
*/
@@ -748,7 +748,7 @@ public java.lang.String getName() {
748748
}
749749

750750
/**
751-
* Name of this placement.This is a required field and must be less than or equal to 256
751+
* Name of this placement.This is a required field and must be less than or equal to 512
752752
* characters long.
753753
* @param name name or {@code null} for none
754754
*/

clients/google-api-services-dfareporting/v3.5/1.31.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dfareporting</artifactId>
11-
<version>v3.5-rev20211130-1.32.1</version>
12-
<name>Campaign Manager 360 API v3.5-rev20211130-1.32.1</name>
11+
<version>v3.5-rev20220607-1.32.1</version>
12+
<name>Campaign Manager 360 API v3.5-rev20220607-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Campaign Manager 360 API Client Library for Java
2+
3+
Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.
4+
5+
This page contains information about getting started with the Campaign Manager 360 API
6+
using the Google API Client Library for Java. In addition, you may be interested
7+
in the following documentation:
8+
9+
* Browse the [Javadoc reference for the Campaign Manager 360 API][javadoc]
10+
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11+
* Interact with this API in your browser using the [APIs Explorer for the Campaign Manager 360 API][api-explorer]
12+
13+
## Installation
14+
15+
### Maven
16+
17+
Add the following lines to your `pom.xml` file:
18+
19+
```xml
20+
<project>
21+
<dependencies>
22+
<dependency>
23+
<groupId>com.google.apis</groupId>
24+
<artifactId>google-api-services-dfareporting</artifactId>
25+
<version>v4-rev20220607-1.32.1</version>
26+
</dependency>
27+
</dependencies>
28+
</project>
29+
```
30+
31+
### Gradle
32+
33+
```gradle
34+
repositories {
35+
mavenCentral()
36+
}
37+
dependencies {
38+
implementation 'com.google.apis:google-api-services-dfareporting:v4-rev20220607-1.32.1'
39+
}
40+
```
41+
42+
[javadoc]: https://googleapis.dev/java/google-api-services-dfareporting/latest/index.html
43+
[google-api-client]: https://github.com/googleapis/google-api-java-client/
44+
[api-explorer]: https://developers.google.com/apis-explorer/#p/dfareporting/v1/

0 commit comments

Comments
 (0)