Skip to content

Commit 2420e50

Browse files
committed
Add Google AdWords API update sections
1 parent 8c2ba85 commit 2420e50

File tree

4 files changed

+68
-0
lines changed

4 files changed

+68
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,8 @@ items:
10451045
href: connector-troubleshoot-dynamics-dataverse.md
10461046
- name: FTP, SFTP, and HTTP
10471047
href: connector-troubleshoot-ftp-sftp-http.md
1048+
- name: Google AdWords
1049+
href: connector-troubleshoot-google-adwords.md
10481050
- name: Hive
10491051
href: connector-troubleshoot-hive.md
10501052
- name: Oracle

articles/data-factory/connector-google-adwords.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.date: 09/09/2021
1818

1919
This article outlines how to use the Copy Activity in an Azure Data Factory or Synapse Analytics pipeline to copy data from Google AdWords. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
2020

21+
> [!Important]
22+
> Due to the sunset of Google AdWords API by April 27, 2022, the service has upgraded to the new Google Ads API. Please refer this [document](connector-troubleshoot-google-adwords.md) for detailed migration steps and recommendations. Please make sure the migration to be done before April 27,2022.
23+
2124
## Supported capabilities
2225

2326
This Google AdWords connector is supported for the following activities:
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Troubleshoot the Google AdWords connector
3+
titleSuffix: Azure Data Factory & Azure Synapse
4+
description: Learn how to troubleshoot issues with the Google AdWords connector in Azure Data Factory and Azure Synapse Analytics.
5+
author: jianleishen
6+
ms.service: data-factory
7+
ms.subservice: data-movement
8+
ms.topic: troubleshooting
9+
ms.date: 02/23/2022
10+
ms.author: jianleishen
11+
ms.custom: has-adal-ref, synapse
12+
---
13+
14+
# Troubleshoot the Google AdWords connector in Azure Data Factory and Azure Synapse
15+
16+
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
17+
18+
This article provides suggestions to troubleshoot common problems with the Google AdWords connector in Azure Data Factory and Azure Synapse.
19+
20+
## Error code:
21+
22+
- **Message**:
23+
24+
- **Cause**:
25+
26+
Due to the sunset of Google AdWords API by April 27, 2022, you are recommended to migrate to the new version of Google AdWords API before the starting date April 27, 2022, and connection will start to fail because of the deprecation of Google AdWords API (see this [link](https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html)). Migration steps:
27+
28+
1. Open your Google AdWords connector linked service.
29+
2. Edit the linked service and choose the new API version.
30+
31+
:::image type="content" source="media/connector-troubleshoot-guide/update-google-adwords-linked-service.png" alt-text="Screenshot of updating the linked service configuration for Google AdWords.":::
32+
33+
3. Apply the changes.
34+
35+
- **Known issues and recommendations**:
36+
37+
1. The new Google AdWords API doesn't provide a migration plan for below reports/tables:
38+
a. AD_CUSTOMIZERS_FEED_ITEM_REPORT
39+
b. CAMPAIGN_GROUP_PERFORMANCE_REPORT
40+
c. CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
41+
d. CAMPAIGN_NEGATIVE_LOCATIONS_REPORT
42+
e. CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
43+
f. CREATIVE_CONVERSION_REPORT
44+
g. CRITERIA_PERFORMANCE_REPORT
45+
h. FINAL_URL_REPORT
46+
i. KEYWORDLESS_CATEGORY_REPORT
47+
j. MARKETPLACE_PERFORMANCE_REPORT
48+
k. TOP_CONTENT_PERFORMANCE_REPORT
49+
50+
2. The syntax for Google AdWords query language is similar to AWQL from the AdWords API, but not identical. You can refer this [document](https://developers.google.com/google-ads/api/docs/migration/querying) for more details.
51+
52+
53+
## Next steps
54+
55+
For more troubleshooting help, try these resources:
56+
57+
- [Connector troubleshooting guide](connector-troubleshoot-guide.md)
58+
- [Data Factory blog](https://azure.microsoft.com/blog/tag/azure-data-factory/)
59+
- [Data Factory feature requests](/answers/topics/azure-data-factory.html)
60+
- [Azure videos](https://azure.microsoft.com/resources/videos/index/?sort=newest&services=data-factory)
61+
- [Microsoft Q&A page](/answers/topics/azure-data-factory.html)
62+
- [Stack Overflow forum for Data Factory](https://stackoverflow.com/questions/tagged/azure-data-factory)
63+
- [Twitter information about Data Factory](https://twitter.com/hashtag/DataFactory)
45.7 KB
Loading

0 commit comments

Comments
 (0)