Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-02-19 Thread Ketaki
> > Hi Dhanya, > I tried with maximizing my browser window but still couldn't find Network (with search partners) segment in the dropdown. Below are the steps i followed to get Keyword Report for an account. - After login, i go to Campaigns tab. - In Campaigns Report, I click on the

Bid Adustments On Top Level Domain And SubDomain

2018-02-19 Thread Garik Tate
Hey guys, if you make a bid adjustment on a domain say "forbes.com", of +10%, and then make a bid adjustment on a specific page of that domain say "forbes.com/some-random-page" of +15%. Will those two bid adjustments play with each other? In other words will my bid adjustment on

How to adjusting bid on an existing ad schedule? its says its already existed.

2018-02-19 Thread Ken Dan Tinio
this is my code for adjust bid in ad schedule. // Create a mobile platform. The ID can be found in the documentation. // https://developers.google.com/adwords/api/docs/appendix/platforms $adsched = new AdSchedule(); $adsched->setDayOfWeek(strtoupper($day_of_the_week));

Re: Rate Exceed Error for TargetIdeas service

2018-02-19 Thread cv
Hello Vincent, Yes, I got you. I have also read same on this group other questions as well, but as mentioned over here https://developers.google.com/adwords/api/docs/guides/rate-limits the ACCOUNT scope will be depend on the No of

Re: Add User List Campaig-Level With set "Bid only"

2018-02-19 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Gerardo, In order to change the targeting setting of your userlist to "Bid only", you will need to set the targetAll field of the TargetingSettingDetail

Re: Rate Exceed Error for TargetIdeas service

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I am a teammate of Milind and I will be providing support. For the TargetingIdeaService , you may sometimes receive RateExceededError with rateScope=ACCOUNT as this service is more expensive compared

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
Thank you so much for providing me this answer. I have just figure it all out as well. We have the same code. Thank you! thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Since your main goal is to add an AdSchedule, then you need to use the ADD operator in your mutate() method as well as setting the criterion as AdSchedule instead of Platform. Also, you

Re: Rate Exceed Error for TargetIdeas service

2018-02-19 Thread cv
Hi Milind, I also facing same issue with TargetingIdeaService only and I am using exactly same account for clients to whom I have permission of the account. I am also not using One Account for frequently request as you mentioned in the summary. I am using it for 3-4 times a day with getting

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
So far I have this.. class SetBidModifier { const CAMPAIGN_ID = '1010615735'; // Bid modifiers are float number, not percentages, e.g., 1.5 means 50% more // bidding. const BID_MODIFIER = '1.5'; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession

Re: Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Normally, for PHP client library, if the error being generated states that it cannot find a certain class, then it means that the dependencies are not fully installed/downloaded. I have also encountered this issue before for the OAuth2TokenBuilder when I installed the latest PHP client

Add User List Campaig-Level With set "Bid only"

2018-02-19 Thread gerardo
Hi, I'm working in add User List Criterion to a Campaign, but i need that the user lists added are setting as "Bid only" or "Observation" in the new UI. "Bid only" is default in UI but when add for the API not. *This option is configurable at Campaign-level in API?*. I know you can do it at

Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-19 Thread blair
I've seen this question asked a few times and followed what was being said but had no luck. - I successfully installed via composer and have verified that the src/Google/AdsApi/Common folder is there and it does contain OAuth2TokenBuilder.php. I suspect that my path is wrong but it does load

Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, >From the SOAP logs, it looks like the namespace for BiddableAdGroupCriterion is missing in your request resulting in the CONCRETE_TYPE_REQUIRED

Re: Fatal error: Call to undefined function Google\AdsApi\AdWords\boolval()

2018-02-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Alan, The examples in the adwords php library are meant to be run from the command line and not as a webpage. If you run them as a webpage, results may not be shown properly. Please refer this guide for better

Re: Editing User List members

2018-02-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, It takes 6 to 12 hours for the list to be populated with members and the email addresses uploaded must be associated with a Google account. You may refer to this guide for uploading

Re: ConversionTrackerService doesn't respect select fields

2018-02-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the logs. There are certain fields in the API request that will be returned even when not in the selector request. The snippet is auto-generated by

Re: Error API First Call

2018-02-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi, I was able to pull up your account 737-186-2754. Looks like it is not a test account. You also would need a test manager account to use the API until your Production Developer Token is approved. Please refer this

Fatal error: Call to undefined function Google\AdsApi\AdWords\boolval()

2018-02-19 Thread Alan Coleman
Hello everyone, I've put together a simple PHP test script based on the GetCampaigns.php example. It returns data in my local development environment and also on my live

Re: Adwords API Video campaigns

2018-02-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Video campaigns are still not supported in the AdWords API except in the reports. We don't have any updates at the moment. If you haven't already, you could follow our blogs for updates and announcements about the future

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need

Re: Error API First Call

2018-02-19 Thread santiagoruffino
Hello! I just created all the credentials again, and reconfigured all the API files again, to avoid any inconvenience. I just came across another problem, which tells me that the developer token was not approved. However, it is a test account, and I read that the developer token does not need

Re: Editing User List members

2018-02-19 Thread Keren
Please ignore the weird spaces :) On Monday, 19 February 2018 11:28:36 UTC+2, Keren wrote: > > > Hi, > We implemented user list add and edit operations in our application. > We are trying to test our code and facing unexpected behavior in AdWords > UI. We are not sure if our code works as

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
Thank you very much Vincent, I think this is the one that I'm looking for. we can set startHour, startMinute, dayOfWeek, endHour and endMinute. Ive check the example, I don't know which one to replace. I know I will be asking too much but, I don't really know how to use it. Can you please

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, Yes, AdSchedule is available in the AdWords API in the campaign level only particularly in the CampaignCriterion

Editing User List members

2018-02-19 Thread Keren
Hi, We implemented user list add and edit operations in our application. We are trying to test our code and facing unexpected behavior in AdWords UI. We are not sure if our code works as expected. Our test account id is 4167529180. ADD GOOGLE ACCOUNT SIGN OUT We created a new user list and

AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-19 Thread TommyTek
Hello, I'm migrating to Adwords API 201710 and I'm getting this error: GroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand I'm using googleads-php-lib V 32.1 I've read forum about this error and usually it's associated to not properly setting AdGroupCriterion to

Re: UNEXPECTED_INTERNAL_API_ERROR querying AdGroupAdService

2018-02-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello MdV, I'm confirming this and will get back to you when I have more information. Best, Thanet, AdWords API Team On Monday, February 19, 2018 at 3:04:56 PM UTC+9, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello MdV, > > How often the error has happened? > The error can

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
is ad schedule available in the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: Adwords API Video campaigns

2018-02-19 Thread qamberali39
Hi Shwetha, Hope you are fine and doing good, Any update on this issue ? Thanks. On Wednesday, July 19, 2017 at 2:51:52 AM UTC+5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tom, > > It is not possible to create Ads in a Video Campaign using AdWords API, > even if you have already

Re: Authenticate Google Adwords Email with Service Account API Email

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ritesh, In the AdWords API perspective, you can only authenticate in the AdWords API as service account if you have a G Suite domain . If you don't have a G Suite domain, then you need to authenticate as other types such as Installed application or Web

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, You cannot access your AdWords Scripts via the AdWords API as they are of completely different implementations. You can run the AdWords Scripts via the AdWords UI only and the AdWords API can be ran via different platforms/applications. Thanks, Vincent AdWords API Team -- --

Re: is there a way to bid adjust on time or date?

2018-02-19 Thread Ken Dan Tinio
How can I access my scripts via API? The scripts are really interesting. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts