Creating Extension without affecting existing one using API

2019-11-28 Thread Pushkar Gulkari
How we can add new extension without affecting other extensions (ongoing) in account or campaign or adgroup using Google Ads API (Python)? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

CANNOT_BID_MODIFY_CRITERION_TYPE

2019-11-28 Thread Rui Zhang
I used google ads Api to change keywords bid, but reported a GoogleAdsException error, the code is as follows: String keywordResource = ResourceNames.adGroupCriterion ( accountId, adGroupId, keywordId); AdGroupCriterio

Placements in Click Performance Report

2019-11-28 Thread Fedor Ivanov
Good day! I have a problem with collecting placements in Click Performance Report. There is a field CriteriaParameters in this report with description: "Descriptive string for the Criterion. For more information on the format of criteria types in reports, see the Criteria prefixes section of the

Not possible to get ads with type "Third party ad" via Google Ads API

2019-11-28 Thread nazar pryymak
Hello, In AdGroup we have ads with type "Responsive display ad" and "Third party ad" : Then I am trying to get all ads for this addGroup via Ads API : ga_service = self.client.get_service("GoogleAdsService", version="v2") query = ( "SELECT ad_group_ad.ad.name, ad_group_ad.ad.type, ad_group

Issues with including/excluding criteria API

2019-11-28 Thread AB
Picking up on this thread: https://groups.google.com/forum/#!topic/adwords-api/3pbkvWiYZ9Q So, all criteria seems to be on by default, and I'd like to narrow it down to the ones that interest me. I'll outline the things I tried so far (the object names I'll use conform to the PHP client librar

Creating New Extensions also affecting existing extensions Approval Status as UNDER REVIEW

2019-11-28 Thread Pushkar Gulkari
When I try to add new extension to any level if I do not fetch the existing extensions then they get overwrite by new one. But that is creating problem of everytime I have to add new extension along with existing one combined. That is making all of them like new one as well as old ones to go "UN

Missing app download campaigns from GEO_PERFORMANCE_REPORT

2019-11-28 Thread Umberto Poli
Hello, we are using the AdWords API to access these two reports: - CAMPAIGN_PERFORMANCE_REPORT - GEO_PERFORMANCE_REPORT >From the CAMPAIGN_PERFORMANCE_REPORT everything is received as expected; instead from the GEO_PERFORMANCE_REPORT *the app download campaigns are missing.* It seems

get in-app action or installations for UAC campaigns

2019-11-28 Thread Theo Arnold-Forster
Hi I'm trying to get in-app actions or installations from the Ads API for either the ad_group or ad_group_asset_view resource. However, it doesn't seem possible. Is there any work around to get it, using conversion action or something? also when will this be introduced? - its a pretty key feat

Re: Getting different results for Traffic Estimate from API compared to Google Ads UI

2019-11-28 Thread Suresh Kumar Shenbagam
Hi, And one more thing, Clicks, Impressions, Cost are not completely matching. Am able to get the results close by doing the following calculation, let me know if that's right. To calculate, Average CPC: ( (min money + max money) / 2 ) / 100 average position: (min value + max value) / 2

Correct campaign type for specific network targets

2019-11-28 Thread Miquel Isern Roca
I have two different types of campaigns. Campaign A with 'targetGoogleSearch' and 'targetContentNetwork' set to true and campaign B with 'targetGoogleSearch' and 'targetPartnerSearchNetwork' set to true. I create them as SEARCH campaigns but reading the docs I can not be sure if that's the rig

Re: Can't access to API Center

2019-11-28 Thread DII France
Hello, Yes, I'm connected but the interface disconnect me each time when i try to access to the API Center (see screenshot attached). Regards, Cédric. Le mercredi 27 novembre 2019 19:28:26 UTC+1, adsapiforumadvisor a écrit : > > Hi there, > > Thanks for reaching out with your question. Yo

Google Ads API Release Schedule

2019-11-28 Thread 'Xavier Oyarzabal' via AdWords API and Google Ads API Forum
Hi, We're currently developing an API to interact with the Google Ads API, and we'd like to know if there's a release schedule, because we wouldn't want to go into production while the Google Ads API is still in Beta. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u