Hi Elton, Shweta

Picking up on this thread - I am using ConversionTrackerService to fetch 
Conversion actions.

However, I am getting "only disabled" conversion actions. The enabled ones 
are not displayed, though I've not put any filter for Status.

If I am putting Status = ENABLED - I am getting 0 entries, though there are 
two "enabled entries" displayed on UI. Tools > Conversions

Could you advise, if I am missing anything?

Attaching code snippet for your reference:

service_conversion_tracker = 
adwords_client.GetService('ConversionTrackerService', 
version=settings.ADWORDS_API_VERSION)
query = (adwords.ServiceQueryBuilder()
         .Select('Name', 'Status', 'Category', 'AttributionModelType', 
'DefaultRevenueValue')
         .Limit(offset, page_size)
         .Build())

conversion_trackers = query.Pager(service_conversion_tracker)  #output: Only 
disabled conversion action



On Tuesday, October 17, 2017 at 4:10:47 PM UTC+5:30, Elton Morais wrote:
>
> Hi Shwetha,
>
> You were right. I'm now able to fetch all the conversions actions.
>
> Thank you
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6b0b5660-9dbf-42ed-a227-7453cee40c0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Get acco... Elton Morais
    • Re:... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
      • ... Elton Morais
        • ... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
          • ... Elton Morais
            • ... Marketale India
              • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to