Re: ManualCPM Configuration

2020-02-13 Thread Pietro Galassi
As you can see from the first example in the thread: we have create a campaign with rest apis with manual cpm: { "partialFailure": "false", "validateOnly": "false", "operations": { "create": { "name": "ManualCPMTest", "advertising_channel_type": "DISPLAY", "status":

Re: ManualCPM Configuration

2020-02-10 Thread Pietro Galassi
Which api ? Can you provide an example ? Regards, Pietro Galassi On Friday, 7 February 2020 22:27:03 UTC+1, adsapiforumadvisor wrote: > > Hi Pietro, > > When using the Google Ads API, the biddingStrategyType > <https://developers.google.com/google-ads/api/reference/rpc/googl

ManualCPM Configuration

2020-02-05 Thread Pietro Galassi
Hi, we have create a campaign with rest apis with manual cpm: { "partialFailure": "false", "validateOnly": "false", "operations": { "create": { "name": "ManualCPMTest", "advertising_channel_type": "DISPLAY", "status": "ENABLED",* "manualCpm": { },*

Re: Update Campaign to REMOVED status using Api

2020-02-03 Thread Pietro Galassi
Hum, thanks a lot! Regards, Pierpaolo On Monday, 3 February 2020 20:13:46 UTC+1, adsapiforumadvisor wrote: > > Hi Pietro, > > I would like to clarify that this example > > of how to remove a campaign does not

Re: Update Campaign to REMOVED status using Api

2020-02-02 Thread Pietro Galassi
Hi, a) The example gives you how to remove a campaign. But removing this way it NOT set the status to REMOVED but instead it fisically removes it. --> Not working as Google Ads Console that put the status to REMOVED. b) Updating the status to REMOVED with Update operation gives you the error i

Update Campaign to REMOVED status using Api

2020-01-31 Thread Pietro Galassi
Hi, we tried to update a campaign status to REMOVED using apis: POST https://googleads.googleapis.com/v2/customers/2017233623/campaigns:mutate { "operations": { "updateMask": "status", "update": { "resource_name": "customers/2017233623/campaigns/9151140201", "status":

Re: AdGroup Age_Range Criterion

2020-01-30 Thread Pietro Galassi
As an addendum: Query to get criterion related to campaign: { "query" : "SELECT campaign_criterion.resource_name, campaign_criterion.type FROM campaign_criterion WHERE campaign_criterion.campaign= 'customers/2017233623/campaigns/9129481874'" } Response: { "results": [ {

Re: AdGroup Age_Range Criterion

2020-01-30 Thread Pietro Galassi
Hi, this is what is happening from GUI not from API. When you create a campaign from APIs the only criterion that are automatically created are the ones related to device. How to replicate: 1) create a campagn with api 2) retrieve all criterion related to campaign: { "query" :

GEO CONSTANTS wrong values

2020-01-29 Thread Pietro Galassi
Hi all, it seems that both query on table and downloadable excel reports wrong values for the following canonical name. *Please correct them.* 1008080 - "canonicalName": "Bari,Bari,Bari,Apulia,Italy", 1008129 - "canonicalName": "Trivero,Italy", 1008318 - "canonicalName": "Universita degli Studi

GENDER Criterion on AdGroup

2020-01-27 Thread Pietro Galassi
Hi, we are setting a GENDER criterion at AdGroup level: POST https://googleads.googleapis.com/v2/customers//adGroupCriteria:mutate { "operations": [{ "create": { "gender": { "type": "MALE" }, "adGroup": "customers//adGroups/YYY", "status": "ENABLED",

Re: AdGroup Age_Range Criterion

2020-01-27 Thread Pietro Galassi
Hi, we are setting the criterion at adgroup level as you can see in the request. But while we set ONLY one AGE_RANGE let's say 18_24 on the google ads console we see ALL the age range criterion set (all green). Can you please tell us how it works ? Regards, Pierpaolo On Friday, January 24,

AdGroup Age_Range Criterion

2020-01-24 Thread Pietro Galassi
Hi all, we have created a new criterion using: https://googleads.googleapis.com/v2/customers//adGroupCriteria:mutate { "operations": [{ "create": { "ageRange": { "type": "AGE_RANGE_18_24" },

Create DEVICE criterion on Campaign

2020-01-22 Thread Pietro Galassi
How to add a DEVICE criterion to a CAMPAIGN with apis ? Performing this request: https://googleads.googleapis.com/v2/customers/Y/campaignCriteria:mutate { "operations": { "create": { "status": "ENABLED", "campaign":

Re: Get list of Affinity Categories and In-market categories

2020-01-21 Thread Pietro Galassi
Yes! Already did it :) Thanks anyway! Ho to get list of AGE_RANGE or GENDER from tables ? Regards, Pietro On Tuesday, 21 January 2020 17:16:27 UTC+1, adsapiforumadvisor wrote: > > Hello Pietro, > > Thank you for clarifying this better. To retrieve the full list of user > interest criterion via

ConstantDataService.getUserInterestCriterion equivalent for REST

2020-01-20 Thread Pietro Galassi
Hi all, is there any REST equivalent for ConstantDataService. getUserInterestCriterion (

Re: Get list of Affinity Categories and In-market categories

2020-01-20 Thread Pietro Galassi
Well, performing this query using googleAds:search { "query" : "SELECT custom_interest.id, custom_interest.name, custom_interest.description, custom_interest.type, custom_interest.status,

Get list of Affinity Categories and In-market categories

2020-01-17 Thread Pietro Galassi
Hi all, how is possible to get list of Affinity Categories using rest Apis ? Regads, Pietro Galassi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received