Skip to content

Commit

Permalink
Merge pull request #114 from prebid/dshore/google_api_v202208
Browse files Browse the repository at this point in the history
Update googleads API version to v202208 (#96)
  • Loading branch information
dshore authored Aug 23, 2022
2 parents e4ee614 + ac91f56 commit f09f7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion line_item_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__version__ = '0.2.8'

# For an official release, use dev_version = ''
dev_version = '2'
dev_version = '3'

version = __version__
if dev_version:
Expand Down
2 changes: 1 addition & 1 deletion line_item_manager/conf.d/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mgr:
max_lica_records: 100

googleads:
version: 'v202108'
version: 'v202208'
line_items:
micro_cent_factor: 1000000
max_per_order: 450
Expand Down

0 comments on commit f09f7ce

Please sign in to comment.