RE: Query regarding Adwords API SQL Call.

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bikram, Thank you for reaching out to us. I would recommend that you use the Google Ads Query Builder and Query Validator tools for constructing queries. Upon checking, It is valid to filter only "ENABLED" and "PAUSED" campaigns. Below is an example query to filter it from the above tools :

Re: Lag in Google Ads API Rename Account Name

2022-04-03 Thread Vijay Bang
Hi Google Team, Replying inline to the questions On Friday, April 1, 2022 at 11:02:23 PM UTC+5:30 adsapi wrote: > Hi Vijay, > > Thanks for sharing all of this information. So far we've been unable to > reproduce this behavior, so I wonder if there might be something network > related going

Basic access level for developer token

2022-04-03 Thread Thitiporn Siriphak
Hello, I sent the application form to upgrade the developer token from test to basic level but the email reply back that I did not have much more ads advertising (I just created the google ads account for using the Google ads API). Is there another way to get the basic access level for the

RE: API Sandbox or Test Account?

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. You can follow the instructions here to create a test manager account, a test client account, and a few campaigns to populate the test client account. Let me know if you have further questions. Best regards, Heidi Google Ads API Team

Permission Denied for Customer

2022-04-03 Thread Rukesh Prajapati
Hello all, I am working on shifting an API from Adwords API to Google Ads API. I have followed the process as in below documents https://github.com/googleads/google-ads-php/tree/main However, when I use the Customer ID (https://prnt.sc/rwbfXMfHoat0) that I have been using in the Adwords API,

Re: Reg: APP Download Lookups

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for providing more details to your concern. I am also a member of the Google Ads API team and let me provide support to your concern. It appears that the feature you showed in the provided screenshot is currently not supported in the Google Ads API. With this, allow me to raise a

Re: PermissionDenied, even when setting LoginCustomerId

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Francis, Thank you for the reply. I am also a member of the Google Ads API team and let me provide support to your concern. To further investigate the error, could you provide complete request and response logs with request ID and request header generated on your end? Please provide the

RE: Google Ads API: The developer must sign the terms of service. They can be found heads.google.com/aw/apicenter

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Terms and Conditions must be accepted in the API Center where your developer token is found. You would need to login as the MCC / manager account that is associated to your developer token in order to complete the terms and conditions. This must be done to run API calls for both production

RE: authentication_error: NOT_ADS_USER

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. The NOT_ADS_USER error usually occurs when the login used to generate the access token is not associated with any Google Ads account. Make sure to log in with a valid Google Ads account (typically your manager account) for the

RE: Google Ads API - Call Reporting Enabled

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi George, Thank you for raising your concern. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end where we can see the error? If you haven't enabled the logging of the API transactions for the specific

RE: Google Ads failure details: authorization_error: The customer can't be used because it isn't enabled.

2022-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi John, Thank you for reaching out to us. Upon checking the error, it seems that it is related to CUSTOMER_NOT_ENABLED . Please note that it is not possible to make API requests against canceled / not enabled accounts unless you will reactivate it by following this guide . You may also note

Re: How to create custom YouTube audiences

2022-04-03 Thread Lucas A. Gorgal
Thank you so much Matt! I really appreciate it. On Friday, 1 April 2022 at 15:19:43 UTC-3 adsapi wrote: > Hi Lucas, > > Please note that we have deleted your previous post because the screenshot > you sent contains personal information (email address). However, we have > filed an internal

i cant migrate labels and settings in adgroup resource

2022-04-03 Thread Dario Condori
good night, I have the following query in Adword's AdgroupService service. page_query = "SELECT Id, Name, Status, Settings, Labels ORDER BY Name" response = ad_group_srv.query(page_query) My questions are as follows. 1) I can't find the field corresponding to "setting fields" in google

Re: Empty Result in GetCampaigns in Google Ads API

2022-04-03 Thread Rukesh Prajapati
Hello Kevin, Thank you for your reply. I tried to use the customer ID(https://prnt.sc/rwbfXMfHoat0). However, it gave me following error: Request with ID 'XXX' has failed. Google Ads failure details: authorization_error: User doesn't have permission to access customer. Note: If you're

Fetching the list of Ads With Google Ads Api

2022-04-03 Thread Bikram Bhuyan
Hello, In the old way when using the Google AdWords Api, below is the query we are using to fetch the list of Ads based on a AdGroup Id. query = "SELECT Id, Url, DisplayUrl, Type, Status, Description, Description1, Description2, " + "Headline, ShortHeadline, LongHeadline, HeadlinePart1,

Query regarding Adwords API SQL Call.

2022-04-03 Thread Bikram Bhuyan
Hello, I am executing the below SQL query to fetch the list of Campaigns. "SELECT campaign.id, campaign.name, campaign.status, campaign.serving_status, campaign.campaign_budget, campaign.start_date, campaign.end_date FROM campaign ORDER BY campaign.id" Currently it is returning campaigns