2.2.4 • Published 7 months ago
@elbwalker/destination-web-google-ads v2.2.4
Google Ads web destination for walkerOS
Made to be used with walker.js from walkerOS.
More detailed information and examples can be found in the documentation.
🤓 Usage
Start by setting up the config for the destination. Optional fields as comments. Destinations can be used via node or directly in the browser.
Configuration
Learn more about the destinations in general and read the detailled Google Ads configuration.
const config = {
custom: {
conversionId: 'AW-123456789',
currency: 'EUR',
defaultValue: 1,
},
mapping: {
// e.g. order
entity: {
// e.g. complete
action: {
custom: {
label: 'abc',
id: 'order_id',
value: 'revenue',
},
},
},
},
};
Node usage
npm i --save @elbwalker/destination-web-google-ads
import { elb } from '@elbwalker/walker.js';
import destinationGoogleAds from '@elbwalker/destination-web-google-ads';
elb('walker destination', destinationGoogleAds, config);
Contribute
Feel free to contribute by submitting an issue, starting a discussion or getting in contact.
2.2.5-next.0
7 months ago
2.1.4-next.1
11 months ago
2.1.4-next.2
11 months ago
2.2.0-next.3
11 months ago
2.1.4-next.0
11 months ago
2.2.1
10 months ago
2.2.0
11 months ago
2.2.3
9 months ago
2.2.2
10 months ago
2.2.4
8 months ago
2.1.3
12 months ago
2.1.2
1 year ago
2.1.1-next.0
1 year ago
2.1.1
1 year ago
2.1.0
1 year ago
2.1.0-next.0
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
3 years ago