Hello Marina,

I don't see any active ad for the ad group in the request that has an ad 
param placeholder. What is the ad you expect the parameter to be shown in?


-Danial, AdWords API Team.


On Friday, June 20, 2014 4:17:27 PM UTC+4, Marina Rabovolick wrote:
>
> Hi Danial,
>
> Please find requested information attached.
>
> Четвер, 19 червня 2014 р. 13:12:27 UTC+3 користувач Danial Klimkin написав:
>>
>> Hello Marina,
>>
>>
>> Could you please send us full request XML and server response for 
>> AdParamService call? Please make sure to remove sensitive values such as 
>> developer token and OAuth tokens.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, June 19, 2014 11:33:35 AM UTC+4, Marina Rabovolick wrote:
>>>
>>> Hi guys!
>>>
>>> I have an issue with my script.  Earlier it succesfully updated some 
>>> data (price) in my Ads.
>>>
>>> How it works:
>>>
>>> 1)    Using 
>>> https://adwords.google.com/api/adwords/cm/v201309/AdGroupService?wsdl I 
>>> get all group IDs with GET operatior.
>>> 2)    Using 
>>> https://adwords.google.com/api/adwords/cm/v201309/AdGroupCriterionService?wsdl
>>>  
>>> I get BIDDABLE and KEYWORD criterions IDs with GET operatior.
>>> 3)    Using 
>>> https://adwords.google.com/api/adwords/cm/v201309/AdParamService?wsdl I 
>>> update all criterions with SET operator with params like:
>>> $AdParam = array(
>>> 'adGroupId' => $groupID,
>>>                'criterionId' => $criterionID,
>>>                'insertionText' => $price,
>>>                'paramIndex' => 1,
>>> );
>>>
>>> Variable $price is not empty, but I have empty field instead of price 
>>> value in my Ad.
>>>
>>> I will appreciate if you can help me to find out what is the trouble 
>>> with API and why I can't update my Ads.
>>>
>>> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to