Skip to content

Commit

Permalink
fix: version upgrade of gaec from 14 to 15 (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 authored Jan 4, 2024
1 parent 2380f9d commit 8bada4b
Show file tree
Hide file tree
Showing 5 changed files with 2,686 additions and 2,587 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { getMappingConfig } = require('../../util');

const BASE_ENDPOINT = 'https://googleads.googleapis.com/v14/customers';
const BASE_ENDPOINT = 'https://googleads.googleapis.com/v15/customers';

const CONFIG_CATEGORIES = {
TRACK_CONFIG: { type: 'track', name: 'trackConfig' },
Expand Down
Loading

0 comments on commit 8bada4b

Please sign in to comment.