Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update wording and purpose around API reporting method

...

Charity Engine now supports detailed reporting of click and affiliate activity via the /installs/ids endpoint:. This reporting can be used as an alternative to callback integration, or as a supplement to ensure accuracy.

To retrieve Retrieve all click IDs for a campaign:

Code Block
languagetext
https://www.charityengine.com/api/v1/installs/ids?campaign={campaignID}&auth={APIkey}

Filter To further filter those click IDs by affiliate:

Code Block
languagetext
https://www.charityengine.com/api/v1/installs/ids?campaign={campaignID}&source_id={affiliateID}&auth={APIkey}

...