ingestr 0.12.9__tar.gz → 0.12.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ingestr might be problematic. Click here for more details.
- {ingestr-0.12.9 → ingestr-0.12.10}/PKG-INFO +1 -1
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/.vitepress/config.mjs +1 -0
- ingestr-0.12.10/docs/media/linkedin_ads.png +0 -0
- ingestr-0.12.10/docs/supported-sources/linkedin_ads.md +109 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/factory.py +2 -0
- ingestr-0.12.10/ingestr/src/linkedin_ads/__init__.py +63 -0
- ingestr-0.12.10/ingestr/src/linkedin_ads/dimension_time_enum.py +12 -0
- ingestr-0.12.10/ingestr/src/linkedin_ads/helpers.py +148 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/sources.py +82 -0
- ingestr-0.12.10/ingestr/src/version.py +1 -0
- ingestr-0.12.9/ingestr/src/version.py +0 -1
- {ingestr-0.12.9 → ingestr-0.12.10}/.dockerignore +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.githooks/pre-commit-hook.sh +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.github/workflows/deploy-docs.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.github/workflows/secrets-scan.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.github/workflows/tests.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.gitignore +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.gitleaksignore +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.python-version +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/.vale.ini +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/Dockerfile +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/LICENSE.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/Makefile +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/README.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/.vitepress/theme/custom.css +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/.vitepress/theme/index.js +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/commands/example-uris.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/commands/ingest.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/getting-started/core-concepts.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/getting-started/incremental-loading.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/getting-started/quickstart.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/getting-started/telemetry.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/index.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/media/athena.png +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/media/github.png +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/media/googleanalytics.png +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/media/tiktok.png +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/adjust.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/airtable.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/appsflyer.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/appstore.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/asana.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/athena.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/bigquery.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/chess.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/csv.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/custom_queries.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/databricks.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/duckdb.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/dynamodb.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/facebook-ads.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/gcs.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/github.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/google_analytics.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/gorgias.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/gsheets.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/hubspot.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/kafka.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/klaviyo.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/mongodb.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/mssql.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/mysql.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/notion.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/oracle.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/postgres.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/redshift.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/s3.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/sap-hana.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/shopify.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/slack.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/snowflake.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/sqlite.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/stripe.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/tiktok-ads.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/docs/supported-sources/zendesk.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/main.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/.gitignore +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/adjust/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/adjust/adjust_helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/airtable/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appsflyer/_init_.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appsflyer/client.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appstore/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appstore/client.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appstore/errors.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appstore/models.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/appstore/resources.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/arrow/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/asana_source/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/asana_source/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/asana_source/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/chess/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/chess/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/chess/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/destinations.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/dynamodb/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/errors.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/facebook_ads/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/facebook_ads/exceptions.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/facebook_ads/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/facebook_ads/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/filesystem/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/filesystem/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/filesystem/readers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/filters.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/github/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/github/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/github/queries.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/github/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_analytics/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_analytics/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_sheets/README.md +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_sheets/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_sheets/helpers/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_sheets/helpers/api_calls.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/google_sheets/helpers/data_processing.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/gorgias/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/gorgias/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/hubspot/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/hubspot/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/hubspot/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/kafka/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/kafka/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/klaviyo/_init_.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/klaviyo/client.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/klaviyo/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/mongodb/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/mongodb/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/notion/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/notion/helpers/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/notion/helpers/client.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/notion/helpers/database.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/notion/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/shopify/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/shopify/exceptions.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/shopify/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/shopify/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/slack/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/slack/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/slack/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/sql_database/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/sql_database/callbacks.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/stripe_analytics/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/stripe_analytics/helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/stripe_analytics/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/table_definition.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/telemetry/event.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/testdata/fakebqcredentials.json +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/tiktok_ads/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/tiktok_ads/tiktok_helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/time.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/helpers/__init__.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/helpers/api_helpers.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/helpers/credentials.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/helpers/talk_api.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/src/zendesk/settings.py +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/.gitignore +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/create_replace.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/delete_insert_expected.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/delete_insert_part1.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/delete_insert_part2.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/merge_expected.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/merge_part1.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/ingestr/testdata/merge_part2.csv +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/package-lock.json +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/package.json +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/pyproject.toml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/requirements-dev.txt +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/requirements.txt +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/resources/demo.gif +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/resources/demo.tape +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/resources/ingestr.svg +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/AMPM.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Acronyms.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Colons.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Contractions.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/DateFormat.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Ellipses.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/EmDash.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Exclamation.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/FirstPerson.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Gender.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/GenderBias.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/HeadingPunctuation.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Headings.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Latin.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/LyHyphens.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/OptionalPlurals.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Ordinal.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/OxfordComma.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Parens.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Passive.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Periods.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Quotes.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Ranges.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Semicolons.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Slang.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Spacing.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Spelling.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Units.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/We.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/Will.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/WordList.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/meta.json +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/Google/vocab.txt +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/bruin/Ingestr.yml +0 -0
- {ingestr-0.12.9 → ingestr-0.12.10}/styles/config/vocabularies/bruin/accept.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ingestr
|
|
3
|
-
Version: 0.12.
|
|
3
|
+
Version: 0.12.10
|
|
4
4
|
Summary: ingestr is a command-line application that ingests data from various sources and stores them in any database.
|
|
5
5
|
Project-URL: Homepage, https://github.com/bruin-data/ingestr
|
|
6
6
|
Project-URL: Issues, https://github.com/bruin-data/ingestr/issues
|
|
@@ -109,6 +109,7 @@ export default defineConfig({
|
|
|
109
109
|
{ text: "Gorgias", link: "/supported-sources/gorgias.md" },
|
|
110
110
|
{ text: "HubSpot", link: "/supported-sources/hubspot.md" },
|
|
111
111
|
{ text: "Klaviyo", link: "/supported-sources/klaviyo.md" },
|
|
112
|
+
{ text: "LinkedIn Ads", link: "/supported-sources/linkedin_ads.md" },
|
|
112
113
|
{ text: "Notion", link: "/supported-sources/notion.md" },
|
|
113
114
|
{ text: "S3", link: "/supported-sources/s3.md" },
|
|
114
115
|
{ text: "Shopify", link: "/supported-sources/shopify.md" },
|
|
Binary file
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# LinkedIn Ads
|
|
2
|
+
LinkedIn Ads is a platform that allows businesses and marketers to create, manage, and analyze advertising campaigns.
|
|
3
|
+
|
|
4
|
+
Ingestr supports LinkedIn Ads as a source.
|
|
5
|
+
|
|
6
|
+
## URI format
|
|
7
|
+
The URI format for LinkedIn Ads as a source is as follows:
|
|
8
|
+
|
|
9
|
+
```plaintext
|
|
10
|
+
linkedinads://?access_token=<access_token>&account_ids=<account_ids>
|
|
11
|
+
```
|
|
12
|
+
## URI parameters:
|
|
13
|
+
- `access_token`(required): It is used for authentication and is necessary to access data and reports through the LinkedIn Ads API. The access token lets your app access data using the permissions you set in the Developer App for your LinkedIn account.
|
|
14
|
+
- `account_ids`(required): The comma-separated list of Ad Account IDs specifies the LinkedIn Ad Accounts for which you want to retrieve data. These IDs uniquely identify the LinkedIn Ad Accounts associated with a company, business, or individual, depending on the ownership of the Ad Accounts. They are required to fetch data for campaigns, creatives, and other related resources.
|
|
15
|
+
|
|
16
|
+
LinkedIn Ads requires an `access_token` and `account_ids` to retrieve reports from the [LinkedIn Ads API](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting?view=li-lms-2024-11&tabs=http#analytics-finder). Please follow these steps to obtain the `access_token` and `account_ids`
|
|
17
|
+
|
|
18
|
+
### Create a LinkedIn developer application to obtain an access token
|
|
19
|
+
1. Log in to LinkedIn with a [developer account](https://www.linkedin.com/developers)
|
|
20
|
+
2. Click Create App. Please fill out:
|
|
21
|
+
- App Name
|
|
22
|
+
- Your company's LinkedIn page
|
|
23
|
+
- Your company's privacy policy URL
|
|
24
|
+
- Your company logo
|
|
25
|
+
- Accept the terms and click "Create App"
|
|
26
|
+
3. To verify your app:
|
|
27
|
+
- Go to "Settings" tab
|
|
28
|
+
- Find "App Settings"
|
|
29
|
+
- Click "Verify" under Company
|
|
30
|
+
- Click "Generate URL"
|
|
31
|
+
- Send this URL to your Page Admin
|
|
32
|
+
- Click "I'm done" and open the URL in a new tab to verify, if you are the admin of your page.
|
|
33
|
+
- Go to the "Products" tab, and click "Request access" for the Advertising API. It will take about a few minutes to get approved and then you need to fill out the form where you have to provide your company name, website, and other details.
|
|
34
|
+
|
|
35
|
+
#### Authorize your app and obtain access token
|
|
36
|
+
1. Go to the "Auth" tab
|
|
37
|
+
4. Click "OAuth 2.0 tools" which is on top right corner of the page [link](https://www.linkedin.com/developers/tools/oauth)
|
|
38
|
+
5. Click "Create token"
|
|
39
|
+
6. Choose these permissions:
|
|
40
|
+
- `r_ads`
|
|
41
|
+
- `r_ads_reporting`
|
|
42
|
+
7. Click "Request access token"
|
|
43
|
+
8. You will be redirected to an authorization page. Use your LinkedIn credentials to log in and authorize your app and obtain your Access Token and Refresh Token. Copy the Access Token.
|
|
44
|
+
|
|
45
|
+
> [!NOTE]
|
|
46
|
+
> Access tokens last for 2 months. After they expire, you'll need to make new ones using
|
|
47
|
+
> [LinkedIn's Token Generator](https://www.linkedin.com/developers/tools/oauth/token-generator).
|
|
48
|
+
|
|
49
|
+
To find the Ad Account IDs, the ad account owner can refer to the detailed instructions provided in this [guide](https://www.linkedin.com/help/linkedin/answer/a424270/find-linkedin-ads-account-details?lang=en).
|
|
50
|
+
|
|
51
|
+
## Table: Custom Reports
|
|
52
|
+
Custom reports allow you to retrieve data based on specific dimensions and metrics.
|
|
53
|
+
|
|
54
|
+
Custom Table Format:
|
|
55
|
+
```
|
|
56
|
+
custom:<dimensions>:<metrics>
|
|
57
|
+
```
|
|
58
|
+
### Parameters:
|
|
59
|
+
- `dimensions`(required): A comma-separated list of dimensions is required. It must include at least one of the following: `campaign`, `account`, or `creative`, along with one time-based dimension, either `date` or `month`.
|
|
60
|
+
- `date`: group the data in your report by day
|
|
61
|
+
- `month`: group the data in your report by month
|
|
62
|
+
- `metrics`(required): A comma-separated list of [metrics](https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads-reporting/ads-reporting?view=li-lms-2024-11&tabs=http#metrics-available) to retrieve.
|
|
63
|
+
|
|
64
|
+
> [!NOTE]
|
|
65
|
+
> By default, ingestr fetches data from January 1, 2018 to today's date. You can specify a custom date range using the `--interval-start` and `--interval-end` parameters.
|
|
66
|
+
|
|
67
|
+
### Example
|
|
68
|
+
|
|
69
|
+
Retrieve data for campaign with `account_ids` id_123 and id_456:
|
|
70
|
+
```sh
|
|
71
|
+
ingestr ingest \
|
|
72
|
+
--source-uri "linkedinads://?access_token=token_123&account_ids=id_123,id_456" \
|
|
73
|
+
--source-table 'custom:campaign,date:impressions,clicks' \
|
|
74
|
+
--dest-uri 'duckdb:///linkedin.duckdb' \
|
|
75
|
+
--dest-table 'dest.campaign'
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
The applied parameters for the report are:
|
|
79
|
+
- dimensions: `campaign`, `date`
|
|
80
|
+
- metrics: `impressions`, `clicks`
|
|
81
|
+
|
|
82
|
+
Retrieve data for creative with `account_ids` id_123 and id_456 for the date range from 2024-10-15 to 2024-12-31:
|
|
83
|
+
```sh
|
|
84
|
+
ingestr ingest \
|
|
85
|
+
--source-uri "linkedinads://?access_token=token_123&account_ids=id_123,id_456" \
|
|
86
|
+
--source-table 'custom:creative,month:impressions,shares,videoCompletions' \
|
|
87
|
+
--dest-uri 'duckdb:///linkedin.duckdb' \
|
|
88
|
+
--dest-table 'dest.creative'
|
|
89
|
+
--interval-start '2024-10-15'
|
|
90
|
+
--interval-end '2024-12-31'
|
|
91
|
+
```
|
|
92
|
+
The applied parameters for the report are:
|
|
93
|
+
- dimensions: `creative`, `month`
|
|
94
|
+
- metrics: `shares`, `impressions`, `videoCompletions`
|
|
95
|
+
|
|
96
|
+
```sh
|
|
97
|
+
ingestr ingest \
|
|
98
|
+
--source-uri "linkedinads://?access_token=token_123&account_ids=id_123,id_456" \
|
|
99
|
+
--source-table 'custom:account,month:totalEngagements,impressions,' \
|
|
100
|
+
--dest-uri 'duckdb:///linkedin.duckdb' \
|
|
101
|
+
--dest-table 'dest.account'
|
|
102
|
+
```
|
|
103
|
+
The applied parameters for the report are:
|
|
104
|
+
- dimensions: `account`, `month`
|
|
105
|
+
- metrics: `totalEngagements`, `impressions`
|
|
106
|
+
|
|
107
|
+
This command will retrieve data and save it to the destination table in the DuckDB database.
|
|
108
|
+
|
|
109
|
+
<img alt="linkedin_ads_img" src="../media/linkedin_ads.png"/>
|
|
@@ -33,6 +33,7 @@ from ingestr.src.sources import (
|
|
|
33
33
|
HubspotSource,
|
|
34
34
|
KafkaSource,
|
|
35
35
|
KlaviyoSource,
|
|
36
|
+
LinkedInAdsSource,
|
|
36
37
|
LocalCsvSource,
|
|
37
38
|
MongoDbSource,
|
|
38
39
|
NotionSource,
|
|
@@ -126,6 +127,7 @@ class SourceDestinationFactory:
|
|
|
126
127
|
"googleanalytics": GoogleAnalyticsSource,
|
|
127
128
|
"appstore": AppleAppStoreSource,
|
|
128
129
|
"gs": GCSSource,
|
|
130
|
+
"linkedinads": LinkedInAdsSource,
|
|
129
131
|
}
|
|
130
132
|
destinations: Dict[str, Type[DestinationProtocol]] = {
|
|
131
133
|
"bigquery": BigQueryDestination,
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
from typing import Iterable
|
|
2
|
+
|
|
3
|
+
import dlt
|
|
4
|
+
import pendulum
|
|
5
|
+
from dlt.common.typing import TDataItem
|
|
6
|
+
from dlt.sources import DltResource
|
|
7
|
+
from pendulum import Date
|
|
8
|
+
|
|
9
|
+
from .dimension_time_enum import Dimension, TimeGranularity
|
|
10
|
+
from .helpers import LinkedInAdsAPI, find_intervals
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@dlt.source(max_table_nesting=0)
|
|
14
|
+
def linked_in_ads_source(
|
|
15
|
+
start_date: Date,
|
|
16
|
+
end_date: Date | None,
|
|
17
|
+
access_token: str,
|
|
18
|
+
account_ids: list[str],
|
|
19
|
+
dimension: Dimension,
|
|
20
|
+
metrics: list[str],
|
|
21
|
+
time_granularity: TimeGranularity,
|
|
22
|
+
) -> DltResource:
|
|
23
|
+
linkedin_api = LinkedInAdsAPI(
|
|
24
|
+
access_token=access_token,
|
|
25
|
+
account_ids=account_ids,
|
|
26
|
+
dimension=dimension,
|
|
27
|
+
metrics=metrics,
|
|
28
|
+
time_granularity=time_granularity,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
if time_granularity == TimeGranularity.daily:
|
|
32
|
+
primary_key = [dimension.value, "date"]
|
|
33
|
+
incremental_loading_param = "date"
|
|
34
|
+
else:
|
|
35
|
+
primary_key = [dimension.value, "start_date", "end_date"]
|
|
36
|
+
incremental_loading_param = "start_date"
|
|
37
|
+
|
|
38
|
+
@dlt.resource(write_disposition="merge", primary_key=primary_key)
|
|
39
|
+
def custom_reports(
|
|
40
|
+
dateTime=(
|
|
41
|
+
dlt.sources.incremental(
|
|
42
|
+
incremental_loading_param,
|
|
43
|
+
initial_value=start_date,
|
|
44
|
+
end_value=end_date,
|
|
45
|
+
range_start="closed",
|
|
46
|
+
range_end="closed",
|
|
47
|
+
)
|
|
48
|
+
),
|
|
49
|
+
) -> Iterable[TDataItem]:
|
|
50
|
+
if dateTime.end_value is None:
|
|
51
|
+
end_date = pendulum.now().date()
|
|
52
|
+
else:
|
|
53
|
+
end_date = dateTime.end_value
|
|
54
|
+
|
|
55
|
+
list_of_interval = find_intervals(
|
|
56
|
+
start_date=dateTime.last_value,
|
|
57
|
+
end_date=end_date,
|
|
58
|
+
time_granularity=time_granularity,
|
|
59
|
+
)
|
|
60
|
+
for start, end in list_of_interval:
|
|
61
|
+
yield linkedin_api.fetch_pages(start, end)
|
|
62
|
+
|
|
63
|
+
return custom_reports
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
from urllib.parse import quote
|
|
2
|
+
|
|
3
|
+
import pendulum
|
|
4
|
+
import requests
|
|
5
|
+
from dlt.sources.helpers.requests import Client
|
|
6
|
+
from pendulum import Date
|
|
7
|
+
|
|
8
|
+
from .dimension_time_enum import Dimension, TimeGranularity
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def retry_on_limit(
|
|
12
|
+
response: requests.Response | None, exception: BaseException | None
|
|
13
|
+
) -> bool:
|
|
14
|
+
if response is None:
|
|
15
|
+
return False
|
|
16
|
+
return response.status_code == 429
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
def create_client() -> requests.Session:
|
|
20
|
+
return Client(
|
|
21
|
+
request_timeout=10.0,
|
|
22
|
+
raise_for_status=False,
|
|
23
|
+
retry_condition=retry_on_limit,
|
|
24
|
+
request_max_attempts=12,
|
|
25
|
+
).session
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
def flat_structure(items, pivot: Dimension, time_granularity: TimeGranularity):
|
|
29
|
+
for item in items:
|
|
30
|
+
if "pivotValues" in item:
|
|
31
|
+
if len(item["pivotValues"]) > 1:
|
|
32
|
+
item[pivot.value.lower()] = item["pivotValues"]
|
|
33
|
+
else:
|
|
34
|
+
item[pivot.value.lower()] = item["pivotValues"][0]
|
|
35
|
+
if "dateRange" in item:
|
|
36
|
+
start_date = item["dateRange"]["start"]
|
|
37
|
+
start_dt = pendulum.date(
|
|
38
|
+
year=start_date["year"],
|
|
39
|
+
month=start_date["month"],
|
|
40
|
+
day=start_date["day"],
|
|
41
|
+
)
|
|
42
|
+
if time_granularity == TimeGranularity.daily:
|
|
43
|
+
item["date"] = start_dt
|
|
44
|
+
else:
|
|
45
|
+
end_date = item["dateRange"]["end"]
|
|
46
|
+
end_dt = pendulum.date(
|
|
47
|
+
year=end_date["year"],
|
|
48
|
+
month=end_date["month"],
|
|
49
|
+
day=end_date["day"],
|
|
50
|
+
)
|
|
51
|
+
item["start_date"] = start_dt
|
|
52
|
+
item["end_date"] = end_dt
|
|
53
|
+
|
|
54
|
+
del item["dateRange"]
|
|
55
|
+
del item["pivotValues"]
|
|
56
|
+
|
|
57
|
+
return items
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def find_intervals(start_date: Date, end_date: Date, time_granularity: TimeGranularity):
|
|
61
|
+
intervals = []
|
|
62
|
+
|
|
63
|
+
if start_date > end_date:
|
|
64
|
+
raise ValueError("Start date must be less than end date")
|
|
65
|
+
|
|
66
|
+
while start_date <= end_date:
|
|
67
|
+
if time_granularity == TimeGranularity.daily:
|
|
68
|
+
next_date = min(start_date.add(months=6), end_date)
|
|
69
|
+
else:
|
|
70
|
+
next_date = min(start_date.add(years=2), end_date)
|
|
71
|
+
|
|
72
|
+
intervals.append((start_date, next_date))
|
|
73
|
+
|
|
74
|
+
start_date = next_date.add(days=1)
|
|
75
|
+
|
|
76
|
+
return intervals
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
def construct_url(
|
|
80
|
+
start: Date,
|
|
81
|
+
end: Date,
|
|
82
|
+
account_ids: list[str],
|
|
83
|
+
metrics: list[str],
|
|
84
|
+
dimension: Dimension,
|
|
85
|
+
time_granularity: TimeGranularity,
|
|
86
|
+
):
|
|
87
|
+
date_range = f"(start:(year:{start.year},month:{start.month},day:{start.day})"
|
|
88
|
+
date_range += f",end:(year:{end.year},month:{end.month},day:{end.day}))"
|
|
89
|
+
accounts = ",".join(
|
|
90
|
+
[quote(f"urn:li:sponsoredAccount:{account_id}") for account_id in account_ids]
|
|
91
|
+
)
|
|
92
|
+
encoded_accounts = f"List({accounts})"
|
|
93
|
+
dimension_str = dimension.value.upper()
|
|
94
|
+
time_granularity_str = time_granularity.value
|
|
95
|
+
metrics_str = ",".join([metric for metric in metrics])
|
|
96
|
+
|
|
97
|
+
url = (
|
|
98
|
+
f"https://api.linkedin.com/rest/adAnalytics?"
|
|
99
|
+
f"q=analytics&timeGranularity={time_granularity_str}&"
|
|
100
|
+
f"dateRange={date_range}&accounts={encoded_accounts}&"
|
|
101
|
+
f"pivot={dimension_str}&fields={metrics_str}"
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
return url
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
class LinkedInAdsAPI:
|
|
108
|
+
def __init__(
|
|
109
|
+
self,
|
|
110
|
+
access_token,
|
|
111
|
+
time_granularity,
|
|
112
|
+
account_ids,
|
|
113
|
+
dimension,
|
|
114
|
+
metrics,
|
|
115
|
+
):
|
|
116
|
+
self.time_granularity: TimeGranularity = time_granularity
|
|
117
|
+
self.account_ids: list[str] = account_ids
|
|
118
|
+
self.dimension: Dimension = dimension
|
|
119
|
+
self.metrics: list[str] = metrics
|
|
120
|
+
self.headers = {
|
|
121
|
+
"Authorization": f"Bearer {access_token}",
|
|
122
|
+
"Linkedin-Version": "202411",
|
|
123
|
+
"X-Restli-Protocol-Version": "2.0.0",
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
def fetch_pages(self, start: Date, end: Date):
|
|
127
|
+
client = create_client()
|
|
128
|
+
url = construct_url(
|
|
129
|
+
start=start,
|
|
130
|
+
end=end,
|
|
131
|
+
account_ids=self.account_ids,
|
|
132
|
+
metrics=self.metrics,
|
|
133
|
+
dimension=self.dimension,
|
|
134
|
+
time_granularity=self.time_granularity,
|
|
135
|
+
)
|
|
136
|
+
response = client.get(url=url, headers=self.headers)
|
|
137
|
+
|
|
138
|
+
if response.status_code != 200:
|
|
139
|
+
error_data = response.json()
|
|
140
|
+
raise ValueError(f"LinkedIn API Error: {error_data.get('message')}")
|
|
141
|
+
|
|
142
|
+
result = response.json()
|
|
143
|
+
items = result.get("elements", [])
|
|
144
|
+
yield flat_structure(
|
|
145
|
+
items=items,
|
|
146
|
+
pivot=self.dimension,
|
|
147
|
+
time_granularity=self.time_granularity,
|
|
148
|
+
)
|
|
@@ -69,6 +69,11 @@ from ingestr.src.hubspot import hubspot
|
|
|
69
69
|
from ingestr.src.kafka import kafka_consumer
|
|
70
70
|
from ingestr.src.kafka.helpers import KafkaCredentials
|
|
71
71
|
from ingestr.src.klaviyo._init_ import klaviyo_source
|
|
72
|
+
from ingestr.src.linkedin_ads import linked_in_ads_source
|
|
73
|
+
from ingestr.src.linkedin_ads.dimension_time_enum import (
|
|
74
|
+
Dimension,
|
|
75
|
+
TimeGranularity,
|
|
76
|
+
)
|
|
72
77
|
from ingestr.src.mongodb import mongodb_collection
|
|
73
78
|
from ingestr.src.notion import notion_databases
|
|
74
79
|
from ingestr.src.shopify import shopify_source
|
|
@@ -1569,3 +1574,80 @@ class GCSSource:
|
|
|
1569
1574
|
return readers(
|
|
1570
1575
|
bucket_url, fs, path_to_file
|
|
1571
1576
|
).with_resources(endpoint)
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
class LinkedInAdsSource:
|
|
1580
|
+
def handles_incrementality(self) -> bool:
|
|
1581
|
+
return True
|
|
1582
|
+
|
|
1583
|
+
def dlt_source(self, uri: str, table: str, **kwargs):
|
|
1584
|
+
parsed_uri = urlparse(uri)
|
|
1585
|
+
source_fields = parse_qs(parsed_uri.query)
|
|
1586
|
+
|
|
1587
|
+
access_token = source_fields.get("access_token")
|
|
1588
|
+
if not access_token:
|
|
1589
|
+
raise ValueError("access_token is required to connect to LinkedIn Ads")
|
|
1590
|
+
|
|
1591
|
+
account_ids = source_fields.get("account_ids")
|
|
1592
|
+
|
|
1593
|
+
if not account_ids:
|
|
1594
|
+
raise ValueError("account_ids is required to connect to LinkedIn Ads")
|
|
1595
|
+
account_ids = account_ids[0].replace(" ", "").split(",")
|
|
1596
|
+
|
|
1597
|
+
interval_start = kwargs.get("interval_start")
|
|
1598
|
+
interval_end = kwargs.get("interval_end")
|
|
1599
|
+
start_date = (
|
|
1600
|
+
ensure_pendulum_datetime(interval_start).date()
|
|
1601
|
+
if interval_start
|
|
1602
|
+
else pendulum.datetime(2018, 1, 1).date()
|
|
1603
|
+
)
|
|
1604
|
+
end_date = (
|
|
1605
|
+
ensure_pendulum_datetime(interval_end).date() if interval_end else None
|
|
1606
|
+
)
|
|
1607
|
+
|
|
1608
|
+
fields = table.split(":")
|
|
1609
|
+
if len(fields) != 3:
|
|
1610
|
+
raise ValueError(
|
|
1611
|
+
"Invalid table format. Expected format: custom:<dimensions>:<metrics>"
|
|
1612
|
+
)
|
|
1613
|
+
|
|
1614
|
+
dimensions = fields[1].replace(" ", "").split(",")
|
|
1615
|
+
dimensions = [item for item in dimensions if item.strip()]
|
|
1616
|
+
if (
|
|
1617
|
+
"campaign" not in dimensions
|
|
1618
|
+
and "creative" not in dimensions
|
|
1619
|
+
and "account" not in dimensions
|
|
1620
|
+
):
|
|
1621
|
+
raise ValueError(
|
|
1622
|
+
"'campaign', 'creative' or 'account' is required to connect to LinkedIn Ads, please provide at least one of these dimensions."
|
|
1623
|
+
)
|
|
1624
|
+
if "date" not in dimensions and "month" not in dimensions:
|
|
1625
|
+
raise ValueError(
|
|
1626
|
+
"'date' or 'month' is required to connect to LinkedIn Ads, please provide at least one of these dimensions."
|
|
1627
|
+
)
|
|
1628
|
+
|
|
1629
|
+
if "date" in dimensions:
|
|
1630
|
+
time_granularity = TimeGranularity.daily
|
|
1631
|
+
dimensions.remove("date")
|
|
1632
|
+
else:
|
|
1633
|
+
time_granularity = TimeGranularity.monthly
|
|
1634
|
+
dimensions.remove("month")
|
|
1635
|
+
|
|
1636
|
+
dimension = Dimension[dimensions[0]]
|
|
1637
|
+
|
|
1638
|
+
metrics = fields[2].replace(" ", "").split(",")
|
|
1639
|
+
metrics = [item for item in metrics if item.strip()]
|
|
1640
|
+
if "dateRange" not in metrics:
|
|
1641
|
+
metrics.append("dateRange")
|
|
1642
|
+
if "pivotValues" not in metrics:
|
|
1643
|
+
metrics.append("pivotValues")
|
|
1644
|
+
|
|
1645
|
+
return linked_in_ads_source(
|
|
1646
|
+
start_date=start_date,
|
|
1647
|
+
end_date=end_date,
|
|
1648
|
+
access_token=access_token[0],
|
|
1649
|
+
account_ids=account_ids,
|
|
1650
|
+
dimension=dimension,
|
|
1651
|
+
metrics=metrics,
|
|
1652
|
+
time_granularity=time_granularity,
|
|
1653
|
+
).with_resources("custom_reports")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.12.10"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.12.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|