Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 44 additions & 43 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
java:
version: 0.13.2
version: 0.13.3
additionalDependencies: []
additionalPlugins: []
artifactID: workflows
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.761.9
speakeasyVersion: 1.771.0
sources:
Workflows API:
sourceNamespace: workflows-api
sourceRevisionDigest: sha256:95b72b09e864fcd1c2564c1cb1bbef8593c806300dc07447a71606ac7c5d8523
sourceBlobDigest: sha256:c1d976784f2ca4c350a7afcc39cc3def833951dc4892326abde842531c7df47f
sourceRevisionDigest: sha256:de345b4eaf5a9ee64d56dc20846076b0f815a3a24da9e385d84238003d895037
sourceBlobDigest: sha256:debfb845bbc7bd6a806d012674b5edcbdce5d178c256cc86112ba57021339c5c
tags:
- latest
- v1
targets:
ttd-workflows:
source: Workflows API
sourceNamespace: workflows-api
sourceRevisionDigest: sha256:95b72b09e864fcd1c2564c1cb1bbef8593c806300dc07447a71606ac7c5d8523
sourceBlobDigest: sha256:c1d976784f2ca4c350a7afcc39cc3def833951dc4892326abde842531c7df47f
sourceRevisionDigest: sha256:de345b4eaf5a9ee64d56dc20846076b0f815a3a24da9e385d84238003d895037
sourceBlobDigest: sha256:debfb845bbc7bd6a806d012674b5edcbdce5d178c256cc86112ba57021339c5c
codeSamplesNamespace: workflows-api-java-code-samples
codeSamplesRevisionDigest: sha256:64a01e4ed48262c44892c110323d24ef07dc1346108c3bdfbc3cc78458e0cb9d
codeSamplesRevisionDigest: sha256:89fa203c58bb0fed6cf75cd03410a05a0c026e3906591e0bdbebeb03e8d11553
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.thetradedesk:workflows:0.13.2'
implementation 'com.thetradedesk:workflows:0.13.3'
```

Maven:
```xml
<dependency>
<groupId>com.thetradedesk</groupId>
<artifactId>workflows</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>
```

Expand Down Expand Up @@ -593,6 +593,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -805,6 +806,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -986,6 +988,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -1166,6 +1169,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -1391,6 +1395,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -1552,6 +1557,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,14 @@ Based on:
### Generated
- [java v0.13.2] .
### Releases
- [Maven Central v0.13.2] https://central.sonatype.com/artifact/com.thetradedesk/workflows/0.13.2 - .
- [Maven Central v0.13.2] https://central.sonatype.com/artifact/com.thetradedesk/workflows/0.13.2 - .

## 2026-06-07 03:41:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.771.0 (2.893.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.13.3] .
### Releases
- [Maven Central v0.13.3] https://central.sonatype.com/artifact/com.thetradedesk/workflows/0.13.3 - .
1 change: 1 addition & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down
29 changes: 15 additions & 14 deletions docs/models/components/AdGroupROIGoal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
| `maximizeReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `maximizeLtvIncrementalReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `cpcInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `ctrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `nielsenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpaInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `returnOnAdSpendPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `viewabilityInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcpmInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpcvInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `miaozhenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| `maximizeReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `maximizeLtvIncrementalReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `cpcInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `ctrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `nielsenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpaInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `returnOnAdSpendPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `viewabilityInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcpmInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpcvInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `miaozhenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `theProductScopeForNewBuyerGoalOptimization` | *JsonNullable\<Integer>* | :heavy_minus_sign: | N/A |
29 changes: 15 additions & 14 deletions docs/models/components/AdGroupWorkflowROIGoalInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@

## Fields

| Field | Type | Required | Description |
| ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- |
| `maximizeReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `maximizeLtvIncrementalReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `cpcInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `ctrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `nielsenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpaInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `returnOnAdSpendPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `viewabilityInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcpmInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpcvInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `miaozhenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| `maximizeReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `maximizeLtvIncrementalReach` | *JsonNullable\<Boolean>* | :heavy_minus_sign: | N/A |
| `cpcInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `ctrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `nielsenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpaInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `returnOnAdSpendPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcrInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `viewabilityInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `vcpmInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `cpcvInAdvertiserCurrency` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `miaozhenOTPInPercent` | *JsonNullable\<Double>* | :heavy_minus_sign: | N/A |
| `theProductScopeForNewBuyerGoalOptimization` | *JsonNullable\<Integer>* | :heavy_minus_sign: | N/A |
1 change: 0 additions & 1 deletion docs/models/components/DimensionalBiddingDimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ DimensionalBiddingDimensions value = DimensionalBiddingDimensions.UNKNOWN_DIMENS
| `HAS_AD_FORMAT_ID` | HasAdFormatId |
| `HAS_DOMAIN_FRAGMENT_ID` | HasDomainFragmentId |
| `HAS_UNIVERSAL_CATEGORY_TAXONOMY_ID` | HasUniversalCategoryTaxonomyId |
| `HAS_PLACEMENT_POSITION_RELATIVE_TO_FOLD_ID` | HasPlacementPositionRelativeToFoldId |
| `HAS_ADVERTISER_TARGETING_DATA_ID` | HasAdvertiserTargetingDataId |
| `HAS_BROWSER_ID` | HasBrowserId |
| `HAS_CARRIER_ID` | HasCarrierId |
Expand Down
3 changes: 3 additions & 0 deletions docs/sdks/adgroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class Application {
.vcpmInAdvertiserCurrency(4649.53)
.cpcvInAdvertiserCurrency(313.95)
.miaozhenOTPInPercent(4704.1)
.theProductScopeForNewBuyerGoalOptimization(785382)
.build())
.creativeIds(JsonNullable.of(null))
.associatedBidLists(List.of(
Expand Down Expand Up @@ -258,6 +259,7 @@ public class Application {
.vcpmInAdvertiserCurrency(1135.94)
.cpcvInAdvertiserCurrency(6372.45)
.miaozhenOTPInPercent(8405.28)
.theProductScopeForNewBuyerGoalOptimization(93512)
.build())
.creativeIds(List.of(
"<value 1>",
Expand Down Expand Up @@ -562,6 +564,7 @@ public class Application {
.vcpmInAdvertiserCurrency(8251.2)
.cpcvInAdvertiserCurrency(4502.77)
.miaozhenOTPInPercent(2362.43)
.theProductScopeForNewBuyerGoalOptimization(901233)
.build())
.creativeIds(List.of(
"<value 1>"))
Expand Down
2 changes: 2 additions & 0 deletions docs/sdks/campaign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public class Application {
.vcpmInAdvertiserCurrency(7123.95)
.cpcvInAdvertiserCurrency(6233.72)
.miaozhenOTPInPercent(8437.22)
.theProductScopeForNewBuyerGoalOptimization(86586)
.build())
.creativeIds(List.of(
"<value 1>"))
Expand Down Expand Up @@ -723,6 +724,7 @@ public class Application {
.vcpmInAdvertiserCurrency(8383.69)
.cpcvInAdvertiserCurrency(4755.8)
.miaozhenOTPInPercent(4575.86)
.theProductScopeForNewBuyerGoalOptimization(657704)
.build())
.creativeIds(List.of(
"<value 1>",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
groupId=com.thetradedesk
artifactId=workflows
version=0.13.2
version=0.13.3
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class SDKConfiguration {

private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "v1";
public static final String SDK_VERSION = "0.13.2";
public static final String GEN_VERSION = "2.881.4";
public static final String SDK_VERSION = "0.13.3";
public static final String GEN_VERSION = "2.893.0";
private static final String BASE_PACKAGE = "com.thetradedesk.workflows";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
Expand Down
Loading