Skip to content

Commit

Permalink
Adriver Id System: add cfa param to url (#10024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spolete authored Jun 1, 2023
1 parent 992f129 commit 805c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adriverIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const adriverIdSubmodule = {
if (!isPlainObject(config.params)) {
config.params = {};
}
const url = 'https://ad.adriver.ru/cgi-bin/json.cgi?sid=1&ad=719473&bt=55&pid=3198680&bid=7189165&bn=7189165&tuid=1';
const url = 'https://ad.adriver.ru/cgi-bin/json.cgi?sid=1&ad=719473&bt=55&pid=3198680&bid=7189165&bn=7189165&tuid=1&cfa=1';
const resp = function (callback) {
let creationDate = storage.getDataFromLocalStorage('adrcid_cd') || storage.getCookie('adrcid_cd');
let cookie = storage.getDataFromLocalStorage('adrcid') || storage.getCookie('adrcid');
Expand Down

0 comments on commit 805c038

Please sign in to comment.