Re: How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
So after I give profesio...@blvnp.com the Oauth and refresh token, all I will have to do is update the INI source file I use to connect with the API? No need to remove and re-add perso...@blvnp.com? On Thursday, March 8, 2018 at 12:16:04 AM UTC+8, Dhanya Sundararaju (AdWords API Team) wrote: >

How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
Hello everyone, :) I have a manager account with API access that has two emails attached. They are perso...@blvnp.com and profesio...@blvnp.com When I originally setup the manager account and gave it API access I used "perso...@blvnp.com", but now I realize that when the API changes my

How do I change the email that is displayed when I make changes via the API?

2018-03-07 Thread Garik Tate
Hello everyone, :) I have a manager account with API access that has two emails attached. They are ga...@blvnp.com and p...@blvnp.com When I originally setup the manager account and gave it API access I used "ga...@blvnp.com", but now I realize that when the API changes my clients campaigns

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

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Hey Bharani, Changes to bid adjustments on individual placement/keyword/criteria level based on performance metrics (which we will be exporting from Google Analytics). On Thursday, November 30, 2017 at 4:08:49 AM UTC+8, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > Could you

Re: Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Specifically using the AdWords API mean. On Wednesday, November 29, 2017 at 7:18:49 PM UTC+8, Garik Tate wrote: > > Are there any rules against programatically optimizing a campaign for an > account that has a google ad grant? > https://www.googl

Using API With Account That Has Google Ad Grant

2017-11-29 Thread Garik Tate
Are there any rules against programatically optimizing a campaign for an account that has a google ad grant? https://www.google.com/grants/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-09 Thread Garik Tate
Hey Vincent, Thank you anyways for all your help. :-) I really appreciate it. You guys on the Adwords support team on this forum are seriously amazing! I might have found a different solution. But it relies on the results found in the "Final Url" column in the Placement Performance Report:

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread Garik Tate
Hey Vincent, I filtered the CriterionType down to just placements (I'm using PHP with selectors). $selector->setPredicates([ new Predicate('CriterionType', PredicateOperator::IN, ['PLACEMENT']) ]); But the reports are showing up blank. I think it's because my campaigns use

Re: Trying to get performance report on individual Display Ads across Placements

2017-08-07 Thread Garik Tate
Wow! So long as I can still track performance (things like Impression, Clicks, Cost) I think that might be the solution! :D How do you set the Criterion Type to Placement? Is there any sample code for that? On Monday, August 7, 2017 at 2:36:03 PM UTC+8, Vincent Racaza (AdWords API Team)

Trying to get performance report on individual Display Ads across Placements

2017-08-05 Thread Garik Tate
Hey Guys, I'm trying to run a report to see how individual ads are performing across different Placements. Kind of like running a placement performance report with the AdGroupId, but instead of "ad group", I'm trying to get down to the individual "ad" level.

Re: How to exclude placements with PHP APIs ?

2017-08-05 Thread Garik Tate
You're going to need to add a negative placement criterion. It's basically the same as adding a negative keyword. Here is basically what we did, hope that helps: get($session, CampaignCriterionService::class); $campaignCriteria = []; $operations = []; foreach ($campaignCriteria as

Re: Getting wrong/different AdGroupIds when running basic operation "get ad groups"

2017-07-14 Thread Garik Tate
Hey Shwetha, Yep I'm currently using 32-bit PHP. After doing a little bit more research, I now see that that's the problem. I don't know of a simple way to convert all intval() to floatval() across all files (if you know, please tell me). But now I know what the problem is. Thank you! On

Getting wrong/different AdGroupIds when running basic operation "get ad groups"

2017-07-13 Thread Garik Tate
Hey guys, I'm using the basic operation "get ad groups" in php *(found here: https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-ad-groups).*When I run it however, it's giving me different ad group ID's then what I'm seeing in my reports, and my UI. For instance

AdGroupID basic operation giving me wrong AdGroupID

2017-07-13 Thread Garik Tate
When I run the basic operation for "get ad groups" *(found here: https://developers.google.com/adwords/api/docs/samples/php/basic-operations#get-ad-groups),* it gives me the correct names of my ad groups, but it's giving me an ID different then what I'm seeing in the adwords UI, or my adgroup