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

Reply via email to