Re: Alert Service required MCC account.

2014-07-29 Thread Chirag
Hello ray,

Any update on this?
Did you able to get resolution for this?


On Thursday, March 20, 2014 10:12:01 PM UTC+5:30, Ray Tsang (AdWords API 
Team) wrote:
>
> Chirag,
>
> I'm sorry I don't have a resolution for this yet.
>
> My apologies.
>
> Ray
>
> On Thursday, March 20, 2014 6:51:52 AM UTC-4, Chirag wrote:
>>
>> Hello Ray,
>>
>> Any success?
>>
>>
>>
>> On Saturday, March 8, 2014 12:10:43 AM UTC+5:30, Ray Tsang (AdWords API 
>> Team) wrote:
>>>
>>> Chirag,
>>>
>>> Thanks for the request and response.  I'll be investigating this more.
>>>
>>> Cheers,
>>>
>>> Ray
>>>
>>> On Thursday, March 6, 2014 5:58:45 PM UTC-5, Ray Tsang (AdWords API 
>>> Team) wrote:

 Chirag,

 Since you are using php, could I trouble you to try this example 
 
 ?

 Thanks,

 Ray

 On Thursday, March 6, 2014 4:24:10 AM UTC-5, Chirag wrote:
>
> Hello Ray,
>
> Sent you the new request header. I have permission for the user and 
> not the MCC account.
> Please note that i have same customerid set for request.
>
>
> On Thursday, March 6, 2014 12:23:25 AM UTC+5:30, Ray Tsang (AdWords 
> API Team) wrote:
>>
>> Chirag,
>>
>> I don't think you attached the latest request in the private message. 
>>  Please note that you can only get alerts with the ID that you have 
>> access 
>> to (based on the clientCustomerId header).
>>
>> Thanks,
>>
>> Ray
>>
>> On Tuesday, March 4, 2014 2:26:07 PM UTC-5, Ray Tsang (AdWords API 
>> Team) wrote:
>>>
>>> Chirag,
>>>
>>> I noticed that the RequestHeader.clientCustomerId is not the same as 
>>> the selector.query.clientCustomerIds.  Is the latter managed by the 
>>> former?
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On Tuesday, February 25, 2014 12:22:05 AM UTC-5, Chirag wrote:

 Hello Ray,

 request xml also sent.



 On Tuesday, February 25, 2014 1:41:10 AM UTC+5:30, Ray Tsang 
 (AdWords API Team) wrote:
>
> Chirag,
>
> I only saw the response xml.  Could I trouble you to send the 
> request XML as well?
>
> Thanks,
>
> Ray
>
> On Monday, February 24, 2014 7:51:58 AM UTC+1, Chirag wrote:
>>
>> Hello Ray,
>>
>> Replied to author.
>>
>>
>>
>> On Wednesday, February 12, 2014 9:17:42 PM UTC+5:30, Ray Tsang 
>> (AdWords API Team) wrote:
>>>
>>> Chirag,
>>>
>>> Just to confirm, you will need to set the clientCustomerIds to a 
>>> real CID rather than the sample 00.  If you have changed it 
>>> to the 
>>> real CID, please use the "Reply to Author" feature to send me your 
>>> request/response log/payload.
>>>
>>> Thanks!
>>>
>>> --
>>> Ray Tsang (AdWords API Advisor)
>>>
>>>
>>> On Wednesday, January 8, 2014 4:30:17 AM UTC-5, Chirag wrote:

 Hello,
 Any update?
 I am waiting for this.
 As on thread you said this was possible but using API it is not 
 possible.



 On Tuesday, December 3, 2013 10:52:24 PM UTC+5:30, Chirag wrote:
>
> Hello Paul,
>
> Yes, As you can see in my earlier post, i am using the same 
> code as your one.
> But as you are not getting any error, i have tryed once again 
> with no success.
> Please see my request id here, getting same error - "An error 
> has occurred: [AlertError.INVALID_CLIENT_ID_SELECTED @ 
> selector.query.clientExternalCustomerIds[0]] "
>
> My request Id : 
> requestId=0004eca46e3a88200aa4e603090b
>
> My Code : 
>
> // Create alert query.
> $query = new AlertQuery();
> $query->clientSpec = "ID_LIST";
> $query->clientCustomerIds = array(00);
> $query->filterSpec = "ALL";
> $query->triggerTimeSpec = "ALL_TIME";
>
> // Create selector.
> $selector = new AlertSelector();
> $selector->query = $query;
>
> // Create paging controls.
> $selector->paging = new Paging(0, 
> AdWordsConstants::RECOMMENDED_PAGE_SIZE);
>
> On Tuesday, December 3, 2013 7:48:09 PM UTC+5:30, Paul 
> Matthews (AdWords API Team) wrote:
>>
>> Hi Chirag,

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh,

Thank you very much for your reply, this entire thread has been extremely 
valuable.

So this is what I am doing.


   1. Get or create a unique Feed item. In my case it is a Call Extensions 
   Feed.
   2. Create a FeedItem for a given phone number. This matches 
   the feedAttributeId to the value I want to set.
   3. Next step is to use either CampaignFeedOperation 
   or AdGroupFeedOperation to link the FeedItem to a Campaign or an AdGroup.


I found from the example there is also the stage of running the 
FeedMappingService. This seems to map the feedAttributeId's 
to PLACEHOLDER's. I am guessing that this should be run just after creating 
the new Feed?

Cheers, James

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Get Client Customer Id

2014-07-29 Thread google
Hello,

we are developing an web app. There we need access to different adwords 
accounts. We don't want to use an MCC. We want to treat each account 
separately. 

Is there a possibility to receive the client customer id after the the 
client has permitted the access by oauth2 or have the customer to provide 
its id additionally?

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Get Client Customer Id

2014-07-29 Thread Michael Cloonan (AdWords API Team)
Hello,

There is no way to use the AdWords API without using an MCC account. You 
can manage multiple accounts via a single MCC and each of their accounts 
will still maintain separate data.

If your goal is to allow AdWords users to log into your web app themselves, 
and then be able to manage their accounts through your web app without you 
having to link their account to your MCC, you should use the "web 
application flow", which is a rarer use case.

For either case, you can follow our OAuth 2.0 instructions 
. If 
you want to use the web application flow, you can follow specific 
instructions  
on how to set up those requests.

Regards,
Mike, AdWords API Team

On Tuesday, July 29, 2014 8:24:29 AM UTC-4, goo...@mage-coder.com wrote:
>
> Hello,
>
> we are developing an web app. There we need access to different adwords 
> accounts. We don't want to use an MCC. We want to treat each account 
> separately. 
>
> Is there a possibility to receive the client customer id after the the 
> client has permitted the access by oauth2 or have the customer to provide 
> its id additionally?
>
> Thanks in advance
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James,

Glad to hear that this thread has been helpful! Your plan below looks 
reasonable to me as long as you also add a step to create the FeedMapping, 
as you mentioned. You can create the FeedMapping after either step 1 or 
step 2, whichever is better for your application flow. The key is to have 
the FeedMapping in place before you create the CampaignFeed or AdGroupFeed.

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 8:31:34 AM UTC-4, James Mills wrote:
>
> Hi Josh,
>
> Thank you very much for your reply, this entire thread has been extremely 
> valuable.
>
> So this is what I am doing.
>
>
>1. Get or create a unique Feed item. In my case it is a Call 
>Extensions Feed.
>2. Create a FeedItem for a given phone number. This matches 
>the feedAttributeId to the value I want to set.
>3. Next step is to use either CampaignFeedOperation 
>or AdGroupFeedOperation to link the FeedItem to a Campaign or an AdGroup.
>
>
> I found from the example there is also the stage of running the 
> FeedMappingService. This seems to map the feedAttributeId's 
> to PLACEHOLDER's. I am guessing that this should be run just after creating 
> the new Feed?
>
> Cheers, James
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Get Client Customer Id

2014-07-29 Thread Zweitze
Use CustomerService.get(). You don't need a customer id and the results 
contain a customer id.

Note: when I get an AdWords login, I ask first for 
ManagedCustomerService.get(), to get all the customers in the MCC. When the 
results are empty (it doesn't return an error!) I call 
CustomerService.get().

And I think you are right, you shouldn't bother users with questions like 
the customerid.


On Tuesday, July 29, 2014 2:24:29 PM UTC+2, goo...@mage-coder.com wrote:
>
> Hello,
>
> we are developing an web app. There we need access to different adwords 
> accounts. We don't want to use an MCC. We want to treat each account 
> separately. 
>
> Is there a possibility to receive the client customer id after the the 
> client has permitted the access by oauth2 or have the customer to provide 
> its id additionally?
>
> Thanks in advance
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
On Monday, July 28, 2014 2:40:46 PM UTC+1, david wrote:
>
> So is it safe to rely on this? 
>

This has been the case for criteria in general for a long time. However, it 
is an implementation detail and I would not be comfortable relying on it 
indefinitely. I'm not sure how best to advise you on the level of risk.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Google Shopping Tracking Product Partition ID Uniqueness

2014-07-29 Thread Mat Scales (AdWords API Team)
Hi Allison,

Yes, the general parameters should work with any campaign, so you should be 
able to use the {creative} template.

Cheers,
Mat

On Monday, July 28, 2014 5:31:54 PM UTC+1, universa...@gmail.com wrote:
>
> Hi Matt, Thank you for your response. I work with Brett and we are trying 
> to determine how we can know the uniqueness of a criterion at the time of 
> click so that we can map back to reports upstream and tie them to the 
> correct group/campaign. The Value Track documentation is a bit unclear as 
> to whether the tradtional KW-target value track params are available to 
> Shopping URLs. Specifically, I am looking for the {creative} param to be 
> available and if that is the same kind of ID on Google's end. If it is, 
> then this could solve our conundrum. Thanks so much.
>
> --Allison Knoch
>
> On Monday, July 28, 2014 7:00:20 AM UTC-4, Mat Scales (AdWords API Team) 
> wrote:
>>
>> Hi Brett, David,
>>
>> product_partition_id is the Id of a Criterion. In AdWords, CriterionIds 
>> are global. That is, if two criteria have the exact same other properties, 
>> they will have the same ID. They are, in fact, the same criterion.
>>
>> The properties for a ProductPartition are:
>>
>>- type - always PRODUCT_PARTITION for a ProductPartition
>>- partitionType - UNIT or SUBDIVISION
>>- parentCriterionId
>>- caseValue - a ProductDimension
>>
>> The root partition of a tree has no parentCriterionId and no caseValue, 
>> so there are actually only two root partition criteria - one is a UNIT and 
>> one is a SUBDIVISION. This similarly means that the first tier 
>> ProductPartitions of a tree will always have the same parentCriterionId - 
>> the ID of the SUBDIVISION root criterion.
>>
>> If you want to be able to tie a partition to a bid, for example, you need 
>> to use the AdGroupId to disambiguate. Unfortunately, there is no ValueTrack 
>> parameter for AdGroupId.
>>
>> On Monday, July 28, 2014 10:00:55 AM UTC+1, david wrote:
>>>
>>> Just a guess, but could it be unique only within each campaign rather 
>>> than world unique?
>>> I've noticed the same partition Id being used for the parent product 
>>> partition in our testing and live accounts.
>>> If that were true then maybe a combination of 
>>> campaign_id/product_partition_id would work better?
>>>
>>> On Friday, 25 July 2014 17:48:26 UTC+1, brett@ignitionone.com wrote:

 Hello,

 According to the Value Track documentation, {product_partition_id} is 
 supposed to be unique. However, we are seeing the same partition id being 
 returned for multiple campaigns/clients. 

 What can we add to our tracking URL parameters to make this truly 
 unique?

 Thanks,
 Brett

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi again,

I am now successfully, to an extent, doing what I need to do. The only 
thing that's a little odd is when I log in and go to edit the number when I 
click 'save' I get this 

https://www.dropbox.com/s/rovh7v5hbpdro2x/Screenshot%202014-07-29%2018.23.10.png

Any ideas, apart from go back and rewrite everything?

Cheers, James

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Select adGroup count using AWQL

2014-07-29 Thread aitkul
Hello, is there a way to select the number of adGroups within a campaign 
using one AWQL query? At the moment I query all adGroups and count them 
iteratively, which takes really long for large campaigns.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James,

Could you pass along the feed ID, campaign ID, and ad group ID (if 
applicable) where you are seeing that error?

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 10:31:47 AM UTC-4, James Mills wrote:
>
> Hi again,
>
> I am now successfully, to an extent, doing what I need to do. The only 
> thing that's a little odd is when I log in and go to edit the number when I 
> click 'save' I get this 
>
>
> https://www.dropbox.com/s/rovh7v5hbpdro2x/Screenshot%202014-07-29%2018.23.10.png
>
> Any ideas, apart from go back and rewrite everything?
>
> Cheers, James
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Begleiter
Hey fellow Josh,

Thanks for your response.

The report is for daily spend and gathers all of our RTB campaigns (our 
connections to Google for RTB), and so it contains 5 running campaigns at 
any given time, only two of which show 0 spend under v201309 (those with 
IDs '50892591' and '59047461'), while the rest show the correct spend. 
Under the new API version (v201406) I see all of their correct spends.

I am running these requests in parallel regularly now (the v201309 requests 
run automatically once an hour and the v201406 requests run manually at the 
click of a button) and continue to see the same results.

Cheers,
Josh


On Monday, July 28, 2014 1:34:44 PM UTC-4, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi Josh,
>
> Could you provide the campaign IDs and report definitions where you are 
> seeing the difference in spend?
>
> Also, could you let me know:
>
> 1. When did you run the v201309 requests and for what date range?
>
> 2. Were your v201309 requests actually returning results successfully? In 
> other words, did you actually see rows with 0 spend or did you just get 
> either empty or failed report responses back?
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, July 28, 2014 10:00:50 AM UTC-4, Josh Begleiter wrote:
>>
>> Hello AdWords forum,
>>
>> I maintain a connection to the AdWords API for my company that lists 
>> running campaigns with IDs and spend. There are two campaigns that when 
>> viewed using the v201309 API show 0 spend, and when viewed under v201406 
>> API show thousands of dollars of spend.
>>
>> This is seriously concerning. Which one of these reports is correct? Why 
>> did this occur?
>>
>> Cheers,
>> Josh
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Select adGroup count using AWQL

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi,

Are you using the SOAP services to obtain these counts, e.g., 
AdGroupService? If so, I would recommend using reports instead, since 
report requests and responses are much more lightweight than their SOAP 
counterparts. Our guide on Structure Reports 
 
should 
be helpful here.

Cheers,
Josh, AdWords API Team

On Tuesday, July 29, 2014 11:12:35 AM UTC-4, aitkul wrote:
>
> Hello, is there a way to select the number of adGroups within a campaign 
> using one AWQL query? At the moment I query all adGroups and count them 
> iteratively, which takes really long for large campaigns.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi,

Could you send over the exact report definition XML or AWQL you are 
submitting? If you need to send any sensitive information, you can do so by 
clicking *Reply to Author*.

I'm not seeing any differences in results on my side besides the following:

   1. Since v201309 has been sunset, some requests for v201309 are failing 
   with RequestError.INVALID_INPUTYou are accessing 
   an AdWords API version v201309 that has been discontinued. Calls to this 
   version may fail. Please visit the AdWords API blog for information on 
   migration to the new AdWords API version.. This is expected.
   2. If I do not specify *returnMoneyInMicros*, I get values that are *not* in 
   micros for v201309, but values that *are* in micros for v201402 and 
   v201406. This is expected, per the v201402 and v201406 release notes 
   .

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 11:50:06 AM UTC-4, Josh Begleiter wrote:
>
> Hey fellow Josh,
>
> Thanks for your response.
>
> The report is for daily spend and gathers all of our RTB campaigns (our 
> connections to Google for RTB), and so it contains 5 running campaigns at 
> any given time, only two of which show 0 spend under v201309 (those with 
> IDs '50892591' and '59047461'), while the rest show the correct spend. 
> Under the new API version (v201406) I see all of their correct spends.
>
> I am running these requests in parallel regularly now (the v201309 
> requests run automatically once an hour and the v201406 requests run 
> manually at the click of a button) and continue to see the same results.
>
> Cheers,
> Josh
>
>
> On Monday, July 28, 2014 1:34:44 PM UTC-4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Josh,
>>
>> Could you provide the campaign IDs and report definitions where you are 
>> seeing the difference in spend?
>>
>> Also, could you let me know:
>>
>> 1. When did you run the v201309 requests and for what date range?
>>
>> 2. Were your v201309 requests actually returning results successfully? In 
>> other words, did you actually see rows with 0 spend or did you just get 
>> either empty or failed report responses back?
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, July 28, 2014 10:00:50 AM UTC-4, Josh Begleiter wrote:
>>>
>>> Hello AdWords forum,
>>>
>>> I maintain a connection to the AdWords API for my company that lists 
>>> running campaigns with IDs and spend. There are two campaigns that when 
>>> viewed using the v201309 API show 0 spend, and when viewed under v201406 
>>> API show thousands of dollars of spend.
>>>
>>> This is seriously concerning. Which one of these reports is correct? Why 
>>> did this occur?
>>>
>>> Cheers,
>>> Josh
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-29 Thread vukeemarketing
Thanks Josh,

For the record, I'm sure we agreed to the T&Cs when we put in our credit 
card. Seems that part of the signup process has some issues.

Anyway, I did this, tested my script and got past the INCOMPLETE_SIGNUP 
briefly. This helped me uncover another issue in it (date format issue for 
OfflineConversionFeedService), but once I correct this, I'm now getting the 
INCOMPOMPLETE_SIGNUP error again. Suggestions?

Thanks,
James


On Monday, July 28, 2014 9:53:26 AM UTC-4, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi,
>
> Your account also shows that Terms & Conditions have not been accepted. 
> Please contact AdWords API Compliance 
>  and they should be 
> able to resolve that for you.
>
> Thanks,
> Josh, AdWords API Team
>
> On Saturday, July 26, 2014 1:37:49 AM UTC-4, vukeema...@gmail.com wrote:
>>
>> I have the same problem, can you please check this account? I had our 
>> corp HQ in Germany put in billing info and agree to TOS, they said they did 
>> it, and I see the billing section has a card on file.
>>
>>   Production MCC: 303-240-1871
>>
>> Thanks,
>> James
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How to get Campaign's defined Call Extension Phone number through AdWords API or the Reports?

2014-07-29 Thread dgs world (Tech Team)
Hi Josh,

You sure did saved a lot of my team's time.

Many thanks.


On Monday, July 28, 2014 11:14:04 AM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Muhammad,
>
> There are two ways to get this information: reporting or a combination of 
> the various feed services.
>
> The reporting approach is, by far, the simpler way to go. If you have 
> impressions where call extensions have served, you can simply run the 
> Placeholder 
> Feed Item Report 
> ,
>  include 
> the *FeedId*, *FeedItemId*, and *AttributeValues* fields, and look for 
> rows where *PlaceholderType* is equal to *2* (for CALL). On the row 
> corresponding to the PHONE NUMBER placeholder field 
> , 
> the *AttributeValues* field will contain the phone number.
>
> You could also use the various feed services to find the phone number as 
> follows:
>
>1. Use *CampaignFeedService* to find the CampaignFeed 
>
> 
>  that 
>has the appropriate campaignId 
>
> 
> and placeholderTypes 
>
> 
>  containing 
>*2*.
>2. Inspect the matchingFunction 
>
> 
>  of 
>the *CampaignFeed* to determine which feed ID and feed item IDs are 
>mapped to the campaign for the CALL placeholder type. Chances are that the 
>function's lhsOperand 
>
> 
>  is 
>a RequestContextOperand 
>
> 
> with contextType 
>
> 
> *FEED_ITEM_ID*, and the function's rhsOperand 
>
> 
>  is 
>a ConstantOperand 
>
> 
> whose longValue 
>
> 
>  contains 
>the feed item IDs. You'll want to capture the feed item IDs from the 
>*rhsOperand*.
>3. Use *FeedMappingService* to find the FeedMapping 
>
> 
> where placeholderType 
>
> 
>  equals 
>*2* and feedId 
>
> 
>  equals 
>the feed ID from step 2. Find the AttributeFieldMapping 
>
> 
> where AttributeFieldMapping.fieldId 
>
> 
>  is 
>equal to *1* (for the *PHONE NUMBER* placeholder field), and note the 
>feedAttributeId 
>
> 
>.
>4. Now that you have the feed ID and feed item IDs from step 2 and the 
>feed attribute ID from step 3, use FeedItemService 
>
> 
>  to 
>retrieve the feed items.
>5. On each feed item, inspect the FeedItem.attributeValues 
>
> 
>  where 
>the feedAttributeId 
>
> 
>  is 
>equal to the feed attribute ID from step 3. The stringValue 
>
> 
>  will 
>contain the phone number for the call extension.
>
> Note that the above assumes that you only have call extensions defined at 
> the *Campaign* level. If you have *AdGroup*-specific call extensions, 
> then use AdGroupFeedService 
> 

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James,

Your account still does not show as having T&Cs accepted. Could you contact 
AdWords 
API Compliance ? They 
should be able to help clear this up for you.

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 12:24:55 PM UTC-4, vukeema...@gmail.com wrote:
>
> Thanks Josh,
>
> For the record, I'm sure we agreed to the T&Cs when we put in our credit 
> card. Seems that part of the signup process has some issues.
>
> Anyway, I did this, tested my script and got past the INCOMPLETE_SIGNUP 
> briefly. This helped me uncover another issue in it (date format issue for 
> OfflineConversionFeedService), but once I correct this, I'm now getting the 
> INCOMPOMPLETE_SIGNUP error again. Suggestions?
>
> Thanks,
> James
>
>
> On Monday, July 28, 2014 9:53:26 AM UTC-4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> Your account also shows that Terms & Conditions have not been accepted. 
>> Please contact AdWords API Compliance 
>>  and they should be 
>> able to resolve that for you.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Saturday, July 26, 2014 1:37:49 AM UTC-4, vukeema...@gmail.com wrote:
>>>
>>> I have the same problem, can you please check this account? I had our 
>>> corp HQ in Germany put in billing info and agree to TOS, they said they did 
>>> it, and I see the billing section has a card on file.
>>>
>>>   Production MCC: 303-240-1871
>>>
>>> Thanks,
>>> James
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Throttled for 86400 seconds when trying to set up Shopping campaigns

2014-07-29 Thread Chuck Reeves
I am really lost for a solution for this problem.  We manage shopping 
campaigns for close to 100 accounts.  The number of SKU's for each account 
ranges from 200 to 80,000.  
With PLA campaigns, we can set up one keyword for each product.  That 
allows us to place bids down to the sku level.  In trying to update to 
support shopping campaigns, a partition each product needs to be set up in 
the tree.  

To avoid throttling, we batch up operations to AdGroupCriterionService by 
2000 operations (2002 if the root and catch all partitions need to be 
created).  Each process will wait for 3 min before trying to push out again 
and only one process is run for the account.

Following the docs 
(https://developers.google.com/adwords/api/docs/guides/rate-limits#slow_down), 
if a rate limit error happens, we wait for as long as is specified in the 
response.  The issue we are having is that the response tells us to wait 
for 86400 seconds.  In reality if the process runs the next day (~24 
hours), the rate limit is gone.   In testing, we found that after about 4 
calls, the rate limit error happens.  This means that only 8,000 products 
can be built in each campaign.  Following this math, it will take 10 days 
to create a campaign for the accounts that have 80,000 products.  

I am at a complete loss on how to solve this issue.  I have been in contact 
with our Google account manager who kept pointing me to the rate limit 
document.  I did start a thread on this issue when I was initially starting 
to convert to 
shopping: https://groups.google.com/forum/#!topic/adwords-api/GatUStOL82c . 
MutateJobService doesn't support Shopping campaigns and using the AdWords 
admin is unreasonable for more than 1,000 products. 

I would like to know the correct way that Google would like us to follow 
for setting up and managing Shopping Campaigns.  Since we are all being 
forced onto this in the next few weeks, we would like to wrap this up 
sooner rather than later 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi Sean,

The issue here is that the *Parental status* criterion is not 
recognized/supported by the API. We filter out unsupported criteria in the 
Criteria Performance Report so that there's consistency between the API and 
reports, e.g., we don't want to return IDs for criteria that you won't be 
able to retrieve via AdGroupCriterionService 
.
 
However, if you run reports such as the Ad Group Performance Report that do 
not include criteria-level detail, you'll get back all of your impressions.

Best regards,
Josh, AdWords API Team

On Monday, July 28, 2014 4:10:49 PM UTC-4, Sean wrote:
>
> The report definition includes these fields with no predicates: 
> AdGroupId,AdGroupName,AverageCpc,AveragePosition,CampaignId,CampaignName,Clicks,Conversions,ConversionValue,Cost,Criteria,CriteriaDestinationUrl,CriteriaType,Ctr,Date,Device,FirstPageCpc,Id,Impressions,IsNegative,MaxCpc,QualityScore,Slot,Status
> for data yesterday.
> I know it is not a report definition issue as all of our other clients who 
> have not accidentally changed the parental status switch are reporting 
> correctly and the criteria performance report adds up to the summary data 
> we receive on the account performance report. I sent the adgroup_id and 
> campaign_id of an example in the previous post.
>  
> Thanks,
>  
> Sean
>
> On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote:
>
>> New Parental Status switch in the Adwords UI seems to be causing missing 
>> data in Criteria Performance Report, but we are seeing data in the Ad Group 
>> Performance report.
>> Is there a way to switch this setting back so that we can see the keyword 
>> level data at reporting time?
>>  
>> Thanks,
>>  
>> Sean Busa
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-29 Thread Stephen Yeargin

Just converted to the 5.3 library recently (had trouble with the pseudo 
namespaces) in order to avoid being sunset on v201309. When I was running 
the previous library shortly before the conversion, I was able to get a 
response object through that endpoint. $this->GetService('CustomerService') 
does in fact return an instance of 
`Google_Api_Ads_AdWords_v201402_CustomerService`, so I'm not sure how my 
SDK isn't in sync. That's how I'm able to generate the error. I also fixed 
the capitalization (PHP is rather forgiving on that), but did not get a 
different result.

- Stephen


On Monday, July 28, 2014 12:55:25 PM UTC-5, Ray Tsang (AdWords API Team) 
wrote:
>
> Stephen,
>
> I was able to set the value to null and verify that the clientCustomerId 
> element was not in the outbound XML.  The correct method is 
> *SetClientCustomerId*.
>
> Since you are operating on $this-> It would suggest $this is the 
> AdWordsUser object.  But the client library does not have any code to 
> return CustomerService within the AdWordsUser object.  Have you done any 
> custom modifications?  What version the the PHP client library are you 
> using?
>
> Thanks,
>
> Ray
>
> On Friday, July 25, 2014 5:29:52 PM UTC-4, Stephen Yeargin wrote:
>>
>> Checked it just now and it does not remove it from the outbound XML if 
>> set to null. Should I file an issue on the GitHub project?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Alert Service required MCC account.

2014-07-29 Thread Ray Tsang (AdWords API Team)
Chirag,

I have no new update on this at the moment.

Thanks,

Ray

On Tuesday, July 29, 2014 4:23:14 AM UTC-4, Chirag wrote:
>
> Hello ray,
>
> Any update on this?
> Did you able to get resolution for this?
>
>
> On Thursday, March 20, 2014 10:12:01 PM UTC+5:30, Ray Tsang (AdWords API 
> Team) wrote:
>>
>> Chirag,
>>
>> I'm sorry I don't have a resolution for this yet.
>>
>> My apologies.
>>
>> Ray
>>
>> On Thursday, March 20, 2014 6:51:52 AM UTC-4, Chirag wrote:
>>>
>>> Hello Ray,
>>>
>>> Any success?
>>>
>>>
>>>
>>> On Saturday, March 8, 2014 12:10:43 AM UTC+5:30, Ray Tsang (AdWords API 
>>> Team) wrote:

 Chirag,

 Thanks for the request and response.  I'll be investigating this more.

 Cheers,

 Ray

 On Thursday, March 6, 2014 5:58:45 PM UTC-5, Ray Tsang (AdWords API 
 Team) wrote:
>
> Chirag,
>
> Since you are using php, could I trouble you to try this example 
> 
> ?
>
> Thanks,
>
> Ray
>
> On Thursday, March 6, 2014 4:24:10 AM UTC-5, Chirag wrote:
>>
>> Hello Ray,
>>
>> Sent you the new request header. I have permission for the user and 
>> not the MCC account.
>> Please note that i have same customerid set for request.
>>
>>
>> On Thursday, March 6, 2014 12:23:25 AM UTC+5:30, Ray Tsang (AdWords 
>> API Team) wrote:
>>>
>>> Chirag,
>>>
>>> I don't think you attached the latest request in the private 
>>> message.  Please note that you can only get alerts with the ID that you 
>>> have access to (based on the clientCustomerId header).
>>>
>>> Thanks,
>>>
>>> Ray
>>>
>>> On Tuesday, March 4, 2014 2:26:07 PM UTC-5, Ray Tsang (AdWords API 
>>> Team) wrote:

 Chirag,

 I noticed that the RequestHeader.clientCustomerId is not the same 
 as the selector.query.clientCustomerIds.  Is the latter managed by the 
 former?

 Thanks,

 Ray

 On Tuesday, February 25, 2014 12:22:05 AM UTC-5, Chirag wrote:
>
> Hello Ray,
>
> request xml also sent.
>
>
>
> On Tuesday, February 25, 2014 1:41:10 AM UTC+5:30, Ray Tsang 
> (AdWords API Team) wrote:
>>
>> Chirag,
>>
>> I only saw the response xml.  Could I trouble you to send the 
>> request XML as well?
>>
>> Thanks,
>>
>> Ray
>>
>> On Monday, February 24, 2014 7:51:58 AM UTC+1, Chirag wrote:
>>>
>>> Hello Ray,
>>>
>>> Replied to author.
>>>
>>>
>>>
>>> On Wednesday, February 12, 2014 9:17:42 PM UTC+5:30, Ray Tsang 
>>> (AdWords API Team) wrote:

 Chirag,

 Just to confirm, you will need to set the clientCustomerIds to 
 a real CID rather than the sample 00.  If you have changed 
 it to 
 the real CID, please use the "Reply to Author" feature to send me 
 your 
 request/response log/payload.

 Thanks!

 --
 Ray Tsang (AdWords API Advisor)


 On Wednesday, January 8, 2014 4:30:17 AM UTC-5, Chirag wrote:
>
> Hello,
> Any update?
> I am waiting for this.
> As on thread you said this was possible but using API it is not 
> possible.
>
>
>
> On Tuesday, December 3, 2013 10:52:24 PM UTC+5:30, Chirag 
> wrote:
>>
>> Hello Paul,
>>
>> Yes, As you can see in my earlier post, i am using the same 
>> code as your one.
>> But as you are not getting any error, i have tryed once again 
>> with no success.
>> Please see my request id here, getting same error - "An error 
>> has occurred: [AlertError.INVALID_CLIENT_ID_SELECTED @ 
>> selector.query.clientExternalCustomerIds[0]] "
>>
>> My request Id : 
>> requestId=0004eca46e3a88200aa4e603090b
>>
>> My Code : 
>>
>> // Create alert query.
>> $query = new AlertQuery();
>> $query->clientSpec = "ID_LIST";
>> $query->clientCustomerIds = array(00);
>> $query->filterSpec = "ALL";
>> $query->triggerTimeSpec = "ALL_TIME";
>>
>> // Create selector.
>> $selector = new AlertSelector();
>> $selector->query = $query;
>>
>>

Re: [PHP] Getting a non-MCC account Customer ID with v201402

2014-07-29 Thread Ray Tsang (AdWords API Team)
Stephen,

Just to be sure, could I trouble you to use reproduce the issue on a fresh 
copy of the client library distribution?

Thanks,

Ray

On Tuesday, July 29, 2014 1:29:48 PM UTC-4, Stephen Yeargin wrote:
>
>
> Just converted to the 5.3 library recently (had trouble with the pseudo 
> namespaces) in order to avoid being sunset on v201309. When I was running 
> the previous library shortly before the conversion, I was able to get a 
> response object through that endpoint. $this->GetService('CustomerService') 
> does in fact return an instance of 
> `Google_Api_Ads_AdWords_v201402_CustomerService`, so I'm not sure how my 
> SDK isn't in sync. That's how I'm able to generate the error. I also fixed 
> the capitalization (PHP is rather forgiving on that), but did not get a 
> different result.
>
> - Stephen
>
>
> On Monday, July 28, 2014 12:55:25 PM UTC-5, Ray Tsang (AdWords API Team) 
> wrote:
>>
>> Stephen,
>>
>> I was able to set the value to null and verify that the clientCustomerId 
>> element was not in the outbound XML.  The correct method is 
>> *SetClientCustomerId*.
>>
>> Since you are operating on $this-> It would suggest $this is the 
>> AdWordsUser object.  But the client library does not have any code to 
>> return CustomerService within the AdWordsUser object.  Have you done any 
>> custom modifications?  What version the the PHP client library are you 
>> using?
>>
>> Thanks,
>>
>> Ray
>>
>> On Friday, July 25, 2014 5:29:52 PM UTC-4, Stephen Yeargin wrote:
>>>
>>> Checked it just now and it does not remove it from the outbound XML if 
>>> set to null. Should I file an issue on the GitHub project?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi,

Feed ID 18963918
Adgroup ID 13788225903 

James

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
Thanks for the Reply Josh, So... since we need data at the keyword level 
and this option was accidentally turned on by one of our client service 
team members in the AdWords UI, is there a way to turn Parent Status 
settings off? The campaign/ad group (and many more) that I sent over used 
to come down in the Criteria Performance report. They said that they 
returned all of the settings back to what they used to be, but the data 
never started coming back. 
 
Thanks,
 
Sean

On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote:

> New Parental Status switch in the Adwords UI seems to be causing missing 
> data in Criteria Performance Report, but we are seeing data in the Ad Group 
> Performance report.
> Is there a way to switch this setting back so that we can see the keyword 
> level data at reporting time?
>  
> Thanks,
>  
> Sean Busa
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi Sean,

When did they turn the setting on and then off? I would expect that for 
days where the setting was on, you won't be able to get the keyword level 
information. For days after they turned the setting off, however, you 
should start seeing keyword data.

Cheers,
Josh, AdWords API Team

On Tuesday, July 29, 2014 3:41:12 PM UTC-4, Sean wrote:
>
> Thanks for the Reply Josh, So... since we need data at the keyword level 
> and this option was accidentally turned on by one of our client service 
> team members in the AdWords UI, is there a way to turn Parent Status 
> settings off? The campaign/ad group (and many more) that I sent over used 
> to come down in the Criteria Performance report. They said that they 
> returned all of the settings back to what they used to be, but the data 
> never started coming back. 
>  
> Thanks,
>  
> Sean
>
> On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote:
>
>> New Parental Status switch in the Adwords UI seems to be causing missing 
>> data in Criteria Performance Report, but we are seeing data in the Ad Group 
>> Performance report.
>> Is there a way to switch this setting back so that we can see the keyword 
>> level data at reporting time?
>>  
>> Thanks,
>>  
>> Sean Busa
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
They turned it back off on the next day, and the data is still missing.

On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote:

> New Parental Status switch in the Adwords UI seems to be causing missing 
> data in Criteria Performance Report, but we are seeing data in the Ad Group 
> Performance report.
> Is there a way to switch this setting back so that we can see the keyword 
> level data at reporting time?
>  
> Thanks,
>  
> Sean Busa
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How to add OPERATING_SYSTEM_VERSION criterion to campaign [PHP] [v201402]

2014-07-29 Thread Kristopher Windsor
Thanks, the ConstantDataService is what I was missing. I wish either the 
Criterion pages or the Appendix had mentioned that service.

On Monday, July 28, 2014 1:41:06 PM UTC-7, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi,
>
> You can only pass specific predefined *OperatingSystemVersion* objects, 
> identified by ID. To get the list of available objects and their IDs, 
> please use ConstantDataService.getOperatingSystemVersionCriterion 
> 
> .
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, July 28, 2014 3:53:26 PM UTC-4, Kristopher Windsor wrote:
>>
>> Hi,
>>
>> I would like to apply an OperatingSystemVersion criterion to a campaign. 
>> The code below does not work because I create a criterion, but it does not 
>> have an ID.
>>
>>
>>   public function doOSVersionCriterion($campaign){
>> $campaignCriterionService = $this->user->GetService(
>> 'CampaignCriterionService', ADWORDS_VERSION);
>> 
>> $os = new OperatingSystemVersion('OS test 1', $this->params['osmajor'
>> ], $this->params['osminor'], 'GREATER_THAN_EQUAL_TO');
>>
>> $op = new CampaignCriterionOperation();
>> $op->operator = 'ADD';
>> $op->operand = new CampaignCriterion($campaign->id, null, $os);
>>
>> // Send request.
>> $result = $campaignCriterionService->mutate( array($op) );
>>   }
>>
>>
>> Result:
>>
>> *Fatal error*:  Uncaught SoapFault exception: [soap:Server] 
>> [RequiredError.REQUIRED @ operations[0].operand.criterion.id] in 
>> /code/bidder/lib/legacy/adwords/Google/Api/Ads/Common/Lib/AdsSoapClient.
>> php:232
>> Stack
>>  trace: ... in 
>> */code/bidder/lib/legacy/adwords/Google/Api/Ads/Common/Lib/AdsSoapClient.php*
>>  
>> on line *232*
>>
>> I did find "Appendix A: Criteria Codes 
>> " 
>> in the docs, and it lists some criteriaId, ie. iOS=630153. But it 
>> doesn't list the criteriaId for (in example) iOS >= 5.0. I am not sure how 
>> to apply such criterion, where I specify the minimum OS version.
>>
>>
>> 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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Hi James,

One issue I see with some of the other feed items is that the country code 
is in lowercase ("gb"), but the API is expecting uppercase. That's why you 
see "Afghanistan" selected as the country for the other call extensions.

Regarding the error on save for ad group ID 13788225903, my theory is that 
this is due to the *Count calls as phone call conversions* option being 
checked under *Advanced*. If you uncheck that box, does the save still show 
an error?

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 3:18:38 PM UTC-4, James Mills wrote:
>
> Hi,
>
> Feed ID 18963918
> Adgroup ID 13788225903 
>
> James
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Throttled for 86400 seconds when trying to set up Shopping campaigns

2014-07-29 Thread Chuck Reeves
While searching for other resources on this I noticed that I typed my 
sentence wrong.  

 In reality if the process runs the next day (~24 hours), the rate limit is 
> gone. 
>

Should be 

In reality if the process runs the next day, it will severly delay the 
> product getting listed 



On Tuesday, July 29, 2014 1:23:50 PM UTC-4, Chuck Reeves wrote:
>
> I am really lost for a solution for this problem.  We manage shopping 
> campaigns for close to 100 accounts.  The number of SKU's for each account 
> ranges from 200 to 80,000.  
> With PLA campaigns, we can set up one keyword for each product.  That 
> allows us to place bids down to the sku level.  In trying to update to 
> support shopping campaigns, a partition each product needs to be set up in 
> the tree.  
>
> To avoid throttling, we batch up operations to AdGroupCriterionService by 
> 2000 operations (2002 if the root and catch all partitions need to be 
> created).  Each process will wait for 3 min before trying to push out again 
> and only one process is run for the account.
>
> Following the docs (
> https://developers.google.com/adwords/api/docs/guides/rate-limits#slow_down), 
> if a rate limit error happens, we wait for as long as is specified in the 
> response.  The issue we are having is that the response tells us to wait 
> for 86400 seconds.  In reality if the process runs the next day (~24 
> hours), the rate limit is gone.   In testing, we found that after about 4 
> calls, the rate limit error happens.  This means that only 8,000 products 
> can be built in each campaign.  Following this math, it will take 10 days 
> to create a campaign for the accounts that have 80,000 products.  
>
> I am at a complete loss on how to solve this issue.  I have been in 
> contact with our Google account manager who kept pointing me to the rate 
> limit document.  I did start a thread on this issue when I was initially 
> starting to convert to shopping: 
> https://groups.google.com/forum/#!topic/adwords-api/GatUStOL82c . 
> MutateJobService doesn't support Shopping campaigns and using the AdWords 
> admin is unreasonable for more than 1,000 products. 
>
> I would like to know the correct way that Google would like us to follow 
> for setting up and managing Shopping Campaigns.  Since we are all being 
> forced onto this in the next few weeks, we would like to wrap this up 
> sooner rather than later 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Looking at the change history for ad group ID 14426209459 and 
customer 337-412-5283, they did not turn off the *Parental status* criterion 
until today (July 29) at 4:31:44 PM. Let's see how the stats look later in 
the day tomorrow once some impressions have served with the new settings in 
place.

Thanks,
Josh, AdWords API Team

On Tuesday, July 29, 2014 4:41:12 PM UTC-4, Sean wrote:
>
> They turned it back off on the next day, and the data is still missing.
>
> On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote:
>
>> New Parental Status switch in the Adwords UI seems to be causing missing 
>> data in Criteria Performance Report, but we are seeing data in the Ad Group 
>> Performance report.
>> Is there a way to switch this setting back so that we can see the keyword 
>> level data at reporting time?
>>  
>> Thanks,
>>  
>> Sean Busa
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201309 upgrade to v201406 shows campaign spend where there was none previously

2014-07-29 Thread Josh Radcliff (AdWords API Team)
Just in case anyone else is following this thread, Josh and I discussed 
this separately and the issue was with how his parser handled results from 
v201309. Results from v201309 could contain commas for money values, and 
the parser didn't quite handle this correctly. This wasn't an issue with 
v201402 and higher because we return money in micros by default in those 
versions, hence no commas or quotes appeared around money values.

Cheers,
Josh, AdWords API Team

On Tuesday, July 29, 2014 12:04:24 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Could you send over the exact report definition XML or AWQL you are 
> submitting? If you need to send any sensitive information, you can do so by 
> clicking *Reply to Author*.
>
> I'm not seeing any differences in results on my side besides the following:
>
>1. Since v201309 has been sunset, some requests for v201309 are 
>failing with RequestError.INVALID_INPUTYou are 
>accessing an AdWords API version v201309 that has been discontinued. Calls 
>to this version may fail. Please visit the AdWords API blog for 
> information 
>on migration to the new AdWords API version.. This is 
>expected.
>2. If I do not specify *returnMoneyInMicros*, I get values that are 
>*not* in micros for v201309, but values that *are* in micros for 
>v201402 and v201406. This is expected, per the v201402 and v201406 release 
>notes .
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, July 29, 2014 11:50:06 AM UTC-4, Josh Begleiter wrote:
>>
>> Hey fellow Josh,
>>
>> Thanks for your response.
>>
>> The report is for daily spend and gathers all of our RTB campaigns (our 
>> connections to Google for RTB), and so it contains 5 running campaigns at 
>> any given time, only two of which show 0 spend under v201309 (those with 
>> IDs '50892591' and '59047461'), while the rest show the correct spend. 
>> Under the new API version (v201406) I see all of their correct spends.
>>
>> I am running these requests in parallel regularly now (the v201309 
>> requests run automatically once an hour and the v201406 requests run 
>> manually at the click of a button) and continue to see the same results.
>>
>> Cheers,
>> Josh
>>
>>
>> On Monday, July 28, 2014 1:34:44 PM UTC-4, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Josh,
>>>
>>> Could you provide the campaign IDs and report definitions where you are 
>>> seeing the difference in spend?
>>>
>>> Also, could you let me know:
>>>
>>> 1. When did you run the v201309 requests and for what date range?
>>>
>>> 2. Were your v201309 requests actually returning results successfully? 
>>> In other words, did you actually see rows with 0 spend or did you just get 
>>> either empty or failed report responses back?
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, July 28, 2014 10:00:50 AM UTC-4, Josh Begleiter wrote:

 Hello AdWords forum,

 I maintain a connection to the AdWords API for my company that lists 
 running campaigns with IDs and spend. There are two campaigns that when 
 viewed using the v201309 API show 0 spend, and when viewed under v201406 
 API show thousands of dollars of spend.

 This is seriously concerning. Which one of these reports is correct? 
 Why did this occur?

 Cheers,
 Josh



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh,

Thanks for looking into this.

I noticed that the country was listed as 'Afghanistan' so I inspected the 
live site and noticed they should be uppercase. Link from the docs or an 
example would help.

I was looking at the placeholder 
docs https://developers.google.com/adwords/api/docs/appendix/placeholders 
and noticed I have not included the CONVERSION TYPE ID so I suspect this is 
causing the issue. I had thought that maybe if I missed it out I would not 
have to reference anything but it looks like I need to give a 
AdCallMetricsConversion object...

http://screencast.com/t/B4g0vg68

James

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.