Re: Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
Any Information Available ?? On Friday, 12 November 2021 at 22:28:00 UTC+5:30 Binu Mathew wrote: > Hi All > > Here is the code i use get languages set to an individual campaign > > $language_query='SELECT language_constant.id FROM campaign_criterion'; > if ($id !== null) { >

Re: How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-12 Thread Binu Mathew
Hello Yes I got the Location views with ID, customers//locationViews/15081569942~2528 customers/ /locationViews/15081569942~1006886 customers/ /locationViews/15081569942~9299329 customers/ /locationViews/15081569942~1455913396779 In which customers/ /locationViews/15081569942~14559

Re: Bid Modifier for User Lists

2021-11-12 Thread Will Schymik
I have not been able to find where to add a bid modifier to the association between an ad group and a user list via the UI, however per the link I provided you can programmatically set a bid modifier on the association. > As with other types of criteria, you can assign other properties to the A

Re: Setup Billing - the error code is not in this version.

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Viktor, The underlying error is CUSTOMER_BILLING_ERROR_CANNOT_CREATE_IN_PAST. You need to make sure that start_time is in the future. I've filed a request to publish this error code in the next API version. Cheers Anash ref:_00D1U1174p._5004Q2PJYmo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Bid Modifier for User Lists

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Will, The list of criterion that AdGroupBidModifier can base a modifier on excludes user list as criterion. If you can do this in the UI, could you privately send us a screenshot? Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API

RE: How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out to the Google Ads API support team. I understand you are using the location_view and are inquiring about the resource names for locations and proximities. Could you please provide us with more detail? Regards, Reminder: Share your feedback about the Google Ads (A

Re: Can't access Google Servers

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi there, Thank you for getting back to us that for now it's ok. Please get back to us if it happens again. Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API Annual Survey Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._50

RE: How to properly update the assets in an ad group

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Evgeniy, I reproduced this behavior that and app ad cannot be removed with a remove operation from adGroupAd. You may remove the AdGroup. If you want to replicate the ad before removing it you can do a get of the AdGroupAdService and create the new adGroup with adGroupAd with the contents of

RE: Create New Smart Campaign Shopping Ads

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. As indicated in the error message, you are missing the required field, campaign_bidding_strategy, which must be set to maximize_conversion_value for Smart Shopping campaigns. You can read more about creating Smart Shopping campaigns here. Regards, Matt Google Ad

RE: Request had insufficient authentication scopes

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Thanks for reaching out. Your developer token MCC does not have to be connected to the account hierarchy that you are targeting for API calls. If you can provide your complete request and response logs we can have a closer look at this issue. In the meantime, please ensure the following

RE: Problems refreshing token for Google Ads

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Alice, You can try Google Account Help. Since you're concern is related to the app verification process, you can check on this related article and this article to know how to address the error. You can reach out to the Cloud Console Team via this link to get more information about this. Re

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Matteo, The link you mentioned was the library for the AdWords API. Version v9 is for the Google Ads API, which has a separate client library. You can find the release for v9 for that library here: https://github.com/googleads/google-ads-php/releases/tag/v12.1.0 Thanks, Josh, Google Ads API

PHP SDK Supporting API v9

2021-11-12 Thread Lonny Kapelushnik
Morning, I am looking to use the 'MaximizeConversions' bidding strategy. But it only exists in v9 of the API and the PHP SDK currently only supports v8 of the API. Is there an ETA on when the PHP SDK will be upgraded to v9 of the API? Thanks, Lonny -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Lonny Kapelushnik
Hi Aryeh, Wanted to share that I am running into the exact same problem this morning. Looking forward to having this added to the API. I'll check the blog for updates. On Friday, November 12, 2021 at 8:27:06 AM UTC-7 adsapi wrote: > Hi Meir, > > I work with Ernie and will assist you. I reprodu

Cant find the Languages set to a Campaign

2021-11-12 Thread Binu Mathew
Hi All Here is the code i use get languages set to an individual campaign $language_query='SELECT language_constant.id FROM campaign_criterion'; if ($id !== null) { $language_query .= " WHERE campaign.id= $id "; } $response =$googleAdsServiceClient->searchStr

Bid Modifier for User Lists

2021-11-12 Thread Will Schymik
I am trying to create an ad group without any audience delivery restrictions that also has an increase bid for individuals belonging to a specific User List. >From the documentation here

Re: Can't access Google Servers

2021-11-12 Thread AdWordsAPI-Gnr
I mentioned it while opening the thread. The issue was related to google servers and has been fixed. :) No need to look for another problem. There was a similar problem before. It's a temporary issue. 12 Kasım 2021 Cuma tarihinde saat 18:11:06 UTC+3 itibarıyla adsapi şunları yazdı: > Hi Igor,

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread Matteo Medda
Hello, on the PHP library for ADWORDS we see the version 54 of August 2021 https://github.com/googleads/googleads-php-lib/releases/tag/54.0.0 Regards, Matteo Il giorno venerdì 12 novembre 2021 alle 17:30:23 UTC+1 adsapi ha scritto: > Hi, > > The Java, PHP, and Python libraries for v9 are all av

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, The Java, PHP, and Python libraries for v9 are all available now. Thanks, Josh, Google Ads API Team ref:_00D1U1174p._5004Q2QHfA2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
Hey there, Yeep... I've thought about filtering through a report but... it's not ideal at all, I might just modify a pixel in the image and upload it. Typically when getting a duplicate error you really expect to have the Id or some reference that points you to the original resource, so it woul

How to properly update the assets in an ad group

2021-11-12 Thread Evgeniy Lepikov
Hi there! Initially, my goal was to run a query to add new assets to an existing group. The Ad Type of exist Ad is AppAd . In the process of adding new asserts I got an error *"Field 'ad_group' cannot be modified by 'UPDA

Problems refreshing token for Google Ads

2021-11-12 Thread 'Alice Fan' via AdWords API and Google Ads API Forum
Hello, My client is having the following issue. Is there someone who can help us with this? Thanks! Alice We are trying to create a refresh token for GoogleAds and getting below error. 1. We created OAuth Client ID and Secret as mentioned in the documentation - https://developers.

How to retrieve location name and radius from LocationViews Return Resource Name?

2021-11-12 Thread Binu Mathew
Hello, I am using PHP to get Resource name of Location I used in LocationViews Here are same of Resource Name i am getting back from Google. customers//locationViews/15081569942~2528 customers/ /locationViews/15081569942~1006886 customers/ /locationViews/15081569942~9299329 customers/

RE: How to get the number of conversions for a certain conversion

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thanks for reaching out to us. Unfortunately, Google Ads API does not support custom columns. Certain columns and other features of the UI's custom reporting are therefore not available. However, our team has already created a feature request and is currently under review. For now you may

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, I work with Ernie and will assist you. I reproduced this behavior of CANNOT_MODIFY_ASSET_NAME when uploading duplicate image with a modification in UploadImageAsset.java to upload the image with a name the second time around, the error response didn't show which image was the duplicate

Re: Questions about the Google Ads Query Language v6

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello - Indeed it looks like I was mistaken, thanks for clarifying this and linking to our documentation! Best, Ben, Google Ads API Team ref:_00D1U1174p._5004Q2CRwMV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: Can't access Google Servers

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Igor, Thanks for notifying us. Can you please privately provide us with your complete request and response logs so we can investigate the issue? Thanks, Matt Google Ads API Team Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 2021 Google Ads API and AdWords API A

Request had insufficient authentication scopes

2021-11-12 Thread 'Miloš Jedlinský' via AdWords API and Google Ads API Forum
Hello, I would like to ask you for help. We are struggling with API authentication and we are not able to go through it. We are ending this error - Request had insufficient authentication scopes. We created We have created a client ID, client secret,... but unfortunately it doesn't work. We

Create New Smart Campaign Shopping Ads

2021-11-12 Thread simo mazraoui
Hello guys I try to create a smart campaign shopping ads, but I receive an error say: *The required field was not present., at operations[0].create.campaign_bidding_strategy* Header: developer-token:{{AUTH_DEVELOPER_TOKEN}} login-customer-id:{{MANAGER_CUSTOMER_ID}} Content-Type:application/js

Re: Application for Standard Access Denied

2021-11-12 Thread Nicholas Edwards
Thanks Matt! On Thursday, November 11, 2021 at 1:11:37 PM UTC adsapi wrote: > Hi Nicholas, > > Thanks for reaching out. The second option, creation/management, makes the > most sense here. However, for clarifications on this application, please > reach out to adwordsa...@google.com, as their te

Re: Can't access Google Servers

2021-11-12 Thread sc...@bgenius.com
Hi, Definitely an outage with Google servers. Authentication with Google servers all failed for different applications using both AdWords API and Google Ads API. Seems to be getting through now again but I wanted to raise this flag as well with the previous posters. This was NOT an issue with

RE: Can't access Google Servers

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Janne, I am happy to know that the issue is no longer occurring on your end. However, if the issue persists again, I would suggest to post your concern here instead to get support from the author of the client library as they are more equipped to provide support to this kind of issue. Regar

RE: Can't access Google Servers

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for raising your concern. I understand the concern and it is about an issue that you've encountered with your client library. Unfortunately, this is outside of our scope and our team would not be able to provide support here. With this, I would suggest posting your concern here i

Re: Can't access Google Servers

2021-11-12 Thread Janne Ratia
Seems to be ok for now :) On Friday, 12 November 2021 at 12:12:27 UTC+2 Janne Ratia wrote: > For last hour we have been receiving this error message "Failed to > connect to oauth2.googleapis.com port 443: Connection timed out". > Probably the same problem? > > On Friday, 12 November 2021 at 11

Re: Can't access Google Servers

2021-11-12 Thread Janne Ratia
For last hour we have been receiving this error message "Failed to connect to oauth2.googleapis.com port 443: Connection timed out". Probably the same problem? On Friday, 12 November 2021 at 11:07:33 UTC+2 AdWordsAPI-Gnr wrote: > We had a problem like this before. Is it the same again? The run

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
I'm getting the same error and I'm setting a different name, the error message is correct. How can I know though which is the original asset? El lunes, 31 de mayo de 2021 a las 10:59:57 UTC+2, Google Ads API Forum Advisor Prod escribió: > Hi, > > Thank you for raising this concern. > > If you

Re: Download Campaign Performance(COST) data

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Hao, Thanks for the follow up on the feature request. However, I’ve received the update from our team. You’ll need to do this on your side using an appropriate tool for your environment. Since the API returns results in JSON format, you would need to process it however you wish such as JSON

RE: Fields that were supported in Adwords API are not in Ads API

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hello, Hope you're safe and doing fine. We received an update from our team regarding the error you've encountered. As per this migration mapping guide, the PLACEHOLDER_FEED_ITEM_REPORT is mapped to feed_item and feed_item_target. Those mentioned fields encountered an error when using the feed

Can't access Google Servers

2021-11-12 Thread AdWordsAPI-Gnr
We had a problem like this before. Is it the same again? The running application is currently not working. Is it related to accessing Google servers? Fatal error: Uncaught exception 'RuntimeException' with message 'Error creating resource: [message] fopen(): SSL: Connection reset by peer [fil

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread Matteo Medda
Hi, we use the PHP library with the ADWORDS API, is there any ETA on that? Thanks! Il giorno mercoledì 10 novembre 2021 alle 18:17:51 UTC+1 adsapi ha scritto: > Hi, > > I expect both the Java and Python libraries to be released by the end of > this week. > > Also, per my colleague Nadine's respo

RE: 自动回复: How to set Maximize Conversions bidding in a Display Campaign

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for the reply. If you are asking on how to set Maximize Conversions bidding in a Display Campaign, then please see the suggestion below. There's a Display guide for Smart Bidding linked in the Help Center. From that guide, you can find information that says not to set the target C