Re: Sharing adextensions among multiple campaigns via API call

2011-06-30 Thread Eric Koleda
Hi Priyank, Unfortunately I can't pull up the logs for requests to the sandbox environment. Have you seen this same behavior in production? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

Re: Sharing adextensions among multiple campaigns via API call

2011-06-30 Thread priyank
Hey Eric that would be correct.I am currently testing this feature in sandbox. I have just recreated the same scenario again in *sandbox* today in morning and below are the new requestIds on the response.I will not be touching this Client anymore, so that you can easily identify the problem

Re: Sharing adextensions among multiple campaigns via API call

2011-06-30 Thread Eric Koleda
Hi Priyank, I'm not able to find these requests. Were they made against the sandbox environment perhaps? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~

Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread priyank
*Following is the request Id to get the existing Extension on first campaign:* 39649b9c5263c18718ada93b5f64d804 *Following is the requestId of the call trying to add the Extension returned on previous call onto another campaign* 3580b48c9e3570ca079dc0b650935482 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread Eric Koleda
Hi Priyank, Can you post the request IDs for these two requests so I can examine further? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread priyank
yes Eric that is true. I had created 2 campaigns and then created an Adextension on 1st campaign. Then i just created adExtension(adX) Object and set the id to just created adX on 1st campaign.Also i had set the campaign Id to second Campaign and then tried adding it. -- =~=~=~=~=~=~=~=~=

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread Eric Koleda
Hi Priyank, Can you please confirm that the ad extension ID references an existing ad extension in the same account? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adw

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread priyank
i tried it by then i am getting following exception. *Is there something which i am missing* ??? *CampaignAdExtensionError.MUST_USE_CONCRETE_ADEXTENSION* * * *Following is the request and response* Request- http://schemas.xmlsoap.org/soap/enve

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread Eric Koleda
Hi Priyank, To share the ad extension you ADD a new CampaignAdExtension using the new campaign ID and an existing ad extension ID, ensuring you use the base class AdExtension with no data in it. For example: ADD Y

Sharing adextensions among multiple campaigns via API call

2011-06-22 Thread priyank
Adwords provide the ability to share same type of adextension among multiple campaigns. I am trying to replicate the same behavior via API call. I tried to create a Phone ad extension on a particular campaign and then tried to used the newly returned object from google to be sent on another camp