Data Factory Linked Service - Google Ads

BobGang-3117 6 Reputation points
2022-07-08T13:10:15.36+00:00

Getting an error :
ERROR [HY000] [Microsoft][GoogleAds] (30) Error with HTTP request, response code: 400. Message: Version v8 is deprecated. Requests to this version will be blocked.,Source=Microsoft.DataTransfer.Runtime.GenericOdbcConnectors,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][GoogleAds] (30)

I am using the existing Google AdWords API, how does the Version get updated to Version 11?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,957 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,106 Reputation points
    2022-07-08T18:55:18.467+00:00

    Hello @BobGang-3117 and welcome to Microsoft Q&A.

    Since the GoogleAdWords was deprecated you need to open that linked service and swicth it to GoogleAds. See below.

    update-google-adwords-linked-service.png

    https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-google-adwords#migrate-to-the-new-version-of-google-ads-api

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

  2. MartinJaffer-MSFT 26,106 Reputation points
    2022-08-01T16:43:06.33+00:00

    I think the fix has been deployed


  3. BobGang-3117 6 Reputation points
    2022-08-24T18:46:53.737+00:00

    @MartinJaffer-MSFT thanks for the update and support ticket, I receive this error on trying to create a ticket "Your cloud service provider manages your subscription.

    To submit a technical support request for this subscription, please contact your service provider:"

    I was able to create a python script in PowerShell, that pulls in the data and loads to Azure Blob, problem is I don't know how to schedule it to run, so I daily manually call it in PowerShell.
    python ./get_adwords.py -c xxxxxx > ./InputFiles/yesterday.txt;python upload_adword.py


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.