Calculate the length for headlines / descriptions

2019-10-01 Thread Dmitrii Stebliuk
Hello, I wonder how do you calculate a headline length for double-width characters. I could not find a proper definition of "double-width" character. And if for example I take a headline like "a₹", while creating an Ad through Adwords UI I see that the length is 3. Double-width

SharedBiddingStrategy with Google Ads API

2019-03-14 Thread dmitrii . stebliuk
Can we query and mutate SharedBiddingStrategies with Google Ads API? https://developers.google.com/adwords/api/docs/reference/v201809/BiddingStrategyService.SharedBiddingStrategy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

Obtain Campaign Statuses

2019-03-26 Thread dmitrii . stebliuk
Hello, In the Google Ads UI I see different statuses: - Eligible - Eligible (Learning) - Limited by Budget How can I obtain all these statuses for a campaign with Google Ads API? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: [6-4744000025765] Obtain Campaign Statuses

2019-03-27 Thread dmitrii . stebliuk
Hi Dave, Thank you for your answer. I see in the documentation that for some bidding strategies eligibility is looks to be just a simple predicate like "To use Target ROAS bidding, your campaign must have at least 20 conversions in the past 45 days."

Google Ads API Python Client Library Pagination

2019-04-05 Thread dmitrii . stebliuk
Hello, I use a python client library for Google Ads API. I need to show to a user a result of an arbitrary GAQL query with 50 elements per page pagination. For example I have this query: SELECT campaign.id FROM campaign LIMIT 51 And this code to fetch the results: client = google.ads.google

Re: Google Ads API Python Client Library Pagination

2019-04-08 Thread dmitrii . stebliuk
Hello Sai, Thank you for your response. I've added an issue to github: https://github.com/googleads/google-ads-python/issues/73 Kind regards, Dmitrii. On Friday, April 5, 2019 at 10:53:24 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hello Dimitri, > > When you specify the page limit as 50

Get Learning status

2019-06-26 Thread Dmitrii Stebliuk
Hello, I use shared bidding strategies, and after a change in AdWords for campaigns within the bid strategy I see "Campaign: Eligible, Bid strategy: Learning" How can I obtain this "bid strategy: Learning" status? I can not find any way, I am fine in any automatic way like: Google Ads API, Goo

Google Ads API Universal App Campaigns

2019-07-04 Thread Dmitrii Stebliuk
Hello, When I try to create an Universal App Campaigns witn new google-ads-api, I get an error message: 2019-07-04 10:48:52,857 WARN [Gax-7] logging.RequestLogger (RequestLogger.java:159) - FAILURE REQUEST SUMMARY. Method: google.ads.googleads.v2.services.CampaignService/MutateCampaigns, Endpo

Google Ads API Bulk Mutates Response Order

2019-08-06 Thread Dmitrii Stebliuk
Hello, when we send a bulk mutate operations to Google Ads API (https://developers.google.com/google-ads/api/docs/mutating/bulk-mutate), can we rely that the order of operations we send is the same as the order of response items we get? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads API Bulk Mutates Response Order

2019-08-07 Thread Dmitrii Stebliuk
Hello Sai Teja, Thank you for your response. Basically I create many "ads" with one mutate request. Let's say 1000 ads. Each ad has "h1, h2, h3, d1, d2" attributes. I get a response from Google Ads API as List[MutateAdGroupAdResult] where each item has only `resource_name` and it is the list of

Filter AdGroups by label with GAQL

2019-12-13 Thread 'Dmitrii Stebliuk' via AdWords API and Google Ads API Forum
Hello, I am getting AdGroups by a label and I would like to write a GAQL script. I am using the GAQL builder . I choose a resource: ad_group. In the fields, I see "ad_group.labels", but in the filters, there are