Re: Google Ads API - Device type query is returning confusing results

2019-10-04 Thread Dylan McBurnett
Thanks for the response (private)! If there are no Impressions for a campaign(as in this case) then there will be no impressions across the devices - So a query of Devices will return empty for that campaign. On Thursday, October 3, 2019 at 1:28:21 PM UTC-4, adsapiforumadvisor wrote: > > Hell

RE: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hello, We are taking a look into this issue. We will have an update for you soon. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKMAt3:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Praduman, Thank you for reaching out. Have you gone through the steps to sign up your account and make your first api call? If so, you should be able to get your manager account ID from the Google Ads UI. You can insert this ID where it says “api.adwords.clientCustomerId=” in the “properties

RE: Fetch all client accounts under MCC

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Rodriguez, If you're looking to retrieve the complete account hierarchy, you may use the customer_client which will return the accounts under a manager account. If you are looking to retrieve the customers directly accessible by the user authenticating the call, you may use the ListAccessibl

RE: Invalid schema: Not yet initialized

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Rob, Thank you for reaching out. Can you please make sure that you have followed the steps mentioned in this guide while creating report definition and submitting request to Google server? If yes, could you please share the complete XML report definition schema in API used while generating r

RE: .Net Lib GoogleAd API not working

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Pravin, I am from Google Ads API Team. To confirm, this link is pointing to the latest working .net client libraries to make calls against the API. Could you please make sure you are following the exact steps mentioned in the README.md file to install the client libraries on your end? If the

RE: Responsive Display Ad - Promo Text and Price Prefix

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Reggie, The dynamicSettingsPricePrefix and dynamicSettingsPromoText are the settings specific to dynamic Responsive ads which are created. Please refer to step #3 of this guide for more information. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UKMBUB:ref -- -- =~=~=~=~=~=~=~=

Re: Renamed status for Campaign and AdGroup name

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hello, You can use the CustomerSyncService.get() to get changes in your campaigns and accounts. Also, you may refer to this sample code on how to use this service to get the changes in your account during past 24 hours. Please note, this service is not as detailed as the 'Change History' availa

Re: Migrate field Criteria to Google Ads

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing the detailed requirements. Please find my response to your queries below. The types: ProductPatition, PreferredContent, RunOfNetwork, InteractionType in AdWordAPI are which types in Google Ad API? The criterion type in Adwords API is mapped to the campaign_criterio

.Net Lib GoogleAd API not working

2019-10-04 Thread Pravin Chetu
Hi Team, after downloading and then setup code it is not working and giving error on JSON key parsing. https://github.com/googleads/googleads-dotnet-lib we want to have wsdl or JSON based API to get googleAd details. like clicks, users, QL etc. it will be good if got a working sample. we want

Campaign not accepting some InMarket Category Ids

2019-10-04 Thread Chaitanya Kulkarni
Hi Team, I am using Google adwords API to create a campaign/ ad group with inmarketing targeting. I am getting the data for existing inMarket categories by using ConstantDataService. While creating a campaign programmatically, I observed that for some of the in-market categories, I get "Invalid

Invalid schema: Not yet initialized

2019-10-04 Thread Rob
Hello, Recently I'm facing the following error when trying to connect to the AdWords API: "Invalid schema: Not yet initialized" Using the the same connection with same parameters (clinetid, developer token etc.) I was able to connect and get data from API's reports. Could you please confir

Responsive Display Ad - Promo Text and Price Prefix

2019-10-04 Thread Reggie Pasco
Hi, Im creating MultiAssetResponsiveDisplay Ad via Google Api. The ad has options for dynamicSettingsPricePrefix and dynamicSettingsPromoText. I just want to ask where can I find them in the actual Ad in the Google Ads site just to check? Please advise. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Fetch all client accounts under MCC

2019-10-04 Thread Orestis Rodriguez
Hi, Is there a request similar to ListAccessibleCustomers to fetch all accessible customers in an MCC (customers of manager accounts owned by the MCC a

Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-04 Thread 'Linas Medžiūnas' via AdWords API and Google Ads API Forum
Hi, 1. I'm fetching AdGroupCriterion of some *Hotel* with the query: SELECT ad_group_criterion.resource_name FROM ad_group_criterion WHERE ad_group_criterion.listing_group.case_value.hotel_id.value = 'bc1f979e-0d69-4363-80a1-9b3e76c52b35' 2. The query results are: "ad_group_criterion { resou

RE: KeywordEstimateRequest completely random/broken

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. However, your concern about the computations of estimates appears to be more product related already. So you could get further guidance regarding this matter, I would recommend that you reach out to the product experts via the Google Ads Help Community forum as

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-04 Thread Praduman Tiwari
Hello, Sai :), Thanks for the reply. As you suggest me to Apply "clientCustomerId" of manager a/c to fetch the all clients user in my manager a/c. Please suggest any way to get clientCustomerId of the manager account which is connected to my APP, I am using this code for authentication. $clie