Skip to content

a1local/adpages-pipedream-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AdPages Pipedream Components

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.

Actions

  • 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.

Structure

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

Local Checks

npm run check
npm run smoke

Publishing Notes

This 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.

Privacy

All inputs are processed inside the Pipedream workflow run. The components do not send data to AdPages or any third-party service.

Publisher

Built by AdPages from A1 Local as a free, dependency-light resource for local-service marketers, web designers, and small business site owners.

About

Pipedream component starters for AdPages UTM, ad-copy, and LocalBusiness schema actions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors