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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 20

  • @DS-sq4bl
    @DS-sq4bl 4 หลายเดือนก่อน

    Thanks bro this is what I needed

  • @planetmall2
    @planetmall2 ปีที่แล้ว

    Thank you for this video!

  • @neerajmandare8836
    @neerajmandare8836 4 วันที่ผ่านมา

    when I hit the API I got "errorCode": {
    "requestError": "DEVELOPER_TOKEN_PARAMETER_MISSING"
    },
    "message": "developer-token parameter is missing." where did you add developer token in request?

  • @jaspreetsingh-hj2mv
    @jaspreetsingh-hj2mv ปีที่แล้ว

    Thanks for video.

  • @sandeepkaur-un3wy
    @sandeepkaur-un3wy ปีที่แล้ว

    Helpful 👍

    • @CodeSagarOfficial
      @CodeSagarOfficial  ปีที่แล้ว

      Thanks for comment

    • @staromofficial
      @staromofficial 10 หลายเดือนก่อน

      @@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

  • @ChandrasekaranMchandru0215
    @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

  • @pureJavascript
    @pureJavascript 10 หลายเดือนก่อน

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

    • @CodeSagarOfficial
      @CodeSagarOfficial  10 หลายเดือนก่อน

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

  • @daredevil9467
    @daredevil9467 7 หลายเดือนก่อน

    can i get your google api postman collection ?

  • @ekekodigital511
    @ekekodigital511 ปีที่แล้ว +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  ปีที่แล้ว +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 ปีที่แล้ว

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

  • @tuuba8257
    @tuuba8257 ปีที่แล้ว

    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  ปีที่แล้ว

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