Skip to content

Commit

Permalink
Merge branches 'refactor' and 'master' of github.com:rudderlabs/rudde…
Browse files Browse the repository at this point in the history
…r-sdk-js into refactor
  • Loading branch information
Sampath-vi committed Jan 7, 2020
2 parents 2afca4e + 937d2be commit 42394f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/GoogleAds/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import logger from "../../utils/logUtil";
class GoogleAds {
constructor(config) {
//this.accountId = config.accountId;//AW-696901813
this.conversionId = config.conversionId;
this.conversionId = config.conversionID;
this.pageLoadConversions = config.pageLoadConversions;
this.clickEventConversions = config.clickEventConversions;

Expand Down

0 comments on commit 42394f5

Please sign in to comment.