Re: API Settings

2013-10-03 Thread nicolas
There is no "AdWords" service in https://code.google.com/apis/console . Only adex buyer and adex seller. Is that right? On Monday, September 23, 2013 7:47:05 AM UTC-3, Paul Matthews (AdWords API Team) wrote: > > Hi Umut, > > The link you've posted is not viewable. Are you trying to re-use your A

Re: retrieving ads account details

2024-10-18 Thread Nicolas
uot;queryError": "UNEXPECTED_END_OF_QUERY" }, "message": "Error in query: unexpected end of query." } ], "requestId": "nwkI27hw9v9cmO_ii0Purw" } ] } } On Saturday, October 19, 2024 at 1:48:10 PM UTC+7 Nicolas wrote: > Hi, > Thank you

Re: retrieving ads account details

2024-10-18 Thread Nicolas
Sorry for the spam. I think I have figured it out. It seems the query is for the query on GAQL and now the endpoint shows the result. Thank you so much for the help! On Saturday, October 19, 2024 at 1:52:52 PM UTC+7 Nicolas wrote: > Sorry about the previous post, it was an issue with

Re: retrieving ads account details

2024-10-18 Thread Nicolas
Hi, Thank you for the reply! I tried using both Search and SearchStream with this information https://googleads.googleapis.com/v17/customers/1234567890/googleAds:search On headers: Authorization: Access Token from https://oauth2.googleapis.com/token developer-token: developer-token And I got t

Retrieving Ads Account Details

2024-10-18 Thread Nicolas
Hi, I have question regarding Google API. So I was able to get a list of ad accounts linked to my email using this endpoint https://googleads.googleapis.com/v18/customers:listAccessibleCustomers Now I'm trying to get the details on each of the ad account return from the endpoint. May I know wh

Difference between google ads api and UI data!

2023-11-09 Thread Nicolas Nunes
Hello everything is fine? I would like to answer a question, we currently have automations running daily d-1 pulling data from the Google Ads API, and we see discrepancies in the cost of campaigns from cents to reais (in my case I'm from Brazil) which ends up causing an incorrect value in the c

Re: api basis access - waiting for a month already!

2023-12-29 Thread Nicolas Charlot
Hello, We've submitted the form a few weeks ago to request a Basic Access and did not receive any answer nor Case ID. Our account is: 240-971-7200 @Compliance team, how should we help you to speed up the process? Thanks you. Le mercredi 27 décembre 2023 à 15:35:57 UTC+1, Jasper van Hardevel

Re: api basis access - waiting for a month already!

2024-01-03 Thread Nicolas Charlot
Hi @Compilance team, Still not received any case ID. Our project is in standbye for rather one month... Do we have any chance to upgrade our account this week? Thanks for your help and HNY. Le vendredi 29 décembre 2023 à 12:35:38 UTC+1, Google Ads API Forum Advisor a écrit : > Hi, > > > Thank

Can we have access to yesterday's rank of keywords in AdWords API?

2013-02-22 Thread Nicolas C.
Hello Is there a way to get access to yesterday's rank of keywords with AdWords API? Thanks Nicolas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Creative/Ad-ID from Adwords API

2016-08-17 Thread Nicolas Decker
Hello there, does anybody know the Creative/Ad-ID from Adwords API? I couldnt find any official support! cheers! Nico -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Coul not connect to Adwords Api

2011-09-12 Thread Nicolas Bulabois
Hello , I'm new in google adwords api and i would like to connect using the php api and retrieve the stats , but i'm facing the following error : Warning: SoapClient::SoapClient(https://adwords-sandbox.google.com/api/ adwords/cm/v201101/CampaignService?wsdl) [soapclient.soapclient]: failed to o

Re: Coul not connect to Adwords Api

2011-09-14 Thread Nicolas Bulabois
Hello, Now i could connect to the API, But We have several problems while trying to retrieve reports using the PHP Google AdWords Api. *We wan to get Cost,Clicks,Impressions for every campaign* * * 1)When we use the v13 Api we can connect to the report service and get datas ,but all *the select

Report for Account Performance failing with ReportDownloadError

2018-04-12 Thread nicolas . lamas
Hello there! For days we were having problems with downloading a report (ACCOUNT_PERFORMANCE_REPORT), we believe that all the accounts that are having this issue stopped having data long time ago. We checked the specs for the report and they are ok. We logged the exception and this is the info

Re: How to add dummy data to my test account

2019-07-16 Thread Nicolas Claus
So what is the point of test accounts if we can't even fetch some dummy data? Could you guys hardcode it in some way? For example all test accounts may have some default set of campaigns with hardcoded metrics etc. This is so obvious solution. The issue exists for years. I can't believe you stil

Encounter Internal error querying Google Ads API

2022-01-03 Thread Nicolas Gaignoux
Hello, we are encountering *Internal errors* on every Search call to the Google Ads API that should return results. Is there an issue on your side ? *Sample query : * *selectcampaign.id,campaign.bidding_strategy_type,ad_group.id,ad_group.name, ad_group.status,ad_group.tracking_

Re: Encounter Internal error querying Google Ads API

2022-01-03 Thread Nicolas Gaignoux
I'm not sure that you received my response. There is the complete resquest/response dump. Request --- Method Name: /google.ads.googleads.v8.services.GoogleAdsService/Search Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php\/8.0.11 gapic\/ gax\/1.8.0 grpc\/1.41.0 rest\/

Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
Hi Team I am switching to the new Google Ads Api library and get some trouble with the Refresh Token. I am using this code in php : try { $clickConversion = new ClickConversion([ 'conversion_action' => ResourceNames::forConversionAction($customerId, $conversionActionId), 'gclid' => $gclid, 'co

Re: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
It look that I need to publish the API and send a video on Youtube. A video explaining what I do exactly. Am I right ? On Monday, 17 January 2022 at 10:10:36 UTC+1 Nicolas Gonzales wrote: > Hi Team > > I am switching to the new Google Ads Api library and get some trouble with >

Google Ads - REST API - clear customer list

2022-05-20 Thread Nicolas S.
a new request and remove_all customers part of this list? Anybody know the request to use? Thanks, Nicolas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mess

Custom List with Remove all and more than 100 000 new user

2022-06-02 Thread Nicolas S.
or do I have to run the job separatly job - Create offline job - Add operation REMOVE_ALL - Run the job and WAIT then - Create new Offline job - Add operations for 100,000 create - Add operation for 50,000 create - run this new offline job thanks, Ni

Demo Account with dummy data

2017-11-16 Thread Nicolas Fritsch
Hi, is it possible to create a Google AdWords Demo Account with dummy Data. We would like to test our App and therefore dummy data would be helpful. Any idea how to do that? Thx, Nicolas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Demo Account with dummy data

2017-11-17 Thread Nicolas Fritsch
Thanks, Bharani! This helped a lot! On Thursday, November 16, 2017 at 10:26:12 PM UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > Hi Nicolas, > > You will be able to create an AdWords test account to experiment with the > AdWords API and test out the dummy data. You m

How can I get the customer id of my administrator account, only with the access token and the developer-token using rest api?

2020-08-05 Thread Nicolas Hernandez Barrero
How can I get the customer id of my administrator account, only with the access token and the developer-token using rest api? I already obtain the id of the customer accounts associated with the administrator account as follows: I do a get to https://googleads.googleapis.com/v4/customers:listA