Re: All Possible ways to Reduce Operations Rate count

2014-07-16 Thread aroxotest18
Hi,

i am thinking about this by the way for,

we like to do the API request and response through daily cron.

i looked over the  Standard Access  Required Data's , Mainly we are 
dealing with Management and Creation  Functionality 

For Example , Lets take a Process

Create AdGroup :

* Required Fields  for standard Access

1. Create ad group

2. Add text ad

3. Add keyword

4. Add ad group negative keywords

5. Set keyword max CPC

6. Set keyword match type

7. Set keyword destination URL

In the Above, i am not using 2 and 7 ,  ( i hope   Add keyword = AdGroup 
Name )

same this, i am not using many things for create campaign and manage 
functionalities

But , i tested with my CRON file , i can able to edit/delete/add  - 
AdGroups/Negative keywords with Bids  

One more think, Google Team need to review our tool for standard accees ?

But we dont done any UI interface for these process we did , we done by 
using only simple php files - and going to set as CRON file

Looking forward your reply

Thanks 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: All Possible ways to Reduce Operations Rate count

2014-07-16 Thread Anash P. Oommen (AdWords API Team)
Hi,

It depends on whether you are an advertiser or an 
agency. End-Advertiser-Only AdWords API Clients are not required to 
implement Required Minimum Functionality. Also, if your application doesn't 
have a UI, you can explain that to the review team or ask them questions, 
by responding to the email they sent you when they approved your token for 
basic access.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, July 16, 2014 4:30:22 AM UTC-4, aroxo...@gmail.com wrote:

 Hi,

 i am thinking about this by the way for,

 we like to do the API request and response through daily cron.

 i looked over the  Standard Access  Required Data's , Mainly we are 
 dealing with Management and Creation  Functionality 

 For Example , Lets take a Process

 Create AdGroup :

 * Required Fields  for standard Access

 1. Create ad group

 2. Add text ad

 3. Add keyword

 4. Add ad group negative keywords

 5. Set keyword max CPC

 6. Set keyword match type

 7. Set keyword destination URL

 In the Above, i am not using 2 and 7 ,  ( i hope   Add keyword = AdGroup 
 Name )

 same this, i am not using many things for create campaign and manage 
 functionalities

 But , i tested with my CRON file , i can able to edit/delete/add  - 
 AdGroups/Negative keywords with Bids  

 One more think, Google Team need to review our tool for standard accees ?

 But we dont done any UI interface for these process we did , we done by 
 using only simple php files - and going to set as CRON file

 Looking forward your reply

 Thanks 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


All Possible ways to Reduce Operations Rate count

2014-07-15 Thread aroxotest18
Hi,

i am working with Shopping campaign using Adwords API

By experiment , i figured out, Each Mutate have 1 operation as count

if i adding 3 Products on Product Partition - the Operation count is 3 

if i add 2 negative keywords by ONE MUTATE REQUEST , also i get operation 
count is 2

is there any way to reduce the Operation count ?, i like to do my work 
within 1 operations per day

let me know the customization tips, please

Thanks 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: All Possible ways to Reduce Operations Rate count

2014-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi,

There isn't a good way to reduce this count beyond what you are currently 
doing. Just wondering, is there any reason why you want to limit your use 
to 10K operations / day? You wouldn't have to worry about the limit if you 
sign up for Standard access.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, July 15, 2014 9:21:55 AM UTC-4, aroxo...@gmail.com wrote:

 Hi,

 i am working with Shopping campaign using Adwords API

 By experiment , i figured out, Each Mutate have 1 operation as count

 if i adding 3 Products on Product Partition - the Operation count is 3 

 if i add 2 negative keywords by ONE MUTATE REQUEST , also i get operation 
 count is 2

 is there any way to reduce the Operation count ?, i like to do my work 
 within 1 operations per day

 let me know the customization tips, please

 Thanks 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.