Set Up Your Test Manager Account | Use REST Interface with Google Ads API | Step by Step Tutorials

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • In this step-by-step tutorial, learn how to set up your Test Manager account and utilize the REST interface with Google Ads API. Whether you're a beginner or an experienced user, this guide will help you streamline your API experience and optimize your Google Ads campaigns.
    #GoogleAdsAPI #RESTinterface
    QUERY:
    "SELECT customer.descriptive_name, customer_client.client_customer, customer_client.level, customer_client.manager, customer_client.descriptive_name, customer_client.currency_code, customer_client.time_zone,customer_client.id FROM customer_client"
    Create Test Manager Account Link:
    developers.goo...
    List Accessible Customers docs:
    developers.goo...
    Search Method for fetching full customer details:
    developers.goo...
    if you like this video, please do subscribe now and press the bell icon to get latest video update from #CodeSagar
    / @code-sagar
    #GoogleAdsAPI #TestManager #RESTinterface #StepbyStep #Tutorial #DigitalMarketing #PPC #GoogleAds #Advertising #OnlineMarketing #SEM #API #GoogleAdsCertification #GoogleAdsExpert #MarketingStrategy #Trending #GoogleAdsCampaigns #CZcamsTutorial

Komentáře • 19

  • @DS-sq4bl
    @DS-sq4bl Před 2 měsíci

    Thanks bro this is what I needed

  • @planetmall2
    @planetmall2 Před 11 měsíci

    Thank you for this video!

  • @ChandrasekaranMchandru0215

    How to create other google ads account for getting developer token
    When use the campaign api developer token not approved error please help me

  • @jaspreetsingh-hj2mv
    @jaspreetsingh-hj2mv Před rokem

    Thanks for video.

  • @pureJavascript
    @pureJavascript Před 7 měsíci

    hey i am only getting fieldmasks not the result what to do?//

    • @CodeSagarOfficial
      @CodeSagarOfficial  Před 7 měsíci

      try executing same query. It may be you don't have data for the selected dates in the query.

  • @sandeepkaur-un3wy
    @sandeepkaur-un3wy Před rokem

    Helpful 👍

    • @CodeSagarOfficial
      @CodeSagarOfficial  Před rokem

      Thanks for comment

    • @staromofficial
      @staromofficial Před 8 měsíci

      @@CodeSagarOfficial at timestamp 7:09 , I was not able to create test client account, I get a popup telling me to link an existing account. This needs to be a Google Ads account that has spent more than $1,000 has a history of policy compliance. plz help

  • @daredevil9467
    @daredevil9467 Před 5 měsíci

    can i get your google api postman collection ?

  • @ekekodigital511
    @ekekodigital511 Před rokem +1

    hello! excellent video!!
    at minute 4:22 the answer it gives me is the following {
    "mistake": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "status": "INVALID_ARGUMENT",
    "details": [
    {
    "@type": "type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure",
    "mistakes": [
    {
    "errorCode": {
    "requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING"
    },
    "message": "developer-token parameter is missing."
    }
    ],
    "requestId": "g8YRQYCjY8D9G_bpPjbGJw"
    }
    ]
    }
    }
    how do i fix it?

    • @CodeSagarOfficial
      @CodeSagarOfficial  Před rokem +1

      TOOLS & SETTINGS > SETUP > API Center. The API Center option appears only for Google Ads manager accounts.
      You can create new Google Manager account. Link: ads.google.com/home/tools/manager-accounts

    • @ekekodigital511
      @ekekodigital511 Před rokem

      @@CodeSagarOfficial gracias! Ya lo resolvi! Faltaba el token de desarrollo en el header... Gracias ☺️

  • @tuuba8257
    @tuuba8257 Před rokem

    hi , thanks for video.
    at minute @4:16 the answer it gives me {
    "error": {
    "code": 400,
    "message": "Request contains an invalid argument.",
    "status": "INVALID_ARGUMENT",
    "details": [
    {
    "@type": "type.googleapis.com/google.ads.googleads.v13.errors.GoogleAdsFailure",
    "errors": [
    {
    "errorCode": {
    "queryError": "UNEXPECTED_END_OF_QUERY"
    },
    "message": "Error in query: unexpected end of query."
    }
    ],
    "requestId": "0-Sq8H10Rj6N-2dOeA1TWg"
    }
    ]
    }
    } how can i fix?

    • @CodeSagarOfficial
      @CodeSagarOfficial  Před rokem

      May be due to query is not correct. Try with same query i. have used in video. if its working or not.