tap-adwords icon indicating copy to clipboard operation
tap-adwords copied to clipboard

Results 16 tap-adwords issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

cla-missing

message: "Version v11 is deprecated. Requests to this version will be blocked."

# Description of change Add LANDING_PAGE_REPORT as allowed export # Manual QA steps - N/A # Risks - N/A # Rollback steps - revert this branch

According to the Google's website(https://developers.google.com/adwords/api/docs/guides/start), adwords api as has been depreacted(The AdWords API will sunset on April 27, 2022. Migrate to the Google Ads API to take advantage of the...

I tried to fetch data for my adwords account for CLICK_PERFORMANCE_REPORT but I get only the following info. `{ "type": "RECORD", "stream": "CLICK_PERFORMANCE_REPORT", "record": { "day": "2019-11-13T00:00:00.000000Z", "_sdc_customer_id": "4444444444", "_sdc_report_datetime":...

I believe this use of [DATETIME_FMT](https://github.com/singer-io/tap-adwords/blob/master/tap_adwords/__init__.py#L235) and [here](https://github.com/singer-io/tap-adwords/blob/master/tap_adwords/__init__.py#L367) is causing errors. [Seems that some C code](https://github.com/singer-io/singer-python/issues/86) backing `strftime` doesn't behave well across all platforms. I was able to get this...

**TLDR;** The static schemas in this tap have aged, and seem to be missing a lot of (potentially important data). If you are missing data, this is how you can...

help wanted

SPEC links yielded 404 because the original documentation changed. It was moved into a sub folder. ~~Both links yielded 404 because the original documentation changed. The SPEC was moved into...

i am unable to fetch the leads using singer is there any CODE

Instead of only using OAuth, I want to enable service account authorization as well. I am using the service account authorization for big query and google analytics will make it...