OAuth OOB deprecation (new credentials with google-ads-php SDK)

2022-08-08 Thread Matteo Medda
Greetings, last week we regenerated the Oauth2 credentials (desktop app) to avoid the OOB problem. We used GenerateCredentials PHP script as indicated on the old thread: https://groups.google.com/g/adwords-api/c/Vxlig2rTIxU/m/ekED-LzdBAAJ We followed the instructions on: https://developers

I want to get the enable customer ID that under my mmc account by GAQL

2022-08-08 Thread Automated Analytics API
I'm very new to this I just copied this from example $query = 'SELECT customer_client.client_customer, customer_client.level,' . ' customer_client.manager, customer_client.descriptive_name,' . ' customer_client.currency_code, customer_client.time_zone,' . '

RE: Beginner needs Help with 1 Query

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Philipp, Thank you for reaching out to our API support team. You may use segments.date if you want to specify the date that you want or segments.day_of_week if you want the data for a specific day. I hope this helps. Best, Anthony Cyril Google Ads API Team ref:_00D1U1174p._5004Q2dI7gS:ref

GetCampaigns is null

2022-08-08 Thread 姚佳楠
I use the example to get all campaigns, but response nothing. [image: 0d29540f71b5df938a0d0353f01ed3c383ce213cc64d958fc06442949113531dQzpcVXNlcnNcODYxNzhcQXBwRGF0YVxSb2FtaW5nXERpbmdUYWxrXDg3MzYzMTRfdjJcSW1hZ2VGaWxlc1wxNjU5OTQ0MTc4MzkyXzk2MTdGMkJCLTc2NEEtNDA5Zi1CRUQzLURDOTU3QTAyMjkxMy5wbmc=.png]

Add Conversion Action

2022-08-08 Thread Yosef Schwartz
Hi GoogleAds support! How are you? I tried to create new conversions goals via the new API and I get a strange behavior. My code start with the first example - add_conversion_action.py In this code I set: conversion_action.primary_for_goal = False But in the UI I see that yet mark as primary. In

RE: Data per creative through API

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Barak, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Based on the screenshot that you shared, yes you can get this report using Google Ads API by executing the ad_group_ad_asset_view. Please let us know if you have any co

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread Nora
I see a similar error message when updating my AD_CUSTOMIZER feed: "OperationAccessDeniedError.UPDATE_OPERATION_NOT_PERMITTED: Unauthorized UPDATE operation in invoking a service's mutate method., trigger: AD_PLACEHOLDER" Could it be that you are not allowed to update these FeedItems anymore, b

User in the cookie is not a valid Ads user

2022-08-08 Thread Marketing Technology
Hi there. I am trying to connect with the Adwords API, using service account credentials, and I receive this error: *com.google.ads.googleads.v10.errors.GoogleAdsException: errors { error_code {authentication_error: NOT_ADS_USER } message: "User in the cookie is not a valid Ads us

RE: GetCampaigns is null

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Upon checking the screenshot, we notice that the ORDER BY is missing if it's ascending or descending. With that being said, you may try this query "SELECT campaign.id, campai

Trying to add Audiences to Display Campaign/ Adgroup

2022-08-08 Thread FW API
Hey, I'm trying to add audiences to my ad group, but i'm getting this error: *Audience is not allowed to attach when use audience grouped bit is set to false.* When trying to change the audience grouped bit in my campaign builder, i'm getting this error: *operation_access_denied_error:

RE: I want to get the enable customer ID that under my mmc account by GAQL

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to our team. This is Carmela from the Google Ads API team. Moving forward to your concern, for you to get the customers with ENABLED status, you may try adding the customer.status = 'ENABLED' or customer_client.status = 'ENABLED' in the WHERE clause of t

Re: Adwords API to GoogleAds API Migration

2022-08-08 Thread Ravindra Kumar
Hey, We are trying to change from below Adword API code (ref: https://developers.google.com/adwords/api/docs/samples/java/remarketing ) to new Google Ad API // Display user lists. for (UserList userListResult : result.getValue()) { System.out.printf("User list with name '%s' and ID %

Re: GOOGLE SHOPPING CRM

2022-08-08 Thread Ecolife Natural Channel
Hello Carmela My topic of interest is how to upload a sample data file, containing customer information, csv format to Google. I want to understand the layout, so I need a sample file If you can help with this issue, many thanks! *Ms Quyền - Ecolife CO, LTD* *Marketing Leader* *Phone* : 0984.97

Re: Add Conversion Action

2022-08-08 Thread Yosef Schwartz
Anyone? On Monday, August 8, 2022 at 11:26:01 AM UTC+3 Yosef Schwartz wrote: > Hi GoogleAds support! > How are you? > > I tried to create new conversions goals via the new API and I get a > strange behavior. > My code start with the first example - add_conversion_action.py > In this code I set

RE: OAuth OOB deprecation (new credentials with google-ads-php SDK)

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matteo, Thank you for reaching out to our API support team. Could you please elaborate on the "We have seen that we are able to generate ADS etc with the new credentials, but how can we be sure that we will not have any problems from September 5th?" to take a closer look at the issue. Best

RE: Add Conversion Action

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yosef, Thanks for reaching out to the Google Ads API Forum. Kindly see below responses to your queries: I tried to create new conversions goals via the new API and I get a strange behavior.My code start with the first example - add_conversion_action.py In this code I set: conversion_action

RE: How do I make Forecast Reach work?

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Axtens, Thank you for reaching out to our API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java

Re: No Values for Metric search_impression_share since 2 days

2022-08-08 Thread 'philip...@nexoya.com' via Google Ads API and AdWords API Forum
Okay, Google officially reported the issue and fixed it in the meanwhile https://ads.google.com/status/publisher/incidents/5jM7yvJT1VwGfoAtjmQG. On Friday, August 5, 2022 at 10:33:12 AM UTC+2 philip...@nexoya.com wrote: > Hi > > We're seeing missing values for the search_impression_share metric

RE: User in the cookie is not a valid Ads user

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to us. Let me do the best I can to assist you in this. I can see that you have received the NOT_ADS_USER error when you attempted to connect to the API. The NOT_ADS_USER error is encountered when the service account has not been correctly linked to the Google

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nora, Thank you for the reply. To give you the background of this error, it occurs when you are modifying a feed using an API which is attached to an expanded text Ads. However, so that we can check if this is indeed a scenario that you encountered, it would be helpful if you can provide us

RE: Private message regarding: Suddenly Getting Unkown Errors when attempting to add Page Feed URLs

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Our team has an update to this concern. With this, allow me to share it below: Upon checking at our end, the exact error that you encountered is FeedItemError.LEGACY_FEED_TYPE_READ_ONLY. The possible reason why this error occurred is because this feed type is migrated over to asset. The fee

Ad Extension Asset not properly updates

2022-08-08 Thread Andrew Hrimov
Hello, Team. I am developing application with Python, and I have to create Ad Extensions for my Campaigns, flow: 1. Two Campaigns created (I store their IDs) 2. Then I create some Assets (using AssetService & AssetOperation(s) I create Asset(s) and Callout/Sitelink with all required attributes)

Re: PMax AgeRange & Gender reporting

2022-08-08 Thread Joshua Newman
Thanks for response, but I don't see any metrics for *campaign_criterion. *I would like to be able to get the Gender & AgeRange report with Metrics for PMax. On Sunday, August 7, 2022 at 11:24:35 PM UTC-4 adsapi wrote: > Hi Joshua, > > > Thanks for reaching out to the Google Ads API team. I h

Convert google ads geo-target to latitude/longitude coordinates

2022-08-08 Thread Kamil Sak
Hello, I need to get latitude/longitude of location that I receive as a result from the method SuggestGeoTargetConstants or directly from the CSV file: https://developers.google.com/google-ads/api/reference/data/geotargets?hl=en Is it possible to convert IDs to latitude/longitude coordinates? B

Re: PMax AgeRange & Gender reporting

2022-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Joshua, Thank you for your response. Since both the age_range_view and gender_view's resource name fields include an association to the ad_group_id, and due to the restriction of this campaign type and the ad group resource (and its attributes), then it is currently not possible to retrieve

Re: Add Conversion Action

2022-08-08 Thread Yosef Schwartz
Hi I send you in private, did you received it? Yosef On Monday, August 8, 2022 at 2:11:35 PM UTC+3 adsapi wrote: > Hi Yosef, > > Thanks for reaching out to the Google Ads API Forum. > > Kindly see below responses to your queries: > > *I tried to create new conversions goals via the new API and

Re: ProductCondition Listing Group Filter issues

2022-08-08 Thread Anatolii Kosovilka
Thanks, we were able to resolve the issue, a wrong enum class was used On Monday, July 25, 2022 at 3:15:50 PM UTC-4 adsapi wrote: > Hi Anatolii, > > Thank you for reaching out to our API support team. > > Looking at your concern, this appears to be more related to the PHP client > library's hand

Re: CREATE_OPERATION_NOT_PERMITTED

2022-08-08 Thread Nora
Hello, thank you for the quick reply. This is exactly what I had already suspected. Only this behavior has not been documented so far https://developers.google.com/google-ads/api/docs/ads/customize-ads?hl=en Regards Nora adsapi schrieb am Montag, 8. August 2022 um 15:08:02 UTC+2: > Hi Nora, >

Updating dynamic ad targets

2022-08-08 Thread EO
Hello, I have a campaign and an ad group already configured. It is only used for dynamic search ads. Every day, through 'Ad dynamic ad target' → 'Create a new rule to target specific webpages' → 'Use exact URLs', I upload a list of URLs after I remove the ones which were previously there. I want