Re: insertionText restriction "Can use / between two numbers. For example 4/1 and 0.95/0.45 are valid." ?

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Artur, Thank you for your patience. The "/" is indicated as an allowed character when you wish to represent certain information involving numbers, such as possibly : A representation of a date in the text "Sale ends on {}" wherein the insertion text could be "1/10" to represent October 1st.

RE: Exclude Product on the basis of ItemId/OfferId in shopping campaign using c#

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi, It appears that my response from the original forum thread was deleted. However, you may refer below for my response if you were not able to view it : "My apologies as our team cannot provide the specific example you are looking for. You can refer to this example code (also available in oth

Re: Exclude Product on the basis of ItemId/OfferId in shopping campaign using c#

2019-09-26 Thread For Study
Can you give me sample code in c# how to apply negative criterion and how to pass the ProductOfferId to exclude the product from campaign. Please help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

RE: Developer token transfer

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Sergei, Thank you for posting your concern. However, it appears that you have a separate thread with the same concern and my colleague, Peter has responded in the thread. You may refer to the thread and communicate there if you have further clarifications. Regards, Hiroyuki Google Ads API T

Re: insertionText restriction "Can use / between two numbers. For example 4/1 and 0.95/0.45 are valid." ?

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Artur, My apologies for the back and forth and thank you for your patience. Please allow me some time to discuss this with the rest of our team and we'll get back to you immediately as soon as we have more information about your concern with the insertionText field. Best regards, Peter Goog

Developer token transfer

2019-09-26 Thread Sergei Kazitcin
Hi! We want to transfer developer token from one MCC account to another by using this form: https://services.google.com/fb/forms/apicontact/ Is there any restriction or possible problem for already working application? We can't find any information about it in documentation. -- -- =~=~=~=~=~=

How to get AppAdInfo via Google Ads v2

2019-09-26 Thread Stefan Nguyen
How do I get the AppAdInfo using Java Library of Google Ads V2? The maven version is 4.1.1-SNAPSHOT The query i used is: SELECT ad_group_ad.ad.app_ad FROM ad_group_ad WHERE ad_group_ad.ad.id IN (...) The error I got back: { error_code { query_error: PROHIBITED_FIELD_IN_SELECT_CLAUSE } m

RE: Conversion Actions Information Google Ads PHP

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hello Adrian, Via API it is not possible to capture the details you have marked on the view. The mapping of reports to the Google Ads UI can be found here . Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHI6Ss:ref -- -- =~=~

RE: Ad Customizers - Blank Behaviour

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Charles, Thank you for writing to us today. Could you please confirm if you are using Google Ads API or Scripts to set up ad customizers? If you are using Google Ads Scripts and looking for a way to insert conditionals via scripts, I would recommend posting on Google Ads Scripts Forum as the

Conversion Actions Information Google Ads PHP

2019-09-26 Thread Adrian Lara
Hi Google Ads Team, i need duplicate this view in my end but i not have all information , i need this information. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: Ad Customizers - Blank Behaviour

2019-09-26 Thread Charles Michael
I'd also prefer to not revert to a default value, I'd rather the ad doesn't trigger than use a default value. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Ad Customizers - Blank Behaviour

2019-09-26 Thread Charles Michael
I'm setting up ad customizers where I'm using up to 3 text fields to include features about the items we are selling, but not all 3 fields have data (some are blank). I'm wondering what is the default behaviour when a lookup to an adcustomizer is blank. For example what if the ad appears as "Ch

Re: Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Kuldeep, It is not possible to get the bid simulator fields for 'Device' and 'Search keyword' via API reports. Let us know if you need any additional information. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UHHsC6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: insertionText restriction "Can use / between two numbers. For example 4/1 and 0.95/0.45 are valid." ?

2019-09-26 Thread Artur Grossmann
Hello Peter, The product experts via the Google Ads Help Community forum directed me towards the API forum. So who should I ask? Thanks for your time and the response though. Kind regards Artur Am Mittwoch, 25. September 2019 07:18:08 UTC+2 s

RE: Run BatchJobService on Manager Account

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Marco, Depending on the transaction, the BatchJobService should mainly be used to make calls against client accounts and not MCC accounts since most of the supported operations are from services which accepts only a client account ID in the request header. Also, the EntityNotFound.INVALID_I

Re: Cannot ceate uac campiang with api, get OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error

2019-09-26 Thread Google Ads API Forum Advisor Prod
Hi Naomi, Could you share the complete SOAP request and response logs and the code examples you used for both Java and Python so I can further investigate? You may send these details privately using the Reply privately to author option. Thanks and regards, Peter Google Ads API Team ref:_00D1U11

Run BatchJobService on Manager Account

2019-09-26 Thread Marco Natalini
Hello AdWords API Team, I'm trying to run BatchJobService using ManagerAccount id. I've a strange behaviour. I create JobService using a session with manager account id $sess = $adWordsSessionBuilder->withClientCustomerId("MANAGER_ACCOUNT_ID")->build(); $batchJobService = $adWordsServices->ge

Re: Cannot ceate uac campiang with api, get OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE error

2019-09-26 Thread 'Naomi Shao' via AdWords API and Google Ads API Forum
I am getting same error - weirdly I could create app campaign with Java but not Python... On Tuesday, September 24, 2019 at 8:46:52 PM UTC+8, Viktor wrote: > > > Hello, > > I'm seeing the exact same error on my test account, and it was working a > few days ago so it's something that changed rec

Re: Keywords Metrics Data(impressions, click etc) with bid simulator field

2019-09-26 Thread Kuldeep Kumar Patel
Hi Nikisha, Thanks for your reply. I am still unable to find the Bid Simulator fields for 'Device' and 'Search keyword'. please help how to fetch these fields? Fields : - Est. add. clicks/wk (+50% bid) Est. add. clicks/wk (+300% bid) Est. add. clicks/wk (-50% bid) Est. add. clicks/wk (fir