Skip to content

Commit

Permalink
chore: correction log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Jun 14, 2024
1 parent a978abf commit 710746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getConversionActionId = async ({ method, headers, params, metadata }) => {
query: queryString,
};
const searchStreamEndpoint = `${BASE_ENDPOINT}/${params.customerId}/googleAds:searchStream`;
logger.requestLog(`[${destType.toUpperCase()}] conversion enhancement request`, {
logger.requestLog(`[${destType.toUpperCase()}] get conversion action id request`, {
metadata,
requestDetails: { url: searchStreamEndpoint, body: data, method },
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const getConversionActionId = async ({ headers, params, metadata }) => {
});
searchStreamResponse = processAxiosResponse(searchStreamResponse);
const { response, status, headers: responseHeaders } = searchStreamResponse;
logger.responseLog(`[${destType.toUpperCase()}] get conversion custom variable`, {
logger.responseLog(`[${destType.toUpperCase()}] get conversion action id response`, {
metadata,
responseDetails: {
response,
Expand Down

0 comments on commit 710746f

Please sign in to comment.