Re: UserList and Similar UserList linking to Campaign

2021-07-02 Thread Vimal Girish Gopalakrishnan
Can somebody respond to this email queries ? Thanks On Wednesday, June 30, 2021 at 10:54:56 AM UTC-7 Vimal Girish Gopalakrishnan wrote: > Hello, > > I'm looking for APIs to link the UserList and Similar UserList(auto > generated by Google after 4 days or so) to a Campaign. Ads UI has the >

Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-07-02 Thread Google Ads API Forum Advisor
Hello, I've followed up and been able to confirm that this is happening in both the UI and the API. It looks like the end date is the same, though, which I find interesting. Usually, if one is a day off, the other will also be off by the amount of time. Unfortunately, we've reached the US

Re: Setting up budget via Google Ads API

2021-07-02 Thread rentcafe dev
I would really appreciate it if someone could answer the question in this email. Thanks KDJ On Fri, Jun 25, 2021 at 3:06 PM rentca...@gmail.com wrote: > Hello, > > How do I set the Budget name via the Google Ads API. > > I currently use the AccountBudgetProposal, but the Budget name field is

AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS @ operations[0].operand.ad]

2021-07-02 Thread Monty808
Hi Google Rather confused why I get an error using your own code! Other providing a client id and an adgroup idI am now left with no where to go *https://developers.google.com/adwords/api/docs/samples/python/advanced-operations#add-a-responsive-display-ad* Error summary: {'faultMessage':

Download CSV Report after Letting user chose metrics and date

2021-07-02 Thread Siddharth Rout
Hi All First time poster. After trying to figure this out for more than a week, I am on the verge of pulling my hair. :( I am trying to create a desktop application in C# where the user will select the metrics and the date to download the csv report. I have the App.Config figured out

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-07-02 Thread Martin Levi
Hi rpm, Thanks for your response. I still have some questions: Can I just upload *CreateCustomer.php* to the webserver that I want to run it from? I have also just uploaded google-ads-php-10.1.0 onto my webserver. So, should I change *__DIR__* in *CreateCustomer.php* to navigate to the

Re: geographic_view, how to use segments.hour

2021-07-02 Thread Google Ads API Forum Advisor
Hi there, I work with Mark and will assist you. Thank you for stating your use case, currently the UI doesn't offer both hourly and geographic segmentation combined, you can raise your request with product support. In the event that your request is granted by product support, you may want to

RE: historicalMetricsOptions in KeywordIdeas doesn't work

2021-07-02 Thread Google Ads API Forum Advisor
Hi Vladislav, Thank you for reaching out to Google Ads API support. This product only officially offers support in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. If you are looking for support accessing

RE: historicalMetricsOptions in KeywordIdeas doesn't work

2021-07-02 Thread Google Ads API Forum Advisor
Hi Vadim, You can use the enum class MonthOfYear from our library, with the YearMonth and YearMonthRange classes and use our library to send the request. I have no visibility on your Month class. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JXRUH:ref -- --

RE: Is there any APIs to check or complete Advertiser Identity Verification

2021-07-02 Thread Google Ads API Forum Advisor
Hi, The Advertiser identity verification is not supported in the Ads or AdWords API. However, there is an existing feature request for this. Any new features available in the API will be announced on the blog: https://ads-developers.googleblog.com/search/label/google_ads_api As a workaround,

How to get list of all resource from Google Ads API?

2021-07-02 Thread Alexey Seleznev
Hi All, For example i can get metadata from any resource or field (for example ad_group) like https://googleads.googleapis.com/v8/googleAdsFields/ad_group But i cant find method for get list of all resource, could you help me? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: WebpageConditionOperand for "all webpages"

2021-07-02 Thread Google Ads API Forum Advisor
Hi Timo, Thank you for reaching out to us. In looking over the following document and scroll down to WebPageInfo. It would seem that the way to get all the information for all webpages would be to use WebPageInfo as this returns every webpage for the site. Regards, William Pescherine Google

Re: Retract conversion from Google Ads (with Python)

2021-07-02 Thread Ralf Zosel
Hi Matt, Thanks for your message. The subject of my email was "Wtr: Retract conversion from Google Ads (with Python)" and it was sent on June 14th at 12:50. Regards, Ralf adsapi schrieb am Dienstag, 29. Juni 2021 um 19:32:11 UTC+2: > Hi Ralf, > > Thanks for your patience on this. Can you

Asset-Based extensions device preference?

2021-07-02 Thread Erkin Işçi
Hi, We are started to migrate our feed-based extensions to asset-based extensions before auto migration (Sitelink, Callout, Price) I have searched all forums and documentation about DevicePreference settings of Asset object, there is nothing about it. Is it not possible to set extension

Re: Case 00070794: Construct URLs to access daily AD spending

2021-07-02 Thread Google Ads API Forum Advisor
Hi there, I work with Xiaoming and will assist you. Access of the API requires headers for authentication along with the URL. We recommend you use our client libraries to access the API as they streamline access and have useful prebuilt example code. Regards, Aryeh Baker Google Ads API Team

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-07-02 Thread rpm
Hi Martin, You can create test client account under test manager account by running ../examples/AccountManagement/CreateCustomer.php from cli. You need to make changes in runExample() method for `currency_code` and 'time_zone` as per your requirement. Thanks, On Thursday, 1 July 2021 at

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-07-02 Thread rpm
Hi Martin, You can create test client account under test management account by running ../examples/AccountManagement/CreateCustomer.php from cli. You need to make changes in runExample() method for `currency_code` and 'time_zone` as per your requirement. Thanks, On Thursday, 1 July 2021 at