Skip to content

Commit

Permalink
Merge pull request #15 from shenzhencenter/develop
Browse files Browse the repository at this point in the history
release v13.1
  • Loading branch information
xnkjj authored May 5, 2023
2 parents 73db0d4 + 84989f8 commit 5c16915
Show file tree
Hide file tree
Showing 1,021 changed files with 28,234 additions and 7,933 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: "version"
required: true
default: "v12"
default: "v13"

jobs:
build:
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
BUILD_PKG=google.golang.org/genproto/googleapis/ads/googleads/$VERSION
cp -r $BUILD_PATH/* $OUTPUT_PATH/ && rm -rf $OUTPUT_PATH/google.golang.org
find $OUTPUT_PATH -name '*.go' -exec sed -i "s|${BUILD_PKG}|${PUBLISH_PKG}|g" '{}' \;
find $OUTPUT_PATH/clients/internal/snippets -name '*.go' -exec sed -i "s|\"clients\"|\"${PUBLISH_PKG}/clients\"|g" '{}' \;
rm -rf $OUTPUT_PATH/clients/*_example_test.go
- name: Fix errors
Expand All @@ -70,11 +71,6 @@ jobs:
echo "==> Rename experiment_arm.pb.go to experimentarm.pb.go"
mv $OUTPUT_PATH/resources/experiment_arm.pb.go $OUTPUT_PATH/resources/experimentarm.pb.go -f
fi
if [ -f $OUTPUT_PATH/clients/campaign_experiment_client.go ]; then
echo "==> Remove StatusIterator struct"
ERR_LINE=$(grep -n 'type StatusIterator struct' $OUTPUT_PATH/clients/campaign_experiment_client.go | awk -F':' '{print $1}')
sed -i "${ERR_LINE},\$d" $OUTPUT_PATH/clients/campaign_experiment_client.go
fi
- name: Format
run: |
Expand Down
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ Please note that this is not an official project. But we think it is very low ri

## Version support

| google-ads-pb | Google Ads API |
|---|---|
| v1.4.0 | v13 |
| v1.3.1 | v12 |
| v1.2.1 | v11.1 |
| v1.2.0 | v11 |
| v1.1.1 | v10 |
| google-ads-pb | Google Ads API | Sunset date |
|---|---|---|
| v1.4.1 | v13.1 | End of January 2024 |
| v1.4.0 | v13 | End of January 2024 |
| v1.3.1 | v12 | End of September 2023 |
| <del>v1.2.1</del> | <del>v11.1</del> | Deprecated |
| <del>v1.2.0</del> | <del>v11</del> | Deprecated |
| <del>v1.1.1</del> | <del>v10</del> | Deprecated |

## Requirements

Expand Down Expand Up @@ -107,3 +108,9 @@ Here are some related projects
## Contributing

Welcome to contribute more examples and documentations.

### Supporting

If you like this project, please consider buying me a coffee. 😄

<a href="https://www.buymeacoffee.com/crazyfrog" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
2 changes: 1 addition & 1 deletion clients/batch_job_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/campaign_draft_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

228 changes: 228 additions & 0 deletions clients/customer_sk_ad_network_conversion_value_schema_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions clients/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/experiment_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c16915

Please sign in to comment.