RE: cannot find image asset resource in ad_group_ad

2023-10-13 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. After reviewing your concern, I understand that you are encountering an issue while pulling the details of asset resources for TextAssets. In order to assist you further, please provide us with the complete API logs (request an

No response for developer token application

2023-10-13 Thread Szymon Kowalczhyk
We applied for google ad basic access developer token a week has past without any response -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

API Application - Haven't Heard Anything

2023-10-13 Thread Will Kusch
I applied for basic access with the ads API several weeks ago and have yet to hear anything. I applied multiple times, as well as filled out the compliance teams complaint form several times, still have heard nothing. Even contacted the google ads api support email, still nothing. Need access

api token

2023-10-13 Thread Paulo Silva
It's been over a month since I submitted my request to have a basic API and no one has given us any position. Can someone help me? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: api token

2023-10-13 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. After reviewing your concern, I understand that you have applied for API access and you haven't received any updates on your application status. Since the access requests are handled by the Google Ads API Compliance team, we ar

RE: no response for developer token application

2023-10-13 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. After reviewing your concern, I understand that you have applied for API access and you haven't received any updates on your application status. Since the access requests are handled by the Google Ads API Compliance team, we ar

RE: api application - haven't heard anything

2023-10-13 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. After reviewing your concern, I understand that you have applied for API access and you haven't received any updates on your application status. Since the access requests are handled by the Google Ads API Compliance team, we ar

Bad argument type for built-in operation

2023-10-13 Thread Vinayak Chakraborty
I am trying to create a structure snippet here client is the instance of GoogleAdsClient. Can you help me with updated code? def create_snippet_asset(client, camp_data): try: # Define the constants CUSTOMER_ID = str(camp_data["customer_id"]) AD_GROUP_ID = str(camp_data

Queries on product_group_view yield Internal error

2023-10-13 Thread Konstantin Tarassow
Hello, we have a customer for whom any query on product_group_view , even the most simple ones, are failing with 'Internal error'. This is going for at least 2 weeks now. SELECT segments.date, campaign.id, metrics.clicks FROM product_group_view WHERE segments.date BETWEEN '2023-09-01' AND '2023

Getting metadata from plugin failed with error: unauthorized_client

2023-10-13 Thread Marcos Colares
Hello everybody. I'm developing a simple control panel that connects with the Google Ads API through NodeJS Backend. To configure the code, I followed Google's instructions to obtain the necessary credentials and the unauthorized_client error still returns, note that I left the "#" symbol so a

Fetch campaign history from google Ads API with notes.

2023-10-13 Thread First Page
Hi, We are required to fetch campaign history data along with notes from AdWords API but unfortunately, we are not getting "notes" in the API response that's probably because "notes" is not a part of the change_event or change_status metric. We have tried the below 2 examples but none of them

click_view not working on App Install Campaigns

2023-10-13 Thread Eduardo Casal
Dear team at Google, I'm trying to query the click_view to get the ad group name that generated the app install for an Android app. However, when I query the click_view resource through the Google Ads python library, no rows return for any date. (I am ONLY running App Install Campaigns). I've

Re: when i send a request for click conversion using google ads api, the response is empty

2023-10-13 Thread Hironori Ueno
Thank you very much. The problem is now solved. I did not know that the Logger for Debug can be used to check detailed information. I checked the output of the Logger and realized that I had mistakenly sent the wbraid value as gbraid. After correcting this, I now get a normal response after sub

Forecast again (am I too impatient?)

2023-10-13 Thread Bruce Axtens
I'm bouncing between product support and API because no one seems to have an answer to what I'm asking (or I'm not comprehending the answer.) It all started with https://groups.google.com/g/adwords-api/c/SUmBsHLlTbM/m/iyMijs7CAwAJ where I started a correspondence about Forecast. Eventually API

Campaign stats segmented by location is so confusing

2023-10-13 Thread Iván López
Hello, I am trying to get campaign stats segmented by location. In some many cases I can do it but I have encountered some strange behaviors in the API about this. First of all, I noticed that while in the user_location_view the available geo segments are: geo_target_airport geo_target_canto

Re: Campaign stats segmented by location is so confusing

2023-10-13 Thread Iván López
In addition, I have the same problem in my German account segmenting by day of week, which is even more strange. This is the query I am trying to do: SELECT metrics.conversions, metrics.clicks, metrics.average_cpc, metrics.cost_micros, metrics.conversions_value, campaign.name

Re: internal_error in grpc ads api using ruby client

2023-10-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
https://developers.google.com/google-ads/api/docs/common-errors#internalerror In this case, it looks like when trying to sum and aggregate the metrics that the error occurs. This could be a question of volume or a data problem. So, I have outlined some steps below for your to try. First, please