Starter Pipedream actions for AdPages campaign and local-service marketing workflows. These components are intentionally local-only: no credentials, no API calls, and no network access.
generate-utm-url: builds a tagged campaign URL from a landing-page URL and UTM fields.validate-google-ads-copy: checks Google Ads headline and description lengths.generate-local-schema: creates a LocalBusiness-style JSON-LD object for local landing pages.
components/
common/
helpers.mjs
actions/
generate-utm-url/
generate-utm-url.mjs
validate-google-ads-copy/
validate-google-ads-copy.mjs
generate-local-schema/
generate-local-schema.mjs
npm run check
npm run smokeThis is a credible starting point for Pipedream publication, not a submitted integration. Before publishing:
- Confirm final app/component naming and ownership.
- Add Pipedream metadata, icons, and any required registry structure for the target publication flow.
- Decide whether these remain standalone actions or become part of a broader AdPages app with authenticated APIs later.
- Add tests around edge cases before accepting external user input at scale.
All inputs are processed inside the Pipedream workflow run. The components do not send data to AdPages or any third-party service.
Built by AdPages from A1 Local as a free, dependency-light resource for local-service marketers, web designers, and small business site owners.