Re: Upgrading from Google Ads API v4 to v5 - "field presence" vs. "wrapper types "

2020-10-07 Thread Mat
Hi Peter and Nadine, thank you very much! Regards Mat adsapiforumadvisor schrieb am Mittwoch, 7. Oktober 2020 um 21:50:03 UTC+2: > Hello Mat, > > This change affects some languages more than others. Python is one of the > lucky programming languages that has very little that needs to be done

Re: Audiecne list report column required

2020-10-07 Thread denma test
Hi Yes, confirmed. Have sent email with screenshots. On Thursday, October 8, 2020 at 1:15:20 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Can you confirm if you have sent the email with the screenshot attached to > googleadsa...@google.com? I did not receive anything on my end. > > >

RE: currency_code and time_zone error

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Akif, Thanks for posting your concern. The value that you will set to currency_code field should be in ISO 4217 standard format and for the time_zone field, the value should be the local timezone ID. Let me know how it goes after trying the provided suggestion. If the error persists, you

RE: Where to find service_link_id?

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Erik, Thanks for posting your concern. Could you clarify first the accounts that you want to link? I asked this because the ManagedCustomerService.mutateLink() is use to manage the links between Google Ads accounts, however, you are retrieving service link Id which ID of the link between

RE: bogus portfolio bidstrategy-id

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Nikita, Thanks for posting your concern. Could you clarify first whether you are using Google Ads API and AdWords API on retrieving bidding strategy information? Also, you can provide the complete request and response logs generated on your end together with the customer ID to investigate

Re: Custom Audience and Custom Affinity Switch With New API

2020-10-07 Thread Sinea Calin
2. How can i select *People who searched any of these terms on Google *if the type has no affect on it. On Thursday, October 8, 2020 at 10:51:28 AM UTC+9 Sinea Calin wrote: > Hi guys i have a question regarding how does one create a custom affinity > and a custom audience. > > I manage to

Custom Audience and Custom Affinity Switch With New API

2020-10-07 Thread Sinea Calin
Hi guys i have a question regarding how does one create a custom affinity and a custom audience. I manage to create one custom audience and one custom affinity by api one has CUSTOM_AFFINITY type the other CUSTOM_INTENT but i think they are the same i cant see any difference. [image: Screen

Re: GAQL query

2020-10-07 Thread Akif Çakırmelik
Thanks adsapiforumadvisor 7 Ekim 2020 Çarşamba tarihinde saat 23:12:51 UTC+3 itibarıyla adsapiforumadvisor şunları yazdı: > Hi Akif, > > Thank you for reaching out. There is no such report in the Google Ads API > that you can use to query metrics for all sub accounts in the manager >

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Anatoli, Could you provide one request ID of a call that was successful and one that was unsuccessful? Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to get total amout spend across all campaigns?

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Ryan, Thank you for reaching out. The ACCOUNT_PERFORMANCE_REPORT is working as before. You could also query the metrics.cost_micros from the customer resource in the Google Ads API. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

RE: GAQL query

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Akif, Thank you for reaching out. There is no such report in the Google Ads API that you can use to query metrics for all sub accounts in the manager account. The workaround is to query the customer.id, customer.descriptive_name and metrics.cost_micros from the customer resource for a

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Andrea, Thank you for reaching out. Could you please share the complete request and response logs along with the code you used and the screenshots showing that the conversion action name in the API call matches with that in the UI via the Reply privately to the author option? Thanks and

RE: Upgrading from Google Ads API v4 to v5 - "field presence" vs. "wrapper types "

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hello Mat, This change affects some languages more than others. Python is one of the lucky programming languages that has very little that needs to be done to migrate. As you pointed out, the only structural difference is the .value. As for when you decide to move, that's up to you. This is

Re: Audiecne list report column required

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hello, Can you confirm if you have sent the email with the screenshot attached to googleadsapi-supp...@google.com? I did not receive anything on my end. Regards, Danica Google Ads API Team ref:_00D1U1174p._5004Q25Yvcj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: FAILURE REQUEST SUMMARY. Method: google.ads.googleads.v5.services.GoogleAdsService/Search, Endpoint: googleads.googleapis.com:443, CustomerID: XXX, RequestID: null, ResponseCode: UNAVAILABLE, Faul

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hello, I am unable to see the full request from what you have provided, but based off your error, it looks like your API request is timing out. If you are unable to reply privately to author, you can email the complete detailed logs to our support alias googleadsapi-supp...@google.com. Please

Re: Universal App campaign bid strategy

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hello, Can you confirm where you have obtained your setconversionTypeIds? Additionally, can you please provide complete detailed logs to our support alias at googleadsapi-supp...@google.com? Regards, Danica Google Ads API Team ref:_00D1U1174p._5004Q25ZWEd:ref -- --

Re: AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Egemen, Thank you for reaching out. Please send the required information to our email alias googleadsapi-supp...@google.com instead. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q25ZV3Z:ref -- --

Re: GoogleAds API - Use for getting Client stats

2020-10-07 Thread Andre Karner
Sure, here it is. Unfortunately I am not able to enable logging since I am using ASP NET Core (each controller request tries to open the .log but gets an "Already in use" exception). Test Manager Account Id: 943-256-9580 Test Account Id (created via API): wait .. it looks like that this account

RE: GoogleAds API - Use for getting Client stats

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Andre, Thanks for reaching out. I can see that your test account is not returning in the AccessibleCustomers list. Can you please provide the detailed logs of the request and response? You can enable logging by following this guide in your respective client library. Additionally, please

Re: currency_code and time_zone error

2020-10-07 Thread Akif Çakırmelik
$customer = new Customer([ 'descriptive_name' => 'Account created with CustomerService on ' . date('Ymd h:i:s'), 'currency_code' => 'TRY', 'time_zone' => 'Europe/Istanbul', 'tracking_url_template' =>

currency_code and time_zone error

2020-10-07 Thread Akif Çakırmelik
I'm trying to create a customer account. Although currency_code and time_zone are correct I get the following error Google Ads failure details: currency_code_error: The currency code is not supported. time_zone_error: Time zone is not valid.

Re: How to get remarketing Audience list

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Jitendra, Thank you for reaching out. You could use UserListService.MutateUserLists() to create the Customer Match User List and use OfflineUserDataJobService to create, add and run OfflineUserDataJobOperations to add customers to the Customer Match User List. You could refer to this code

Where to find service_link_id?

2020-10-07 Thread Erik Strömberg
I'm trying to authenticate a client, send a service link request and then accept it, all using the API. Everything works fine, except the seemingly simple part of finding the service_link_id which is needed when accepting the request. Here's what I did: - Use

RE: Google Ads API - Set Bide - update_ad_group

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Liad, Thank you for reaching out. It’s most likely you have installed a client library version prior to v5. In the v5, the cpc_bid_micros has been changed to int64 primitive type. However, in the earlier versions, the cpc_bid_micros has the Int64Value type whose object instance contains the

Re: How to get total amout spend across all campaigns?

2020-10-07 Thread Ryan Steiner
How does this work with the new Google Ads API? does ACCOUNT_PERFORMANCE_REPORT still work? On Thursday, November 21, 2019 at 10:30:41 AM UTC-5 adsapiforumadvisor wrote: > Hi Sean, > > Thanks for

bogus portfolio bidstrategy-id

2020-10-07 Thread 'Nikita Nikitin' via AdWords API and Google Ads API Forum
Hello, I fetch a list of campaigns and a list of shared bid strategies. And I see that there is a campaign, that has a bid strategy with an ID (i.e. shared BS), that is absent in the list of all shared strategies. I've reset all filters and even checked if the campaign is express, but

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-10-07 Thread anatolii_z
Hi, A new example: The extension (feedItemId:140711516699) was uploaded and was successfully associated with campaigns: Campaign IDs: 627245657, 627409908, 627245693, 627203215, 627410811 ... e.t. But during associating with other campaigns I get the error 'EntityNotFound.INVALID_ID', for

GAQL query

2020-10-07 Thread Akif Çakırmelik
Hello to everyone. Which GAQL query should I use to get the id, name and total cost of all subaccounts in the manager account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-07 Thread Andrea Cau
Hi Xiaoming I believe I have got the right conversion_action.id and other info by GAQL filtering by conversion_action.name """SELECT conversion_action.id, conversion_action.name, conversion_action.resource_name,

GoogleAds API - Use for getting Client stats

2020-10-07 Thread Andre Karner
Hey guys! I am playing already a week with the Google Ads API just to get the "Descriptive Names" of a Clients account. What I've done so far: 1) Production Manager Account with Developer Token 2) Test Manager Account 3) Created Client Account on Test Manager Account using API 3) ClientId +

Re: AuthenticationError.OAUTH_TOKEN_INVALID in get_campaigns.py

2020-10-07 Thread Egemen Sarımaden
Hi, I do not have *reply to author permission, *could you give me the permission? On Tuesday, October 6, 2020 at 10:42:15 PM UTC+3 adsapiforumadvisor wrote: > Hi Egemen, > > Thank you for reaching out. Please make sure that the email you are using > is a user of the account for generating

Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Hi Have tested but produces below error, CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @ operations[0].operand.selectiveOptimization.conversionTypeIds; trigger:'ConversionTypeId: 469825417', CampaignError.SELECTIVE_OPTIMIZATION_CONVERSION_TYPE_INVALID @

Re: Audiecne list report column required

2020-10-07 Thread denma test
Shared details email On Wednesday, October 7, 2020 at 12:48:40 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Can you please provide a screenshot of what you are looking to pull via > API? Please ensure you highlight which values are not being returned via > API in the screenshot of the

campaign setBiddingScheme on v9.0.0 of the api?

2020-10-07 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
Hi, I can't seem to find the setBiddingScheme on class com.google.ads.googleads.v5.resources.Campaign . It seems to be in some javadocs like public Campaign.Builder setBiddingStrategyType(@NotNull com.google.ads.googleads.v5.enums.BiddingStrategyTypeEnum.BiddingStrategyType value)

Re: Google Ads API - Set Bide - update_ad_group

2020-10-07 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
Hi It supposes to be *ad_group.cpc_bid_micros.value = cpc_bid_micro_amount* *You need to update the documentation :)* On Wednesday, October 7, 2020 at 9:48:28 AM UTC+3 Liad Barak wrote: > I'm trying to update *ad_group.cpc_bid_micros *using Google documentation: > Google Ads API Guide:

Re: FAILURE REQUEST SUMMARY. Method: google.ads.googleads.v5.services.GoogleAdsService/Search, Endpoint: googleads.googleapis.com:443, CustomerID: XXX, RequestID: null, ResponseCode: UNAVAILABLE, Faul

2020-10-07 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
Hi, I don't "have perms to reply to the author in this group". Here is req/response that I just got from a test run: 10:00:04.671 [Gax-105] INFO c.g.ads.googleads.lib.request.detail - FAILURE REQUEST DETAIL. Request --- MethodName:

Re: Universal App campaign bid strategy

2020-10-07 Thread denma test
Okay, thanks. Will check. On Wednesday, October 7, 2020 at 1:28:38 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > If you are looking to focus bidding on In-app actions, you can select your > bidding strategy goal type as OPTIMIZE_FOR_INSTALL_CONVERSION_VOLUME as > mentioned in this >

Re: How to get remarketing Audience list

2020-10-07 Thread Jitendra Kumar
ok thanks, can you tell me what service need to used for add customer in crmbased remarketing audience list. On Tuesday, October 6, 2020 at 9:05:29 PM UTC+5:30 adsapiforumadvisor wrote: > Hi Jitendra, > > Thank you for reaching out. Unfortunately, it is not possible to fetch the > last

Google Ads API - Set Bide - update_ad_group

2020-10-07 Thread 'Liad Barak' via AdWords API and Google Ads API Forum
I'm trying to update *ad_group.cpc_bid_micros *using Google documentation: Google Ads API Guide: docs/campaigns/bidding/set-bids Google Repository: update_ad_group.py

RE: ManagedCustomerService Returning Inactive Accounts

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Vine Gaming, Could you confirm if your concern is related to the current discussion in this thread? If yes, could you add more details about the issue on your end so our team can provide the appropriate support? Best regards, Peter Laurence Napa Oliquino Google Ads API Team

RE: Update Max CPC Ceiling on CPA Bid Strategy

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Joe, Thanks for posting your concern. With regard to your concern, it is possible for both Standard CPA bidding strategy and shared CPA portfolio strategy to adjust its max CPC Bid Ceiling as stated on the table here (TARGET_CPA). For updating the shared CPA portfolio strategy, you can use