CIDR block for Google Ads Script

2019-08-16 Thread Michael Xue
Hi, We have a Google Ads script that is trying to access one of our private HTTP server running in AWS. We set the security group for the EC2 instance that hosts the HTTP server to allow CIDR block 107.178.192.0/18 (which expands to 107.178.192.0 - 107.178.255.255). This seems to be the range o

RE: BidModifier Guide

2019-08-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. To increase or decrease your bids depending on the existing bid you could use mutate operation of AdGroupBidModifierService/CampaignBidModifierService to update bid_modifier field at adgroup or campaign level in Google Ads API. You could try to implement percent

Re: Does Product Partition Report cpc bid reflect device modifiers

2019-08-16 Thread 'Sifang Chu' via AdWords API and Google Ads API Forum
I have a campaign/adgroup whose bidding strategy is cpc, with a device modifier of +30% for computers. But when I query for same campaign and adgroup within the product partition table, I'm getting different impression counts for different device types, but always the same cpcbid. This is diffe

Re: OPERATOR_NOT_SUPPORTED when I trying to remove video id from adgroup (UniversalAppAd)

2019-08-16 Thread Google Ads API Forum Advisor Prod
Hello, instead of using the 'REMOVE' operator in your mutate request, please instead try using the 'SET' operator to update the ad itself. In doing so, specify what you would like the 'videos' array to look like after the operation is complete. So for example, if you had 1 video and wanted to re

RE: ADD_OPERATION_NOT_PERMITTED for Smart Display Campaigns

2019-08-16 Thread Google Ads API Forum Advisor Prod
Hi Matheus, The eligibility requirements of your Google Ads account should apply in both the Google Ads UI and the AdWords API. Also, could you confirm if my understanding is correct that you are indeed using the AdWords API? If I am correct and so I can further investigate, could you provide t

RE: Test Manager account

2019-08-16 Thread Google Ads API Forum Advisor Prod
Hi Tamas, Thank you for reaching out. Regarding your concern about the API center, test manager accounts do not have an API center page in the UI. This page is only available in the production manager accounts. Moving forward with your issue on client accounts not showing in your test manager

RE: Get account hierarchy in json or dictionary

2019-08-16 Thread Google Ads API Forum Advisor Prod
Hi Imran, My apologies as our team would not be able to provide support regarding your concern as providing implementation to convert the results into JSON is already outside of our scope. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UEJHnD:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Test Manager account

2019-08-16 Thread Tamas Lakatos
Hi, I am trying to set up a test manager account with this guide ( https://developers.google.com/adwords/api/docs/guides/first-api-call?hl=en-GB#create_test_accounts) but I can't see the `API Centre` in the dropdown list. What I tried: * created the test manager account (A test account) (on

Get account hierarchy in json or dictionary

2019-08-16 Thread Imran Khan
I want to get the account hierarchy and I've done it but the sample code provided by the client library only prints it. I want to get the hierarchy in a json object or a dictionary, which I'm not able to do. i'm using the below code. https://developers.google.com/adwords/api/docs/samples/pytho

ADD_OPERATION_NOT_PERMITTED for Smart Display Campaigns

2019-08-16 Thread Matheus Abegg
I'm not being able to create Smart Display Campaigns using the API for one of my sub-accounts. I know about the eligibility requirements but since I'm able to create such campaigns using the GUI, I was wondering if this limitation applies for the API only or if there could something else I'm

BidModifier Guide

2019-08-16 Thread cv
Hi, I can see that bidmodifier range is 0.1-10.0 If I need to increase bid by 10% from current modifier how I can calculate? Lets say my bid is adjust for AgeRange 18 to 24 as 12% now for sunday I need to change /increase it to 20% from 12% how I can get those values? Same way from monday to sa