Shopping perfomance report for Smart shopping campaign

2020-08-03 Thread Vyacheslav Dyumaev
Hello! I'm trying to get Shopping perfomance report by offer ID for smart shopping campaign using google adwords API + java, but can't do that. I'm using these predicates: predicates.add(buildPredicate(CAMPAIGN_ID, PredicateOperator.EQUALS, campaignId.toString()));

Re: Google adwords api :: User interest for search campaigns

2020-08-03 Thread SR
Thank you for your response. To get better clarity, could you please provide answers for the below queries? 1. How do we add user interest for search campaign using Google api? In Google adwords UI, we can add user interest for search campaigns, let me know if the same can be done in api with

Re: Can I set target setting to Observation when I add audience or topic to ad group via api?

2020-08-03 Thread Martin SangDo
I see it already supported "settings": [ { "settingType": "TargetingSetting", "details": [ { "criterionTypeGroup": "USER_INTEREST_AND_LIST", "targetAll": true //true: Observation, false: Targeting } ] } ] On Friday, 13 March 2020 19:51:34 UTC+7, Miguel Graciá wrote: > > Hi Vincent > > I am

Re: Optimization Recommendation Uplift Score?

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Pete, We have submitted a feature request to include the "uplift score" field in the Google Ads API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q22XqGH:ref -- --

RE: How can I verify upload to custom audiance list is working on a test account

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Miriam, Thank you for reaching out to us. You can use "validateOnly" to first check if the call is valid and will go through. You can also set up your request and response logs to check if the call was performed or if there was issues with the call. To set up these logs, you can follow the

Re: BiddingErrors not compatible with payment mode campaign pay for conversions

2020-08-03 Thread Steven Horvat
Did anyone ever resolve this? I'm experiencing the same issue. Using the adwords API PHP SDK. If I attempt to update the budget of a campaign thats set to 'pay for conversions' I get the same error: faultMessage=[BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE @ operations[0].operand.budget;

RE: sending url request

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. You can make requests to the campaign resource in order to get data on your campaigns. You can refer to this sample code to see how to pull all campaigns for the customer ID specified. If this is not what you are looking for, please elaborate so that I can

RE: Automatic Targeting in Adwords API

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Anthony, Unfortunately, those details are still not available using the API. As Devin mentioned, you can follow our blog for updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22b7Ph:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Geo Performance Report Returns Me Empty Data

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca, Thanks for reaching out. With regards to your concern, you can use ad performance report. Let me know if this is what you're looking for. If not can you please provide screenshot of UI along with customer id. Please reply privately to author options while sharing the details. Let me

Re: Geo Performance Report Returns Me Empty Data

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca, Thanks for reaching out. With regards to your concern, you can use ad performance report. Let me know if this is what you're looking for. If not can you please provide screenshot of UI along with customer id. Let me know if you have any questions. Thanks, Nirmita Patel Google Ads

RE: All available datas in API

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi P, Thank you for reaching out. If you are using AdWords API, you can set a CUSTOM_DATE as your date range. You can select any date range you want by using this date range. You can also use a custom date range in Google Ads API by specifying "segments.date BETWEEN -MM-DD AND -MM-DD"

Re: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread SUBINPVASU
Thank you I, with PHP lib, got the refresh token from the above part with the exception. I have taken that refresh token and tried to access the same account using Python lib, using the same tokens, and found it worked. On Mon, Aug 3, 2020 at 11:47 PM Google Ads API Forum Advisor Prod <

RE: AuthorizationError.USER_PERMISSION_DENIED

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Subain Thanks for reaching out. The AuthorizationError.USER_PERMISSION_DENIED occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Please make sure there is linking between the MCC authenticated and the

RE: Publishers list

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Nika, If you want to get a report of Where ads like the ones shown here, you can run the Automatic Placements Performance Report. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22b60H:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: How to get the Link ID?

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Jesca, Thank you for reaching out to us. I see that you have two concerns. You can find my response to them below. 1. Do I still need a Link ID to track app conversion? You'll need a Link ID if you're using Mobile App Conversions and Remarketing API. For conversions under Google Ads/AdWords

How can I verify upload to custom audiance list is working on a test account

2020-08-03 Thread Miriam Mchome
When I upload to an existing audience list using SOAP API mutatemembers method the only feedback I have is 200 In Process response. When I check the list on the UI , the Size remains 0 and match rate is* blank with no data* even after waiting more than 24 hours and uploading more than 1000

RE: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi Sean, The TargetingIdeaService in AdWords API uses a different back end server than the UI to generate keyword ideas. Google Ads API results should be closer to what you see in the UI. Let me know if you continue to see discrepancies using this API. Regards, Anthony Google Ads API Team

RE: How to retrieve ads Labels

2020-08-03 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You could query the label.id from the label resource to get the id for a label. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q22b6Hn:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

sending url request

2020-08-03 Thread HsenWehbe
im trying to get the campaigns of my client account using url request endpoint , how can i do this? thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Automatic Targeting in Adwords API

2020-08-03 Thread Anthony Gianastasio
Hello, I was looking to retrieve this information of whether or not Targeting Expansion was "ON" on our hundreds of adgroups (we wanted to build a dashboard with a filter "Audience Expansion TRUE/FALSE"). But from what I understood, this information is not provided in the different API methods

Re: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Sean Hayes
Hi, still playing around with this with not much luck. Would really appreciate a response on this. On Friday, July 31, 2020 at 6:19:55 PM UTC+1, Sean Hayes wrote: > > Hello > > I am trying to use the Keyword Planner tool to get quality Keyword > Suggestions for whatever query I put into it.

All available datas in API

2020-08-03 Thread Pa Ko
Hi, in interface are available datas 4 year back. When will be the same in API? P. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

How to retrieve ads Labels

2020-08-03 Thread beyond Clicks
SoIm using the new beta API to with Labels and am trying to figure out this... label ID it keeps mentioning, all the examples and information I can find points to people already having the ID or making the label... but I have

Publishers list

2020-08-03 Thread Nika Kozhukh
Is there any way in AdWords to get clicks by publishers where our ads had been shown? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because