Campaigns retrieve status for specific day "2023-05-01"

2023-06-05 Thread Jakub Banik
SELECT segments.date, campaign.name, campaign.id, campaign.status FROM campaign WHERE segments.date BETWEEN '2023-04-01' AND '2023-04-01' ORDER BY segments.date, campaign.name This query above returns 0. SELECT campaign.name, campaign.id, campaign.status FROM campaign WHERE segments.date BETWE

How to get data for a certain month only?

2023-06-05 Thread Bryan Yen
Hi, I want to get data for a certain month only, but I seem to be stuck in getting it to work right. I'm grabbing data from the search_term_view table. Here's my query below. Any idea would be appreciated! SELECT search_term_view.search_term, segments.search_term_match_type, customer.currency_

Re: ConversionAction Phone numbers

2023-06-05 Thread Pham Tien Manh
All props that I can set: https://drive.google.com/file/d/1IMo05fxNpj19A_AJOd4HEK4ffQVwF6s8/view?usp=sharing Create ConversionAction in Google UI: https://drive.google.com/file/d/1Xd8Fo1fR-XD1y9nOrf55lzmMewPRK13m/view?usp=sharing On Tuesday, June 6, 2023 at 8:36:44 AM UTC+7 Pham Tien Manh wro

ConversionAction Phone numbers

2023-06-05 Thread Pham Tien Manh
How do I config the phone number when creating ConversionAction via API. I used the latest version of GoogleAds but can't find it. While in Google UI, when creating ConversionAction in the type of WebsiteCall, the phone number is mandatory. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Basic Access Application

2023-06-05 Thread Rohit
Hi Team, Hope you are having a great week so far! Its been two weeks since I applied for basic access on my developer token associated with my company's manager account (770-168-1162) but did not receive any updates or feedback from the Ads Api team. I have also requested via the Ads API Compl

Databricks error: "The following arguments are required: -c/--customer_id"

2023-06-05 Thread Fábio Soldá Barbosa Araujo
Dear all, I'm trying to retrieve data from Google Ads, and I'm experiencing troubles, even if I got from the code from this link: Get Campaigns | Google Ads API | Google for Developers and configured google_ads.yam

Re: no response from ads api basic access application

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Charles, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. Please note that with regards to concerns related to the granting and approval process of these tokens are already outside of the scope of Google Ads API support team and our team specializes in G

RE: automatically generate assets

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Yordanka, Welcome to Google Ads API Support team. Thank you for reaching out to us. It appears that you have forwarded an existing forum thread without further context for your concern. Can you confirm if you have the same issue or concern as posted on the forum thread you forwarded? If n

Resource Limit when creating a campaign with Keyword Planner

2023-06-05 Thread Simron Patel
Hello, I am using KeywordPlanCampaignService Service from Google Python API in order to create a campaign from the keyword planner. When attempting, I receive a message: "Request contains an invalid argument." "The request would cause a limit on the number of allowed resources of this type t

Re: getting invalid_value(the field\'s value is invalid) while creating conversionaction with always_use_default_value as false

2023-06-05 Thread chandra Shekhar
Thanks for the response team Just to conclude this- Is the above is from recent changes of V13 if yes then where I can find old references?? On Monday, June 5, 2023 at 1:10:30 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Forum. > > Upo

API application has not been replied for a long time

2023-06-05 Thread 0414 appisgreat
Dear Team, My application for standard access API permission has not been answered for more than 8 days. Our request is for Google Ads API, with the main plan being 1) Reporting 2) Creation/management Could you help me find out where the problem is? And this is my MCC: 554-187-9011 Pls help

KeywordPlanServiceClient.generateForecastMetrics: response []

2023-06-05 Thread Aqeel Ashraf
Hi, When I call KeywordPlanServiceClient.generateForecastMetrics it returns empty array. I checked parameter values are fine. Please see below code snippet: $generateForecastMetricsResponse = $keywordPlanServiceClient-> generateForecastMetrics( ResourceNames::forKeywordPlan($custome

Empty response from $keywordPlanServiceClient->generateForecastMetrics

2023-06-05 Thread Aqeel Ashraf
Hi, I am using google-ads-php. It was working fine till tomorrow. Today we start getting empty response when I call: $keywordPlanServiceClient = $googleAdsClient->getKeywordPlanServiceClient(); $estimateResults = array(); $retArray = array(); $strKeywords = explo

Re: I can't find Adwords API center in account settings

2023-06-05 Thread E smd
For anyone who's having issues with this: You need a manager account in order to use the API, you can get one here: https://ads.google.com/home/tools/man

How can I get the date when cost was greater than or equal a certain value in PHP?

2023-06-05 Thread Κωστας Μαυρογαλος
Hey yall. As the title suggests, I want to build a query which returns the date when the total cost of an account was greater than or equal to a certain value. So far, I have made this:* $query = 'SELECT campaign.start_date FROM campaign WH

Re: How to Reproduce This UI Report With The API?

2023-06-05 Thread Chad Wood
Hello, just following back up. I'll summarize my questions below: 1. Is there any way to figure out when an ad was last used?(*last serve date*, *last impression date*, *...*?) 2. Is there any way to check what previous states of an ad were, at a given time? (historic ad states?) On Friday, Jun

Re: the basic api permission application has not been replied for more than four days

2023-06-05 Thread Priya Vedak
Hello, I also requested for API access on 29th May, but it isn't granted yet. Below are my details: Customer ID - 482-351-4488 Case ID 3-726234515 On Monday, June 5, 2023 at 5:10:53 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to Google Ads API Suppo

Google Ads API - Generate forecast metrics

2023-06-05 Thread Mnk
Hey All, The *Generate forecast metrics* still working in your side? In my side, nothing change in my code and the API return nothing. No errors, no result, nothing. So i get a success from the API without the amout prevision. Just for be sure i update my PHP library ( 17.1.0 to the last one 1

Re: getting mutate_not_allowed(mutates are not allowed for the requested resource.) for purchase conversion goal

2023-06-05 Thread chandra Shekhar
Yes , I am using this mutate only https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.conversionActions/mutate *request_id*: "E2vtGia85BobKrWSm9ZoUA" *OPERATION:* update { resource_name: "customers/6495599131/conversionActions/6510885828" status: ENABLED category:

RE: the basic api permission application has not been replied for more than four days

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to Google Ads API Forum. It appears that there is an existing thread already regarding this concern with the subject:“google ads api issue, long time, no reply”. With this, I would suggest refraining from creating multiple threads for better tracking of issues

RE: private message regarding: click type => impressions dependency

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Oksana, If you mean to say that the higher impressions are from the total number of impressions as can be seen in the Google Ads UI, I believe the value is the sum of the overall click types' impressions. If you would only filter on, for example, a click type of sitelinks, then you will onl

managed_placement_view and group_placement_view

2023-06-05 Thread Johan Alpne
Hello team, We are currently using the managed_placement_view resource to fetch managed placements and are now looking at adding automatic placements by using the group_placement_view resource. We have read that the managed_placement_view returns all of the metrics from placements that are man

API standard permission has not passed for 8 days

2023-06-05 Thread 0419 gofreeapps
Dear Team, My application for standard access API permission has not been answered for more than 8 days. Our request is for Google Ads API, with the main plan being 1)Reporting 2)Creation/management Could you help me find out where the problem is? And this is my MCC: 275-034-6076 Pls help

RE: getting mutate_not_allowed(mutates are not allowed for the requested resource.) for purchase conversion goal

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Chandra, Thank you for reaching out to us. Can you confirm you are using this mutation: https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers.conversionActions/mutate? If not, kindly inform us which one you used. Also, for us to check this further, can you provid

Re: policyfinding error cannot be triggered

2023-06-05 Thread Xueyao Yang
Hi, Thanks for your response. Looks like our problem has gone. we can get the PolicyFindingError now via creating a totally same ad as I showed before. Thanks 在2023年6月2日星期五 UTC+8 03:42:34 写道: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > With regard to your conc

Re: the basic api permission application has not been replied for more than four days

2023-06-05 Thread apps anny
Dear Team, I'm very sorry, we can't find any information about the Case ID. If you know, can you guide me where to find it? Then, all our MCC advertising accounts are now completely healthy, and we hope you can help us communicate with Api team and apply for basic API permissions. Our request

Google Ads API integration

2023-06-05 Thread Alex Rocha
Hello, We develop an invoice management tool and we want to automatise google ads invoice fetching for our customers. But, by investigating the Google Ads API it's not clear if this is possible. We have an Google App to authenticate our users (OAuth2) but we would need the developer token for

RE: getting invalid_value(the field\'s value is invalid) while creating conversionaction with always_use_default_value as false

2023-06-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. Upon checking your logs, it appears that you are getting an INVALID_VALUE error. Please note that as per this documentation (https://developers.google.com/google-ads/api/docs/conversions/create-conversion-actions#validations), the value_s