Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New format google ads #3526

Merged
merged 50 commits into from
Jul 4, 2022
Merged

New format google ads #3526

merged 50 commits into from
Jul 4, 2022

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    272f46c View commit details
    Browse the repository at this point in the history
  2. Add node versioning(V1)

    cgobrech committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    dffc2f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed376b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e753b63 View commit details
    Browse the repository at this point in the history
  5. Add node versioning(V1)

    agobrech committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    121459e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b2818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    322e6c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    283237e View commit details
    Browse the repository at this point in the history
  9. Add api call to getall

    agobrech committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    73aea6c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    6c26e8f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    3daa3bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0210fd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    0e0034a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    39413c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    132b62f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Merge remote-tracking branch 'upstream/master' into N8N-2929-Invoice-…

    …ressource-google-ads
    agobrech committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    281b9f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f29521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0f138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9219d6 View commit details
    Browse the repository at this point in the history
  5. Fixed bud with typo

    agobrech committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    746fe89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72db837 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    6165d73 View commit details
    Browse the repository at this point in the history
  2. add query to invocie request

    agobrech committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6ef5577 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    a196184 View commit details
    Browse the repository at this point in the history
  2. Invoice param changes

    agobrech committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    9f02299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1f638 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    3997111 View commit details
    Browse the repository at this point in the history
  2. Remove useless imports

    agobrech committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    922fcea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad58750 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Removed url for testing

    agobrech committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    28ab1a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    b8d630e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf85ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314e882 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Removed useless comments

    agobrech committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3d8aa84 View commit details
    Browse the repository at this point in the history
  2. Resolved name confusion

    agobrech committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1af49f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a070c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7de188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56b4fa6 View commit details
    Browse the repository at this point in the history
  6. Remove unused code

    agobrech committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    086d536 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Removed invoice resource and fixed bug with body and headers

    The invoice operation was removed since it does not reflect
    what a user would expect from it. Google ADS invoices are
    only used for big advertisers where invoicing is performed
    after the end of the month and for big sums. This would
    be misleading for the majority of the users expecting
    an expenses report.
    
    Also fixed a bug with header and body being sent since it
    was broken for multiple input rows. The first execution
    would override all others.
    
    Lastly, made some improvements to the node itself by
    transforming data, adding filters and operations.
    krynble committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d8abce4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    49d3080 View commit details
    Browse the repository at this point in the history
  2. Merge with master

    krynble committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    07f042f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    5f32130 View commit details
    Browse the repository at this point in the history
  2. Update with master

    krynble committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d629ed7 View commit details
    Browse the repository at this point in the history
  3. Fix lint issues

    krynble committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f1bfc10 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    6ecc401 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Change wording for micros

    krynble committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f920444 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    1d65a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac88242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3a8c7 View commit details
    Browse the repository at this point in the history